:root {
	--bs-dark: #000000;
	--bs-dark-rgb: 0, 0, 0;
	--bs-primary: #ffcf00;
	--bs-primary-hover: #fee67a;
	--bs-primary-rgb: 255, 207, 0;
	--bs-secondary: #fee67a;
	--bs-secondary-rgb: 254, 230, 122;
	--bs-secondary-color: #7D7D7D;
	--bs-secondary-color-rgb: 125, 125, 125;
	--bs-border-color: #000000;
	--bs-link-color: #000000;
	--bs-link-hover-color: #303030;
	--bs-body-color: #000000;
	--bs-body-bg: #fff;
	--bs-light: #f1f1f1;
	--bs-light-rgb: 241, 241, 241;
	--bs-info: #5BC5F2;
	--bs-info-rgb: 91, 197, 242;
	--bs-gray: #D0D0D0;
	--bs-danger-rgb: 196, 32, 38;
	--bs-success-rgb: 8, 147, 30;
	--bs-link-decoration: none;
	--bs-border-radius: 0.25rem;

	--bs-primaryFont: 'PF Agora Sans Pro', sans-serif;
	--bs-secondaryFont: 'PF Agora Sans Pro', sans-serif;
}

.btn {
	--bs-btn-padding-x: 1.5rem;
	--bs-btn-padding-y: 0.75rem;
	--bs-btn-line-height: 1.25rem;
	--bs-btn-border-radius: 0.25rem;
	--bs-btn-font-weight: 400;
	text-transform: uppercase;
}

.btn-lg,
.btn-group-lg>.btn {
	--bs-btn-padding-y: 1rem;
	--bs-btn-padding-x: 1.5rem;
	--bs-btn-font-size: 1rem;
	--bs-btn-border-radius: 0.25rem;
}

.btn-group-sm>.btn,
.btn-sm {
	--bs-btn-padding-y: 0.375rem;
	--bs-btn-padding-x: 1rem;
	--bs-btn-font-size: 0.875rem;
	--bs-btn-border-radius: 0.25rem;
}

.btn-primary {
	--bs-btn-color: var(--bs-dark);
	--bs-btn-bg: var(--bs-primary);
	--bs-btn-border-color: var(--bs-primary);
	--bs-btn-hover-color: var(--bs-dark);
	--bs-btn-hover-bg: var(--bs-primary-hover);
	--bs-btn-hover-border-color: var(--bs-primary-hover);
	--bs-btn-active-color: var(--bs-dark);
	--bs-btn-active-bg: var(--bs-primary-hover);
	--bs-btn-active-border-color: var(--bs-primary-hover);
	--bs-btn-active-shadow: none;
	--bs-btn-disabled-color: var(--bs-secondary-color);
	--bs-btn-disabled-bg: var(--bs-light);
	--bs-btn-disabled-border-color: var(--bs-light);
}

.btn-outline-primary {
	--bs-btn-color: var(--bs-primary);
	--bs-btn-border-color: var(--bs-primary);
	--bs-btn-hover-color: var(--bs-dark);
	--bs-btn-hover-bg: var(--bs-primary-hover);
	--bs-btn-hover-border-color: var(--bs-primary-hover);
	--bs-btn-focus-shadow-rgb: 13, 110, 253;
	--bs-btn-active-color: var(--bs-dark);
	--bs-btn-active-bg: var(--bs-primary);
	--bs-btn-active-border-color: var(--bs-primary);
	--bs-btn-active-shadow: none;
	--bs-btn-disabled-color: var(--bs-secondary-color);
	--bs-btn-disabled-border-color: var(--bs-light);
	--bs-gradient: none;
}

.btn-light {
	--bs-btn-color: var(--bs-dark);
	--bs-btn-bg: var(--bs-light);
	--bs-btn-border-color: var(--bs-light);
	--bs-btn-hover-color: var(--bs-dark);
	--bs-btn-hover-bg: var(--bs-light);
	--bs-btn-hover-border-color: var(--bs-border-color);
	--bs-btn-focus-shadow-rgb: 211, 212, 213;
	--bs-btn-active-color: var(--bs-dark);
	--bs-btn-active-bg: var(--bs-light);
	--bs-btn-active-border-color: var(--bs-border-color);
	--bs-btn-active-shadow: none;
	--bs-btn-disabled-color: var(--bs-gray);
	--bs-btn-disabled-bg: var(--bs-light);
	--bs-btn-disabled-border-color: var(--bs-light);
}

