@media (min-width: 1600px) {
	.container-category {
		width: 1575px;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}
	.container {
		width: 1575px;
	}
}

html, body {
	scroll-behavior: smooth;
}

body {
	font-family: Manrope;
	font-weight: 400;
	color: #666;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
}
body::-webkit-scrollbar {
	display: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: Manrope;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #23a1d1;
}
a:hover {
	text-decoration: none;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */
#top {
	background-color: #F3F3F3;
	padding: 0;
	margin: 0 0 60px 0;
	min-height: 40px;
	display: flex;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top #top-links {
	height: 100%;
	display: flex;
	align-items: center;
	padding-top: 0;
}
#top #top-links .top-item:nth-child(2) {
	margin: 0 35px;
}
#top #top-links .top-item .item-name {
	font-size: 13px;
	line-height: 19px;
	color: #000000;
	cursor: pointer;
	display: flex;
	align-items: center;
}
#top #top-links .top-item .item-name svg {
	margin-left: 12px;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
.global-menu-elems {
	width: max-content;
	display: flex;
	align-items: center;
	gap: 31px;
	/*padding-left: 50px;*/
}
.menu-row {
	width: 100%;
	display: flex;
	height: 100%;
	align-items: center;
}
.middle-parent {
	margin-left: 95px;
	margin-right: 214px;
}
/*.global-menu-elems.ml-auto {*/
/*	margin-left: auto;*/
/*}*/
.global-menu-elems .top-item {
	position: relative;
}
.global-menu-elems .top-item .item-name {
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	cursor: pointer;
	display: flex;
	align-items: center;
	text-decoration: none;
	font-weight: 500;
	text-decoration: none;
}
.global-menu-elems.phone-numbers {
	gap: 37px;
}
.global-menu-elems.phone-numbers .top-item .item-name {
	font-weight: 650;
}
/*.global-menu-elems .top-item .item-name.item-packaging {*/
/*	font-weight: 800;*/
/*}*/
.global-menu-elems .top-item .item-name svg {
	margin-left: 8px;
}
.mtb-37 {
	margin-bottom: 37px;
	margin-top: 37px;
}
/* logo */
#logo {
	margin: 0;
}
#logo a {
	display: block;
}
#logo a svg {
	width: 233px;
	height: 112px;
}
/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
	min-height: 40px;
}
#menu .nav > li > a {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}
/* content */
#content {
	min-height: 600px;
}
#content.product-category-page {
	min-height: max-content;
	height: max-content;
}
#product-category #content, #product-product #tab-description, #information-information #content {
	font-size: 13px;
}
/* footer */
footer {
	width: 100%;
	padding-top: 131px;
	padding-bottom: 131px;
	background-color: #ffffff;
	border-top: 9px solid #000000;
	color: #000000;
}

footer .footer-content {
	width: 1545px;
	display: flex;
	margin: 0 auto;
	gap: 150px;
}

footer .footer-content .footer-left	{
	width: max-content;
	display: flex;
	flex-direction: row-reverse;
}

footer .footer-content .footer-left .footer-items {
	width: max-content;
	display: flex;
	flex-direction: column;
	gap: 26px;
	padding-left: 82px;
	padding-top: 16px;
	padding-bottom: 16px;
	border-left: 1px solid #B3B3B3;
	list-style: none;
	margin: 0;
}

footer .footer-content .footer-left .footer-items li:last-child {
	margin-top: 13px;
}

footer .footer-content .footer-left .footer-items li:last-child span {
	font-size: 13px;
	line-height: 18px;
	font-weight: 800;
	color: #666666;
}

footer .footer-content .footer-left .footer-items li a {
	text-decoration: none;
	font-size: 15px;
	line-height: 20.5px;
	color: #000000;
}

footer .footer-content .footer-description {
	width: 737px;
	display: flex;
	flex-direction: column;
	gap: 23px;
}

footer .footer-content .footer-description h3 {
	font-size: 24px;
	line-height: 33px;
	font-weight: 400;
	color: #000000;
	margin: 0;
}

footer .footer-content .footer-description p {
	font-size: 18px;
	line-height: 24.5px;
	color: #000000;
	margin: 0;
}

/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
.alert > .close {
	position: relative;
	top: -2px;
	right: 0px;
	color: inherit;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
	border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #1f90bb;
	background-position: 0 -15px;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	border: 1px solid #ddd;
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
	min-height: 180px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #444;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;

}
@media (min-width: 768px) {
   
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
    }
   
}