.dropdown-menu {
	--bs-dropdown-zindex: 1000;
	--bs-dropdown-min-width: 14.375rem;
	--bs-dropdown-color: var(--bs-body-color);
	--bs-dropdown-bg: var(--bs-body-bg);
	--bs-dropdown-border-color: var(--bs-border-color);
	--bs-dropdown-border-radius: 0.25rem;
	--bs-dropdown-box-shadow: none;
	--bs-dropdown-link-color: var(--bs-body-color);
	--bs-dropdown-link-hover-color: var(--bs-secondary-color);
	--bs-dropdown-link-hover-bg: var(--bs-light);
	--bs-dropdown-link-active-color: var(--bs-body-color);
	--bs-dropdown-link-active-bg: var(--bs-light);
	--bs-dropdown-item-padding-x: 1rem;
	--bs-dropdown-item-padding-y: 0.5rem;
}

.table {
	--bs-table-color-type: initial;
	--bs-table-bg-type: initial;
	--bs-table-color-state: initial;
	--bs-table-bg-state: initial;
	--bs-table-color: var(--bs-body-color);
	--bs-table-bg: #FEEEBF;
	--bs-table-border-color: #FFF;
	--bs-table-accent-bg: transparent;
	--bs-table-striped-color: var(--bs-body-color);
	--bs-table-striped-bg: #FFE474;
	--bs-table-active-color: var(--bs-body-color);
	--bs-table-active-bg: var(--bs-primary-hover);
	--bs-table-hover-color: var(--bs-body-color);
	--bs-table-hover-bg: var(--bs-primary-hover);
	width: 100%;
	margin-bottom: 1rem;
	vertical-align: top;
	border-color: var(--bs-table-border-color);
}

.accordion-button:not(.collapsed) {
	color: var(--bs-body-color);
	background-color: var(--bs-body-bg);
	box-shadow: none;
}

.accordion-button:focus {
	z-index: 3;
	border-color: inherit;
	outline: 0;
	box-shadow: none;
}

.nav-pills {
	--bs-nav-pills-link-active-color: var(--bs-secondary);
	--bs-nav-pills-link-active-bg: var(--bs-light);
}

::selection {
	background: var(--bs-secondary);
	color: var(--bs-dark);
}

body {
	color: var(--bs-body-color);
	font-family: var(--bs-primaryFont);
}

svg {
	pointer-events: none;
}

img:not([src]):not([srcset]) {
	visibility: hidden;
}

a {
	color: var(--bs-link-color);
	text-decoration: none;
	transition: all .5s;
}

a:hover {
	color: var(--bs-link-hover-color);
	text-decoration: none;
}

.stripe-loading-indicator .stripe,
.stripe-loading-indicator .stripe-loaded {
	background: transparent !important;
}

h1,
.h1 {
	font-size: 2.625rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

h2,
.h2 {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.h3,
h3 {
	font-size: 1.875rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.h4,
h4 {
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.h5,
h5 {
	font-size: 1.25rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

h6,
.h6 {
	font-size: 1.125rem;
	font-weight: 700;
	margin-bottom: 1rem;
}

.text-gray {
	color: var(--bs-gray);
}

.smaller {
	font-size: 0.75rem;
}

.fw-bolder {
	font-weight: 500 !important;
}

.badge {
	height: 23px;
}

blockquote {
	padding: 1rem 1rem 0.1rem 1rem;
	background: var(--bs-light);
	border-radius: var(--bs-border-radius);
	border-left: 4px solid var(--bs-primary);
}

label {
	cursor: pointer;
}

.form-control {
	border-radius: 0.25rem;
	padding: 0.75rem 1rem;
	line-height: 1.25rem;
}

.form-control:focus {
	box-shadow: none;
	border-color: var(--bs-gray);
}

.contacts-page-form .form-control {
	background: var(--bs-secondary);
	border: 0;
}

.contacts-page-form textarea.form-control {
	min-height: 221px;
}

.input-group-sm>.form-control {
	padding: 0.4rem 0.5rem;
}

.form-check {
	margin: 0;
	padding-left: 0;
}

.form-check .form-check-label {
	font-size: 1rem;
	position: relative;
	padding-left: 2.25rem;
	line-height: 1.2;
}

.form-check .form-check-label:before {
	content: '';
	position: absolute;
	top: -2px;
	left: 0;
	width: 1.5rem;
	height: 1.5rem;
	border-radius: 0.25rem;
	border: 1px solid var(--bs-border-color);
	background: var(--bs-white);
}

.form-check .form-check-label:after {
	content: '';
	position: absolute;
	top: 5px;
	left: 6px;
	width: 12px;
	height: 7px;
	border-left: 2px solid var(--bs-white);
	border-bottom: 2px solid var(--bs-white);
	opacity: 0;
	transition: all .3s;
	transform: rotate(-4deg);
}

.form-check.form-check-radio .form-check-label:before {
	border-radius: 50%;
}

.form-check.form-check-radio .form-check-label:after {
	border: 0;
	background: var(--bs-dark);
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	top: 6px;
	left: 8px;
}

.form-check input:checked~.form-check-label:before {
	background: var(--bs-primary);
	border-color: var(--bs-primary);
}

.form-check input:checked~.form-check-label:after {
	opacity: 1;
	transform: rotate(-45deg);
}

.btn-outline-dark {
	border-color: var(--bs-gray);
}

.btn-link {
	text-decoration: none;
}

.btn-close:focus {
	box-shadow: none;
}

.btn-icon {
	display: inline-block;
	height: 16px;
	position: relative;
	top: -2px;
}

.btn-icon svg {
	width: 22px;
	height: 22px;
}

.btn-sm .btn-icon svg {
	width: 16px;
	height: 16px;
}

.remove-label.btn-sm .btn-icon {
	top: -1px;
}

.remove-label.btn-sm .btn-icon svg {
	color: var(--bs-secondary);
	width: .5rem;
	height: .5rem;
}

.plus-minus {
	position: relative;
}

.plus-minus:before,
.plus-minus:after {
	content: '';
	position: absolute;
	top: 10px;
	right: 0;
	width: 14px;
	height: 2px;
	background: currentColor;
	transition: all .4s;
}

.plus-minus.collapsed:after {
	transform: rotate(-90deg);
}

.plus-minus:not(.collapsed):after {
	opacity: 0;
}

.slider.slider-horizontal {
	width: 100%;
	height: 14px;
}

.slider.slider-horizontal .slider-track {
	height: 4px;
	margin-top: -2px;
}

.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
	background: var(--bs-border-color);
	box-shadow: none;
}

.slider.slider-horizontal .slider-selection {
	background: var(--bs-dark);
	box-shadow: none;
}

.slider-handle {
	width: 14px;
	height: 14px;
	background: var(--bs-dark);
	box-shadow: none;
}

.slider.slider-horizontal .slider-handle {
	margin-left: 0;
}

.slider.slider-horizontal .slider-handle.max-slider-handle {
	margin-left: -14px;
}

.chevron {
	line-height: 0;
	display: inline-block;
}

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

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

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

.arrow {
	line-height: 0;
	display: inline-block;
}

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

.z-index-1 {
	z-index: 1;
}

.z-index-m1 {
	z-index: -1;
}

.z-index-2 {
	z-index: 2;
}

.z-index-3 {
	z-index: 3;
}

.lh-0 {
	line-height: 0;
}

.nav.multilevel>li>a {
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	position: relative;
}

.nav.multilevel>li>a:before {
	content: '';
	position: absolute;
	bottom: .5rem;
	left: 1rem;
	width: calc(100% - 2rem);
	height: 3px;
	background-color: var(--bs-danger);
	opacity: 0;
	transition: all .4s;
}

.nav.multilevel>li:hover>a:before {
	opacity: 1;
}

.nav.multilevel li.haschild {
	position: relative;
}

.nav.multilevel li.haschild>a:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border-left: 2px solid currentColor;
	border-bottom: 2px solid currentColor;
	transform: rotate(-45deg) translateY(-4px);
	transform-origin: center;
	transition: all .4s;
	margin-left: 3px;
}

.nav.multilevel li.haschild>ul {
	display: none;
	position: absolute;
	top: 100%;
	left: -0.5rem;
	width: calc(100% + 9rem);
	padding: 0;
	background: #ffe57a;
	/*background: var(--bs-secondary);*/
}

.nav.multilevel li.haschild>ul ul {
	left: 15rem;
	top: 0;
	background: #fff9c2;
}

.nav.multilevel li.haschild:hover>ul {
	display: flex;
}

.nav.multilevel ul li:hover {
	background: #ffcf01;
}

.nav.multilevel li.haschild>ul li {
	margin-right: 0 !important;
}

.nav.multilevel li.haschild>ul li a {
	border-bottom: 1px solid var(--bs-light);
	width: 100%;
	padding: 1rem 1.5rem;
	line-height: 1.2;
}

.nav.multilevel li.haschild:hover>a:after {
	transform: rotate(-135deg) scaleX(-1);
}

.text-content p:last-child {
	margin-bottom: 0;
}

.text-content ul {
	padding-left: 0;
	list-style: none;
}

.text-content ul li {
	position: relative;
	padding-left: 2rem;
	margin-bottom: 1rem;
}

.text-content ul li:before {
	content: '';
	position: absolute;
	top: 0.6rem;
	left: 0.6rem;
	width: 0.5rem;
	height: 0.5rem;
	border-radius: 50%;
	background: var(--bs-primary);
}

.text-content ol {
	list-style-type: none;
	counter-reset: num;
	padding-left: 0;
}

.text-content ol li {
	position: relative;
	padding-left: 2rem;
	margin-bottom: 1rem;
}

.text-content ol li:before {
	content: counter(num) '.';
	counter-increment: num;
	position: absolute;
	top: 0;
	left: 0.6rem;
	color: var(--bs-primary);
	font-weight: 600;
}

.text-content table {
	font-size: 14px;
}

.text-content table th {
	background-color: var(--bs-primary);
	line-height: 1.2;
	vertical-align: middle;
}

img.fr-dii.fr-fil {
	float: left;
	margin: 0 1rem 1rem 0;
}

img.fr-dii.fr-fir {
	float: right;
	margin: 0 0 1rem 1rem;
}

.dropdown-toggle::after {
	display: none;
}

.breadcrumb {
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	font-size: 0.875rem;
}

.pagination li {
	margin: 0 0.25rem;
}

.pagination .page-link {
	box-shadow: none !important;
	display: flex;
	width: 2.5rem;
	height: 2.5rem;
	align-items: center;
	justify-content: center;
	color: var(--bs-secondary-color);
	font-weight: 600;
	border: 1px solid var(--bs-border-color);
	border-radius: 0.25rem;
	line-height: 1;
}

.pagination .active>.page-link,
.pagination .page-link.active {
	background: var(--bs-body-bg);
	color: var(--bs-dark);
	border-color: var(--bs-dark);
}

.pagination .disabled>.page-link,
.pagination .page-link.disabled {
	color: var(--bs-secondary-color);
}

.activeLine:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0px;
	background-color: var(--bs-primary);
	transition: all .3s;
}

.activeLine.active:after {
	height: 3px;
}

.fancybox__container {
	color: var(--bs-dark);
	--carousel-button-svg-filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, 0));
}