.green_content {
	width: 100%;
	border-radius: 20px;
	padding: 144px 0 98px 92px;
	display: flex;
	height: 820px;
	margin-bottom: 124px;
	background: linear-gradient(rgba(0,0,0,0.45), rgba(0,0,0,0.45)), url("/image/catalog/banner1.png");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.green_content .info-part {
	width: max-content;
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.green_content .info-part .content-title {
	font-size: 50px;
	line-height: 70px;
	width: 646px;
	font-weight: 200;
	color: #ffffff;
	margin: 0;
}

.green_content .info-part .content-description {
	font-size: 22px;
	line-height: 34px;
	font-weight: 300;
	width: 635px;
	color: #ffffff;
	margin: 0;
}

.green_content .info-part .select-packaging {
	font-size: 18px;
	line-height: 25px;
	font-weight: 639;
	width: 232px;
	height: 54px;
	background-color: #FFFFFF;
	color: #000000;
	border-radius: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	margin-top: 56px;
}

.menu-row .right-parent {
	margin-left: auto;
	position: relative;
}

.menu-row .right-parent span {
	position: absolute;
	top: -40px;
	right: 0;
	font-size: 15px;
	line-height: 21px;
	color: #2B2B2B;
	font-weight: 400;
}

.green_content .info-part .select-packaging svg {
	margin-left: 8px;
	margin-top: 4px;
	height: 9.5px;
}

.green_content .img-part {
	position: relative;
}

.green_content .img-part img {
	width: 747px;
	height: 723px;
	position: absolute;
	top: -70px;
	left: 7px;
}

#product-category .step-content {
	margin-bottom: 0;
}

.step-content {
	width: 100%;
	display: flex;
	flex-direction: column;
	margin-bottom: 119px;
	gap: 44px;
}

.step-content .step-title {
	font-size: 40px;
	line-height: 47px;
	margin: 0;
	color: #000000;
}

.step-content .step-elems {
	width: 100%;
	display: flex;
	gap: 70px;
}

.step-content .step-elems .step-item {
	width: calc(25% - 41.5px);
	display: flex;
	align-items: center;
	gap: 20px;
}

.step-content .step-elems .step-item:nth-child(2) {
	width: 24%;
}

.step-content .step-elems .step-item span {
	font-size: 50px;
	line-height: 52px;
	font-weight: 400;
	color: #000000;
}

.step-content .step-elems .step-item p {
	font-size: 22px;
	line-height: 34px;
	color: #000000;
	margin-bottom: 0;
}

/* Featured categories home page */
.btn-show-more {
	margin-top: 66px;
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	color: #000000;
	cursor: pointer;
	display: flex;
	align-items: center;
}
.btn-show-more svg {
	margin-left: 8px;
	margin-top: 4px;
}

.btn-show-opt.for-opt {
	font-size: 13px;
	font-weight: 500;
	color: #000000;
	line-height: 18px;
	margin-top: 21px;
	cursor: pointer;
	display: flex;
	align-items: center;
	width: max-content;
	margin-left: auto;
}
.btn-show-opt.for-opt svg {
	margin-left: 5px;
	margin-top: 2px;
}

.btn-show-opt.for-opt-desc {
	font-size: 13px;
	font-weight: 500;
	color: #000000;
	line-height: 18px;
	margin-top: 21px;
	cursor: pointer;
	display: flex;
	align-items: center;
	width: max-content;
	margin-left: auto;
}
.btn-show-opt.for-opt-desc svg {
	margin-left: 5px;
	margin-top: 2px;
}

.technical-description {
	font-size: 13px;
	font-weight: 400;
	color: #000000;
	line-height: 18px;
	width: 320px;
	margin-top: 25px;
	display: none;
}

.mb-11 {
	margin-bottom: 11px;
}

.technical-description.showMore {
	display: block;
}

.home-categories-row {
	width: 100%;
	height: max-content;
	display: flex;
	flex-wrap: wrap;
	gap: 60px 40px;
}

.home-categories-row .featured-category-elem {
	border: 0;
}

.home-categories-row .featured-category-elem:nth-child(n+9) {
	display: none;
}

.home-categories-row.showMore .featured-category-elem:nth-child(n+9) {
	display: block;
}

.rotate-180 {
	transform: rotate(180deg);
}

.rotate-90 {
	transform: rotate(-90deg);
}

.home-categories-row .featured-category-elem .image {
	width: 355px;
	height: 445px;
	border-radius: 30px;
	background-color: #f2f5f5;
	overflow: hidden;
	margin-bottom: 30px;
}

.home-categories-row .featured-category-elem .image a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.home-categories-row .featured-category-elem .image img {
	object-fit: contain;
}

.home-categories-row .featured-category-elem .caption {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.home-categories-row .featured-category-elem .caption h4 {
	font-size: 20px;
	line-height: 27px;
	color: #000000;
	margin-bottom: 0;
	margin-top: 0;
	text-align: left;
}

.home-categories-row .featured-category-elem .caption h4 a {
	text-decoration: none;
	color: #000000;
	font-weight: 500;
}

.home-categories-row .featured-category-elem .caption p {
	width: 266px;
	color: #5B5B5B;
	font-size: 16px;
	line-height: 30px;
	text-align: left;
	font-weight: 400;
}

.title-tab {
	font-size: 40px;
	line-height: 47px;
	font-weight: 400;
	margin-bottom: 54px;
	display: block;
	color: #000000;
}

.btn-row {
	display: flex;
	gap: 20px;
	width: max-content;
	margin-bottom: 69px;
}

.btn-row .default-tab {
	width: 207px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #000000;
	border-radius: 23px;
	line-height: 25px;
	font-size: 18px;
	color: #FFFFFF;
}

.btn-row .filter-btn {

	font-size: 18px;
	height: 44px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #000000;
	cursor: pointer;
}

.btn-row .filter-btn:nth-child(2) {
	margin-left: 38px;
	margin-right: 59px;
}

.design-and-branding {
	width: 100%;
	display: flex;
	flex-direction: column;
	/*gap: 60px;*/
	margin-top: 85px;
}

.design-and-branding .info-content {
	width: 780px;
	display: flex;
	flex-direction: column;
	gap: 40px;
}

.design-and-branding .info-content .title {
	margin: 0;
	padding: 0;
	font-size: 40px;
	line-height: 47px;
	color: #000000;
	font-weight: 400;
}

.design-and-branding .info-content .desc {
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 30px;
	color: #000000;
}

.design-and-branding .info-content .desc span {
	font-weight: bold;
}

/* ── sticky wrapper ── */
.sticky-wrap {
	position: relative;
	height: 300vh;
}

.sticky-inner {
	position: sticky;
	top: 200px;
	height: 877px;
	display: flex;
	/*align-items: center;*/
	justify-content: center;
	overflow: hidden;
	flex-direction: column;
	gap: 60px;
}

.scroll-hint {
	position: fixed;
	bottom: 32px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 0.8rem;
	letter-spacing: 0.15em;
	color: #999;
	pointer-events: none;
	transition: opacity 0.4s;
}
.scroll-hint.hidden { opacity: 0; }

.design-and-branding .img-content {
	width: 1545px;
	position: relative;
	height: 645px;
}

.design-and-branding .img-content .img-elems {
	width: 100%;
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
	position: absolute;
	inset: 0;
}

.design-and-branding .img-content .img-elems .img-parent {
	width: 355px;
	height: 300px;
	overflow: hidden;
	border-radius: 30px;

	position: absolute;
	border-radius: 16px;
	overflow: hidden;
	will-change: transform, opacity;
}

.design-and-branding .img-content .img-elems .img-parent a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #F5F5F5;
	font-size: 24px;
	line-height: 33px;
	color: #000000;
	text-decoration: none;
}


.design-and-branding .img-content .img-elems .img-parent a svg {
	margin-left: 10px;
	margin-top: 6px;
}

.design-and-branding .img-content .img-elems .img-parent img {
	width: 100%;
	height: 100%;
	display: block;
}

.design-and-branding .btn-order-design {
	width: 207px;
	height: 53px;
	background: #76D671;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 24.5px;
	border-radius: 30px;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

.packaging-preview {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 52px;
	margin-top: 100px;
}

.packaging-preview .info-content {
	width: 835px;
	display: flex;
	flex-direction: column;
	gap: 34px;
}

.packaging-preview .info-content .title {
	margin: 0;
	padding: 0;
	width: max-content;
	font-size: 40px;
	line-height: 60px;
	font-weight: 400;
	color: #000000;
}

.packaging-preview .info-content .desc {
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 30px;
	/*font-weight: bold;*/
	color: #000000;
}

.packaging-preview .img-content {
	width: 100%;
}

.packaging-preview .img-content .img-elems {
	width: 100%;
	display: flex;
	gap: 40px;
	flex-wrap: wrap;
}

.packaging-preview .img-content .img-elems .img-parent {
	width: 488px;
	height: 414px;
	overflow: hidden;
	border-radius: 30px;
	background-color: #f2f5f5;
}

.packaging-preview .img-content .img-elems .img-parent img {
	width: 100%;
	height: 100%;
}

/* ready made solutions content */
.ready-made-solutions {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 52px;
	margin-top: 92px;
}

.ready-made-solutions .info-content {
	width: 870px;
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.ready-made-solutions .info-content .title {
	margin: 0;
	padding: 0;
	width: max-content;
	font-size: 40px;
	line-height: 47px;
	color: #000000;
	font-weight: 400;
}

.ready-made-solutions .info-content .desc {
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 30px;
	/*font-weight: bold;*/
	color: #000000;
}

.ready-made-solutions .items-content {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.ready-made-solutions .items-content .item-elems {
	width: max-content;
	display: flex;
	gap: 42px;
	transition: .6s ease-in-out;
}

.ready-made-solutions .items-content .item-elems .item-parent {
	width: 1018px;
	height: 410px;
	padding: 25px;
	overflow: hidden;
	border-radius: 30px;
	background-color: #f5f5f5;
	display: flex;
	gap: 40px;
}

.ready-made-solutions .items-content .item-elems .item-parent.child-2 {
	background-color: #D9DADA;
}

.ready-made-solutions .items-content .item-elems .item-parent .img-elem {
	width: 392px;
	height: 100%;
}

.ready-made-solutions .items-content .item-elems .item-parent.child-1 .img-elem {
	box-shadow: 0px 0px 12px 7px #ebebeb;
	border-radius: 19px;
	overflow: hidden;
}

.ready-made-solutions .items-content .item-elems .item-parent .img-elem img {
	width: 100%;
	height: 100%;
}

.ready-made-solutions .items-content .item-elems .item-parent .info-elem {
	width: 480px;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 20px;
}

.ready-made-solutions .items-content .item-elems .item-parent.child-2 .info-elem {
	width: 525px;
}

.ready-made-solutions .items-content .item-elems .item-parent .info-elem h3 {
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	color: #000000;
}

.ready-made-solutions .items-content .item-elems .item-parent .info-elem p {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 21px;

	color: #000000;
}

.ready-made-solutions .items-content .item-elems .item-parent .info-elem p span {
	font-weight: bold;
}

.ready-made-solutions .items-content .item-elems .item-parent .info-elem a {
	display: flex;
	align-items: center;
	width: max-content;
	gap: 25px;
	font-size: 18px;
	line-height: 24.5px;
	color: #000000;
	margin-top: auto;
	text-decoration: none;
}

.ready-made-solutions .items-content .item-elems .item-parent .info-elem a span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	background-color: #000000;
}

.ready-made-solutions .items-content .item-elems .item-parent.child-2 .info-elem a span {
	background-color: #FFFFFF;
}

.ready-made-solutions .items-content .btn-arrow-group {
	width: calc(100% - 39px);
	position: absolute;
	top: 185.5px;
	left: 19.5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: max-content;
}

.ready-made-solutions .items-content .btn-arrow-group svg {
	width: 39px;
	height: 39px;
	cursor: pointer;
}

.ready-made-solutions .items-content .btn-arrow-group svg:first-child {
	transform: rotate(180deg);
}

/* reapeat for you content  */

.repeat-it-for-you {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 60px;
	margin-top: 100px;
}

.repeat-it-for-you .info-content {
	width: 720px;
	display: flex;
	flex-direction: column;
	gap: 28px;
}

.repeat-it-for-you .info-content .title {
	margin: 0;
	padding: 0;
	width: max-content;
	font-size: 40px;
	line-height: 47px;
	color: #000000;
	font-weight: 400;
}

.repeat-it-for-you .info-content .desc {
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 32px;
	color: #000000;
}

.repeat-it-for-you .items-content {
	overflow: hidden;
	width: 100vw;
	position: relative;
	left: calc((100vw - 1545px) / -2);
}

.repeat-it-for-you .items-content .item-elems {
	width: max-content;
	display: flex;
	gap: 26px;
}

.repeat-it-for-you .items-content .item-elems .item-parent {
	width: 740px;
	height: 957px;
	border-radius: 30px;
	overflow: hidden;
}

.repeat-it-for-you .items-content .item-elems .item-parent img {
	width: 100%;
	height: 100%;
}


/* delivery throughout content  */

.delivery-throughout {
	width: 100%;
	display: flex;
	margin-top: 126px;
	gap: 97px;
}

.delivery-throughout .info-content {
	width: 604px;
	display: flex;
	flex-direction: column;
	gap: 27px;
}

.delivery-throughout .info-content .title {
	margin: 0;
	padding: 0;
	width: 541px;
	font-size: 40px;
	line-height: 46px;
	color: #000000;
	font-weight: bold;
}

.delivery-throughout .info-content .desc {
	margin: 0;
	padding: 0;
	font-size: 24px;
	line-height: 34px;
	color: #000000;
	font-weight: 400;
}

.delivery-throughout .info-content ul {
	width: 256px;
	margin-top: 11px;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
}

.delivery-throughout .info-content ul li {
	width: 100%;
	padding: 12.5px 0;
	border-bottom: 1px solid #D8D8D8;
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	color: #000000;
}

.delivery-throughout .items-content {
	width: 833px;
	height: 590px;
	position: relative;
}

.delivery-throughout .items-content img {
	width: 100%;
	height: 100%;
}

/* frequently asked questions content */
.frequently-asked-questions {
	width: 100%;
	height: max-content;
	display: flex;
	flex-direction: column;
	gap: 80px;
	padding-bottom: 16px;
	margin-top: 123px;
}

.frequently-asked-questions .title {
	font-size: 40px;
	line-height: 55px;
	color: #000000;
	margin-top: 0;
	margin-bottom: 0;
}

.frequently-asked-questions .faq-wrapper-content {
	width: 100%;
	height: 830px;
	display: flex;
	gap: 70px;
}

.frequently-asked-questions .faq-wrapper-content .left-part {
	width: 763px;
}

.frequently-asked-questions .faq-wrapper-content .right-part {
	width: 722px;
}

.frequently-asked-questions .faq-wrapper-content .left-part .accordion {
	width: 100%;
}

.frequently-asked-questions .faq-wrapper-content .left-part .accordion .accordion-item {
	border-bottom: 1px solid #e0e0e0;
}

.frequently-asked-questions .faq-wrapper-content .left-part .accordion .accordion-item:first-child {
	border-top: none;
}

.frequently-asked-questions .faq-wrapper-content .left-part .accordion .accordion-item:first-child .accordion-header {
	padding-top: 0;
}

.frequently-asked-questions .faq-wrapper-content .left-part .accordion .accordion-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 40px 65px 40px 0;
	cursor: pointer;
	user-select: none;
	transition: 0.3s ease;

}

.frequently-asked-questions .faq-wrapper-content .left-part .accordion .accordion-question {
	font-size: 20px;
	font-weight: 400;
	line-height: 27px;
	color: #000000;
}

.frequently-asked-questions .faq-wrapper-content .left-part .accordion .accordion-icon {
	flex-shrink: 0;
	width: 10px;
	height: 10px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s ease;
}

.frequently-asked-questions .faq-wrapper-content .left-part .accordion .accordion-icon::before,
.frequently-asked-questions .faq-wrapper-content .left-part .accordion .accordion-icon::after {
	content: '';
	position: absolute;
	background: #1a1a1a;
}

/* Horizontal bar */
.frequently-asked-questions .faq-wrapper-content .left-part .accordion .accordion-icon::before {
	width: 10px;
	height: 2px;
}

/* Vertical bar */
.frequently-asked-questions .faq-wrapper-content .left-part .accordion .accordion-icon::after {
	width: 2px;
	height: 10px;
}

/* When open: rotate vertical bar to make × (or just hide to make −) */
.frequently-asked-questions .faq-wrapper-content .left-part .accordion .accordion-item.open .accordion-icon {
	transform: rotate(45deg);
}

.frequently-asked-questions .faq-wrapper-content .left-part .accordion .accordion-item.open .accordion-header {
	padding-bottom: 20px;
}

/*!* Also show × on open items by rotating *!*/
/*.frequently-asked-questions .faq-wrapper-content .left-part .accordion .accordion-item.open .accordion-icon::before {*/
/*	transform: rotate(0deg);*/
/*}*/

/*!* For the first item which is open by default, show × *!*/
/*.frequently-asked-questions .faq-wrapper-content .left-part .accordion .accordion-item.open .accordion-icon::before {*/
/*	transform: none;*/
/*}*/

/* The × icon on the first item */
/*.frequently-asked-questions .faq-wrapper-content .left-part .accordion .accordion-item.open .accordion-icon::before {*/
/*	transform: rotate(45deg);*/
/*}*/

/*.frequently-asked-questions .faq-wrapper-content .left-part .accordion .accordion-item.open .accordion-icon::after {*/
/*	transform: rotate(45deg);*/
/*	opacity: 1;*/
/*}*/

.frequently-asked-questions .faq-wrapper-content .left-part .accordion .accordion-body {
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.35s ease;
}

.frequently-asked-questions .faq-wrapper-content .left-part .accordion .accordion-item.open .accordion-body {
	max-height: 170px;
}

.frequently-asked-questions .faq-wrapper-content .left-part .accordion .accordion-content {
	padding-bottom: 20px;
	font-size: 18px;
	line-height: 24.5px;
	color: #5B5B5B;
	padding-right: 140px;
	margin-bottom: 20px;
}

.frequently-asked-questions .faq-wrapper-content .left-part .support-center {
	margin-top: 45px;
	width: 100%;
	display: flex;
	align-items: center;
	color: #000000;
	font-size: 20px;
	line-height: 27px;
}

.frequently-asked-questions .faq-wrapper-content .left-part .support-center a {
	width: max-content;
	display: flex;
	align-items: center;
	gap: 37px;
	color: #000000;
	font-size: 20px;
	line-height: 27px;
	text-decoration: underline;
	text-underline-offset: 8px;
}

.frequently-asked-questions .faq-wrapper-content .left-part .support-center a span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	background-color: #000000;
}


.frequently-asked-questions .faq-wrapper-content .right-part .contact-form-elem {
	width: 100%;
	height: 715px;
	background-color: #FAFAFA;
	padding: 50px 70px;
	display: flex;
	flex-direction: column;
}

.frequently-asked-questions .faq-wrapper-content .right-part .contact-form-elem .title {
	width: 430px;
	font-size: 24px;
	line-height: 33px;
	font-weight: 400;
	margin: 0;
	color: #000000;
}

.frequently-asked-questions .faq-wrapper-content .right-part .contact-form-elem .numbers-and-social {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 13px;
	margin: 26px 0;
}

.frequently-asked-questions .faq-wrapper-content .right-part .contact-form-elem .numbers-and-social a {
	width: max-content;
	font-size: 18px;
	line-height: 24.5px;
	color: #000000;
	text-underline-offset: 5px;
	text-decoration: underline;
}

.frequently-asked-questions .faq-wrapper-content .right-part .contact-form-elem .numbers-and-social a:nth-child(3) {
	margin-left: 8px;
}

.frequently-asked-questions .faq-wrapper-content .right-part .contact-form-elem .numbers-and-social a:nth-child(1),
.frequently-asked-questions .faq-wrapper-content .right-part .contact-form-elem .numbers-and-social a:nth-child(2) {
	text-decoration: none;
}

.frequently-asked-questions .faq-wrapper-content .right-part .contact-form-elem .desc {
	width: 420px;
	font-size: 20px;
	line-height: 27px;
	font-weight: 800;
	margin-bottom: 27px;
	color: #000000;
}

.frequently-asked-questions .faq-wrapper-content .right-part .contact-form-elem .contact-form {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.frequently-asked-questions .faq-wrapper-content .right-part .contact-form-elem .contact-form .form-elems {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.frequently-asked-questions .faq-wrapper-content .right-part .contact-form-elem .contact-form .form-elems input {
	font-family: Manrope;
	width: calc(50% - 11px);
	height: 52px;
	border: 1px solid #e6e6e6;
	outline: none;
	border-radius: 0;
	padding: 20px 16px;
	font-size: 18px;
	line-height: 24.5px;
	color: #999999;
}

.frequently-asked-questions .faq-wrapper-content .right-part .contact-form-elem .contact-form .form-elems input.red-holder::placeholder {
	color: #E36D4F;
}

.frequently-asked-questions .faq-wrapper-content .right-part .contact-form-elem .contact-form .form-elems textarea {
	font-family: Manrope;
	width: 100%;
	height: 97px;
	resize: none;
	border: 1px solid #e6e6e6;
	outline: none;
	border-radius: 0;
	padding: 20px 16px;
	font-size: 18px;
	line-height: 24.5px;
	color: #999999;
}

.frequently-asked-questions .faq-wrapper-content .right-part .contact-form-elem .contact-form .form-elems:nth-child(1) {
	gap: 29px 22px;
}

.frequently-asked-questions .faq-wrapper-content .right-part .contact-form-elem .contact-form .form-elems .terms-part {
	width: 445px;
	display: flex;
}

.frequently-asked-questions .faq-wrapper-content .right-part .contact-form-elem .contact-form .form-elems .terms-part p {
	font-size: 15px;
	line-height: 20.5px;
	color: #898989;
	margin-bottom: 0;
}

.frequently-asked-questions .faq-wrapper-content .right-part .contact-form-elem .contact-form .form-elems .terms-part p a {
	font-size: 15px;
	line-height: 20.5px;
	color: #898989;
	text-decoration: underline;
	text-underline-offset: 5px;
}

.frequently-asked-questions .faq-wrapper-content .right-part .contact-form-elem .contact-form .form-elems .btn-group-elems {
	width: 100%;
	display: flex;
	gap: 37px;
	align-items: center;
	margin-top: 29px;
}

.frequently-asked-questions .faq-wrapper-content .right-part .contact-form-elem .contact-form .form-elems .btn-group-elems .btn-send {
	width: 146px;
	height: 43px;
	background: #000000;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 24.5px;
	border-radius: 23px;
	border: none;
	outline: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* ── Custom file input ── */
.frequently-asked-questions .faq-wrapper-content .right-part .contact-form-elem .contact-form .form-elems .btn-group-elems .file-upload-wrapper {
	position: relative;
	display: inline-block;
}

.frequently-asked-questions .faq-wrapper-content .right-part .contact-form-elem .contact-form .form-elems .btn-group-elems .file-upload-wrapper input[type="file"] {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	font-size: 0;
}

.frequently-asked-questions .faq-wrapper-content .right-part .contact-form-elem .contact-form .form-elems .btn-group-elems .file-upload-label {
	display: inline-block;
	font-size: 18px;
	line-height: 24.5px;
	color: #000000;
	text-decoration: underline;
	text-underline-offset: 5px;
	cursor: pointer;
	white-space: nowrap;
}

.frequently-asked-questions .faq-wrapper-content .right-part .contact-form-elem .contact-form .form-elems .btn-group-elems .file-names {
	font-size: 18px;
	line-height: 24.5px;
	color: #000000;
}

.contact-modal {
	display: none;
	width: 958px;
	height: max-content;
	border-radius: 15px;
	background-color: white;
	position: absolute;
	left: -476px;
	top: 45px;
	box-shadow: 0px 0 18px #80808040;
	z-index: 9999;
	gap: 48px;
	padding: 38px 40px 35px 41px;
	cursor: auto;
}

.contact-modal.active {
	display: flex;
}

.contact-modal .left-part {
	width: 468px;
	height: max-content;
	display: flex;
	flex-direction: column;
	gap: 33px;
}

.contact-modal .left-part .top-title {
	font-size: 22px;
	line-height: 26px;
	font-weight: 500;
	color: #000000;
	width: 222px;
	margin-bottom: 0;
	margin-top: 0;
}

/*.contact-modal .left-part img {*/
/*	width: 80px;*/
/*	height: max-content;*/
/*	object-fit: contain;*/
/*	margin-left: 23px;*/
/*	margin-top: 27px;*/
/*}*/

.contact-modal .left-part .info-content {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 60px;
}

.contact-modal .left-part .info-content .modal-faq-desc {
	font-size: 15px;
	line-height: 23px;
	font-weight: 400;
	color: #000000;
	width: 330px;
	margin-bottom: 0;
}

.contact-modal .left-part .info-content .modal-faq-elem {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.contact-modal .left-part .info-content .modal-faq-elem .title {
	margin: 0;
	padding: 0;
	font-size: 17.5px;
	line-height: 24px;
	font-weight: 400;
	color: #000000;
}

.contact-modal .left-part .info-content .modal-faq-elem .accordion {
	width: 100%;
}

.contact-modal .left-part .info-content .modal-faq-elem .accordion .accordion-item {
	border-bottom: 1px solid #e0e0e0;
}

.contact-modal .left-part .info-content .modal-faq-elem .accordion .accordion-item:first-child {
	border-top: none;
}

.contact-modal .left-part .info-content .modal-faq-elem .accordion .accordion-item:first-child .accordion-header {
	padding-top: 0;
}

.contact-modal .left-part .info-content .modal-faq-elem .accordion .accordion-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 25.5px 0;
	cursor: pointer;
	user-select: none;
	transition: 0.3s ease;

}

.contact-modal .left-part .info-content .modal-faq-elem .accordion .accordion-question {
	font-size: 13px;
	font-weight: 400;
	line-height: 18px;
	color: #000000;
}

.contact-modal .left-part .info-content .modal-faq-elem .accordion .accordion-icon {
	flex-shrink: 0;
	width: 8px;
	height: 8px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s ease;
}

.contact-modal .left-part .info-content .modal-faq-elem .accordion .accordion-icon::before,
.contact-modal .left-part .info-content .modal-faq-elem .accordion .accordion-icon::after {
	content: '';
	position: absolute;
	background: #1a1a1a;
}

/* Horizontal bar */
.contact-modal .left-part .info-content .modal-faq-elem .accordion .accordion-icon::before {
	width: 8px;
	height: 2px;
}

/* Vertical bar */
.contact-modal .left-part .info-content .modal-faq-elem .accordion .accordion-icon::after {
	width: 2px;
	height: 8px;
}

/* When open: rotate vertical bar to make × (or just hide to make −) */
.contact-modal .left-part .info-content .modal-faq-elem .accordion .accordion-item.open .accordion-icon {
	transform: rotate(45deg);
}

.contact-modal .left-part .info-content .modal-faq-elem .accordion .accordion-item.open .accordion-header {
	padding-bottom: 20px;
}

.contact-modal .left-part .info-content .modal-faq-elem .accordion .accordion-body {
	overflow: hidden;
	max-height: 0;
	transition: max-height 0.35s ease;
}

.contact-modal .left-part .info-content .modal-faq-elem .accordion .accordion-item.open .accordion-body {
	max-height: 170px;
}

.contact-modal .left-part .info-content .modal-faq-elem .accordion .accordion-content {
	padding-bottom: 24px;
	font-size: 13px;
	line-height: 18px;
	color: #5B5B5B;
	padding-right: 5px;
}

.contact-modal .left-part .info-content .modal-faq-elem .support-center {
	margin-top: 11px;
	width: 100%;
	display: flex;
	align-items: center;
	color: #000000;
	font-size: 13px;
	line-height: 18px;
}

.contact-modal .left-part .info-content .modal-faq-elem .support-center a {
	width: max-content;
	display: flex;
	align-items: center;
	color: #000000;
	font-size: 13px;
	line-height: 18px;
	text-decoration: underline;
	text-underline-offset: 5px;
}

.contact-modal .right-part {
	width: 361px;
	height: max-content;
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.contact-modal .right-part .worked-time {
	width: 100%;
	display: block;
	text-align: right;
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #000000;
}

.contact-modal .right-part .info-content {
	width: 100%;
	height: max-content;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.contact-modal .right-part .info-content .info-blok {
	width: 100%;
	height: 88px;
	display: flex;
	background-color: #F9F9F9;
	padding: 24px 17px 24px 17px;
	gap: 10px;
}


.contact-modal .right-part .info-content .info-blok .icon-elem {
	width: 20px;
	height: max-content;
}

.contact-modal .right-part .info-content .info-blok .icon-elem.phone-icon {
	width: 18px;
}

.contact-modal .right-part .info-content .info-blok .icon-elem img {
	width: 100%;
	height: 100%;
}

.contact-modal .right-part .info-content .info-blok .middle-part {
	width: calc(100% - 30px);
	display: flex;
	justify-content: space-between;
}

.contact-modal .right-part .info-content .info-blok .middle-part .info-elem {
	width: max-content;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	gap: 5px;
}

.contact-modal .right-part .info-content .info-blok .middle-part .info-elem p {
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	color: #000000;
	margin-bottom: 0;
}

.contact-modal .right-part .info-content .info-blok .middle-part .info-elem a {
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	color: #5B5B5B;
	text-decoration: none;
}

.contact-modal .right-part .info-content .info-blok .middle-part .info-elem span {
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	color: #5B5B5B;
	max-width: 105px;
	width: 100%;
}

.contact-modal .right-part .info-content .info-blok .middle-part .info-elem div {
	display: flex;
}

.contact-modal .right-part .info-content .contact-info {
	width: 100%;
	height: max-content;
	display: flex;
	gap: 14px;
	padding: 26px 48px 25px 13px;
	background-color: #FAFAFA;
}

.contact-modal .right-part .info-content .contact-info .icon-elem {
	width: 25px;
	height: max-content;
}

.contact-modal .right-part .info-content .contact-info .icon-elem img {
	width: 100%;
	height: 100%;
}

.contact-modal .right-part .info-content .contact-form-elem {
	width: 100%;
	height: max-content;
	display: flex;
	flex-direction: column;
	gap: 33px;
}

.contact-modal .right-part .info-content .contact-form-elem .title {
	font-size: 13px;
	line-height: 18px;
	font-weight: 400;
	margin: 0;
	width: max-content;
	color: #000000;
}

.contact-modal .right-part .info-content .contact-form-elem .contact-form {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.contact-modal .right-part .info-content .contact-form-elem .contact-form .form-elems {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 21px;
}

.contact-modal .right-part .info-content .contact-form-elem .contact-form .form-elems input {
	font-family: Manrope;
	width: 100%;
	height: 33px;
	border: none;
	outline: none;
	border-radius: 0;
	padding: 0 12px;
	font-size: 13px;
	line-height: 17px;
	color: #5B5B5B;
}

.contact-modal .right-part .info-content .contact-form-elem .contact-form .form-elems input.red-holder::placeholder {
	color: #E36D4F;
}

input:focus::placeholder {
	opacity: 0;
}

textarea:focus::placeholder {
	opacity: 0;
}

.contact-modal .right-part .info-content .contact-form-elem .contact-form .form-elems textarea {
	font-family: Manrope;
	width: 100%;
	height: 80px;
	resize: none;
	border: none;
	outline: none;
	border-radius: 0;
	padding: 9px 12px;
	font-size: 13px;
	line-height: 16px;
	color: #5B5B5B;
}

.contact-modal .right-part .info-content .contact-form-elem .contact-form .form-elems .terms-part {
	width: 228px;
	display: flex;
}

.contact-modal .right-part .info-content .contact-form-elem .contact-form .form-elems .terms-part p {
	font-size: 11px;
	line-height: 16px;
	color: #5B5B5B;
	margin-bottom: 0;
}

.contact-modal .right-part .info-content .contact-form-elem .contact-form .form-elems .terms-part p a {
	font-size: 11px;
	line-height: 16px;
	color: #5B5B5B;
	text-decoration: underline;
	text-underline-offset: 5px;
}

.contact-modal .right-part .info-content .contact-form-elem .contact-form .form-elems .btn-group-elems {
	width: 100%;
	display: flex;
	gap: 29px;
	align-items: center;
	margin-top: 8px;
}

.contact-modal .right-part .info-content .contact-form-elem .contact-form .form-elems .btn-group-elems .btn-send {
	width: 105px;
	height: 31px;
	background: #000000;
	color: #FFFFFF;
	font-size: 13px;
	line-height: 17px;
	border-radius: 16px;
	border: none;
	outline: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* ── Custom file input ── */
.contact-modal .right-part .info-content .contact-form-elem .contact-form .form-elems .btn-group-elems .file-upload-wrapper {
	position: relative;
	display: inline-block;
}

.contact-modal .right-part .info-content .contact-form-elem .contact-form .form-elems .btn-group-elems .file-upload-wrapper input[type="file"] {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	font-size: 0;
}

.contact-modal .right-part .info-content .contact-form-elem .contact-form .form-elems .btn-group-elems .file-upload-label {
	display: inline-block;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
	text-decoration: underline;
	text-underline-offset: 5px;
	cursor: pointer;
	white-space: nowrap;
}

.contact-modal .right-part .info-content .contact-form-elem .contact-form .form-elems .btn-group-elems .file-names {
	font-size: 13px;
	line-height: 17px;
	color: #000000;
}


/* menu -> types of packaging modal */
.types-of-packaging-modal  {
	display: none;
	/*width: 875px;*/
	width: 950px;
	height: max-content;
	border-radius: 15px;

	background-color: white;
	position: absolute;
	left: 0;
	top: 45px;
	box-shadow: 0px 0 18px #80808040;
	z-index: 9999;
	padding: 45px 37px 34px 41px;
	cursor: auto;
	flex-direction: column;
	gap: 35px;
	border: 1px solid #e6e6e6;
}

.types-of-packaging-modal .top-desc-elem  {
	display: flex;
	align-items: end;
	gap: 160px;
	margin-bottom: 36px;
}

.types-of-packaging-modal .top-desc-elem .left-side {
	width: 330px;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.types-of-packaging-modal .top-desc-elem .left-side h3 {
	width: 190px;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 22px;
	line-height: 26px;
	color: #000000;
	font-weight: 500;
}

.types-of-packaging-modal .top-desc-elem .left-side p {
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 15px;
	line-height: 23px;
	color: #000000;
	font-weight: 400;
}

.types-of-packaging-modal .top-desc-elem .right-side {
	width: max-content;
	height: 100%;
}

.types-of-packaging-modal .top-desc-elem .right-side svg {
	width: 180px;
}

.types-of-packaging-modal.active {
	display: flex;
}

.types-of-packaging-modal .top-part {
	display: flex;
	gap: 50px;
	align-items: center;
}

.types-of-packaging-modal .top-part .btn-category-tab {
	display: flex;
	width: max-content;
	height: max-content;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	line-height: 20px;
	font-weight: 500;
	color: #000000;
	cursor: pointer;
}

.types-of-packaging-modal .top-part .btn-category-tab.active {
	font-weight: 700;
	/*background-color: #000000;*/
	/*color: #ffffff;*/
	/*border-radius: 23px;*/
}

.types-of-packaging-modal .bottom-part {
	width: 100%;
}

.types-of-packaging-modal .bottom-part .category-wrapper-content {
	width: 100%;
	display: none;
	flex-wrap: wrap;
	row-gap: 38px;
	column-gap: 14px;
}

.types-of-packaging-modal .bottom-part .category-wrapper-content.active {
	display: flex;
}

.types-of-packaging-modal .bottom-part .category-wrapper-content .parent-category {
	width: calc(25% - 10.5px);
	display: flex;
	flex-direction: column;
	list-style: none;
	padding: 0;
	margin: 0;
}

.types-of-packaging-modal .bottom-part .category-wrapper-content .parent-category .elem {
	cursor: pointer;
	width: 100%;
	height: max-content;
}

.types-of-packaging-modal .bottom-part .category-wrapper-content .parent-category .elem a {
	display: flex;
	flex-direction: column;
	gap: 13px;
	width: 100%;
	height: max-content;
	color: #000000;
	font-size: 13px;
	line-height: 18px;
	font-weight: 500;
	text-decoration: none;
}

.types-of-packaging-modal .bottom-part .category-wrapper-content .parent-category .elem a img {
	width: 100%;
	height: 100%;
}

.types-of-packaging-modal .bottom-part .category-wrapper-content .parent-category .elem a::first-letter {
	text-transform: uppercase;
}

/*.types-of-packaging-modal .bottom-part .category-wrapper-content .parent-category .elem:first-child a {*/
/*	font-size: 18px;*/
/*	line-height: 24.5px;*/
/*	font-weight: 500;*/
/*}*/

/*.types-of-packaging-modal .bottom-part .category-wrapper-content .parent-category .elem:last-child a span {*/
/*	color: #000000;*/
/*	font-size: 16px;*/
/*	line-height: 22px;*/
/*	font-weight: 400;*/
/*	display: flex;*/
/*	gap: 8px;*/
/*	align-items: center;*/
/*}*/

/*.types-of-packaging-modal .bottom-part .category-wrapper-content .parent-category .elem:last-child a span svg {*/
/*	height: 8px;*/
/*	margin-top: 4px;*/
/*}*/

/* product category page  */
.container-category .col-sm-3 {
	width: unset;
}

.container-category #column-left {
	width: 256px;
	padding: 0;
}

.top-description-content {
	width: 880px;
	display: flex;
	flex-direction: column;
	gap: 19px;
	margin-top: 0;
}

.top-description-content.in-support {
	margin-top: 44px;
	width: max-content;
}

.top-description-content.in-support .top-title {
	font-weight: 800;
	font-size: 50px;
}

.top-description-content.in-support .top-desc {
	width: 1030px;
	font-size: 20px;
}

.top-description-content.in-pr-page {
	max-width: 705px;
	margin-top: 0;
	margin-bottom: 88px;
}

.top-description-content.in-pr-page .top-desc {
	width: 100%;
}

.top-description-content.in-pr-page .top-title {
	font-size: 33px;
	line-height: 45px;
	font-weight: 400;
}

.top-description-content.in-pr-page .top-title span {
	font-weight: 800;
}

.top-description-content .top-title {
	font-size: 36px;
	line-height: 37px;
	font-weight: 400;
	color: #000000;
	margin: 0;
	padding: 0;
}

.top-description-content .top-title span {
	font-weight: 800;
}

.top-description-content .top-desc {
	max-width: 867px;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
	color: #5B5B5B;
	margin: 0;
	padding: 0;
}

.wrapper-row {
	width: 100%;
	display: flex;
	gap: 61px;
	margin-bottom: 89px;
}

.wrapper-row .product-category-page {
	width: 1232px;
	display: flex;
	flex-wrap: wrap;
	gap: 40px 32px;
}

.wrapper-row .product-category-page .product-elem {
	width: 283px;
	min-height: 445px;
	height: max-content;
	display: flex;
	flex-direction: column;
	gap: 17px;
}

.pr-desc-elem {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 9px;
}

.wrapper-row .product-category-page .product-elem .image {
	width: 283px;
	height: 283px;
}

.wrapper-row .product-category-page .product-elem .image img {
	width: 100%;
	height: 100%;
}

.wrapper-row .product-category-page .product-elem .image {
	position: relative;
}
.wrapper-row .product-category-page .product-elem .image .img-hover {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	display: block !important;
	transition: opacity 0.3s ease-in-out;
}
.wrapper-row .product-category-page .product-elem .image:hover .img-hover {
	opacity: 1;
}

.wrapper-row .product-category-page .product-elem .caption {
	/*width: 100%;*/
	/*display: flex;*/
	/*flex-direction: column;*/
	gap: 9px;
	width: 100%;
	display: flex;
	flex-direction: column;
	/*height: 100%;*/
	justify-content: space-between;

	height: max-content;
	flex: 1;
}

.wrapper-row .product-category-page .product-elem .caption h4 {
	margin: 0;
	padding: 0;
	margin-bottom: 12px;
}

.wrapper-row .product-category-page .product-elem .caption h4 a {
	font-size: 15px;
	line-height: 25px;
	font-weight: 550;
	color: #000000;
	text-decoration: none;
	padding-right: 15px;
	display: block;
	min-height: 75px;
	/*display: -webkit-box;*/
	/*overflow: hidden;*/
	/*text-overflow: ellipsis;*/
	/*-webkit-box-orient: vertical;*/
	/*-webkit-line-clamp: 2;*/
}

.wrapper-row .product-category-page .product-elem .caption p.p-count {
	color: #1E1C20;
	line-height: 19px;
}

.wrapper-row .product-category-page .product-elem .caption p {
	font-size: 15px;
	line-height: 20.5px;
	font-weight: 400;
	color: #3D3D3D;
	margin: 0;
}

.wrapper-row .c-name {
	font-size: 19px;
	line-height: 24.5px;
	font-weight: 400;
	color: #5B5B5B;
	margin-bottom: 40px;
	display: block;
	text-decoration: none;
}

.wrapper-row .point-name {
	font-size: 18px;
	line-height: 24.5px;
	font-weight: 800;
	color: #000000;
	margin-bottom: 33px;
	margin-top: 0;
	display: block;
}

.wrapper-row .point-name.all-position {
	font-size: 16px;
	line-height: 22px;
	font-weight: 600;
	color: #000000;
	background: #F3F3F3;
	margin-bottom: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	width: 132px;
	height: 37px;
	border-radius: 5px;
}

.wrapper-row .point-name.all-position.active {
	color: #ffffff;
	background: #FAC800;
}

.wrapper-row .list-group {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-bottom: 0;
}

.wrapper-row .list-group .checkbox {
	margin: 0;
}

.wrapper-row .list-group .list-group-item {
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #000000;
	border: 0;
	text-decoration: none;
	padding: 0;
	background: transparent;
	text-shadow: none;
	display: flex;
	align-items: center;
	gap: 15px;
}

.wrapper-row .list-group .list-group-item .filter-trigger {
	/*width: 18px;*/
	/*height: 18px;*/
	/*margin: 0;*/
	/*position: relative;*/
	/*accent-color: #FAC800;*/
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.wrapper-row .list-group .list-group-item .filter-trigger.radio-type .filter-name {
	font-weight: 500;
}

.wrapper-row .list-group .list-group-item .filter-trigger.radio-type:checked ~ .filter-name {
	font-weight: 200;
}

.wrapper-row .list-group .list-group-item .custom-box {
	height: 18px;
	width: 18px;
	background-color: transparent;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	position: relative;
	transition: all 0.2s ease;
	flex-shrink: 0;
}

.wrapper-row .list-group .list-group-item .filter-trigger:checked ~ .custom-box {
	background-color: #FAC800;
	border-color: #FAC800;
}

.wrapper-row .list-group .list-group-item .custom-box:after {
	content: "";
	position: absolute;
	display: none;
	left: 5px;
	top: 3px;
	width: 5px;
	height: 8px;
	border: solid white;
	border-width: 0 2px 2px 0;
	transform: rotate(45deg);
}

.wrapper-row .list-group .list-group-item .filter-trigger:checked ~ .custom-box:after {
	display: block;
}

.wrapper-row .list-group .list-group-item::first-letter {
	text-transform: uppercase;
}

.row-line {
	margin: 30px 0;
	width: 215px;
	height: 1px;
	background: #cccccc;
}

.breadcrumb-custom {
	width: 100%;
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 62px;
	margin-bottom: 58px;
}

.breadcrumb-custom.in-product-page {
	margin-top: 25px;
	margin-bottom: 58px;
}

.breadcrumb-custom li {
	font-size: 20px;
	line-height: 27px;
	font-weight: 400;
}

.breadcrumb-custom li a {
	color: #000000;
	text-decoration: none;
}

.breadcrumb-custom li.breadcrumb-custom-elem::first-letter {
	text-transform: uppercase;
}

.breadcrumb-custom li.breadcrumb-custom-elem:first-child {
	padding-left: 0;
	border-left: 0;
}

.breadcrumb-custom li.breadcrumb-custom-elem:first-child:before {
	content: "";
}

.last-breadcrumb-custom-elem {
	width: 100%;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
	color: #000000;
	display: flex;
	justify-content: right;
	padding: 0;
	margin-top: 30px;
	margin-bottom: 38px;
}

.breadcrumb-custom li.breadcrumb-custom-elem {
	padding: 0 18px;
	/*border-left: 1px solid #000000;*/
	position: relative;
}

.breadcrumb-custom li.breadcrumb-custom-elem:before {
	position: absolute;
	content: ">";
	font-size: 20px;
	font-weight: 800;
	line-height: 27px;
	color: #000000;
	left: -7px;
}

.breadcrumb-custom li.breadcrumb-custom-elem.active a {
	font-weight: 800;
}

.breadcrumb-custom.in-product-page li.breadcrumb-custom-elem:last-child a {
    font-weight: 800;
}

/* one product page */
.product-row {
	width: 100%;
	margin-bottom: 64px;
}

.product-wrapper-row {
	width: 100%;
	display: flex;
	gap: 55px;
}

.product-wrapper-row .left-content {
	max-width: 955px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 31px;
}

.productSwiperSlider {
	width: 100%;
	height: 1028px;
}

.productSwiperSlider.swiper-horizontal .swiper-button-next {
	right: 25px;
	margin-top: -58px;
}

.productSwiperSlider.swiper-horizontal .swiper-button-prev {
	left: 25px;
	margin-top: -58px;
}

.productSwiperSlider.swiper-horizontal .swiper-button-next,.productSwiperSlider.swiper-horizontal .swiper-button-prev {
	&.swiper-button-disabled {
		cursor: auto;
		opacity: 0;
		pointer-events: none
	}
}

.productSwiperSlider .swiper-wrapper {
	height: 955px;
}

.productSwiperSlider .swiper-pagination {
	bottom: 0;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 15px;
	height: 8px;
}

.productSwiperSlider .swiper-pagination .swiper-pagination-bullet {
	width: 5px;
	height: 5px;
	background: #000000;
	margin: 0 !important;
	transition: all 1s ease-in-out;
	flex-shrink: 0;
	opacity: 1;
}

/* Active bullet — pill shape */
.productSwiperSlider .swiper-pagination .swiper-pagination-bullet-active {
	width: 23px;
	height: 8px;
	border-radius: 4px;
	background: #c1c1c1;
	position: relative;
	cursor: default;
	opacity: 1;
	transition: all 1s ease-in-out;
}

/* The dot inside the active pill */
.productSwiperSlider .swiper-pagination .swiper-pagination-bullet-active::before {
	content: '';
	position: absolute;
	left: 2px;
	top: 50%;
	transform: translateY(-50%);
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #000000;
	transition: all 1s ease-in-out;
}

.right-content .pr-name {
	font-size: 28px;
	line-height: 38px;
	font-weight: 600;
	margin-top: -8px;
	margin-bottom: 25px;
	color: #000000;
}

.right-content .pr-sku {
	font-size: 15px;
	line-height: 20px;
	font-weight: 400;
	margin-bottom: 25px;
	color: #808081;
	display: block;
}

.select-wrapper {
	position: relative;
	width: 100%;
	user-select: none;
	margin-bottom: 41px;
}

.select-trigger {
	width: 100%;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	align-items: center;
	padding: 0 33px 0 17px;
	background: #fff;
	border: 1px solid #e6e6e6;
	cursor: pointer;
}

.select-label {
	font-size: 18px;
	line-height: 39px;
	font-weight: 400;
	color: #000000;
}

.select-arrow {
	width: 16px;
	height: 9px;
	flex-shrink: 0;
	transition: transform 0.25s cubic-bezier(0.4,0,0.2,1);
	color: #888;
}

.select-wrapper.open .select-arrow {
	transform: rotate(180deg);
}

.select-dropdown {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-top: none;
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	transition: max-height 0.3s cubic-bezier(0.4,0,0.2,1);
	z-index: 100;
}

.select-wrapper.open .select-dropdown {
	max-height: 300px;
	opacity: 1;
}

.select-option {
	padding: 0 17px;
	font-size: 18px;
	line-height: 39px;
	font-weight: 400;
	height: 52px;
	display: flex;
	align-items: center;
	color: #000000;
	cursor: pointer;
	border-top: 1px solid #e6e6e6;
}

.select-option:first-child {
	border-top: none;
}

.select-option:hover {
	background: #f7f7f7;
}

.select-option.selected {
	font-weight: 600;
	background: #f7f7f7;
}

.pr-sub-title {
	width: 93%;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #000000;
	margin-top: 0;
	margin-bottom: 27px;
}

.pr-sub-desc {
	width: 93%;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #4d4d4d;
	padding: 0;
	margin-bottom: 41px;
}

.pr-config-title {
	font-size: 18px;
	line-height: 24.5px;
	font-weight: 500;
	color: #000000;
	margin-top: 0;
	margin-bottom: 30px;
}

.pr-config-content {
	width: 100%;
	padding: 22px 32px 27px 32px;
	background: #f9f9f9;
	display: flex;
	flex-direction: column;
	gap: 0;
}

.section:not(:has(.btn-show-opt)) {
	margin-bottom: 45px;
}

.section-title {
	font-size: 15px;
	line-height: 21px;
	color: #000000;
	margin-bottom: 15px;
	font-weight: 600;
	display: flex;
	align-items: center;
	gap: 7px;
}

.d-none {
	display: none!important;
}

.bg-yelow {
	background: #FECC00!important;
	color: #ffffff!important;
}

.section-title  a {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #e6e6e6;
	font-size: 10px;
	line-height: 14px;
	font-weight: 600;
	color: #000000;
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

.grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 11px;
}

.input-option11.grid .custom-opt.opt-2-4 {
	grid-column: 2 / 4;
}

.input-option11.grid .custom-opt.opt-1-3 {
	grid-column: 1 / 3;
}

.opt {
	position: relative;
	margin-bottom: 0;
	height: 36px;
}

.custom-opt {
	width: 100%;
	gap: 11px;
}

.custom-opt .opt-part {
	width: 149.67px;
	display: flex;
	gap: 7px;
}

.custom-opt .opt-part .lwh-input {
	width: 36px;
	height: 36px;
	text-align: center;
	font-size: 13px;
	line-height: 17px;
	color: #000000;
	font-weight: 800;
	border: none;
	border-radius: 5px;
	background: #e6e6e6;
	outline: none;
}

.custom-opt .opt-part .lwh-input:out-of-range {
	border: 1px solid red!important;
}

.custom-opt .opt-part .lwh-input[type="number"]::-webkit-outer-spin-button,
.custom-opt .opt-part .lwh-input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.custom-opt .opt-part .lwh-input:placeholder {
	color: #808081;
}

.custom-opt .opt-part .lwh-input:active,
.custom-opt .opt-part .lwh-input:focus {
	outline: none;
}

.custom-opt .opt-part span {
	font-size: 13px;
	line-height: 17px;
	color: #000000;
	font-weight: 800;
	display: flex;
	align-items: center;
}

.custom-opt .opt-part .btn-add-size,
.custom-opt .opt-part .btn-remove-size
{
	border-radius: 6px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	line-height: 17px;
	font-weight: 800;
	color: #ffffff;
	background: #000000;
	cursor: pointer;
}

/*.grid.grid-elems .opt:nth-child(n+7) {*/
/*	display: none!important;*/
/*}*/

.grid.grid-elems.showMore .opt:nth-child(n+7) {
	display: block!important;
}

.grid.grid-elems.input-option11.showMore .custom-opt.opt {
	display: flex!important;
}

.d-flex {
	display: flex!important;
}

.opt input[type="radio"] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}

.opt-label {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	text-align: center;
	background: #e6e6e6;
	color: #000000;
	font-size: 13px;
	line-height: 19px;
	font-weight: 500;
	cursor: pointer;
	user-select: none;
	border-radius: 0;
	border: none;
	border-radius: 6px;
}

.opt input:checked + .opt-label {
	background: #FECC00;
	color: #ffffff;
	font-weight: 500;
}

/* Pricing table */
.price-desc-content {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 25px;
}

.price-desc-content .desc-elem {
	width: 100%;
	display: none;
	flex-direction: column;
	gap: 5px;
}

.price-desc-content .desc-elem.showMore {
	display: flex;
}

.price-desc-content .desc-elem p {
	width: 94%;
	font-size: 12px;
	line-height: 16px;
	font-weight: 400;
	color: #000000;
	margin-bottom: 0;
}

.btn-show-more-price-desc {
	font-size: 13px;
	line-height: 17px;
	font-weight: 500;
	color: #000000;
	cursor: pointer;
	display: flex;
	align-items: center;
}

.btn-show-more-price-desc svg {
	margin-top: 3px;
	margin-left: 6px;
}

.price-change-text {
	width: 98%;
	color: #000000;
	font-size: 15px;
	line-height: 20.5px;
	font-weight: 500;
}

.border-red {
	border: 1px solid red!important;
}

/*.price-section { margin-top: 8px; }*/

.price-title {
	font-size: 15px;
	line-height: 21px;
	color: #000000;
	margin-bottom: 20px;
	font-weight: 600;
}

.price-table {
	width: 451px;
	border-collapse: collapse;
	margin-left: 5px;
	border-top: 0;
	border-left: 1px solid transparent;
	border-right: 0;
	border-bottom: 0;
}

.price-table tbody {
	/*border-right: 1px solid transparent;*/
}

/*.price-table thead tr {*/
/*	border-bottom: 1px solid #c8c8c8;*/
/*}*/

.price-table th {
	font-weight: 400;
	text-align: center;
	padding: 0 0 18px 0;
	color: #000000;
	font-size: 16px;
	border: 0;
}

.price-table th.col-discount { color: #E83746; }

/*.price-table tbody tr:first-child {*/
/*	background: #e6e6e6;*/
/*}*/

.price-table tbody {
	position: relative;
}

.price-table tbody:before {
	position: absolute;
	content: "";
	width: 503px;
	height: 51px;
	z-index: 0;
	background: #e6e6e6;
	left: -20px;
	top: 0;
}

.price-table tbody tr:nth-child(1) {
	z-index: 9;
	position: relative;
}

.price-table thead tr th:nth-child(1) {
	padding-left: 0;
	text-align: left;
}

.price-table thead tr th:nth-child(4) {
	padding-right: 0;
	text-align: right;
}

.price-table tbody tr td:nth-child(1) {
	padding-left: 0;
	width: 89px;
}

.price-table tbody tr td:nth-child(2) {
	padding-left: 0;
	width: 134px;
}

.price-table tbody tr td:nth-child(3) {
	padding-left: 0;
	width: 112px;
}

.price-table tbody tr td:nth-child(4) {
	border-right: 1px solid transparent;
}

.price-table td {
	font-size: 16px;
	font-weight: 400;
	color: #000000;
	vertical-align: middle;
}

.price-table tbody tr td {
	padding: 15px 0;
}

.price-table td.col-discount { color: #E83746; text-align: center }

/*.price-table tbody tr:nth-child(odd)  { background: #efefef; }*/
/*.price-table tbody tr:nth-child(even) { background: #ffffff; }*/

.time-and-order {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 36px;
	margin-top: 32px;
}

.time-and-order .t-elem {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 7px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #000000;
}

.time-and-order .t-elem img {
	width: 84px;
}

.btn-order {
	width: 374px;
	height: 49px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	background: #000000;
	border-radius: 6px;
	outline: none;
	border: none;
	font-size: 18px;
	line-height: 24.5px;
	font-weight: 500;
}

.pr-characteristic-content {
	width: 525px;
	display: flex;
	flex-direction: column;
}

.pr-characteristic-content .pr-ch-title {
	margin: 0;
	margin-bottom: 40px;
	padding: 0;
	font-size: 24px;
	line-height: 33px;
	font-weight: 400;
	color: #000000;
}

.pr-characteristic-content .characteristic-elems {
	width: 100%;
	display: flex;
	flex-direction: column;
	padding: 0;
	margin: 0;
	list-style: none;
}

.pr-characteristic-content .characteristic-elems .characteristic-elem {
	width: 100%;
	border-bottom: 1px solid #cccccc;
	padding: 11px 0;
	font-size: 15px;
	font-weight: 400;
	color: #000000;
}

.pr-characteristic-content .characteristic-elems .characteristic-elem:nth-child(n+7) {
	display: none;
}

.pr-characteristic-content .characteristic-elems.showMore .characteristic-elem:nth-child(n+7) {
	display: block;
}

.pr-characteristic-content .characteristic-elems.showMore .characteristic-elem.bb-none {
	display: block;
}

.pr-characteristic-content .btn-show-more {
	margin-top: 28px;
	font-size: 16px;
	line-height: 22px;
}

/* other product slider */
.other-products-sliders {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 56px;
}

.other-products-sliders .slider-wrapper-elem {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 35px;
	user-select: none;
}

.other-products-sliders .slider-wrapper-elem .title {
	font-size: 24px;
	line-height: 33px;
	font-weight: 400;
	color: #000000;
	margin: 0;
}

.other-products-sliders .slider-wrapper-elem .pr-slider-content {
	width: 100%;
}

.prSliderSwiper .swiper-slide a {
	display: flex;
	flex-direction: column;
	gap: 20px;
	text-decoration: none;
}

.prSliderSwiper .swiper-slide a img	{
	width: 100%;
}

.prSliderSwiper .swiper-slide a .pr-name {
	margin: 0;
	font-size: 14px;
	line-height: 19px;
	font-weight: 500;
	color: #000000;
}


/* Условия и центр подержки */
.support-wrapper-content {
	width: 100%;
	display: flex;
	gap: 68px;
	margin-top: 95px;
	margin-bottom: 95px;
}

.support-wrapper-content .left-part {
	width: 355px;
	height: -webkit-fit-content%;
	display: flex;
	flex-direction: column;
	gap: 48px;
	border-right: 1px solid #cccccc;
}

.support-wrapper-content .right-part {
	width: 803px;
	height: 100%;
	display: flex;
	flex-direction: column;
	gap: 73px;
}

.support-wrapper-content .section-wrapper {
	width: 292px;
}

.section-header {
	display: flex;
	align-items: center;
	gap: 12px;
	font-size: 18px;
	font-weight: 800;
	color: #000000;
	cursor: pointer;
}

.section-header .arrow {
	width: 10px;
	height: 7px;
	flex-shrink: 0;
	display: flex;
}

.section-links {
	list-style: none;
	padding: 27px 0 0 22px;
	display: flex;
	flex-direction: column;
	gap: 23px;
}

.section-links.hidden { display: none; }

.section-links li a {
	display: block;
	padding: 0;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
	font-weight: 400;
}

.section-links li a:hover { color: #4d4d4d; }

.section-links li a.active {
	color: #4d4d4d;
}

/* ===== MAIN ===== */
.main h1 {
	font-size: 24px;
	line-height: 28px;
	font-weight: 800;
	color: #000000;
	margin-bottom: 40px;
	margin-top: 0;
}

.main .description p {
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	margin-bottom: 24px;
}

.main .description p:last-child {
	margin-bottom: 0;
}

/* Rating */
.rating-row {
	display: flex;
	align-items: center;
	gap: 21px;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
}

.stars  {
	display: flex;
	gap: 8px;
}
.stars span {
	font-size: 24px;
	display: flex;
	color: #ccc;
	cursor: pointer;
}
.stars span.filled { color: #f5a623; }

/* Contact block */
.other-info-content {
	width: 580px;
	display: flex;
	flex-direction: column;
}
.no-answer {
	font-size: 20px;
	line-height: 27px;
	color: #000000;
	margin-bottom: 27px;
}

.no-answer a {
	color: #f73558;
	text-decoration: none;
	font-weight: normal;
}

.phones {
	display: flex;
	gap: 34px;
	font-size: 20px;
	color: #000000;
	margin-bottom: 46px;
}

.phones a { color: #000000; text-decoration: none; }

.qr-row {
	width: 304px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	gap: 16px;
	margin-bottom: 28px;
}

.qr-label {
	font-size: 18px;
	color: #000000;
	line-height: 24px;
	font-weight: 400;
}

.qr-img {
	width: max-content;
	height: max-content;
}

.qr-img img { width: 228px; height: 107px; }

.qr-badge {
	position: absolute;
	bottom: 3px;
	right: 3px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #229ed9;
	display: flex;
	align-items: center;
	justify-content: center;
}

.qr-badge.wa { background: #25d366; }
.qr-badge svg { width: 10px; height: 10px; fill: white; }

.disclaimer {
	width: 410px;
	font-size: 15px;
	color: #666666;
	margin-bottom: 60px;
	line-height: 21px;
}

/* Form */
.form-title {
	width: 360px;
	font-size: 18px;
	line-height: 24px;
	color: #000000;
	font-weight: 400;
	margin-bottom: 36px;
}

.form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 8px;
}

.form-grid input,
.form-full textarea {
	width: 100%;
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	font-size: 12px;
	color: #333;
	font-family: Arial, sans-serif;
	outline: none;
}

.form-grid input::placeholder,
.form-full textarea::placeholder { color: #bbb; }
.form-grid input:focus, .form-full textarea:focus { border-color: #aaa; }

.form-full { margin-top: 8px; }
.form-full textarea { min-height: 64px; resize: vertical; }

.form-note {
	font-size: 11px;
	color: #aaa;
	margin-top: 6px;
	line-height: 1.5;
}

.form-note a { color: #c0392b; text-decoration: none; }

.form-actions {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-top: 10px;
}

.btn-send {
	background: #c0392b;
	color: #fff;
	border: none;
	border-radius: 4px;
	padding: 9px 22px;
	font-size: 13px;
	cursor: pointer;
	font-family: Arial, sans-serif;
}

.btn-send:hover { background: #a93226; }

.btn-attach {
	font-size: 13px;
	color: #444;
	cursor: pointer;
	background: none;
	border: none;
	font-family: Arial, sans-serif;
	display: flex;
	align-items: center;
	gap: 5px;
}

.btn-attach input { display: none; }
.btn-attach:hover { color: #222; }


#information-support .contact-form {
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

#information-support .contact-form .form-elems {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

#information-support .contact-form .form-elems input {
	font-family: Manrope;
	width: calc(50% - 11px);
	height: 52px;
	border: 1px solid #e6e6e6;
	outline: none;
	border-radius: 0;
	padding: 10px 16px;
	font-size: 18px;
	line-height: 24.5px;
	color: #999999;
}

#information-support .contact-form .form-elems input.red-holder::placeholder {
	color: #E36D4F;
}

#information-support .contact-form .form-elems textarea {
	font-family: Manrope;
	width: 100%;
	height: 97px;
	resize: none;
	border: 1px solid #e6e6e6;
	outline: none;
	border-radius: 0;
	padding: 20px 16px;
	font-size: 18px;
	line-height: 24.5px;
	color: #999999;
}

#information-support .contact-form .form-elems:nth-child(1) {
	gap: 29px 22px;
}

#information-support .contact-form .form-elems .terms-part {
	width: 445px;
	display: flex;
}

#information-support .contact-form .form-elems .terms-part p {
	font-size: 15px;
	line-height: 20.5px;
	color: #898989;
	margin-bottom: 0;
}

#information-support .contact-form .form-elems .terms-part p a {
	font-size: 15px;
	line-height: 20.5px;
	color: #898989;
	text-decoration: underline;
	text-underline-offset: 5px;
}

#information-support .contact-form .form-elems .btn-group-elems {
	width: 100%;
	display: flex;
	gap: 37px;
	align-items: center;
	margin-top: 29px;
}

#information-support .contact-form .form-elems .btn-group-elems .btn-send {
	width: 146px;
	height: 43px;
	background: #000000;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 24.5px;
	border-radius: 23px;
	border: none;
	outline: none;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* ── Custom file input ── */
#information-support .contact-form .form-elems .btn-group-elems .file-upload-wrapper {
	position: relative;
	display: inline-block;
}

#information-support .contact-form .form-elems .btn-group-elems .file-upload-wrapper input[type="file"] {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	font-size: 0;
}

#information-support .contact-form .form-elems .btn-group-elems .file-upload-label {
	display: inline-block;
	font-size: 18px;
	line-height: 24.5px;
	color: #000000;
	text-decoration: underline;
	text-underline-offset: 5px;
	cursor: pointer;
	white-space: nowrap;
}

#information-support .contact-form .form-elems .btn-group-elems .file-names {
	font-size: 18px;
	line-height: 24.5px;
	color: #000000;
}

.mb-contact {
	display: none;
}

.mb-burger {
	display: none;
}

@media (max-width: 576px) {
	.mtb-37 {
		margin-bottom: 37px;
		margin-top: 10px;
	}

	#logo a {
		display: flex;
	}

	#logo a svg {
		width: 146px;
		height: 66px;
	}

	.menu-row .middle-parent {
		display: none;
	}

	.menu-row .right-parent {
		display: none;
	}

	.mb-contact {
		display: flex;
		margin-left: auto;
		width: 29px;
		height: 26px;
	}

	.mb-contact img {
		width: 100%;
		height: 100%;
	}

	.mb-burger {
		display: flex;
		margin-left: 13px;
	}

	.mb-burger svg {
		width: 20px;
		height: 18px;
	}

	.breadcrumb-custom.in-product-page {
		margin-top: 0;
		margin-bottom: 29px;
	}

	.breadcrumb-custom li {
		font-size: 14px;
		line-height: 19px;
		font-weight: 400;
	}

	.breadcrumb-custom li.breadcrumb-custom-elem:before {
		font-size: 16px;
		line-height: 19px;
		left: -7px;
	}

	.breadcrumb-custom li.breadcrumb-custom-elem {
		padding: 0 12px;
	}

	.breadcrumb-custom li.breadcrumb-custom-elem.active {
		padding-left: 8px;
	}

	.top-description-content {
		gap: 20px;
	}

	.top-description-content.in-pr-page {
		max-width: 705px;
		width: 100%;
		margin-bottom: 55px;
	}

	.top-description-content.in-pr-page .top-title {
		font-size: 18px;
		line-height: 18px;
		font-weight: 400;
	}

	.top-description-content .top-desc {
		width: 867px;
		font-size: 14px;
		line-height: 17px;
	}
}