.fancybox__container .carousel__button {
	color: var(--bs-dark);
	box-shadow: none;
}

.fancybox__backdrop {
	background: var(--bs-body-bg);
}

.fancybox__toolbar {
	background: none;
	text-shadow: none;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
	border-color: var(--bs-primary);
}

.readmore .readmore_content {
	transition: all .4s;
	overflow: hidden;
	position: relative;
	max-height: 210px;
}

.readmore .readmore_content:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 60px;
	background: linear-gradient(to top, var(--bs-body-bg), rgba(255, 255, 255, 0));
}

.readmore .readmore_btns button+button {
	display: none;
}

.readmore.active .readmore_content {
	max-height: 2000px;
}

.readmore.active .readmore_content:after {
	display: none;
}

.readmore.active .readmore_btns button {
	display: none;
}

.readmore.active .readmore_btns button+button {
	display: inline-block;
}

.nav-pills .nav-link {
	color: var(--bs-secondary-color);
	font-weight: 600;
}

.nav-pills .nav-link:hover {
	color: var(--bs-secondary);
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background-color: var(--bs-primary);
	color: var(--bs-white);
}

.ts-wrapper.hideSearch .ts-control input {
	left: -10000px;
	opacity: 0;
	position: absolute;
}

.ts-wrapper .ts-control {
	padding: 0.75rem 3rem 0.75rem 1rem;
	font-size: 1rem;
	border: 1px solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
}

.ts-wrapper .ts-control:after {
	content: '';
	position: absolute;
	top: 1rem;
	right: 1rem;
	width: 0.5rem;
	height: 0.5rem;
	border-right: 2px solid var(--bs-secondary-color);
	border-bottom: 2px solid var(--bs-secondary-color);
	transition: all .3s;
	transform-origin: center;
	transform: rotate(45deg);
}

.ts-wrapper.dropdown-active .ts-control {
	border-color: var(--bs-secondary-color);
}

.ts-wrapper.dropdown-active .ts-control:after {
	top: 1.15rem;
	transform: rotate(-135deg);
}

.ts-wrapper .ts-dropdown {
	background: var(--bs-body-bg);
	box-shadow: 0px 2px 40px rgba(16, 24, 40, 0.06);
	border-radius: var(--bs-border-radius);
	padding: 0.5rem;
	border: 0;
	margin: 0.5rem 0 0;
}

.ts-wrapper .ts-dropdown .option {
	font-size: 1rem;
	color: var(--bs-secondary-color);
	background-color: var(--bs-body-bg);
	padding: 0.63rem 1rem;
	border-radius: var(--bs-border-radius);
	border-left: 3px solid transparent;
	transition: all .3s;
}

.ts-wrapper .ts-dropdown .active {
	padding: 0.63rem 1rem;
	background-color: var(--bs-light);
	border-color: var(--bs-primary);
	color: var(--bs-body-color);
}

.ts-wrapper.form-control {
	border: 0;
	padding: 0;
	border-radius: 0;
}

.ts-dropdown .spinner {
	margin: 0.5rem auto;
	display: block;
}

.bg-cover {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.object-fit-cover {
	object-fit: cover;
}

.object-fit-contain {
	object-fit: contain;
}

.iframe iframe {
	width: 100% !important;
	height: auto;
	aspect-ratio: 16/9;
	object-fit: cover;
}

body.scrolled #header {
	box-shadow: 0 0 30px rgb(0 0 0 / 20%);
}

#header .scroll_show {
	display: none;
}

body.scrolled #header .scroll_show {
	display: block !important;
}

body.scrolled #header .scroll_hidden {
	display: none !important;
}

body.scrolled #header .scroll_hidden.show {
	display: block !important;
}

.header-icon svg {
	width: 26px;
	height: 26px;
}

.header-ukraine {
	margin-left: 220px;
}

.categoriesMenu-item .categoriesMenu-item-dropdown {
	display: none;
}

.categoriesMenu-item:hover .categoriesMenu-item-dropdown {
	display: block;
}

.categoriesMenu-item .level_1:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0px;
	background-color: var(--bs-primary);
	transition: all .3s;
}

.categoriesMenu-item:hover .level_1:after {
	height: 3px;
}

.categoryMenu .dropdown-menu {
	height: 450px;
	width: 250px;
}

.categoryMenuLevelTwo {
	height: 450px;
	margin-top: -1px;
	margin-left: -1px;
	width: 1071px;
	display: none;
}

.categoryMenuLevelOne.hasChild>.dropdown-item {
	position: relative;
}

.categoryMenuLevelOne.hasChild>.dropdown-item:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1rem;
	width: 6px;
	height: 6px;
	border-top: 2px solid currentColor;
	border-right: 2px solid currentColor;
	transform: rotate(45deg) translateY(-5px);
}

.categoryMenuLevelOne.hasChild:hover .categoryMenuLevelTwo {
	display: block;
}

#categoryMenuOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	background: rgb(0 0 0 / 50%);
	z-index: -1;
	display: none;
}

#main {
	padding-top: 143px;
}

.product-video-link>span,
.product-more-images-link>span {
	height: 3rem;
	width: 3rem;
}

.product-card-horizontal .card-title {
	font-size: 1.125rem;
	min-height: 40px;
}

.product-card .product-card-nav,
.product-card .product-card-pagination {
	transition: all .4s;
	opacity: 0;
	z-index: 1;
}

.product-card:hover .product-card-nav,
.product-card:hover .product-card-pagination {
	opacity: 1;
}

.mpage_promo:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
}

.mpage_promo img {
	aspect-ratio: 16/9;
	object-fit: cover;
}

.mpage_promo_texts {
	max-width: 60%;
}

.mpage_promo2 img,
.mpage_promo3 img {
	aspect-ratio: 20/11.1;
	object-fit: cover;
}

.swiper-pagination {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	align-items: center;
	justify-content: center;
}

.swiper-pagination .swiper-pagination-bullet {
	border-radius: 50%;
	height: .85rem;
	width: .85rem;
	background: #fff;
	border: 1px solid var(--bs-dark);
	opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: var(--bs-dark);
	border: 1px solid var(--bs-dark);
}

.swiper-button-next:after,
.swiper-button-prev:after {
	display: none;
}

.swiper-button-disabled {
	opacity: .25;
}

.logo-block {
	height: 231px;
}

.about_promo_img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.rating-form-field .form-check-label {
	color: var(--bs-primary);
	cursor: pointer;
}

.rating-form-field .form-check-label svg {
	width: 26px;
	height: 26px;
}

.rating-form-field input:checked~.form-check-label {
	color: var(--bs-gray);
}

.rating-form-field input:checked+.form-check-label {
	color: var(--bs-primary);
}

.product-option {
	cursor: pointer;
}

.product-option.active {
	border-color: var(--bs-primary) !important;
}

.product_relatedbyfeature a img {
	width: 2rem;
	height: 2rem;
	aspect-ratio: 1/1;
	object-fit: cover;
}

#cartList .btn-group .form-control {
	max-width: 50px;
}

.productsCarousel .productsCarousel-nav {
	top: -3.3rem !important;
}

.checkout-step {
	width: 2rem;
	height: 2rem;
}

.fn_delivery_item_collapse {
	display: none;
}

.fn_delivery_item.active .fn_delivery_item_collapse {
	display: block;
}

.fn_delivery_item.active {
	border-color: var(--bs-secondary-color) !important;
	background-color: var(--bs-light);
}

.isChild {
	transition: transform .4s;
	transform: translateX(0);
}

.isChild.isVisible {
	transform: translateX(-100%);
}

.fn_kits .fn_product {
	border-right: 1px solid var(--bs-border-color);
}

.fn_kits .position-absolute {
	width: 40px;
	height: 40px;
	line-height: 1;
	top: 50%;
	right: 0;
	transform: translate(50%, -50%);
}

a.scroll-top {
	position: fixed;
	bottom: 60px;
	left: 60px;
	z-index: 10;
	border: 1px solid var(--bs-dark);
	border-radius: 50%;
	display: none;
}

a.scroll-top svg {
	width: 46px;
	height: 46px;
}

body.scrolled a.scroll-top {
	display: block;
}

a.contacts-btn {
	position: fixed;
	bottom: 60px;
	right: 60px;
	z-index: 10;
	border: 1px solid var(--bs-dark);
	border-radius: 50%;
	width: 46px;
}

.main-page-categories .block-title {
	position: absolute;
	left: 50%;
	z-index: 2;
	margin-top: -30px;
	transform: translateX(-50%);
}

.carousel-categories .swiper-slide img {
	transition: all .3s;
	transform: scale(.8);
}

.carousel-categories .swiper-slide:hover img {
	transform: scale(1);
}

.main-page-features {
	border: 3px dashed var(--bs-primary);
	border-left: 0;
	border-right: 0;
}

.main-page-features-border-title {
	border-left: 4px solid var(--bs-primary);
}

.main-page-about .main-page-about-bg-1 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.main-page-about .main-page-about-bg-2 {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: -1;
	transform: translateY(-50%);
}

.main-page-about-title-1 img,
.main-page-about-title-2 img,
.main-page-about-title-3 img {
	position: absolute;
	left: 130%;
	bottom: -10%;
}

.main-page-partners-title img {
	position: absolute;
	left: 130%;
	bottom: -36%;
}

.main-page-partners {
	border-bottom: 3px dashed var(--bs-dark);
}

.main-page-video-bg-1 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.main-page-video-bg-2 {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: -1;
	transform: translate(-50%, -50%);
}

.main-page-video-bg-3 {
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.similar-categories {
	border-top: 3px dashed var(--bs-dark);
	display: none;
}

.main-page-categories {
	display: none;
}

.similar-categories-title img {
	position: absolute;
	left: -100px;
	bottom: -27px;
	max-width: 90px;
}

.section_production_0-bg-1 {
	position: absolute;
	right: 5%;
	bottom: 0px;
	z-index: -1;
}

.production_step_item {
	padding-left: 5.5rem;
}

.production_step_number {
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	color: var(--bs-body-color);
	border-radius: 50%;
	width: 4rem;
	height: 4rem;
	font-weight: bold;
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
}

.production_step_number span {
	transform: translateY(3px);
}

.section_production_1-bg-2 {
	position: absolute;
	left: 5%;
	top: 80%;
	z-index: -1;
}

.section_production_2-bg-2 {
	position: absolute;
	right: 0;
	top: 50%;
	z-index: -1;
}

.section_production_3-bg-1 {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}

.section_production_3 {
	padding-top: 40px;
}

.section_production_3 .container-xxl {
	padding-top: 100px;
	padding-bottom: 380px;
}

.section_production_4-bg-2 {
	position: absolute;
	left: 16px;
	top: 0;
	z-index: -1;
}

.section_production_5 {
	margin-top: -220px;
}

.section_production_5-bg-2 {
	position: absolute;
	right: 32px;
	top: 40%;
	z-index: -1;
}

.section_production_7-bg-2 {
	position: absolute;
	left: 16px;
	top: 0;
	z-index: -1;
}

.page-export-about {
	border-top: 3px dashed var(--bs-dark);
	border-bottom: 3px dashed var(--bs-dark);
}

.page-export-about .export-about-title img {
	position: absolute;
	left: 110%;
	bottom: 26%;
}

.page-b2b-about .b2b-about-title img {
	position: absolute;
	left: 110%;
	bottom: 13%;
}

.page-b2b-blocks {
	border-top: 3px dashed var(--bs-dark);
}

img.product_ad_photo {
	z-index: -1;
	transform: translate(66%, -76px);
}

img.product_ad_photo2 {
	position: absolute;
	z-index: -1;
	top: 50%;
	right: 0;
	transform: translate(30%, -50%);
	max-height: 65%;
}

@media (max-width: 1399.98px) {}

@media (max-width: 1199.98px) {

	.nav.multilevel>li:last-child {
		margin-right: 0 !important;
	}

}

@media (max-width: 991.98px) {

	#main {
		padding-top: 87px;
	}

	.main-page-features-border-title {
		border-left: 0;
	}

	.main-page-about-title-1 img,
	.main-page-about-title-2 img,
	.main-page-about-title-3 img {
		left: calc(100% + 16px);
		bottom: -10%;
		max-width: 80px;
	}

	.main-page-partners-title img {
		display: none;
	}

	.main-page-about .main-page-about-bg-1,
	.main-page-about .main-page-about-bg-2 {
		display: none;
	}

	.main-page-video-bg-1,
	.main-page-video-bg-3 {
		display: none;
	}

	.page-export-about .export-about-title img {
		display: none;
	}

	.page-b2b-about .b2b-about-title img {
		display: none;
	}

	.section_production_3 .container-xxl {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.section_production_3-bg-1 {
		position: relative;
	}

	.section_production_5 {
		margin-top: 0;
	}

	.product-card .product-card-nav,
	.product-card .product-card-pagination {
		opacity: 1;
	}

}

@media (max-width: 767.98px) {}

@media (max-width: 575.98px) {

	#main {
		padding-top: 70px;
	}

	img.fr-dii.fr-fil,
	img.fr-dii.fr-fir {
		float: none;
		margin: 0 auto 1rem auto;
		display: block;
	}

	img.product_ad_photo2 {
		transform: translate(19px, -50%);
	}

	.h5,
	h5 {
		font-size: 1rem;
	}

}

@media (max-width: 560.98px) {
	.header-logo img {
		max-width: 120px;
	}

	.header-ukraine {
		margin-left: 120px;
		max-width: 50px;
	}
}