@charset "UTF-8";
@import "./libs/country_flags.css";

@font-face {
  font-family: icons;
  font-display: swap;
  src: url("../assets/fonts/icons.woff") format("woff"), url("../assets/fonts/icons.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url("../assets/fonts/OpenSans-Bold.woff") format("woff"), url("../assets/fonts/OpenSans-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url("../assets/fonts/OpenSans-Light.woff") format("woff"), url("../assets/fonts/OpenSans-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url("../assets/fonts/OpenSans-Italic.woff") format("woff"), url("../assets/fonts/OpenSans-Italic.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url("../assets/fonts/OpenSans-Regular.woff") format("woff"), url("../assets/fonts/OpenSans-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url("../assets/fonts/OpenSans-Medium.woff") format("woff"), url("../assets/fonts/OpenSans-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url("../assets/fonts/OpenSans-SemiBold.woff") format("woff"), url("../assets/fonts/OpenSans-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

.list-group-numbered>li::before {
	content: counters(section, ".") ". ";
	counter-increment: section;
}

.header__top {
	z-index: 3;
}

.header__top .user_info,
#visualcart #cart_products,
#fixedTopBar .dropdown__list {
	left: auto !important;
    right: 0;
	padding: 1.4em;
	max-height: none !important;
    background: #fff;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(27, 34, 42, 0.1);
			box-shadow: 0px 0px 8px 0px rgba(27, 34, 42, 0.1);
    color: #1b222a;
}

#fixedTopBar .dropdown__list:not(#cart_products) {
	top: calc(100% + 10px);
	left: 50%!important;
	transform: translateX(-50%);
	min-width: 192px;
}

.header__top .user_info {
    width: 300px;
}

.fancybox__container.--fancy-mw-1100 .fancybox__content {
	max-width: 1100px;
}

.fancybox__container.--fancy-form .fancybox__content {
	border-radius: 1.25rem;
    background: #f0f9fa;
}

.--notify {
	position: fixed;
	z-index: 999;
	visibility: hidden;
	transition: visibility .4s;
}

.--notify.active {
	visibility: visible;
}

.--notify .--content {
	position:fixed;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	display: flex;
    align-items: center;
    justify-content: center;
	max-width: 600px;
	background:#fff;
	border:5px solid #e2f0fd;
	border-radius:10px;
	padding: 30px;
	box-shadow:0 5px 20px rgba(0, 0, 0, 0.3);
}

.alert button.close {
  position: absolute;
  top: 8px;
  right: 8px;
}

.alert button.close svg {
  width: 22px;
  height: 22px;
  stroke: #1b222a;
  transition: transform .3s ease-in, opacity .3s ease-in;
}

.alert button.close:hover svg {
  transform: scale(0.85);
  opacity: 0.65;
}

.user_notification_modal{display:flex;align-items:center;gap:16px;padding:30px;margin:-35px;border-radius:10px;border:5px solid;}
.user_notification_modal.-add_to_cart{border-color:#9ddd9d;}
.user_notification_modal.-wishlist{border-color:#fdcbdb;}
.close{float:right;font-size:28px;font-weight:bold;line-height:6px;color:#000000;text-shadow:0 1px 0 #ffffff;opacity:1;filter:alpha(opacity=1);cursor:pointer;position:absolute;top:5px;right:5px;}

button[data-for^="password"] {
	position: relative;
}
button[data-for^="password"] svg {
	width: 16px;
	height: 16px;
}
button[data-for^="password"]:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 1.5px;
	background: currentColor;
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
		-ms-transform: translate(-50%,-50%) rotate(-45deg);
			transform: translate(-50%,-50%) rotate(-45deg);
	visibility: hidden;
	}
button[data-for^="password"]._active:after {
	visibility: visible;
}

.circular-loader {
	width: 40px;
	height: 40px;
	color: #368ad6;
}

.circular-loader:before {
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='22 22 44 44' %3E%3Ccircle cx='44' cy='44' r='20.2' fill='none' stroke='currentColor' stroke-width='3.6' stroke-dasharray='60px, 200px' stroke-dashoffset='0'%3E%3C/circle%3E%3C/svg%3E");
	display: block;
	animation: 1.4s linear 0s infinite normal none running animation-circular-loader;
}

ul.list-styled li:before {
  content: "—";
  color: #368ad6;
  margin-right: 0.25rem;
}

#forma_search{position:relative;}
.-suggestions{
	display:none;
	position:absolute;
	width:calc(100% - 1.25rem);
	background:#fff;
	padding:0;
	z-index:2;
	top:100%;
	left:.625rem;
	border-radius: 0 0 0.5rem 0.5rem;
	-webkit-box-shadow: 0 0 10px 4px rgb(154 161 177 / 15%), 0 4px 70px -8px rgb(36 40 47 / 25%), 0 4px 4px -2px rgb(91 94 105 / 15%);
		box-shadow: 0 0 10px 4px rgb(154 161 177 / 15%), 0 4px 70px -8px rgb(36 40 47 / 25%), 0 4px 4px -2px rgb(91 94 105 / 15%);
	overflow:hidden;
	font-size: 0.85rem;
}
.-suggestions,.-suggestions>div{max-height:640px;}
.-suggestions>div{overflow-x:hidden;overflow-y:scroll;}
.-suggestions>div::-webkit-scrollbar{width:6px;}  
.-suggestions>div::-webkit-scrollbar-track{background-color:#fff;}  
.-suggestions>div::-webkit-scrollbar-thumb{background-color:#368ad6;border-radius:0;}  
.-suggestions>div::-webkit-scrollbar-thumb:hover{background-color:#368ad6}
.-suggestions table{border-collapse:collapse;width:100%;}
.-suggestions table tr{border-bottom:1px solid #ebebeb;}
.-suggestions table tr:hover{background:#e2f0fd;}
.-suggestions table td{padding:9px 5px;}
.-suggestions p{margin:0 0 3px;}
.-suggestions a:not([data-tag-weight]):hover{border-bottom:1px dotted;}
.-suggestions a[data-tag-weight]{color:var(--bs-link-color);}
.-suggestions a[data-tag-weight]:hover{color:var(--bs-link-hover-color);}
.-suggestions .intocart{display:none !important}
.-suggestions .cart_btn{margin-top:1px;}
.-suggestions input{width:30px;height:26px;border:1px solid #c3c3c3;border-radius:0.25rem;}

.footer__caption:before,
.header-catalog__category-caption:before,
.header-catalog__btn:before,
.header__navbar-btn:before,
.swiper-button-prev,
.swiper-button-next,
.dropdown__button:not(.icon-sign-in, .header__cart):before,
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  display: block;
}

.icon-grid:before {
  content: "\e90d";
}

.icon-rows:before {
  content: "\e90e";
}

.icon-arrow-alternate:before,
.header-catalog__category-caption:before,
.header-catalog__btn:before,
.header__navbar-btn:before {
  content: "\e90c";
}

.icon-cart:before {
  content: "\e900";
}

.icon-chevron-down:before,
.footer__caption:before,
.dropdown__button:before {
  content: "\e901";
}

.icon-delete:before {
  content: "\e902";
}

.icon-factory:before {
  content: "\e903";
}

.icon-heart:before {
  content: "\e904";
}

.icon-left:before,
.swiper-button-prev:before {
  content: "\e905";
}

.icon-location:before {
  content: "\e906";
}

.icon-right:before,
.swiper-button-next:before {
  content: "\e907";
}

.icon-search:before {
  content: "\e908";
}

.icon-sign-in:before {
  content: "\e909";
}

.icon-tooth:before {
  content: "\e90a";
}

.icon-user:before {
  content: "\e90b";
}

.order-6{order:6!important}
.order-7{order:7!important}
.order-8{order:8!important}

.--select-multi {
	border: 1px solid #ced4da;
	border-radius: .625rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	overflow: hidden;
}

.--select-multi > * {
	transition: none;
	border: none;
}

.--select-multi:focus-within {
    border-color: #232321;
}

body {
  color: #1b222a;
  font-family: OpenSans;
  line-height: normal;
  font-size: 1rem;
}

body.lock-menu {
  overflow: hidden;
}

.wrapper {
  position: relative;
  width: 100%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.header__info-location {
    display: flex;
    gap: 10px;
    align-items: center;
}

.dropdown {
  position: relative;
}

.dropdown__button {
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  z-index: 1;
  gap: 0.5rem;
}

.dropdown__button:not(.icon-sign-in, .header__cart):before {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  font-size: 0.6rem;
}

.dropdown__button.active:not(.icon-sign-in, .header__cart):before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.dropdown__list {
  width: 100%;
  display: none;
  background: #368ad6;
  color: #fff;
  overflow: hidden;
  overflow-y: auto;
  opacity: 0; 
}

.dropdown__list:not(.--child) {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 4;
  border-radius: 0.5rem;
  max-height: 30.875rem;
  -webkit-transition: opacity 0.3s, display 0.3s;
	   -o-transition: opacity 0.3s, display 0.3s;
		  transition: opacity 0.3s, display 0.3s;
  transition-behavior: allow-discrete;  
}

.dropdown__list .--menu_items a {
	-webkit-transition: color 0.3s ease 0s;
		 -o-transition: color 0.3s ease 0s;
			transition: color 0.3s ease 0s;
}

.header__dropdown-select .dropdown__list {
	top: calc(100% + 5px);
}

.header__dropdown-select .dropdown__list ul,
.header__dropdown-select .dropdown__list li {
	list-style: none;
}

.dropdown__list.visible {
  display: block;
  opacity: 1;
}

.dropdown__list-item {
  font-size: 0.875rem;
  -webkit-transition: background-color 0.15s ease 0s;
	   -o-transition: background-color 0.15s ease 0s;
		  transition: background-color 0.15s ease 0s;
  cursor: pointer;
}

.dropdown__list-item.active {
  background: #28b528;
  color: #fff;
}

.dropdown__list-link,
.dropdown__list .header-catalog__category-item .header-catalog__category-link,
.dropdown__list li[data-value] a {
  display: flex;
  color: inherit;
  padding: 0.6em 0.85em;
}

.dropdown__list .header-catalog__category-item {
	-webkit-transition: background-color 0.15s ease 0s;
		 -o-transition: background-color 0.15s ease 0s;
			transition: background-color 0.15s ease 0s;
}

.dropdown__list .header-catalog__category-item:not(:last-child),
.dropdown__list .header-catalog__category-item:last-child {
	margin-bottom: 0;
}

.dropdown__list .header-catalog__category-item .header-catalog__category-list {
	margin-top: 0;
}

.dropdown__list li[data-value] ul,
.dropdown__list li[data-value] span svg {
	display: none;
}

.dropdown__list li[data-value] {
	font-size: 0.85em;
}

.dropdown.product-card__option-dropdown {
	display: block;
	min-width: 8.125rem;
	max-width: 17rem;
    padding: 0;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: .85rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .375rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.dropdown.product-card__option-dropdown .dropdown__button {
	display: block;
	padding: .375rem 2.25rem .375rem .75rem;
	background-color: transparent;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2328b528' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
	background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
}

.dropdown.product-card__option-dropdown .dropdown__button:before {
	display: none;
}

.dropdown.product-card__option-dropdown .dropdown__button span {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.dropdown.product-card__option-dropdown .dropdown__list {
    top: calc(100% + 2px);
	background: #fff;
    color: #1b222a;
    list-style: none;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(27, 34, 42, 0.1);
			box-shadow: 0px 0px 8px 0px rgba(27, 34, 42, 0.1);
}

.dropdown.product-card__option-dropdown .--item,
.dropdown.product-card__option-dropdown .--item .--link {
	padding: 0.6em 0.85em;
	font-weight: 500;
}

.dropdown.product-card__option-dropdown .--item .--link:hover,
.dropdown.product-card__option-dropdown .--item .--link.active {
	background-color: #eeeeee;
	color: #1b222a;
}

.dropdown.product-card__option-dropdown .--item .--link {
	display: block;
	margin: -0.6em -0.85em;
	transition: background-color .2s;
}

.dropdown__list.--leftCatalNt {
	width: 300px;
}

.dropdown__list.--leftCatalNt * {
	font-size: 0.85rem;
}

.dropdown__list.--leftCatalNt .products__sidebar-item:not(:last-child) {
	margin-bottom: 0;
}

.dropdown__list.--leftCatalNt .products__sidebar-item .products__sidebar-category {
	align-items: center;
	width: 100%;
	min-height: 35px;
	padding-left: 0.85rem;
	background: #368ad6;
	line-height: inherit;
}

.dropdown__list.--leftCatalNt .products__sidebar-item .products__sidebar-category + .products__sidebar-categories {
	margin-top: 0;
    padding-left: 0;
	line-height: inherit;
}

.dropdown__list.--leftCatalNt .products__sidebar-item > .products__sidebar-categories,
.dropdown__list.--leftCatalNt .products__sidebar-item .products__sidebar-item > .products__sidebar-category {
	background: #1964bc;
}

.dropdown__list.--leftCatalNt .products__sidebar-item > .products__sidebar-categories .products__sidebar-categories,
.dropdown__list.--leftCatalNt .products__sidebar-item .products__sidebar-item > .products__sidebar-category .products__sidebar-category {
	background: #064792;
}

.dropdown__list.--leftCatalNt .products__sidebar-item .products__sidebar-category::before,
.dropdown__list.--leftCatalNt .products__sidebar-item .products__sidebar-category.active::before {
	margin-top: 0;
	background: #fff;
}

.dropdown__list.--leftCatalNt .products__sidebar-item .products__sidebar-category:not(.active)::before {
	background: #fff;
    -webkit-background-clip: text;
			background-clip: text;
}

.dropdown__list.--leftCatalNt .products__sidebar-item .products__sidebar-category + .products__sidebar-categories .products__sidebar-categories,
.dropdown__list.--leftCatalNt .products__sidebar-item .products__sidebar-category + .products__sidebar-categories .products__sidebar-category {
	margin-left: 0;
}

.dropdown__list.--leftCatalNt .products__sidebar-item .products__sidebar-category + .products__sidebar-categories .products__sidebar-category {
	padding-left: 1.25rem;
}

.dropdown__list.--leftCatalNt .products__sidebar-item .products__sidebar-link {
	padding-left: calc(0.63rem + 1.25rem + 12px);
}

.dropdown__list.--leftCatalNt .products__sidebar-item .products__sidebar-link:hover {
	background: #28b528;
}

#visualcart #cart_products {
	width: 400px;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	transform: translateY(12px);
}

#visualcart #cart_products > div {
	margin: 0 -1.6em;
}

#visualcart #cart_products > div:nth-of-type(1) {
	max-height: 400px !important;
	padding: 0 0.5em;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: .85rem;
}

#visualcart #cart_products #visualcart_order > div {
	border-top: 1px solid var(--bs-gray-400);
}

#visualcart #cart_products table {
	width: 100%;
	font-size: 0.85rem;
}

#visualcart #cart_products table tr {
	
}

#visualcart #cart_products table tr td {
	padding: 8px;
}

#visualcart #cart_products table td.pic img {
	max-width: 52px;
	max-height: 52px;
}

#visualcart #cart_products table tr td.name > *:nth-child(1) {
	display: -webkit-box;
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

#visualcart #cart_products table td.total {
	white-space: nowrap;
	font-size: .75rem;
}

#visualcart #cart_products table td.remove {
	text-align: center;
}

#visualcart #cart_products table td.remove svg {
	fill: var(--bs-gray);
}

.breadcrumbs-hidden {
	overflow: hidden;
	overflow-x: auto;
}

.breadcrumbs__back {
  margin-right: 1.25rem;
}

.breadcrumbs__back-link {
  gap: 0.87rem;
  color: #368ad6;
  font-size: 1rem;
  font-weight: 500;
}

.breadcrumbs__item:not(:last-child) {
  position: relative;
  margin-right: 0.7142857143em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.breadcrumbs__item:not(:last-child)::before {
  content: "/";
  margin-left: 0.7142857143em;
}

.breadcrumbs__link {
  color: #b0b0b0;
  font-size: 0.875rem;
}

.breadcrumbs__link.active {
  color: #000;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
  border-radius: 0.625rem 0 0 0.625rem;
}

.iti__selected-dial-code {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 1.125rem;
}

.iti__selected-flag {
  padding-right: 0;
}

.title {
  font-weight: 500;
  line-height: 120%;
  font-size: 1.75rem;
}

.title-lg {
  font-weight: 500;
  line-height: 120%;
  font-size: 1.5rem;
}

.title-md {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 120%;
}

.title-sm {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 120%;
}

.fw-medium {
  font-weight: 500;
}

.fw-extrabold {
  font-weight: 800;
}

.d-contents {
  display: contents;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}

.top-10 {
  top: 0.625rem;
}

.gap-10 {
  gap: 0.63rem;
}

.color-blue {
  color: #368ad6 !important;
}

.color-red {
  color: #cf3a3a !important;
}

.color-green {
  color: #28b528 !important;
}

.color-text {
  color: #1b222a !important;
}

.color-gray {
  color: #878787 !important;
}

.lh-140 {
  line-height: 140% !important;
}

.w-60 {
  width: 60% !important;
}

.order-6 {
  -webkit-box-ordinal-group: 7 !important;
      -ms-flex-order: 6 !important;
          order: 6 !important;
}

.swiper-button-next,
.swiper-button-prev {
  width: 2.5rem;
  height: 2.5rem;
  background: #fff;
  color: #28b528;
  border-radius: 50%;
}

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

.swiper-pagination {
  position: static;
  bottom: auto;
  left: auto;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 0.5rem;
  height: 0.5rem;
  margin: 0 0.3125rem !important;
  background: #e3e4e8;
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  -webkit-transform: scale(1.25);
      -ms-transform: scale(1.25);
          transform: scale(1.25);
  background: #28b528;
}

.tabs [role="tabcontent"] > * {
	display: none;
}

.tabs [role="tablist"] > .--link.disabled,
.tabs [role="tablist"] > .--link.active {
	cursor: default;
}

.tabs [role="tablist"] > .--link:not(.disabled, .active) {
	cursor: pointer;
}

.tabs.--styled [role="tablist"] {
	display: flex;
	align-items: center;
	gap: 16px;
	border-bottom: 2px solid #e3e4e8;
}
.tabs.--styled [role="tablist"] > .--link {
	position: relative;
	padding: 6px 0;
	transition: color 0.3s;
}
.tabs.--styled [role="tablist"] > .--link:not(:hover, .active) {
	color: #acadb3;
}
.tabs.--styled [role="tablist"] > .--link:after {
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	-webkit-transition: width 0.3s ease 0s;
	-o-transition: width 0.3s ease 0s;
	transition: width 0.3s ease 0s;
	width: 0;
	height: 2px;
	background: #acadb3;
}
.tabs.--styled [role="tablist"] > .--link.active:after {
	background: -o-linear-gradient(356deg, #40a4ff 0%, #368ad6 99.32%);
	background: linear-gradient(94deg, #40a4ff 0%, #368ad6 99.32%);
}
.tabs.--styled [role="tablist"] > .--link:hover:after,
.tabs.--styled [role="tablist"] > .--link.active:after {
	width: 100%;
}
.tabs.--styled [role="tabcontent"] > *.active {
	display: block;
	animation: show-node 0.3s;
}

.pagination {
  margin: 2.25rem 0em 0em 0em;
  gap: 0.875rem;
}

.pagination__item {
  font-size: 1.375rem;
  line-height: 120%;
}

.pagination__item.active {
  color: #b2b3b8;
}

.pagination__item[href] {
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.pagination__btn {
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.custom-table {
  border-radius: 0.625rem;
  border-collapse: collapse;
  border-style: hidden;
  -webkit-box-shadow: 0 0 0 0.0625rem #e3e4e8;
          box-shadow: 0 0 0 0.0625rem #e3e4e8;
  background: rgba(217, 217, 217, 0.01);
  display: block;
}

.custom-table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}

.custom-table tr:not(:last-child) {
  border-bottom: 0.0625rem solid #e3e4e8;
}

.custom-table td {
  vertical-align: top;
  display: block;
  font-size: 1.125rem;
}

.custom-table td:first-child {
  color: #368ad6;
}

.custom-table td br {
  content: "";
  display: block;
  margin-bottom: 1rem;
}

.custom-table td br.sm-break {
  margin-bottom: 0.35rem;
}

.form-label-lg {
  font-size: 1.15rem;
}

.quantity-item__prev {
  width: 1.875rem;
  height: 1.875rem;
}

.quantity-item__prev svg {
  pointer-events: none;
}

.quantity-item__value {
  width: 2.41113rem;
  height: 2rem;
  border-radius: 0.125rem;
  border: 1px solid #c3c3c3;
  color: #878787;
}

.quantity-item__value input {
	width: 100%;
    text-align: center;
}

.quantity-item__next {
  width: 1.875rem;
  height: 1.875rem;
}

.quantity-item__next svg {
  pointer-events: none;
}

::-webkit-scrollbar {
  width: 0.5rem;
}

::-webkit-scrollbar-track {
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #a5a5a5;
  border-radius: 0.25rem;
}

.cover-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  width: 0.0625rem;
  height: 0.0625rem;
  margin: -rem(1);
}

.form__block:not(:first-child) {
  margin-top: 1.88rem;
}

.form__block-link {
  color: #368ad6;
  font-size: 0.875rem;
}

.form__block-header {
  margin-bottom: 0.37rem;
}

.form__btn {
  min-height: 3.4375rem;
}

.form-control {
	padding: .75rem;
    border-radius: .625rem;
    background: #fff;
	font-size: 1.125rem;
}

.form-control::-webkit-input-placeholder {
  opacity: 1;
  color: #d2d2d2;
}

.form-control::-moz-placeholder {
  opacity: 1;
  color: #d2d2d2;
}

.form-control:-ms-input-placeholder {
  opacity: 1;
  color: #d2d2d2;
}

.form-control::-ms-input-placeholder {
  opacity: 1;
  color: #d2d2d2;
}

.form-control::placeholder {
  opacity: 1;
  color: #d2d2d2;
}

.form-control:focus {
  border-color: #232321;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-textarea {
  resize: none;
  height: 15.4375rem;
  font-size: 1rem;
}

.form-select {
  min-width: 6.125rem;
  font-size: 1rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2328b528' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}

.btn {
  padding: 0.625rem 1.25rem;
  font-weight: 500;
  border-radius: 0.5rem;
}

.btn.btn-gradient {
  background: -o-linear-gradient(157deg, #28b528 0%, #34dd34 100%);
  background: linear-gradient(293deg, #28b528 0%, #34dd34 100%);
  color: #fff;
}

.btn.btn-blue {
  color: #fff;
  background: -o-linear-gradient(356deg, #40a4ff 0%, #368ad6 99.32%);
  background: linear-gradient(94deg, #40a4ff 0%, #368ad6 99.32%);
}

.btn.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #368ad6;
  --bs-btn-border-color: #368ad6;
}

.btn.btn-light {
  --bs-btn-color: #1b222a;
  --bs-btn-bg: #f0f9fa;
  --bs-btn-border-color: #f0f9fa;
}

.btn.btn-outline-primary {
  --bs-btn-bg: #fff;
  --bs-btn-color: #1b222a;
  --bs-btn-border-color: #368ad6;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #368ad6;
  --bs-btn-hover-border-color: #368ad6;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0d6efd;
  --bs-btn-active-border-color: #0d6efd;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0d6efd;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0d6efd;
  --bs-gradient: none;
}

.btn.btn-success {
  color: #fff;
  --bs-btn-bg: #28b528;
  --bs-btn-border-color: #28b528;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #1f8b1f;
  --bs-btn-hover-border-color: #1f8b1f;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #146c43;
  --bs-btn-active-border-color: #146c43;
}

.toggler,
.filter_del {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.toggler {
	flex-direction: column;
	align-items: flex-end;
	gap: 0.35rem;
	padding-bottom: 0.5rem;
}

.filter_del {
	gap: 0.25rem;
	width: max-content;
	padding: 0.4rem 0.85rem;
    font-weight: 500;
    border-radius: 0.5rem;
	color: var(--bs-btn-hover-color);
    background-color: var(--bs-gray-200);
    border-color: var(--bs-gray-200);
}

.filter_del.disabled {
	color: var(--bs-gray);
	opacity: 0.8;
	cursor: default;
}

.toggler__input:checked + .toggler__btn {
  background: #28b528;
}

.toggler__input:checked + .toggler__btn::before {
  left: calc(100% - 1.37rem);
}

.toggler__btn {
  display: block;
  position: relative;
  width: 3.25rem;
  height: 1.5rem;
  margin: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: none;
  border-radius: 6.25rem;
  background: #d9d9d9;
  
  
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  cursor: pointer;
}

.toggler__btn::before {
  content: "";
  position: absolute;
  top: 0.125rem;
  left: 0.125rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: left 0.3s ease 0s;
  -o-transition: left 0.3s ease 0s;
  transition: left 0.3s ease 0s;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled:hover,
.swiper-button-prev.swiper-button-disabled:hover {
	opacity: 0;
}

.header {
  position: relative;
  z-index: 6;
  padding: 0.5rem 0 0 0;
  max-width: 100%;
  overflow-x: clip;
}

.header__wrapper {
  row-gap: 0.67rem;
}

.header__menu-btn {
  margin-right: 1rem;
}

.header__menu-btn.active {
  color: #1b222a;
}

.header__location {
  position: relative;
  width: 100px;
  gap: 0.5rem;
  font-size: 0.75rem;
  z-index: 3;
  -webkit-transition: color 0.3s ease 0s;
	   -o-transition: color 0.3s ease 0s;
		  transition: color 0.3s ease 0s;
}

.header__design-text {
  margin-left: 0.62rem;
  font-size: 0.75rem;
}

.header__menu-list {
  color: #707070;
  font-size: 0.75rem;
  gap: 1.88rem;
  row-gap: 0.25rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.header__menu-link {
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  color: #707070;
}

.header__menu-link.active {
  color: #28b528;
}

.header__sign {
  position: relative;
  gap: 0.37rem;
  margin-top: -0.5rem;
  margin-right: 0.5rem;
  font-size: 0.875rem;
  padding: 0.75rem 1rem;
  border-radius: 0rem 0rem 0.625rem 0.625rem;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.header__sign::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(356deg, #40a4ff 0%, #368ad6 99.32%);
  background: linear-gradient(94deg, #40a4ff 0%, #368ad6 99.32%);
  border-radius: inherit;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, visibility 0.3s ease 0s;
}

.header__input {
  position: relative;
  z-index: 1;
  margin-top: -0.625rem;
  padding: 0.6rem 0.8rem;
  border-radius: 0rem 0rem 0.625rem 0.625rem;
  color: #fff;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(27, 34, 42, 0.14);
          box-shadow: 0px 2px 7px 0px rgba(27, 34, 42, 0.14);
  gap: 0.37rem;
  background: -o-linear-gradient(157deg, #28b528 0%, #34dd34 100%);
  background: linear-gradient(293deg, #28b528 0%, #34dd34 100%);
}

.header__body {
  padding: 0.25rem 0;
  gap: 1.25rem;
}

.header__logo {
  position: relative;
  z-index: 2;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.header__logo-icon {
  width: 100%;
  max-width: 5.9375rem;
  margin-right: auto;
  margin-left: auto;
}

.header__logo-column {
  text-transform: capitalize;
  max-width: 8.5rem;
}

.header__logo-title {
  font-size: 0.75rem;
  line-height: 130%;
}

.header__logo-subtitle {
  color: #707070;
  font-size: 0.65rem;
}

.header__search {
  position: relative;
  width: 100%;
  padding: 0.37rem 0;
}

.header__search::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  min-width: 320px;
  height: 100%;
  background: -o-linear-gradient(356deg, #40a4ff 0%, #368ad6 99.32%);
  background: linear-gradient(94deg, #40a4ff 0%, #368ad6 99.32%);
  z-index: -1;
}

.header__contacts {
  position: relative;
  z-index: 2;
  margin-right: 1rem;
}

.header__contacts-main {
  
}

.header__contacts-phone {
  font-size: 1rem;
  line-height: 120%;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.header__contacts-phone a,
.header__contacts-phone a:hover {
	color: #1b222a;
}

.header__contacts-icon svg {
  width: 1.125rem;
  height: 1.125rem;
}

.header__contacts-list {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  min-width: 100%;
  background: #fff;
  padding: 1em;
  border-radius: 10px;
  border: 1px solid #e3e4e8;
  z-index: 2;
  white-space: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.25rem;
}

.header__worktime {
  margin-top: 0.25rem;
  font-size: 0.725rem;
}

.header__contacts-more {
  margin-left: 0.25rem;
  margin-top: 0.25rem;
  color: #28b528;
  font-size: 0.625rem;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.header__contacts-more.active {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header__favorite {
  gap: 0.6rem;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.header__favorite.active .header__favorite-icon svg {
  fill: #ff0039;
  color: #ff0039;
}

.header__favorite-hint,
.header__cart-hint {
  font-size: 0.875rem;
  line-height: 120%;
}

.header__favorite-quantity,
.header__cart-quantity {
  margin-top: 0.25rem;
  font-size: 0.625rem;
}

.header__cart {
  position: relative;
  z-index: 2;
  margin-left: 1rem;
  gap: 0.6rem;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.header__cart.active .header__cart-icon .cart-body {
  fill: #ff8000;
}

.header__cart-icon {
  position: relative;
}

.header__cart-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

.header__cart-products {
  position: absolute;
  top: -0.25rem;
  right: -0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 0.875rem;
  height: 0.875rem;
  padding: 0 0.5em;
  border-radius: .5em;
  background: -o-linear-gradient(157deg, #28b528 0%, #34dd34 100%);
  background: linear-gradient(293deg, #28b528 0%, #34dd34 100%);
  color: #fff;
  font-size: 0.625rem;
}

.header__cart-products:empty {
  display: none;
}

#fixedTopBar .topBarFixCart {
  display: flex;
  align-items: center;
}

.header__person {
  position: relative;
  z-index: 2;
  margin-left: 1rem;
}

.header__navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 66px);
  background: #fff;
  color: #1b222a;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  z-index: 1;
  padding: 3.3rem 0.62rem 0rem;
  overflow-x: hidden;
  overflow-y: auto;
}

.header.open-menu .header__navbar {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

.header__navbar-body {
  width: 100%;
}

.header__navbar-list {
  gap: 0.19rem;
}

.header__navbar-link,
.header__navbar-btn {
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  gap: 0.63rem;
  padding: 0.38rem 0;
}

.header__navbar-btn {
  width: 100%;
}

.header__navbar-btn::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: auto;
  font-size: 0.5rem;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.header__navbar-btn.active::before {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.header__navbar-sublist {
  display: none;
  color: #1b222a;
  background: #f0f9fa;
  padding: 0.5rem 0.61rem 0.5rem 2.1rem;
  margin: 0 -0.63rem;
}

.header__navbar-sublist .header__navbar-item:not(:last-child) {
  margin-bottom: 0.62rem;
}

.header__dropdowns {
  position: relative;
  padding: 0 0 0 1.31rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.5rem;
}

.header__dropdowns::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 0.125rem;
  height: 90%;
  border-radius: 6.25rem;
  background: #e3e4e8;
  border-radius: 0.125rem;
}

.header__dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.625rem;
}

.header__dropdown-icon {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.625rem;
  background: #28b528;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__user {
  margin-top: 0.8rem;
  margin-left: -0.63rem;
  margin-right: -0.63rem;
  border-top: 0.0625rem solid #e3e4e8;
  border-bottom: 0.0625rem solid #e3e4e8;
  padding: 0.63rem;
}

.header__user-caption {
  gap: 0.69rem;
}

.header__user-btn {
  padding: 0.25rem 0.88rem;
  border-radius: 0.25rem;
  color: #fff;
  font-size: 0.8125rem;
  font-weight: 500;
  display: block;
}

.header__user-btn.btn-blue {
  background: -o-linear-gradient(356deg, #40a4ff 0%, #368ad6 99.32%);
  background: linear-gradient(94deg, #40a4ff 0%, #368ad6 99.32%);
}

.header__user-btn.btn-green {
  background: -o-linear-gradient(157deg, #28b528 0%, #34dd34 100%);
  background: linear-gradient(293deg, #28b528 0%, #34dd34 100%);
}

.header__user-person {
  font-size: 1.125rem;
}

.header__bottom-menu {
  position: sticky;
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: 0.75rem 0.33rem;
  -webkit-box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.08);
  overflow-x: auto;
  z-index: 10;
}

.header__bottom-menu-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
}

.header__bottom-menu-link {
  font-size: 0.6875rem;
  font-weight: 500;
  line-height: 120%;
  cursor: pointer;
}

.header__bottom-menu-link,
.header__bottom-menu-link:hover {
	color: inherit;
}

.header__bottom-menu-icon {
  position: relative;
  width: 1.4375rem;
  height: 1.4375rem;
  margin-bottom: 0.37rem;
}

.header__info {
  margin-top: 1.12rem;
  padding: 0 0 1.13rem 0;
}

.header__info-item {
  gap: 0.63rem;
  font-size: 1.125rem;
}

.header__info-item:not(:last-child) {
  margin-bottom: 0.92rem;
}

.header__info-item span {
  color: #368ad6;
}

.header-catalog__btn {
  gap: 0.63rem;
  width: 100%;
  padding: 0.38rem 0;
}

.header-catalog__btn::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: auto;
  font-size: 0.5rem;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.header-catalog__btn.active::before {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.header-catalog__icon {
  width: 0.875rem;
  height: 0.875rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  pointer-events: none;
}

.header-catalog__content {
  display: none;
  color: #1b222a;
  background: #f0f9fa;
  padding: 0.5rem 0.61rem 0.5rem 2.1rem;
  margin: 0 -0.63rem;
}

.header-catalog__list {
  border-radius: 0rem 0rem 1.25rem 1.25rem;
  background: #f9f9f9;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 1rem 1rem 1.5rem 1rem;
  max-width: 17.5rem;
}

.header-catalog__item:not(:last-child) {
  margin-bottom: 1rem;
}

.header-catalog__link {
  gap: 0.88rem;
  line-height: 120%;
  font-size: 1rem;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.header-catalog__link img,
.header-catalog__link svg {
  width: 1.5rem;
  height: 1.5rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.header-catalog__link::before {
  margin-left: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  font-size: 0.875rem;
  color: #368ad6;
  -webkit-transition: color 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: color 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s, transform 0.3s ease 0s;
  transition: color 0.3s ease 0s, transform 0.3s ease 0s;
  transition: color 0.3s ease 0s, transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.header-catalog__link.active {
  color: #28b528;
}

.header-catalog__link.active::before {
  color: inherit;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.header-catalog__body {
  width: 100%;
}

.header-catalog__category:not(:last-child) {
  margin-bottom: 0.63rem;
}

.header-catalog__category-caption {
  font-size: 1rem;
}

.header-catalog__category-caption::before {
  margin-left: auto;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  font-size: 0.44rem;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.header-catalog__category-caption.active::before {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
          transform: rotate(0);
}

.header-catalog__body .header-catalog__category-caption > svg {
	display: none;
  }

.header-catalog__category-blocks {
  display: none;
  margin-top: 0.75rem;
}

.header-catalog__category-more {
  color: #368ad6;
  display: none;
  line-height: 120%;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.header-catalog__category-more svg {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.header-catalog__category-more.active svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.header-catalog__category-block {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}

.header-catalog__category-block > .header-catalog__category-item > .header-catalog__category-link {
  font-weight: 600;
}

.header-catalog__category-item:not(:last-child) {
  margin-bottom: 0.25rem;
}

.header-catalog__category-item.--show_others span {
  color: #368ad6;
  cursor: pointer;
}

.header-catalog__category-item.--show_others span:hover {
  color: #28b528;
}

.header-catalog__category-link {
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  font-size: 0.75rem;
}

.header-catalog__category-list {
  margin-top: 0.5rem;
}

.header-catalog__category-list .--others > .header-catalog__category-item:not(.--show_others) {
	display: none;
}

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search__main {
  position: relative;
}

.search__input {
  background: rgba(217, 217, 217, 0.01);
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  width: 100%;
  color: #757575;
  background: #fff;
  font-size: 0.75rem;
  padding: 0.5rem 2rem 0.5rem 0.87rem;
  border-radius: 0.4375rem 0 0 0.4375rem;
}

.search__input.inputed + .search__reset {
  opacity: 1;
  visibility: visible;
}

.search__reset {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 30px;
  font-size: 0.75rem;
}

.search__btn {
  background: -o-linear-gradient(157deg, #28b528 0%, #34dd34 100%);
  background: linear-gradient(293deg, #28b528 0%, #34dd34 100%);
  color: #fff;
  gap: 0.62rem;
  padding: 0.6rem 0.5rem;
  min-width: 4.125rem;
  border-radius: 0rem 0.4375rem 0.4375rem 0rem;
}

.search__btn-icon svg {
  width: 1rem;
  height: 1rem;
}

.header__menu-btn,
.header-catalog__btn-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  border: 1px solid;
  border-color: transparent;
  border-radius: 50%;
  z-index: 11;
  -webkit-transition: border-color 0.4s;
	   -o-transition: border-color 0.4s;
		  transition: border-color 0.4s;
}

.header.open-menu .header__menu-btn {
	border-color: currentColor;
}

.header__menu-btn span,
.header-catalog__btn-icon span {
  display: block;
  padding: 0.15625rem 0rem;
  -webkit-transition: opacity 0.4s ease 0.4s, -webkit-transform 0.4s ease 0.4s;
  transition: opacity 0.4s ease 0.4s, -webkit-transform 0.4s ease 0.4s;
  -o-transition: transform 0.4s ease 0.4s, opacity 0.4s ease 0.4s;
  transition: transform 0.4s ease 0.4s, opacity 0.4s ease 0.4s;
  transition: transform 0.4s ease 0.4s, opacity 0.4s ease 0.4s, -webkit-transform 0.4s ease 0.4s;
  will-change: transform;
}

.header__menu-btn span::before,
.header-catalog__btn-icon span::before {
  content: "";
  display: block;
  height: 0.125rem;
  width: 1.25rem;
  background: currentColor;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  will-change: transform;
}

.header.open-menu .header__menu-btn span::before {
	background: var(--bs-red);
}

.header.open-menu .header__menu-btn span,
.active.header__menu-btn span,
.active.header-catalog__btn-icon span {
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
  transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.header.open-menu .header__menu-btn span::before,
.active.header__menu-btn span::before,
.active.header-catalog__btn-icon span::before {
  -webkit-transition: width 0.3s ease 0s, -webkit-transform 0.45s ease 0.35s;
  transition: width 0.3s ease 0s, -webkit-transform 0.45s ease 0.35s;
  -o-transition: transform 0.45s ease 0.35s, width 0.3s ease 0s;
  transition: transform 0.45s ease 0.35s, width 0.3s ease 0s;
  transition: transform 0.45s ease 0.35s, width 0.3s ease 0s, -webkit-transform 0.45s ease 0.35s;
}

.header.open-menu .header__menu-btn span:first-child,
.active.header__menu-btn span:first-child,
.active.header-catalog__btn-icon span:first-child {
  -webkit-transform: translateY(0.395rem);
      -ms-transform: translateY(0.395rem);
          transform: translateY(0.395rem);
}

.header.open-menu .header__menu-btn span:first-child::before,
.active.header__menu-btn span:first-child::before,
.active.header-catalog__btn-icon span:first-child::before {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.header.open-menu .header__menu-btn span:nth-child(2),
.active.header__menu-btn span:nth-child(2),
.active.header-catalog__btn-icon span:nth-child(2) {
  opacity: 0;
}

.header.open-menu .header__menu-btn span:nth-child(3),
.active.header__menu-btn span:nth-child(3),
.active.header-catalog__btn-icon span:nth-child(3) {
  -webkit-transform: translateY(-0.4775rem);
      -ms-transform: translateY(-0.4775rem);
          transform: translateY(-0.4775rem);
}

.header.open-menu .header__menu-btn span:nth-child(3)::before,
.active.header__menu-btn span:nth-child(3)::before,
.active.header-catalog__btn-icon span:nth-child(3)::before {
  -webkit-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

.footer__body {
  padding: 0.5rem 0 0.69rem;
  background: #edeff3;
}

.footer__columns {
  row-gap: 2rem;
  margin: 0 -0.63rem;
}

.footer__column {
  padding: 0 1.25rem;
}

.footer__column:not(:last-child) {
  border-bottom: 0.0625rem solid #1b222a;
}

.footer__caption {
  font-size: 1.25rem;
  padding: 1.25rem 0;
}

.footer__caption.active::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.footer__caption::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.footer__menu {
  display: none;
  padding: 0em 0em 1.1rem 0.5rem;
}

.footer__menu-item:not(:last-child) {
  margin-bottom: 0.62rem;
}

.footer__menu-link {
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  font-size: 1.125rem;
  line-height: 120%;
}

.footer__socials {
  margin: 0 -0.63rem;
}

.footer__socials-caption {
  font-size: 1.25rem;
}

.footer__socials-items,
.contacts__socials {
  margin-top: 0.75rem;
  gap: .4rem;
}

.footer__socials-item,
.contacts__social-item {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.375rem;
  background: #d2d2d2;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  z-index: 1;
}

.footer__socials-item::before,
.contacts__social-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--social-color, #1b222a);
  border-radius: inherit;
  -webkit-transition: opacity 0.3s ease 0s;
  -o-transition: opacity 0.3s ease 0s;
  transition: opacity 0.3s ease 0s;
  opacity: 0;
  z-index: -1;
}

.footer__socials-item.instagram-color,
.instagram-color.contacts__social-item {
  --social-color: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}

.footer__socials-item.vk-color,
.vk-color.contacts__social-item {
  --social-color: #0077ff;
}

.footer__socials-item.youtube-color,
.youtube-color.contacts__social-item {
  --social-color: #c4302b;
}

.footer__socials-item.facebook-color,
.facebook-color.contacts__social-item {
  --social-color: #3b5998;
}

.footer__news {
  margin: 1rem -0.63rem 0;
}

.footer__news-caption {
  font-size: 1.25rem;
}

.footer__news-form .form-control {
  border-right: 0;
  border-radius: 0.625rem 0 0 0.625rem;
  background: none;
  padding: 0.75rem;
  border: 0.0625rem solid #d2d2d2;
  color: #1b222a;
}

.footer__news-form .form-control::-webkit-input-placeholder {
  opacity: 1;
  color: #9b9b9b;
}

.footer__news-form .form-control::-moz-placeholder {
  opacity: 1;
  color: #9b9b9b;
}

.footer__news-form .form-control:-ms-input-placeholder {
  opacity: 1;
  color: #9b9b9b;
}

.footer__news-form .form-control::-ms-input-placeholder {
  opacity: 1;
  color: #9b9b9b;
}

.footer__news-form .form-control::placeholder {
  opacity: 1;
  color: #9b9b9b;
}

.footer__news-form .form-control:focus {
  border-color: #232321;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.footer__news-form .btn {
  border-radius: 0 0.625rem 0.625rem 0;
}

.footer__stores {
  gap: 0.4rem;
}

.footer__store {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.footer__store img {
  width: 100%;
}

.footer__bottom {
  background: #e3e4e8;
  padding: 2.5rem 0 1.31rem;
}

.footer__copy {
  color: #767676;
  font-size: 0.75rem;
  line-height: 120%;
}

.footer__prod {
  margin-top: 0.87rem;
  color: #767676;
  font-size: 0.75rem;
  line-height: 120%;
}

.footer__prod-link {
  color: #368ad6;
}

.footer__rate-address {
  font-size: 0.875rem;
  margin-bottom: 0;
}

.footer__rate-company {
  margin-right: 0.62rem;
}

.footer__rate-value {
  font-size: 0.875rem;
  margin-right: 0.44rem;
}

.footer__rate-stars {
  gap: 0.19rem;
}

.footer__rate-star {
  width: 1.0625rem;
  height: 1.0625rem;
}

.footer__rate-bottom {
  color: #767676;
  font-size: 0.625rem;
  line-height: 120%;
}

.footer__contacts {
  font-size: 0.75rem;
  line-height: 120%;
}

.footer__contacts-item span {
  color: #368ad6;
}

.footer__contacts-item a {
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.footer__contacts-item:not(:last-child) {
  margin-bottom: 0.44rem;
}

.footer__contacts-worktime {
  color: #767676;
}

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.main-slider {
  position: relative;
}

.main-slider__slide img {
  width: 100%;
}

.main-slider__controls {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.services {
  padding: 3rem 0;
}

.services + .benefits {
  padding-top: 2rem;
}

.services .row {
  --bs-gutter-x: 0.75rem;
  --bs-gutter-y: 0.75rem;
}

.services__item {
  border-radius: 0.625rem;
  background: -o-linear-gradient(354deg, #f6f6f6 0%, #e5e5e5 100%);
  background: linear-gradient(96deg, #f6f6f6 0%, #e5e5e5 100%);
  display: block;
  width: 100%;
  position: relative;
  height: 7.75rem;
  padding: 0.63rem;
}

.services__item-name {
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 110%;
}

.services__item-image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.benefits {
  padding: 5rem 0 1rem;
}

.benefits:last-child {
  padding-bottom: 5rem;
}

.benefits .row {
  overflow-x: auto;
  overflow-y: hidden;
  padding-bottom: 0.63rem;
}

.breadcrumbs-hidden::-webkit-scrollbar,
.benefits .row::-webkit-scrollbar,
.products__pagination::-webkit-scrollbar,
.header__bottom-menu::-webkit-scrollbar {
  height: 0.1875rem;
}

.breadcrumbs-hidden::-webkit-scrollbar,
.benefits .row::-webkit-scrollbar,
.products__pagination::-webkit-scrollbar {
  margin: 0 0.63rem;
}

.breadcrumbs-hidden::-webkit-scrollbar-thumb,
.breadcrumbs-hidden::-webkit-scrollbar-thumb:hover,
.benefits .row::-webkit-scrollbar-thumb,
.products__pagination::-webkit-scrollbar-thumb,
.products__pagination::-webkit-scrollbar-thumb:hover,
.header__bottom-menu::-webkit-scrollbar-thumb,
.header__bottom-menu::-webkit-scrollbar-thumb:hover {
  background: #e3e4e8;
}

.benefits__item {
  text-align: center;
}

.benefits__item-icon {
  height: 5rem;
}

.benefits__item-caption {
  margin-top: 0.88rem;
  font-size: 0.9375rem;
}

.benefits__item-text {
  margin-top: 0.63rem;
  font-size: 0.8125rem;
}

.distributors {
  padding: 0.5rem 0 3.5rem;
}

.distributors__body {
  border-radius: 0.625rem;
  background: -o-linear-gradient(354deg, #fbfbfb 0%, #edeff3 100%);
  background: linear-gradient(96deg, #fbfbfb 0%, #edeff3 100%);
  padding: 1.87rem;
}

.distributors__link,
.news__link {
  font-size: 1.125rem;
  line-height: 120%;
  padding-bottom: 0.15rem;
}

.distributors__link span,
.news__link span {
  position: relative;
}

.distributors__link span::before,
.news__link span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: -o-linear-gradient(157deg, #28b528 0%, #34dd34 100%);
  background: linear-gradient(293deg, #28b528 0%, #34dd34 100%);
}

.distributors__link::before,
.news__link::before {
  color: #28b528;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.distributors__item {
  border-radius: 0.625rem;
  background: #fff;
  height: 6.25rem;
  padding: 1.87rem;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
}

.contacts {
  padding: 0em 0em 3.75rem 0em;
}

.contacts__block:not(:last-child) {
  margin-bottom: 1.63rem;
}

.contacts__block-body {
  gap: 0.5rem;
}

.contacts__block-text {
  font-size: 1.125rem;
}

.intocart {
  position: absolute;
  left: 50%;
  top: -1.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1.5rem;
  border-radius: 6.25rem;
  background: -o-linear-gradient(157deg, #28b528 0%, #34dd34 100%);
  background: linear-gradient(293deg, #28b528 0%, #34dd34 100%); 
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #fff;
  white-space: nowrap;
}

.products {
  padding: 0em 0em 3.25rem 0em;
}

.products__title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.products__all {
  font-size: 1.125rem;
}

.products__all::before {
  color: #28b528;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.products__filters {
  margin-top: 0.88rem;
  border-radius: 0.625rem;
  background: #f0f9fa;
  gap: 0.63rem;
}

.products__filters-caption {
  margin-bottom: 0.38rem;
  font-size: 1rem;
  line-height: 120%;
}

.products__filters-reset {
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 0.875rem;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.products__filters-grid {
  gap: 0.625rem;
}

.products__filters-grid-option {
  cursor: pointer;
}

.products__filters-grid-input:checked + .products__filters-btn::before {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  background-image: -o-linear-gradient(356deg, #40a4ff 0%, #368ad6 99.32%);
  background-image: linear-gradient(94deg, #40a4ff 0%, #368ad6 99.32%);
}

.products__filters-btn {
  font-size: 1.5rem;
  color: #e3e4e8;
}

.products__grid {
  --bs-gutter-x: 0.75rem;
  --bs-gutter-y: 0.75rem;
}

.products__more {
  max-width: 60.375rem;
  width: 100%;
  padding: 0.68rem;
  border-radius: 0.625rem;
  font-size: 1.125rem;
  margin: 2.5rem auto 0;
}

.products__pagination {
	overflow-x: auto;
}

.products__pagination .pagination__item {
  width: 2.125rem;
  height: 2.125rem;
  font-size: 1.125rem;
}

.products__pagination .pagination__item.active {
  background: #f0f9fa;
  color: #1b222a;
}

.products__sidebar-title {
  color: #fff;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 120%;
  border-radius: 0.625rem 0 0 0.625rem;
  padding: 1rem;
  background: #28b528;
  -webkit-clip-path: polygon(calc(100% - 1.75rem) 0, 100% 50%, calc(100% - 1.75rem) 100%, 0 100%, 0 0);
          clip-path: polygon(calc(100% - 1.75rem) 0, 100% 50%, calc(100% - 1.75rem) 100%, 0 100%, 0 0);
}

.products__sidebar-list {
  margin-top: 1.875rem;
}

.products__sidebar-item:not(:last-child) {
  margin-bottom: 0.87rem;
}

.products__sidebar-category {
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 0.63rem;
}

.products__sidebar-category::before {
  content: "+";
  background: -o-linear-gradient(356deg, #40a4ff 0%, #368ad6 99.32%);
  background: linear-gradient(94deg, #40a4ff 0%, #368ad6 99.32%);
  background-clip: text;
  -webkit-background-clip: text;
  font-size: 1.25rem;
  font-weight: 600;
  width: 0.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-text-fill-color: transparent;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.products__sidebar-category.active::before {
  content: "";
  margin-top: 0.5rem;
  height: 0.125rem;
  background: -o-linear-gradient(356deg, #40a4ff 0%, #368ad6 99.32%);
  background: linear-gradient(94deg, #40a4ff 0%, #368ad6 99.32%);
  -webkit-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
          transform: rotate(360deg);
}

.products__sidebar-categories {
  display: none;
  margin-top: 0.75rem;
  font-size: 0.9375rem;
  line-height: 120%;
  padding-left: 2rem;
}

.products__sidebar-categories .products__sidebar-categories {
	margin-left: -1rem;
}

.products__sidebar-categories .products__sidebar-category {
	margin-left: -1.4rem;
}

.products__sidebar-categories .products__sidebar-item:not(:last-child) {
  margin-bottom: 0.55rem;
}

.product_filter {
	border-radius: .625rem;
    background: #eaf6e7;
}

.products__promo {
  margin-top: 2.5rem;
  border-radius: 0.625rem;
  background: #f0f9fa;
  padding: 2.5rem 0.5rem;
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
  min-height: 11.9375rem;
}

.products__promo-title {
  color: #1b222a;
  font-size: 1.875rem;
  line-height: 120%;
}

.products__promo-subtitle {
  position: relative;
  line-height: 120%;
  padding-bottom: 0.25rem;
  margin-top: 1.62rem;
  font-size: 1.25rem;
}

.products__promo-subtitle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: -o-linear-gradient(356deg, #40a4ff 0%, #368ad6 99.32%);
  background: linear-gradient(94deg, #40a4ff 0%, #368ad6 99.32%);
}

.products__promo-image {
  margin-top: 1.69rem;
}

.products__promo-image img {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

.products__category {
  border-radius: 0.625rem;
  border: 1px solid #e3e4e8;
  background: rgba(217, 217, 217, 0.01);
  min-height: 100%;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  padding: 0.35rem 1rem;
}

.products__category-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

.products__category-caption {
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
}

.products__category-quantity {
  margin-top: 0.63rem;
  color: #939393;
  font-size: 0.875rem;
  line-height: 120%;
}

.products__new {
  margin-top: 3.75rem;
}

.products__new-title {
  font-size: 1.75rem;
}

.products__new-icon {
  margin-left: 1rem;
}

.products__info-caption {
  font-size: 1.25rem;
  cursor: pointer;
  line-height: 120%;
  border-radius: 0.425rem 0 0 0.425rem;
  padding: 0.81rem;
  background: #f0f9fa;
  color: #1b222a;
  -webkit-clip-path: polygon(calc(100% - 1.375rem) 0, 100% 50%, calc(100% - 1.375rem) 100%, 0 100%, 0 0);
          clip-path: polygon(calc(100% - 1.375rem) 0, 100% 50%, calc(100% - 1.375rem) 100%, 0 100%, 0 0);
}

.products__info-caption.active {
  color: #fff;
  font-weight: 600;
  background: #28b528;
}

.products__info-caption.active:not(.interactive) + .products__info-list {
  display: block;
}

.products__info-caption:not(:last-child) {
  margin-bottom: 0.88rem;
}

.products__info-list {
  display: none;
}

.products__info-list:not(:last-child) {
  margin-bottom: 2.5rem;
}

.products__info-item:not(:last-child) {
  margin-bottom: 0.5rem;
}

.products__info-link {
  font-size: 1.125rem;
  line-height: 120%;
  position: relative;
}

.products__info-link::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.125rem;
  background: -o-linear-gradient(356deg, #40a4ff 0%, #368ad6 99.32%);
  background: linear-gradient(94deg, #40a4ff 0%, #368ad6 99.32%);
}

.products__options {
  border-bottom: 0.0625rem solid #e3e4e8;
}

.products__option {
  padding-bottom: 0.62rem;
}

.products__option.active {
  position: relative;
}

.products__option.active::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.25rem;
  background: -o-linear-gradient(157deg, #28b528 0%, #34dd34 100%);
  background: linear-gradient(293deg, #28b528 0%, #34dd34 100%);
}

.--specMainIcon {
	display: none;
}

.sale-icon-percents {
    display: block;
    position: absolute;
    top: -14px;
    left: 0;
	width: fit-content;
    padding: 1px 3px;
    border-radius: 3px;
    background: #ffd31c;
    color: #000;
    font-size: 14px;
	z-index: 1;
}

.product {
  position: relative;
  background: rgba(227, 228, 232, 0.01);
  border: 1px solid #e3e4e8;
  border-radius: 0.625rem;
}

.product .intocart {
    top: auto;
	left: 0.62rem;
	bottom: 0;
    padding: 0.35rem 0.55rem;
    border-radius: 0.25rem;
    font-size: 0.8rem;
	-webkit-transform: none;
		-ms-transform: none;
			transform: none;
    z-index: 1;
}

.product__header {
  position: relative;
  z-index: 1;
}

.product__header:not(.product-card__main) .sale-icon-percents {
	position: static;
}

.product__labels {
	position: absolute;
	top: 0.62rem;
	left: 0.62rem;
	display: flex;
	flex-direction: column;
	gap: 2px;
	z-index: 2;
}

.product__label {
  width: fit-content;
  padding: 0.13rem 0.63rem;
  border-radius: 0.25rem;
  font-size: 0.85rem;
}

.product__label.label-blue {
  color: #fff;
  background: -o-linear-gradient(356deg, #40a4ff 0%, #368ad6 99.32%);
  background: linear-gradient(94deg, #40a4ff 0%, #368ad6 99.32%);
}

.product__label.label-orange {
  color: #fff;
  background: #ff8001;
}

.product__favorite:not(.product-card__favorite-btn) {
  position: absolute;
  top: 0.3rem;
  right: 0.4rem;
  z-index: 2;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.product__favorite svg {
  fill: none;
  pointer-events: none;
}

.product__favorite.active {
	color: #cf3a3a;
}

.product__favorite.active svg {
  fill: #cf3a3a;
}

.product__image img {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.product__caption {
  font-size: 0.625rem;
  line-height: 120%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.product__desc {
  font-weight: 300;
  line-height: 120%;
  font-size: 0.625rem;
  margin-top: 0.81rem;
}

.product__availability {
  font-size: 0.625rem;
  margin-top: 0.25rem;
  line-height: 120%;
}

.product__availability.availability-middle {
  color: #28b528;
}

.product__availability.availability-low {
  color: #db2424;
}

.product__availability.availability-high {
  color: #28b528;
}

.product__footer {
  position: relative;
  gap: 0.5rem;
  min-height: 2.9375rem;
  padding: 0.45rem 0.63rem;
  background: #eee;
  border-radius: 0rem 0rem 0.625rem 0.625rem;
}

.product__footer .overdescr {
	display: none;
	position: absolute;
    left: -1px;
	top: calc(100% - 6px);
    width: calc(100% + 2px);
	padding: 1.5em 0.65rem;
    background: #eee;
	border: 1px solid #e3e4e8;
	border-width: 0 1px 1px 1px;
	border-radius: 0 0 0.625rem 0.625rem;
	-webkit-box-shadow: 0px 6px 6px 0px rgba(27, 34, 42, 0.1);
			box-shadow: 0px 6px 6px 0px rgba(27, 34, 42, 0.1);
    font-size: 0.8em;
	overflow: hidden;
	z-index: 2;
}

.product__footer .overdescr .productPoint {
	margin-bottom: .8em;
	color: #db2424;
	font-weight: 600;
}

.product__footer .overdescr .wh__tbl {
    width: calc(100% + 1.3rem);
    margin-left: -0.65rem;
    margin-right: -0.65rem;
	border: 1px solid #e3e4e8;
    border-width: 1px 0;
	font-size: 0.9em;
}

.product__footer .overdescr .wh__tbl tr th {
	font-weight: 600;
}

.product__footer .overdescr .wh__tbl .product__availability {
	margin-top: 0!important;
	font-size: 1em!important;
}

.product__price-old {
  color: #8d8993;
  font-size: 0.625rem;
}

.product__price-old span {
  font-size: 0.5625rem;
}

.product__price-current {
  font-weight: 500;
  font-size: 0.875rem;
}

.product__price-current span {
  font-size: 0.65em;
}

.product__footer-quantity {
  max-width: 2.5rem;
}

.product__footer-quantity .form-control {
  line-height: 120%;
  font-size: 1.125rem;
  border-radius: 0.125rem;
  border-top: 1px solid #c3c3c3;
  background: #fff;
  padding: 0.25rem 0.15rem;
}

.product__footer-quantity .form-control:focus {
  border-top-color: #000;
}

.product__footer-cart {
  width: 1.875rem;
  height: 1.875rem;
  background: -o-linear-gradient(157deg, #28b528 0%, #34dd34 100%);
  background: linear-gradient(293deg, #28b528 0%, #34dd34 100%);
}

.slider {
  visibility: hidden;
  padding: 1.75rem 0 5rem;
}

.slider:has(.swiper-initialized) {
	visibility: visible;
}

.slider__title-icon {
	margin-left: .5rem;
}

.slider__title-icon.swiper-button-disabled {
	visibility: hidden;
}

.slider .swiper {
	display: none;
}

.slider .swiper.swiper-initialized {
	display: block;
}

.viewed__item {
  min-height: 100%;
  border-radius: 0.625rem;
  border: 1px solid #ebebeb;
  background: rgba(217, 217, 217, 0.01);
  gap: 1rem;
  padding: 0.5rem;
}

.viewed__item-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

.viewed__item-name {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  font-size: 1rem;
  line-height: 120%;
}

.tabs_accordion .--tab {
	margin-bottom: 10px;
}
.tabs_accordion .--tab_title {
	position: relative;
	padding: 15px 50px 15px 25px;
	background: #f5f5f5;
	border-radius: 10px;
    font-size: 14px;
    font-weight: 700;
	color: #000;
	cursor: pointer;
}
.tabs_accordion .--tab_title:before {
    position: absolute;
    display: block;
    content: "";
    right: 25px;
    top: 50%;
    width: 10px;
    height: 10px;
    border: 1px solid #777;
    border-top: none;
    border-right: none;
	transition: transform .3s;
    -webkit-transform: translateY(-50%) rotate(-45deg);
		-ms-transform: translateY(-50%) rotate(-45deg);
			transform: translateY(-50%) rotate(-45deg);
}
.tabs_accordion .--tab_title.active:before {
	-webkit-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
			transform: rotate(135deg);
}
.tabs_accordion .--tab_content {
	display: none;
	padding: 15px 0;
}
.tabs_accordion .--tab_content .pay__table td:first-child {
    text-align: center;
}
.tabs_accordion .--tab_content .pay__table td {
    border: 1px solid #d8d8d8;
    padding: 10px;
}

.no-webp .banner{
  background: url("../img/banner-moskow.jpg") 30% 0/cover no-repeat;
}

.banner {
  padding: 1rem 0 6.44rem;
}

.banner__title {
  font-size: 0.9375rem;
  line-height: 120%;
}

.banner__subtitle {
  line-height: 120%;
  margin-bottom: 0;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}

.contacts-info__image img {
  min-height: 18.75rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.contacts-info__warning {
  margin-top: 2.5rem;
  border-left: 0.625rem solid #368ad6;
  font-size: 1.125rem;
  padding: 0.63rem 0.63rem 0.63rem 1.87rem;
  border-radius: 0rem 1.25rem 1.25rem 0rem;
  background: #e3e4e8;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.desc {
  padding: 0rem 0 3.125rem;
}

.desc__card {
  border-radius: 0.625rem;
  background: #f0f9fa;
  min-height: 100%;
  padding: 1.25rem;
}

.desc__card p {
  font-size: 1.125rem;
  line-height: 123%;
  margin-bottom: 0;
}

.desc__card-title {
  font-size: 2.25rem;
}

.dignity {
  padding: 1.85rem 0;
}

.dignity__title {
  font-size: 1.75rem;
}

.dignity__subtitle {
  line-height: 120%;
  font-size: 1.125rem;
}

.dignity__list {
  --bs-gutter-y: 3.5rem;
}

.dignity__list li {
  counter-increment: num;
}

.dignity__item {
  border-radius: 0.625rem;
  border: 2px solid #368ad6;
  min-height: 100%;
  background: rgba(217, 217, 217, 0.01);
  position: relative;
  padding: 2.75rem 0.75rem 1.3rem;
}

.dignity__item::before {
  content: counter(num);
  position: absolute;
  top: -3.25rem;
  left: 1.5rem;
  color: #28b528;
  font-size: 5rem;
  font-weight: 600;
  line-height: 120%;
  background: #fff;
}

.dignity__item-caption {
  font-size: 1.5rem;
}

.dignity__item-desc {
  margin-top: 1.25rem;
  font-size: 1.125rem;
  line-height: 120%;
  max-width: 35rem;
  margin-bottom: 0;
}

.nums {
  padding: 3.125rem 0;
}

.nums__title {
  font-size: 1.75rem;
}

.nums__list {
  --bs-gutter-y: 2rem;
}

.nums__item-image {
  max-width: 4.875rem;
}

.nums__item-caption {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 120%;
}

.nums__item-subtitle {
  margin-top: 0.87rem;
  font-size: 1.125rem;
  line-height: 120%;
}

.reqs {
  padding: 0 0 2rem;
}

.reqs__title {
  font-size: 1.75rem;
}

.reqs__download {
  border-radius: 0.625rem;
  background: #f0f9fa;
  border-radius: 0;
  padding: 0.5rem;
}

.reqs__download-icon {
  width: 2.01925rem;
}

.reqs__download-text {
  font-size: 1.5rem;
  line-height: 120%;
}

.info {
  padding: 0em 0em 5rem 0em;
}

.no-webp .info__banner{
  background: url("../img/good-morning-mobile.jpg") center 0/cover no-repeat; }

.info__banner {
  color: #fff;
  margin: 0 -0.75rem;
  padding: 0.62rem 0.63rem 1.2rem;
  -webkit-text-stroke: 3px #1c2229;
  paint-order: stroke fill;
}

.info__banner .info__title {
  font-size: 1.5rem;
}

.info__video img {
  border-radius: 0.625rem;
  min-height: 12.5rem;
}

.info__text {
  font-size: 1.125rem;
  line-height: 125%;
}

.info__current-date {
  font-weight: 500;
  line-height: 120%;
  font-size: 0.875rem;
  text-transform: uppercase;
  margin: 1.75rem 0em 0em 0em;
}

.info__desc {
  margin-top: 1.88rem;
  font-size: 1.125rem;
}

.info__form {
  border-radius: 1.25rem;
  background: #f0f9fa;
  max-width: 69.75rem;
  padding: 1.25rem;
}

#checkout .info__form {
	max-width: none;
}

#checkout select[name=adres_id] {
	padding: 0;
	counter-reset: count -1;
}

#checkout select[name=adres_id] option {
	display: flex;
    gap: 8px;
	padding: 0.76rem;
	font-size: 1rem;
	white-space: pre-line;
	counter-increment: count 1;
}

#checkout select[name=adres_id] option:not(:last-of-type) {
	border-bottom: 1px solid #e3e4e8;
}

#checkout select[name=adres_id] option:before {
	opacity: 0.45;
}

#checkout select[name=adres_id] option:first-of-type:before {
	content: '---';
}

#checkout select[name=adres_id] option:not(:first-of-type):before {
	content: counter(count, decimal) '.';
}

.info__form .row .col-12 {
  margin-top: var(--bs-gutter-y);
  padding: 0 0.75rem;
}

.info__subtitle {
  font-size: 1.125rem;
  line-height: 140%;
}

.info__options {
  gap: 0.81rem;
  overflow-x: auto;
  overflow-y: visible;
  margin: 0 -0.63rem;
  padding: 0 0.63rem 0.44rem;
}

.info__options::-webkit-scrollbar {
  height: 0.1875rem;
}

.info__options::-webkit-scrollbar-track {
  margin: 0 0.63rem;
}

.info__options::-webkit-scrollbar-thumb {
  background: #e3e4e8;
}

.info__option {
  color: #878787;
  font-size: 0.6875rem;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0em 0em 0.5rem 0em;
  border-bottom: 0.125rem solid transparent;
}

.info__option.active {
  border-color: #368ad6;
}

.info__btn {
  gap: 0.5rem;
  min-width: 9.875rem;
}

.info__btn::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.info__item {
  border-radius: 0.625rem;
  background: -o-linear-gradient(354deg, #f6f6f6 0%, #f5f5f5 100%);
  background: linear-gradient(96deg, #f6f6f6 0%, #f5f5f5 100%);
  padding: 0 0.81rem 1.25rem 1.25rem;
}

.info__item:not(:last-child) {
  margin-bottom: 1.88rem;
}

.info__item.bg-white {
  background: #fff;
}

.info__warning {
  font-weight: 500;
  line-height: 120%;
  font-size: 1.25rem;
  margin: 0 0 2rem;
}

.info__item-header {
  gap: 1.25rem;
}

.info__item-icon {
  border-radius: 0rem 0rem 0.625rem 0.625rem;
  background: -o-linear-gradient(356deg, #40a4ff 0%, #368ad6 99.32%);
  background: linear-gradient(94deg, #40a4ff 0%, #368ad6 99.32%);
  width: 3.75rem;
  height: 3.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.info__item-caption {
  margin-bottom: 0;
  padding: 0.44rem 0 0;
}

.info__item-body p {
  line-height: 120%;
  margin-bottom: 0;
}

.info__item-body p.lg-text {
  font-size: 1.125rem;
}

.info__item-body p.lg-text:not(:last-child) {
  margin-bottom: 1.25rem;
}

.info__item-body p:not(:last-child) {
  margin-bottom: 0.75rem;
}

.info__item-body strong {
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 120%;
}

.info__item-body a {
  color: #368ad6;
  text-decoration: underline;
}

.info__item-body cite {
  margin-top: 1.25rem;
  position: relative;
  font-style: normal;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.69rem 0.3rem 0.69rem 1rem;
  border-radius: 0rem 0.625rem 0.625rem 0;
  background: #f6f6f6;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 120%;
}

.info__item-body cite:not(:last-child) {
  margin-bottom: 1.25rem;
}

.info__item-body cite::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.375rem;
  height: 100%;
  background: -o-linear-gradient(157deg, #28b528 0%, #34dd34 100%);
  background: linear-gradient(293deg, #28b528 0%, #34dd34 100%);
}

.info__item-body cite.border-blue::before {
  background: -o-linear-gradient(356deg, #40a4ff 0%, #368ad6 99.32%);
  background: linear-gradient(94deg, #40a4ff 0%, #368ad6 99.32%);
}

.info__item-body ol:not(:last-child) {
  margin-bottom: 1.5rem;
}

.info__item-body ol li {
  counter-increment: num;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 120%;
}

.info__item-body ol li::before {
  content: counter(num) ".";
  color: #368ad6;
  margin-right: 0.25rem;
}

.info__item-body ol li:not(:last-child) {
  margin-bottom: 0.75rem;
}

.info__item-body ul li {
  font-size: 1.125rem;
}

.info__item-body ul li::before {
  content: "—";
  color: #368ad6;
  margin-right: 0.25rem;
}

.info__note {
  margin-top: 1.25rem;
  max-width: 42rem;
}

.info__note::before {
  content: "*";
  color: #368ad6;
}

.info__faq-list {
  border-top: 0.0625rem solid #e3e4e8;
}

.info__faq-item {
  border-bottom: 0.0625rem solid #e3e4e8;
  padding-bottom: 0.38rem;
}

.info__faq-btn {
  padding: 1.5rem 0 1.12rem;
  font-size: 1.25rem;
}

.info__faq-btn::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  color: #368ad6;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  font-size: 1rem;
}

.info__faq-btn.active::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.info__faq[role="tabpanel"] {
  display: none;
}

.info__faq[role="tabpanel"].active {
  display: block;
  animation: show-node 0.3s;
}

.info__faq-answer {
  display: none;
  line-height: 120%;
  font-size: 1rem;
}

.info__table {
  max-width: 100%;
  display: block;
}

.info__table caption,
#checkout .checkout-form-title {
  background: -o-linear-gradient(356deg, #40a4ff 0%, #368ad6 99.32%);
  background: linear-gradient(94deg, #40a4ff 0%, #368ad6 99.32%);
  color: #fff;
  caption-side: top;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 120%;
  display: block;
  padding: 1rem 1.25rem;
  border-radius: 1.25rem;
  margin-bottom: 1.25rem;
}

#checkout .checkout-form-title {
  background: #465a94;
}

.info__table caption.caption-gray {
  background: #e6e6e6;
  color: #1b222a;
}

.info__table.-caption-gold caption {
	background: #dfad5e;
}

.info__table thead {
  display: none;
}

.info__table thead th {
  background: #f0f9fa;
  font-weight: 500;
  line-height: 120%;
  font-size: 1rem;
  padding: 1.25rem 1rem 1rem;
}

.info__table.-caption-gold thead th {
	background: #f7f2f1;
}

.info__table thead th:first-child {
  padding-left: 1.25rem;
}

.info__table thead th:last-child {
  padding-right: 1.25rem;
}

.info__table thead th:first-child {
  border-radius: 1.25rem 0rem 0rem 1.25rem;
}

.info__table thead th:last-child {
  border-radius: 0rem 1.25rem 1.25rem 0rem;
}

.info__table thead:not(:first-child) th:first-child {
  border-radius: 0rem 0rem 0rem 1.25rem;
}

.info__table thead:not(:first-child) th:last-child {
  border-radius: 0rem 0rem 1.25rem 0rem;
}

.info__table tbody {
  display: contents;
}

.info__table tbody tr {
  border-radius: 1.25rem;
  background: #f0f9fa;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 1.25rem;
  width: 100%;
}

.info__table tbody tr:not(:last-child) {
  margin-bottom: 1.88rem;
}

.info__table tbody tr td {
  display: inline;
  vertical-align: top;
  color: #1b222a;
}

.info__table tbody tr *[data-title]::before {
  content: attr(data-title) ":";
  color: #368ad6;
  line-height: 140%;
  font-size: 1.125rem;
  font-weight: 500;
  margin-right: 0.75rem;
}

.info__table tbody tr td:not(:last-child) {
  margin-bottom: 1rem;
}

.info__table tbody tr td a {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  font-weight: 400;
}

.info__table.table-order-cart thead th,
.info__table.table-order-cart tbody tr td {
	padding: 0.75rem 0.25rem;
}

.info__table.table-order-cart tbody tr td {
	vertical-align: middle;
}

.info__table.table-order-cart thead th:first-child,
.info__table.table-order-cart tbody tr td:first-child {
  padding-left: 1.45rem;
  padding-right: 1.45rem;
}

.info__table.table-order-cart thead th:last-child,
.info__table.table-order-cart tbody tr td:last-child {
  padding-right: 1.25rem;
}

.info__table.table-order-cart tbody tr.cart-page-product-line td.--product_name span {
	display: -webkit-inline-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.info__table.table-order-cart tbody tr.cart-page-product-line td.--product_name span > * {
	width: min-content;
}

.info__table-time {
  font-size: 1.125rem;
  line-height: 120%;
  white-space: nowrap;
}

.info__table-delete {
  gap: 0.5rem;
  vertical-align: middle;
  font-weight: 500;
  line-height: 120%;
}

.info__warning {
  margin-top: 3.75rem;
  position: relative;
  padding: 1.5rem 1.87rem 1.5rem 1.5rem;
  font-size: 1.125rem;
  border-radius: 0rem 0.625rem 0.625rem 0rem;
  background: #f6f6f6;
}

.info__warning p {
  margin-bottom: 0;
}

.info__warning p:not(:last-child) {
  margin-bottom: 1.5rem;
}

.info__warning::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.375rem;
  height: 100%;
  background: var(--blue-gradi, linear-gradient(94deg, #40a4ff 0%, #368ad6 99.32%));
}

.info__more-btn {
  border-radius: 0.625rem;
  background: -o-linear-gradient(356deg, #40a4ff 0%, #368ad6 99.32%);
  background: linear-gradient(94deg, #40a4ff 0%, #368ad6 99.32%);
  padding: 0.5rem;
  width: 100%;
  color: #fff;
  display: block;
}

.favorite__empty {
  border-radius: 0rem 0.625rem 0.625rem 0rem;
  background: #f6f6f6;
  border-left: 0.375rem solid #ff4040;
  font-weight: 600;
  line-height: 120%;
  font-size: 1.375rem;
  padding: 1.25rem 1.5rem 1.25rem 1.12rem;
}

.favorite__content {
  margin-top: 1.87rem;
}

.favorite__content ol {
  margin-top: 1.25rem;
}

.favorite__content ol li {
  counter-increment: num;
  line-height: 120%;
  font-size: 1.125rem;
}

.favorite__content ol li::before {
  content: counter(num) ".";
  color: #368ad6;
  margin-right: 0.25rem;
  font-weight: 600;
}

.favorite__content ol li:not(:last-child) {
  margin-bottom: 1.25rem;
}

.favorite__content strong {
  font-weight: 600;
  font-size: 1.25rem;
}

.favorite__content img {
  border-radius: 0.625rem;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(27, 34, 42, 0.1);
          box-shadow: 0px 0px 8px 0px rgba(27, 34, 42, 0.1);
}

.favorite__block:not(:last-child) {
  margin-bottom: 3.75rem;
}

.person-block {
  --card-color: #1b222a;
  --icon-bg: #1b222a;
  border-radius: 1.25rem;
  background: rgba(217, 217, 217, 0.01);
  padding: 0 0.81rem 1.25rem 1.25rem;
  border: 0.125rem solid var(--card-color);
}

.person-block.blue {
  --card-color: #40a4ff;
  --icon-bg: linear-gradient(94deg, #40a4ff 0%, #368ad6 99.32%);
}

.person-block.orange {
  --card-color: #fec362;
  --icon-bg: linear-gradient(94deg, #fec362 0%, #ff9f00 99.32%);
}

.person-block.green {
  --card-color: #28b528;
  --icon-bg: linear-gradient(293deg, #28b528 0%, #34dd34 100%);
}

.person-block:not(:last-child) {
  margin-bottom: 1.75rem;
}

.person-block__header {
  gap: 1rem;
}

.person-block__icon {
  border-radius: 0rem 0rem 0.625rem 0.625rem;
  background: var(--icon-bg);
  width: 3.75rem;
  height: 3.75rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.person-block__caption {
  font-size: 1.375rem;
}

.person-block__body {
  margin-top: 1.87rem;
}

.person-block__item {
  gap: 0.87rem;
  row-gap: 0.25rem;
  font-size: 1.125rem;
  line-height: 120%;
}

.person-block__item:not(:last-child) {
  margin-bottom: 0.75rem;
}

.person-block__item-prop {
  color: #939393;
}

.person-block__item-value.lg-text {
  font-size: 1.5rem;
}

.person-block__item-change {
  color: #368ad6;
  font-size: 0.875rem;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-underline-offset: 3px;
  gap: 0.75rem;
}

.person-block__actions {
  margin-top: 0.5rem;
}

.person-block__action {
  gap: 0.87rem;
  text-decoration: underline;
  font-size: 1.125rem;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.person-block__action:not(:last-child) {
  margin-bottom: 0.87rem;
}

.person-block__action-icon svg path {
  fill: currentColor;
}

.person-block__item-more {
  font-size: 0.875rem;
  font-weight: 300;
  line-height: 120%;
  border-bottom: 0.0625rem solid #368ad6;
  padding-bottom: 0.25rem;
}

.person-block__notification {
  margin-top: 1.5rem;
  gap: 0.81rem;
}

.person-block__notification-text {
  color: #939393;
  font-size: 1.125rem;
}

.person-block__form {
  max-width: 13rem;
}

.person-block__form .form-check-input {
  width: 1.5rem;
  height: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border: 1px solid #9d9d9d;
}

.person-block__form .form-check-input:checked {
  background-color: var(--card-color);
  border-color: var(--card-color);
}

.person-block__form .form-check-label {
  font-size: 1.125rem;
}

.person-block__form-btn {
  background: var(--icon-bg)!important;
  color: #fff!important;
  max-width: 18.5rem;
  width: 100%;
  -webkit-transition: opacity 0.3s ease 0s;
	   -o-transition: opacity 0.3s ease 0s;
		  transition: opacity 0.3s ease 0s;
}

.person-block__table {
  margin: 1.875rem -0.81rem 0 -1.25rem;
}

.person-block__table thead th {
  padding: 1rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
  background: #f0f9fa;
}

.person-block__table tbody tr {
  border-bottom: 0.0625rem solid #e3e4e8;
}

.person-block__table tbody td {
  padding: 1.4rem 0;
}

.news {
  padding: 0em 0em 5rem 0em;
}

.news__items {
  --bs-gutter-y: 0.75rem;
}

.news__item-image {
  height: 0;
  position: relative;
  padding-bottom: 65%;
  overflow: hidden;
  border-radius: 0.625rem;
  background: #f1f3f5;
}

.news__item-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 0.625rem;
  transform: translate(-50%, -50%);
  -webkit-transition: -webkit-transform 0.3s ease 0s;
		  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
	 transition: transform 0.3s ease 0s;
	 transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.news__item-time {
  position: absolute;
  right: 0.25rem;
  bottom: 0.25rem;
  padding: 5px 10px;
  border-radius: 8px;
  background: #fff;
  color: #7d7d7d;
  font-size: .85rem;
}

.news__item-body {
  padding: 1rem 0rem 1rem 0.63rem;
}

.news__item-name {
  display: block;
  font-size: 1.25rem;
  font-weight: 600;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}

.news__item-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 4;
}

.news__item-more {
  font-size: 1.125rem;
  line-height: 120%;
  gap: 1.12rem;
}

.news__item-more::before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  color: #368ad6;
  font-size: 1.25rem;
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.news__more {
  max-width: 60.375rem;
  width: 100%;
  padding: 0.68rem;
  border-radius: 0.625rem;
  font-size: 1.125rem;
  margin: 2.5rem auto 0;
}

.manufactures-search {
  padding: 0 0 0.5rem 0;
}

.manufactures-search__item {
  padding: 0.45rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 120%;
  text-transform: uppercase;
  border-bottom: 0.125rem solid transparent;
  -webkit-transition: background-color 0.3s ease 0s;
	   -o-transition: background-color 0.3s ease 0s;
		  transition: background-color 0.3s ease 0s;
}

.manufactures-search__item.active {
  border-color: #368ad6;
}

.manufactures {
  padding: 0em 0em 6rem;
}

.manufactures__list {
	display: flex;
	flex-direction: column;
}

.manufactures__item:not(:last-child) {
  margin-bottom: 1rem;
}

.manufactures__item .row {
  --bs-gutter-x: 0.75rem;
  --bs-gutter-y: 0.75rem;
}

.manufactures__item-letter {
  color: #b6b6b6;
  font-weight: 500;
  font-size: 3.75rem;
}

.manufactures__item-company {
  border-radius: 0.625rem;
  background: #fff;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(27, 34, 42, 0.1);
          box-shadow: 0px 0px 8px 0px rgba(27, 34, 42, 0.1);
  padding: 0.75rem 1.88rem;
  height: 6.25rem;
  width: 100%;
}

.manufactures__item-company img {
  max-height: 100%;
}

.seminars {
  padding: 0em 0em 6.25rem 0em;
}

.seminars__list {
  margin-top: 1.88rem;
}

.seminars__item {
  border-radius: 1.25rem;
  background: #f0f9fa;
  padding: 1.25rem 1rem 1rem;
}

.seminars__item:not(:last-child) {
  margin-bottom: 2.5rem;
}

.seminars__item-info {
  margin: 1.25rem 0em 0em 0em;
}

.seminars__item-date {
  border-radius: 6.25rem;
  font-weight: 500;
  font-size: 0.9375rem;
  padding: 0.62rem 0.75rem;
  color: #fff;
  white-space: nowrap;
  background: -o-linear-gradient(356deg, #40a4ff 0%, #368ad6 99.32%);
  background: linear-gradient(94deg, #40a4ff 0%, #368ad6 99.32%);
}

.seminars__item-time {
  margin: 0em 0em 0em 1.25rem;
  font-size: 0.9375rem;
  padding: 0.62rem 0.75rem;
  border-radius: 6.25rem;
  background: #fff;
  font-weight: 500;
  color: #1b222a;
}

.seminars__item-thumb {
  width: 10rem;
  height: 10rem;
  margin: 0 auto;
}

.seminars__item-body {
  padding: 0.5rem 0.94rem 0 0;
}

.seminars__item-name {
  margin-top: 1.25rem;
  font-size: 1.25rem;
  -webkit-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
  max-width: 41.5rem;
}

.seminars__item-bottom {
  margin-top: 1.88rem;
}

.seminars__item-props {
  gap: 1rem;
}

.seminars__item-prop {
  gap: 0.63rem;
  font-size: 0.875rem;
}

.seminars__item-btn {
  font-size: 1.125rem;
  padding: 0.75rem;
}

.seminars__partners {
  margin-top: 6.25rem;
}

.seminars__partners-list {
  gap: 1rem;
}

.seminars__partners-link {
  max-width: 12.9375rem;
  border-radius: 0.625rem;
  padding: 1.25rem;
  background: #fff;
  -webkit-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  transition: background-color 0.3s ease 0s;
}

.branches {
  padding: 0em 0em 5rem 0em;
}

.branches__list {
  margin-top: 1.88rem;
}

.branches__list.row {
  --bs-gutter-x: 1rem;
  --bs-gutter-y: 1rem;
}

.branches__item {
  border-radius: 1.25rem;
  background: #f0f9fa;
  padding: 0.63rem;
}

.branches__item:not(:last-child) {
  margin-bottom: 1.88rem;
}

.branches__item > .branches__item-body {
  border-bottom: 0.125rem solid #e3e4e8;
}

.branches__item-name {
  line-height: 120%;
  font-size: 1.5rem;
}

.branches__item-body {
  font-size: 1.125rem;
  padding: 0 0.87rem 0.87rem;
}

.branches__item-body p {
  margin-bottom: 0;
}

.branches__item-image img {
  border-radius: 0.625rem;
}

.article {
  padding: 0em 0em 4rem 0em;
}

.article__title {
	margin-bottom: 1.85rem;
}

.article__title.title-lg {
  font-size: 1.75rem;
}

.article__subtitle {
  margin-top: 2rem;
  font-size: 1.125rem;
  line-height: 140%;
  margin-bottom: 0;
}

.article__banner {
  margin-top: 2rem;
}

.article__banner img {
  border-radius: 0.625rem;
}

.article__body {
  margin-top: 5rem;
}

.article__block:not(:last-child) {
  margin-bottom: 3.75rem;
}

.article__text {
  font-size: 1.125rem;
  line-height: 140%;
}

.article__text:not(:first-child) {
  margin-top: 1.25rem;
}

.article__text br.lg-break {
  content: "";
  display: block;
  margin-bottom: 1.5rem;
}

.article__text .text-lg {
  font-size: 1.25rem;
}

.article__warning {
  border-left: 0.625rem solid #f68800;
  border-radius: 0rem 1.25rem 1.25rem 0rem;
  background: #f0f9fa;
  padding: 1.25rem 2.12rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 1.125rem;
}

.article__content {
  margin-top: 1.5rem;
}

.article__content .row {
  --bs-gutter-y: 2.5rem;
}

.article__caption {
  font-size: 1.25rem;
}

.article__list li {
  font-size: 1.125rem;
}

.article__list li::before {
  content: "—";
  color: #368ad6;
  margin-right: 0.25rem;
}

.article__footer {
  margin-top: 2.5rem;
  border-radius: 0rem 0.625rem 0.625rem 0rem;
  background: #f6f6f6;
  position: relative;
  font-size: 1.25rem;
  padding: 1.25rem 0 1.25rem 1.63rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 600;
  line-height: 140%;
}

.article__footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.375rem;
  height: 100%;
  background: -o-linear-gradient(356deg, #40a4ff 0%, #368ad6 99.32%);
  background: linear-gradient(94deg, #40a4ff 0%, #368ad6 99.32%);
}

.article__footer-text {
  padding-right: 2rem;
}

.article__footer-icon {
  margin-top: -1.5rem;
  margin-left: auto;
  margin-right: 0.75rem;
}

.product-card {
  padding-bottom: 6.25rem;
}

.product-card__body {
  position: relative;
  margin: 2.625rem 0em 0em 0em;
}

.product-card__body .product__labels {
	top: 0;
	left: 0;
	flex-direction: row;
}

.product-card__slider-main .product-card__slide {
	height: auto;
}

.product-card__slider-main .product-card__slide picture source,
.product-card__slider-main .product-card__slide picture img {
	max-height: 380px;
}

.product-card__slider {
  min-width: 0;
}

.product-card__prev,
.product-card__next {
  border: 0.0625rem solid #28b528;
}

.product-card__slider-thumbs {
  max-width: 18.1875rem;
}

.product-card__slider-thumbs .product-card__slide {
  height: 4.3125rem;
  width: 4.3125rem;
  cursor: pointer;
  border: 0.0625rem solid #ebebeb;
  position: relative;
}

.product-card__slider-thumbs .product-card__slide::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
  pointer-events: none;
}

.product-card__slider-thumbs .product-card__slide.swiper-slide-thumb-active::before {
  -webkit-box-shadow: inset 0 0 0 2px #4798d9;
          box-shadow: inset 0 0 0 2px #4798d9;
}

.product-card__slider-thumbs .product-card__slide img {
  height: 100%;
}

.product-card__main {
  position: relative;
  border: 4px solid #368ad6;
  background: rgba(227, 228, 232, 0.01);
  padding: 1.5rem 1.35rem;
}

.product-card__articul {
  font-size: 0.975rem;
}

.product-card__favorite {
  gap: 0.63rem;
}

.product-card__favorite-text {
  font-size: 0.875rem;
}

.product-card__price {
  position: relative;
  gap: 0.25rem;
}

.product-card__price-value {
  position: relative;
  font-size: 2.125rem;
}

.product-card__price-value strike {
  position: absolute;
  left: calc(100% - 14px);
  top: -12px;
  color: #878787;
  font-size: 14px;
  white-space: nowrap;
}

.product-card__price-currency {
  font-size: 1.1rem;
  padding-bottom: 0.25rem;
}

.product-card__quantity-caption {
  font-size: 0.9125rem;
}

.product-card__buy {
  background: -o-linear-gradient(357deg, #105bb2 2.53%, #0a96db 97.47%);
  background: linear-gradient(93deg, #105bb2 2.53%, #0a96db 97.47%);
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 1rem;
  color: #fff;
  font-size: 1.1875rem;
  font-weight: 700;
  line-height: 120%;
  -webkit-transition: -webkit-box-shadow 0.3s ease 0s;
  transition: -webkit-box-shadow 0.3s ease 0s;
  -o-transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s;
  transition: box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
}

.product-card__availability {
  background: #eee;
}

.product-card__availability-caption {
  padding: 0.63rem 0.88rem;
  color: #878787;
  font-size: 1rem;
  line-height: 120%;
}

.product-card__availability-row {
  background: #e4e4e4;
  padding: 0.88rem 1.13rem;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 120%;
}

.product-card__availability-status {
  font-size: 1rem;
}

.product-card__coins-info a {
  text-underline-offset: 4px;
}

.product-card__props {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.product-card__prop:not(:last-child) {
  margin-bottom: 0.45rem;
}

.product-card__props .product-card__prop .product-card__prod picture source,
.product-card__props .product-card__prop .product-card__prod picture img {
  max-width: 100px;
  max-height: 60px;
}

.product-card__prod-link {
  font-size: 0.875rem;
  text-decoration: underline;
}

.product-card__prop-name {
  font-size: 0.975rem;
}

.product-card__prod-value {
  font-size: 0.975rem;
}

.product-card__feedback {
  margin-top: 1.5rem;
}

.product-card__feedback-item:not(:last-child) {
  margin-bottom: 0.7rem;
}

.product-card__feedback-icon {
  width: 0.9375rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.product-card__feedback-icon svg {
  max-width: 100%;
}

.product-card__feedback-text {
  color: #878787;
  font-size: 0.9125rem;
  font-weight: 300;
}

.product-card__feedback-text a {
  text-decoration: underline;
}

.product-card__option .form-select {
  width: auto;
  font-size: 0.75rem;
}

.product-card__delivery {
  margin-top: 1.12rem;
  border-radius: 0.625rem;
  background: #eef9f2;
  padding: 12px 14px;
}

.product-card__delivery-caption {
  font-size: 1.25rem;
}

.product-card__labels {
  border-top: 0.0625rem solid #e3e4e8;
}

.product-card__labels-row:not(:last-child) {
  margin-bottom: 1.81rem;
}

.product-card__labels-title {
  margin-bottom: 10px;
  font-size: 1rem;
  white-space: nowrap;
  margin-right: 1rem;
}

.product-card__labels-items,
.product-card__labels-items.active {
	display: flex;
}

.product-card__labels-items {
  flex-wrap: wrap;
  gap: 0.31rem;
}

.product-card__label {
  font-size: 0.9625rem;
  background: rgba(255, 255, 255, 0.01);
  -webkit-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
  transition: color 0.3s ease 0s, background-color 0.3s ease 0s;
  padding: 0.3rem 0.65rem;
  border-radius: 0.25rem;
  font-weight: 500;
}

.product-card__labels-row .product-card__label {
	border: 0.120rem solid;
}

.product-card__labels-row.green-links .product-card__label {
	color: var(--bs-gray-600);
	border-color: var(--bs-gray-600);
}

.product-card__labels-row.blue-links .product-card__label.active,
.product-card__labels-row.blue-links .product-card__label:hover,
.product-card__labels-row.green-links .product-card__label.--instock.active,
.product-card__labels-row.green-links .product-card__label.--instock:hover,
.product-card__labels-row.green-links .product-card__label.active:not(.--instock) {
	color: #fff;
}

.product-card__labels-row.blue-links .product-card__labels-title,
.product-card__labels-row.blue-links .product-card__label {
	color: #368ad6;
	border-color: #368ad6;
}

.product-card__labels-row.green-links .product-card__labels-title,
.product-card__labels-row.green-links .product-card__label.--instock {
	color: #28b528;
	border-color: #28b528;
}

.product-card__labels-row.blue-links .product-card__label:hover,
.product-card__labels-row.blue-links .product-card__label.active {
	background-color: #368ad6;
}

.product-card__labels-row.green-links .product-card__label.--instock:hover,
.product-card__labels-row.green-links .product-card__label.--instock.active {
	background-color: #28b528;
}

.product-card__labels-row.green-links .product-card__label.active:not(.--instock) {
	background-color: var(--bs-gray-600);
}

.product-card__tabs {
  
}

.product-card__tabs .product-card__tabs-panel {
  border-top: 0.0625rem solid #e3e4e8;
  border-bottom: 0.0625rem solid #e3e4e8;
}

.product-card__tabs-item {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 120%;
  padding: 1.12rem 0;
  gap: 1rem;
  width: 100%;
}

.product-card__tabs-item.active::after {
  width: 100%;
}

.product-card__tabs-item.active .product-card__icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.product-card__tabs-item img {
  pointer-events: none;
}

.product-card__icon {
  -webkit-transition: -webkit-transform 0.3s ease 0s;
  transition: -webkit-transform 0.3s ease 0s;
  -o-transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
}

.product-card__tabs-body {
  margin-top: 2.75rem;
}

.product-card__tabs-content {
  margin-top: 1.25rem;
  display: none;
}

.product-card__tabs-content iframe {
	max-width: 100%;
}

.product-card__tabs-content.active {
  display: block;
}

.product-card__tabs-content ul li::before {
  content: "—";
  color: #368ad6;
  margin-right: 0.25rem;
}

.product-card__tabs-content[itemprop=description] legend.vadimnlegend {
	margin-bottom: 1rem;
}

.product-card__tabs-content[itemprop=description] ul.navigacia li,
.product-card__tabs-content[itemprop=description] ul.navigacia2 li,
.product-card__tabs-content[itemprop=description] ul.navigacia3 li,
.product-card__tabs-content[itemprop=description] ul.komplekt li,
.product-card__tabs-content[itemprop=description] ul.kartochka li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 14px;
}

.product-card__tabs-content[itemprop=description] ul.navigacia li:last-of-type,
.product-card__tabs-content[itemprop=description] ul.navigacia2 li:last-of-type,
.product-card__tabs-content[itemprop=description] ul.navigacia3 li:last-of-type,
.product-card__tabs-content[itemprop=description] ul.komplekt li:last-of-type,
.product-card__tabs-content[itemprop=description] ul.kartochka li:last-of-type {
	margin-bottom: 0;
}

.product-card__tabs-content[itemprop=description] ul.navigacia li::before,
.product-card__tabs-content[itemprop=description] ul.navigacia2 li::before,
.product-card__tabs-content[itemprop=description] ul.navigacia3 li::before,
.product-card__tabs-content[itemprop=description] ul.komplekt li::before,
.product-card__tabs-content[itemprop=description] ul.kartochka li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px; 
}

.product-card__tabs-content[itemprop=description] ul.navigacia li::before,
.product-card__tabs-content[itemprop=description] ul.navigacia2 li::before,
.product-card__tabs-content[itemprop=description] ul.navigacia3 li::before {
  border: 6px solid transparent;
  border-left: 6px solid #368ad6;
}

.product-card__tabs-content[itemprop=description] ul.komplekt li::before,
.product-card__tabs-content[itemprop=description] ul.kartochka li::before {
  top: 8px;
  width: 6px;
  height: 6px;
  background-color: #368ad6;
}

.product-card__tabs-content[itemprop=description] ul.komplekt li::before {
	background-color: #28b528;
}

.-mod_hints {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
 }
 
.-mod_hints > div {
  display: flex;
  align-items: center;
  color: #000;
  font-weight: 600;
 }
 
.-mod_hints > div:before {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  margin-right: .5em;
  background: #08a652;
  -webkit-transform: rotate(-45deg);
	 -moz-transform: rotate(-45deg);
	  -ms-transform: rotate(-45deg);
	   -o-transform: rotate(-45deg);
		  transform: rotate(-45deg);
}

.-mod_hints > div:last-of-type:before {
  background: #878787;
}

.element_related_products_tpl ul.overview {
	display: block;
	padding: 0;
}
.element_related_products_tpl ul.overview li:before {
	content: '';
	display: none;
}
.element_related_products_tpl ul.overview li.-title div {
	display: block;
	margin-bottom: 10px;
    padding: 6px 12px;
    background: #ebebeb;
    color: #000;
	text-align: center;
	font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}
.element_related_products_tpl ul.overview li.-title:not(:first-of-type) div {
	margin-top: -15px;
}
.element_related_products_tpl ul.overview li.-item,
.element_related_products_tpl ul.overview li.-item .--img,
.element_related_products_tpl ul.overview li.-item .--cart_quantity .--quantity,
.element_related_products_tpl ul.overview li.-item .--cart_quantity .--quantity div.dec,
.element_related_products_tpl ul.overview li.-item .--cart_quantity .--quantity div.inc,
.element_related_products_tpl ul.overview li.-item .--add_to_cart .cart_btn,
.cart-page-product-line .--product_quantity .--quantity,
.cart-page-product-line .--product_quantity .--quantity div.dec,
.cart-page-product-line .--product_quantity .--quantity div.inc {
	display: flex;
	align-items: center;
}
.element_related_products_tpl ul.overview li.-item,
.element_related_products_tpl ul.overview li.-item .--cart_quantity .--quantity,
.cart-page-product-line .--product_quantity .--quantity {
	justify-content: space-between;
}
.element_related_products_tpl ul.overview li.-item {
	position: relative;
	gap: 20px;
}
.element_related_products_tpl ul.overview li.-item:not(:last-of-type) {
	margin-bottom: 15px;
    padding-bottom: 15px;
	border-bottom: 1px solid #ebebeb;
}
.element_related_products_tpl ul.overview li.-item .--img {
	width: 60px;
	justify-content: center;
}
.element_related_products_tpl ul.overview li.-item .--img img {
	max-width: 60px;
	max-height: 60px;
}
.element_related_products_tpl .intocart {
	left: 50%;
    top: calc(100% + 5px);
    padding: 0;
	background: transparent;
	font-size: 11px;
	color: #28b528;
    white-space: nowrap;
}
.element_related_products_tpl .intocart svg {
    stroke: #28b528;
}
.element_related_products_tpl ul.overview li.-item .--price,
.element_related_products_tpl ul.overview li.-item .--cart_quantity,
.cart-page-product-line .--product_quantity {
	width: 120px;
    text-align: center;
    font-size: 14px;
}
.element_related_products_tpl ul.overview li.-item .--price {
	white-space: nowrap;
	text-align: right;
	position: relative;
}
.element_related_products_tpl ul.overview li.-item .--price strike {
	display: block;
	color: #878787;
}
.element_related_products_tpl ul.overview li.-item .--price .product__price-old .sale-icon-percents {
	left: auto;
	right: 0;
}
.element_related_products_tpl ul.overview li.-item .--cart_quantity,
.cart-page-product-line .--product_quantity {
	width: 110px;
	justify-content: center;
}
.element_related_products_tpl ul.overview li.-item .--cart_quantity .--quantity,
.cart-page-product-line .--product_quantity .--quantity {
	width: 100px;
	padding: 0 2px;
	height: 30px;
	border-radius: 15px;
	border: 1px solid #dadada;
	background: #fff;
}
.element_related_products_tpl ul.overview li.-item .--cart_quantity > div {
	position: relative;
}
.cart-page-product-line .--product_quantity .--quantity {
	margin-top: 5px;
}
.element_related_products_tpl ul.overview li.-item .--cart_quantity .--quantity .qty,
.cart-page-product-line .--product_quantity .--quantity .qty {
	width: 40px;
	height: 28px;
	margin: 0;
	border: none;
	text-align: center;
	font-size: 16px;
	user-select: none;
}
.element_related_products_tpl ul.overview li.-item .--add_to_cart {
	width: 40px; 
}
.element_related_products_tpl ul.overview li.-item .--add_to_cart .cart_btn {
	width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #28b528;
}
.element_related_products_tpl ul.overview li.-item .--add_to_cart .cart_btn {
	justify-content: center;
	width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #28b528;
	transition: background .3s;
}
.element_related_products_tpl ul.overview li.-item .--add_to_cart .cart_btn:hover {
	background: #40dc40;
}
.element_related_products_tpl ul.overview li.-item .--cart_quantity .--quantity div.dec,
.element_related_products_tpl ul.overview li.-item .--cart_quantity .--quantity div.inc,
.cart-page-product-line .--product_quantity .--quantity div.dec,
.cart-page-product-line .--product_quantity .--quantity div.inc {
	justify-content: center;
	width: 26px;
    height: 26px;
    margin: 0;
    border: 0;
    border-radius: 50%;
	background: #dadada;
	cursor: pointer;
	transition: background .3s;
}
.element_related_products_tpl ul.overview li.-item .--cart_quantity .--quantity div.dec:hover,
.element_related_products_tpl ul.overview li.-item .--cart_quantity .--quantity div.inc:hover,
.cart-page-product-line .--product_quantity .--quantity div.dec:hover,
.cart-page-product-line .--product_quantity .--quantity div.inc:hover {
	background: #c9c7c7;
}
.element_related_products_tpl ul.overview li.-item .--cart_quantity .--quantity div.dec:before,
.element_related_products_tpl ul.overview li.-item .--cart_quantity .--quantity div.inc:before,
.element_related_products_tpl ul.overview li.-item .--cart_quantity .--quantity div.inc:after,
.cart-page-product-line .--product_quantity .--quantity div.dec:before,
.cart-page-product-line .--product_quantity .--quantity div.inc:before,
.cart-page-product-line .--product_quantity .--quantity div.inc:after {
	content: '';
	display: block;
	width: 10px;
	height: 2px;
	background: #000;
}
.element_related_products_tpl ul.overview li.-item .--cart_quantity .--quantity div.inc:after,
.cart-page-product-line .--product_quantity .--quantity div.inc:after {
	transform: rotate(90deg);
	margin-left: -10px;
}


@media (min-width: 576px) {
  .d-sm-contents {
    display: contents;
  }

  .footer__store {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .footer__store img {
    height: 2.0625rem;
    width: auto;
  }

  .benefits .row {
    padding-bottom: 0;
    overflow-x: visible;
    overflow-y: visible;
  }

  .products__title {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .products__filters {
    gap: 1rem;
    margin-top: 1.875rem;
  }

  .product__caption {
    font-size: 0.9375rem;
  }

  .product__desc {
    margin-top: 0.88rem;
    font-size: 0.75rem;
  }

  .product__availability {
    margin-top: 0.62rem;
    font-size: 0.875rem;
  }

  .product__footer {
    padding: 0.375rem 0.75rem 0.6875rem;
    min-height: 3.5rem;
  }

  .product__price-old {
    font-size: 0.75rem;
  }

  .product__price-current {
    font-size: 1.125rem;
  }

  .slider {
    padding: 0 0 4rem;
  }
  
  .slider__title-icon {
	margin-left: 1rem;
  }

  .banner {
    padding: 2.5rem 0 5rem;
  }

  .banner__title {
    font-size: 1.9375rem;
  }

  .banner__subtitle {
    margin-top: 0.44rem;
    font-size: 1.875rem;
  }

  .no-webp .info__banner{
    background: url("../img/good-morning.jpg") 70% 0/cover no-repeat; }

  .info__banner {
    padding: 3.06rem 2.5rem 3.5rem;
    margin: 0;
  }

  .info__banner .info__title {
    font-size: 2.625rem;
  }

  .info__current-date {
    text-transform: none;
    margin: 0.75rem 0em 0em 0em;
    font-size: 1.5rem;
  }

  .news__items {
    --bs-gutter-y: 2.75rem;
  }

  .manufactures__item .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
  }

  .manufactures__item-letter {
    font-size: 3.75rem;
    line-height: 100%;
    padding-top: 1.5rem;
  }

  .article__block:not(:last-child) {
    margin-bottom: 6rem;
  }

  .article__footer-text {
    padding-right: 0;
  }

  .article__footer-icon {
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  body.lock-menu {
    overflow: visible;
  }

  .breadcrumbs__back {
    margin-right: 2.5rem;
  }

  .breadcrumbs__item:not(:last-child) {
    margin-right: 0.9285714286em;
  }

  .breadcrumbs__item:not(:last-child)::before {
    margin-left: 0.9285714286em;
  }

  .breadcrumbs__link {
    font-size: 1rem;
  }

  .title {
    font-size: 2.625rem;
  }

  .title-lg {
    font-size: 2.25rem;
  }

  .d-md-contents {
    display: contents;
  }

  .custom-table {
    display: table;
  }

  .custom-table tr:not(:last-child) {
    border-bottom: 0;
  }

  .custom-table tr {
    display: table-row;
  }

  .custom-table td {
    font-size: 1.25rem;
    gap: 0;
    border: 0.0625rem solid #e3e4e8;
    display: table-cell;
  }

  .custom-table td:first-child {
    color: inherit;
  }

  .form-label {
    font-size: 1rem;
  }
  
  .form-label-lg {
    font-size: 1.25rem;
  }

  .form-textarea {
    font-size: 1.125rem;
  }

  .header {
    padding: 0;
  }

  .header__top {
    position: relative;
    padding: 0.5rem 0;
  }

  .header__top::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    height: 0.0625rem;
    background: #e3e4e8;
  }

  .header__menu-btn {
    margin-right: 0;
  }

  .header__design {
    margin-left: 1.25rem;
  }

  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .header__logo-icon {
    margin-left: 0;
    margin-right: 0.25rem;
    max-width: 3.75rem;
  }

  .header__search::before {
    display: none;
  }

  .header__search {
    padding: 0;
    width: auto;
  }

  .header__contacts {
    margin-right: 0;
  }

  .header__contacts-icon svg {
    width: 1.5rem;
    height: 1.5rem;
  }

  .header__cart {
    margin-left: 0;
  }

  .header__cart-icon svg {
    width: 1.8125rem;
    height: 1.8125rem;
  }

  .header__navbar {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    height: auto;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    overflow-y: visible;
    overflow-x: visible;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 0.31rem 0;
    color: #fff;
  }

  .header__navbar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100vw;
    height: calc(100% + 0.0625rem);
    background: #368ad6;
    z-index: -1;
  }

  .header__navbar-list {
    gap: 1.88rem;
  }

  .header__navbar-link,
  .header__navbar-btn {
    padding: 0;
    text-transform: capitalize;
  }

  .header__navbar-btn::before {
    display: none;
  }

  .header-catalog__btn::before {
    display: none;
  }

  .header-catalog__btn {
    border-radius: 0.625rem;
    background: -o-linear-gradient(157deg, #28b528 0%, #34dd34 100%);
    background: linear-gradient(293deg, #28b528 0%, #34dd34 100%);
    color: #fff;
    width: auto;
    gap: 0.48rem;
    line-height: 120%;
    padding: 0.5rem 1rem;
  }

  .header-catalog__btn.active {
    color: #fff;
  }

  .header-catalog__btn.active .header-catalog__btn-icon span {
    -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  }

  .header-catalog__btn.active .header-catalog__btn-icon span::before {
    -webkit-transition: width 0.3s ease 0s, -webkit-transform 0.45s ease 0.35s;
    transition: width 0.3s ease 0s, -webkit-transform 0.45s ease 0.35s;
    -o-transition: transform 0.45s ease 0.35s, width 0.3s ease 0s;
    transition: transform 0.45s ease 0.35s, width 0.3s ease 0s;
    transition: transform 0.45s ease 0.35s, width 0.3s ease 0s, -webkit-transform 0.45s ease 0.35s;
  }

  .header-catalog__btn.active .header-catalog__btn-icon span:first-child {
    -webkit-transform: translateY(0.4375rem);
        -ms-transform: translateY(0.4375rem);
            transform: translateY(0.4375rem);
  }

  .header-catalog__btn.active .header-catalog__btn-icon span:first-child::before {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }

  .header-catalog__btn.active .header-catalog__btn-icon span:nth-child(2) {
    opacity: 0;
  }

  .header-catalog__btn.active .header-catalog__btn-icon span:nth-child(3) {
    -webkit-transform: translateY(-0.4375rem);
        -ms-transform: translateY(-0.4375rem);
            transform: translateY(-0.4375rem);
  }

  .header-catalog__btn.active .header-catalog__btn-icon span:nth-child(3)::before {
    -webkit-transform: rotate(-225deg);
        -ms-transform: rotate(-225deg);
            transform: rotate(-225deg);
  }

  .header-catalog__btn.active .header-catalog__btn-icon span:nth-child(3)::before {
    width: 1.5rem;
  }

  .header-catalog__content {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    border-radius: 0rem 0rem 1.25rem 1.25rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(27, 34, 42, 0.1);
            box-shadow: 0px 0px 8px 0px rgba(27, 34, 42, 0.1);
  }

  .header-catalog__body {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    padding: 1.25rem;
  }

  .header-catalog__category-blocks {
    -webkit-column-gap: 2.5rem;
       -moz-column-gap: 2.5rem;
            column-gap: 2.5rem;
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
    padding: 0;
  }

  .search__input {
    border-radius: 0.625rem 0 0 0.625rem;
    border: 1px solid #6f7073;
    border-right: 0;
  }
  
  form[name=forma_search_top] {
	width: 100%;
	margin: 0 1.25rem;
	color: #1b222a
  }
  
  form[name=forma_search_top] .search__input {
	border: none;
  }

  .header__menu-btn,
  .header-catalog__btn-icon {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .header__menu-btn span,
  .header-catalog__btn-icon span {
    padding: 0.15625rem 0.25rem;
  }

  .header__menu-btn span::before,
  .header-catalog__btn-icon span::before {
    width: 1.5rem;
  }

  .header__menu-btn span:last-child::before,
  .header-catalog__btn-icon span:last-child::before {
    width: 1.25rem;
  }
  
  .product-card__props {
	width: 100%;
  }
  
  .product-card__labels-row {
	display: flex;
	align-items: center;
  }
  
  .product-card__labels-title {
	width: 90px;
	margin-bottom: 0;
  }

  .footer__body {
    padding: 3.75rem 0;
  }

  .footer__columns {
    margin: 0 -0.5rem;
  }

  .footer__column {
    padding: 0 0.5rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .footer__column:not(:last-child) {
    border-bottom: 0;
  }

  .footer__caption {
    padding: 0;
  }

  .footer__caption::before {
    display: none;
  }

  .footer__menu {
    padding: 0;
    margin-top: 1.25rem;
    display: block;
  }

  .footer__socials {
    margin: 0;
  }

  .footer__socials-items,
  .contacts__socials {
    margin-top: 1.25rem;
  }

  .footer__news {
    margin: 1.5rem 0 0 0;
  }

  .footer__news-form .form-control {
    padding: 0.75rem 1.5rem;
  }

  .footer__bottom {
    padding: 1.5rem 0 0.87rem;
  }

  .services + .benefits {
    padding-top: 1rem;
  }

  .services__item {
    padding: 1.25rem;
    height: 12.5rem;
  }

  .services__item-name {
    line-height: normal;
    font-size: 1.125rem;
  }

  .products__grid {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
  }

  .products__category {
    padding: 0.95rem 1.25rem;
  }

  .products__new {
    margin-top: 6.25rem;
    border-top: 0.0625rem solid #e3e4e8;
    padding: 1.88rem 0 0 0;
  }

  .products__new-icon {
    margin-left: 1.5rem;
  }

  .slider:last-child {
    padding: 5rem 0 6.25rem;
  }

  .contacts-info__warning {
    padding: 1.25rem 2.13rem;
    font-size: 1.5rem;
  }

  .desc {
    padding: 2.5rem 0 3.125rem;
  }

  .desc__card {
    padding: 1.87rem 1.88rem;
  }

  .dignity {
    padding: 3.125rem 0;
  }

  .dignity__subtitle {
    font-size: 1.75rem;
  }

  .nums__item-image {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 5.30725rem;
            flex: 0 0 5.30725rem;
  }

  .reqs__title {
    font-size: 2.875rem;
  }

  .reqs__body .custom-table td:first-child {
    width: 30%;
  }

  .reqs__body .custom-table td:last-child {
    width: 70%;
  }

  .info {
    padding: 0em 0em 3.75rem 0em;
  }

  .info__text {
    line-height: 120%;
    font-size: 1.25rem;
  }

  .info__desc {
    margin-top: 2.5rem;
    font-size: 1.25rem;
  }

  .info__form {
    padding: 1.5rem;
  }
  
  #checkout .info__form {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
  }

  .info__item {
    padding: 0 2rem 1.88rem 2.5rem;
  }

  .info__item:not(:last-child) {
    margin-bottom: 2rem;
  }

  .info__warning {
    margin: 0.5rem 0 2.5rem;
    font-size: 1.625rem;
  }

  .info__item-header {
    gap: 1.5rem;
  }

  .info__item-body p.lg-text:not(:last-child) {
    margin-bottom: 1.5rem;
  }

  .info__item-body cite {
    margin-top: 1.88rem;
  }

  .info__item-body cite:not(:last-child) {
    margin-bottom: 1.88rem;
  }

  .info__item-body cite {
    padding: 0.69rem 1.06rem 0.69rem 1.5rem;
  }

  .info__note {
    margin-top: 1.87rem;
  }

  .info__faq-btn {
    font-size: 1.5rem;
  }

  .info__faq-answer {
    font-size: 1.25rem;
  }

  .info__table {
    display: table;
  }

  .info__table.table-notifications tbody td:nth-child(1) {
    width: 55%;
  }

  .info__table.table-notifications tbody td:nth-child(2) {
    width: 30%;
  }

  .info__table.table-notifications tbody td:nth-child(3) {
    width: 10%;
  }
  
  .info__table caption {
	display: table-caption;
  }

  .info__table caption,
  #checkout .checkout-form-title {
    margin-bottom: 0;
    border-radius: 1.25rem 1.25rem 0rem 0rem;
    padding: 1rem 1.5rem;
  }

  .info__table thead {
    display: table-header-group;
  }

  .info__table tbody {
    display: table-row-group;
  }

  .info__table tbody tr {
    display: table-row;
    padding: 0;
    background: none;
    border-radius: 0;
    border-bottom: 0.0625rem solid #e3e4e8;
  }

  .info__table tbody tr:not(:last-child) {
    margin-bottom: 0;
  }

  .info__table tbody tr *[data-title]::before {
    display: none;
  }

  .info__table tbody tr td:not(:last-child) {
    margin-bottom: 0;
  }

  .info__table tbody tr td {
    color: #878787;
    font-size: 1rem;
    display: table-cell;
    padding: 1rem 1.25rem;
    padding: 1rem 0;
  }

  .info__table tbody tr td:first-child {
    padding-left: 1.25rem;
  }

  .info__table tbody tr td:last-child {
    padding-right: 1.25rem;
  }

  .info__table tbody tr td a {
    color: #368ad6;
    font-weight: 500;
  }

  .info__table-delete {
    color: #368ad6;
    margin-left: 0;
  }
  
  .info__table.notice__list thead tr th:nth-of-type(2),
  .info__table.notice__list thead tr th:nth-of-type(3),
  .info__table.notice__list tbody tr td:nth-of-type(2),
  .info__table.notice__list tbody tr td:nth-of-type(3) {
	text-align: center;
  }

  .info__more-btn {
    padding: 0;
    display: inline;
    width: auto;
    border-radius: 0;
    background: none;
    color: inherit;
  }

  .favorite__empty {
    padding: 1.4rem 1.5rem 1.4rem 1.12rem;
    font-size: 1.25rem;
  }

  .favorite__content {
    margin-top: 3.75rem;
  }

  .favorite__content ol {
    margin-top: 2rem;
  }

  .favorite__content ol li {
    font-size: 1.25rem;
  }

  .favorite__content ol li:not(:last-child) {
    margin-bottom: 1.4rem;
  }

  .favorite__block:not(:last-child) {
    margin-bottom: 4rem;
  }

  .person-block {
    padding: 0 2rem 1.5rem 2rem;
  }

  .person-block__header {
    gap: 1.5rem;
  }

  .person-block__caption {
    font-size: 1.5rem;
  }

  .person-block__item-change {
    font-size: 1rem;
  }

  .person-block__actions {
    margin-top: 1.87rem;
  }

  .person-block__item-more {
    font-size: 1rem;
  }

  .person-block__notification {
    margin-top: 1.8rem;
  }

  .person-block__form {
    max-width: 100%;
  }

  .person-block__table {
    margin: 1.875rem -2rem 0 -2rem;
  }

  .news {
    padding: 0em 0em 6.25rem 0em;
  }

  .news__item-image.sm-image {
    padding-bottom: 42%;
  }

  .news__item-desc {
    -webkit-line-clamp: 3;
  }
  
  .manufactures-search__item {
    min-width: 50px;
    padding: 0.63rem 0.87rem;
    border-radius: 0.625rem;
    border-bottom: 0;
	text-align: center;
	text-transform: none;
    font-size: 1.5rem;
  }

  .manufactures-search__item.active {
    background: -o-linear-gradient(356deg, #40a4ff 0%, #368ad6 99.32%);
    background: linear-gradient(94deg, #40a4ff 0%, #368ad6 99.32%);
    color: #fff;
  }

  .seminars__list {
    margin-top: 2.5rem;
  }

  .seminars__item-date {
    font-size: 1.125rem;
    padding: 0.69rem 1.69rem;
  }

  .seminars__item-time {
    font-size: 1.125rem;
    padding: 0.69rem 1.69rem;
  }

  .seminars__item-author {
    font-size: 1.25rem;
  }

  .seminars__item-name {
    font-size: 1.5rem;
  }

  .seminars__item-props {
    gap: 1.5rem;
  }

  .seminars__item-prop {
    font-size: 1rem;
  }

  .seminars__item-btn {
    padding: 0.4rem 1.25rem;
  }

  .branches {
    padding: 0em 0em 6.25rem 0em;
  }

  .branches__list {
    margin-top: 2.5rem;
  }

  .branches__list.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
  }

  .branches__item-name {
    font-size: 1.875rem;
  }

  .article__title.title-lg {
    font-size: 1.5rem;
  }

  .article__subtitle {
    margin-top: 2.5rem;
  }

  .article__banner {
    margin-top: 2.5rem;
  }

  .article__banner img {
    border-radius: 1.25rem;
  }

  .article__body {
    margin-top: 6.25rem;
  }

  .article__text:not(:first-child) {
    margin-top: 2.5rem;
  }

  .article__warning {
    font-size: 1.5rem;
  }

  .article__content {
    margin-top: 2.5rem;
  }

  .article__content .custom-table td {
    width: 50%;
  }

  .article__caption {
    font-size: 1.5rem;
  }

  .product-card__slider {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 calc(100% - 25.25rem);
            flex: 0 1 calc(100% - 25.25rem);
  }
  
  .element_related_products_tpl ul.overview li.-item .--name {
	width: 340px;
  }
  
  .--notify .--content {
	opacity: 0;
	transition: opacity .4s;
  }
  
  .--notify.active .--content {
	opacity: 1;
  }
}

@media (min-width: 992px) {
  .d-lg-contents {
    display: contents;
  }

  .header__menu {
    padding: 0 0.5rem;
  }

  .header__body {
    padding: 0.75rem 0;
  }

  .header__logo-icon {
    max-width: 4.375rem;
  }

  .header__logo-column {
    max-width: 10.65rem;
  }

  .header__logo-title {
    font-size: 0.875rem;
  }

  .header__logo-subtitle {
    font-size: 0.75rem;
  }

  .header-catalog__btn {
    padding: 0.8rem 1.5rem;
  }

  .header-catalog__content {
    background: #fff;
  }

  .header-catalog__category {
    display: none;
  }

  .header-catalog__category.active {
    display: block;
  }

  .header-catalog__category-caption {
    font-weight: 500;
    line-height: 120%;
    font-size: 1.2rem;
  }

  .header-catalog__category-caption::before {
    display: none;
  }

  .header-catalog__category-blocks {
    position: relative;
    display: grid;
	grid-template-columns: repeat(3, 30%);
	max-height: 720px;
	overflow-y: auto;
  }

  .header-catalog__category-blocks.more-blocks:not(.full) .header-catalog__category-block:not(:nth-child(1),
  :nth-child(2),
  :nth-child(3),
  :nth-child(4),
  :nth-child(5),
  :nth-child(6),
  :nth-child(7)) {
    display: none;
  }

  .header-catalog__category-more {
    gap: 0.63rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header-catalog__category-block {
    padding: 1rem 0;
  }

  .header-catalog__category-block > .header-catalog__category-item > .header-catalog__category-link {
    line-height: 120%;
    font-size: 0.96rem;
  }

  .header-catalog__category-item:not(:last-child) {
    margin-bottom: 0.5rem;
  }

  .header-catalog__category-item:not(:last-child) {
    margin-bottom: 1.85rem;
  }

  .header-catalog__category-link {
    font-size: 0.85rem;
  }

  .header-catalog__category-list .header-catalog__category-item:not(:last-child) {
    margin-bottom: 0.45rem;
  }

  .search__btn {
    border-radius: 0rem 0.625rem 0.625rem 0rem;
    padding: 0.8rem 1.88rem;
  }
  
  .breadcrumbs-hidden {
	overflow-x: hidden;
  }
  
  .products__sidebar {
	position: sticky;
	top: 0.625rem;
  }
  
  .product-card__props {
	min-width: 57%;
    max-width: 57%;
  }

  .footer__columns {
    margin: 0;
  }

  .footer__column {
    padding: 0;
    max-width: 21.1875rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
  }

  .reqs__download {
    padding: 0;
    background: none;
  }

  .reqs__download-icon {
    width: auto;
    border-radius: 0.625rem;
    background: #f0f9fa;
  }

  .reqs__download-icon svg {
    width: 5.75rem;
    height: 7.1875rem;
  }

  .info__current-date {
    font-size: 2.125rem;
  }
  
  .product-card__main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23.25rem;
          flex: 0 0 23.25rem;
  }

  .info__sidebar {
    position: sticky;
    top: 0.625rem;
  }

  .info__options {
    margin: 0;
    padding: 0;
    border-radius: 0rem 0.625rem 0.625rem 0rem;
    overflow-x: hidden;
    overflow-y: hidden;
    background: #f0f9fa;
    border-left: 0.125rem solid #368ad6;
    gap: 0;
    width: 100%;
  }

  .info__option {
    border-bottom: 0;
    text-transform: none;
    font-weight: 500;
    color: #1b222a;
    padding: 0.92rem 1rem 0.92rem 1.5rem;
    font-size: 1.25rem;
  }

  .info__option.active {
    background: -o-linear-gradient(356deg, #40a4ff 0%, #368ad6 99.32%);
    background: linear-gradient(94deg, #40a4ff 0%, #368ad6 99.32%);
    color: #fff;
  }

  .seminars__item {
    padding: 1.25rem 0;
  }

  .seminars__item-info {
    margin: 0em 0em 0em 2rem;
  }

  .seminars__item-time {
    margin: 1.56rem 0em 0em 0em;
  }

  .seminars__item-thumb {
    margin: 0em 2rem 0em 0em;
  }

  .seminars__item-name {
    margin-top: 0.62rem;
  }

  .seminars__item-bottom {
    margin-top: 0.88rem;
  }

  .branches__item:nth-child(odd) > .branches__item-body {
    border-right: 0.125rem solid #e3e4e8;
  }

  .branches__item > .branches__item-body {
    border-bottom: 0;
  }

  .branches__item-body {
    padding: 0.87rem 0 0.87rem 0.87rem;
  }

  .article__footer {
    padding: 1.5rem 1.87rem;
    gap: 1.25rem;
    font-size: 1.5rem;
  }
  
  .element_related_products_tpl ul.overview li.-item .--name {
	width: 520px;
  }
}

@media (min-width: 1200px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1184px;
  }

  .d-xl-contents {
    display: contents;
  }

  .header__navbar-body {
    width: auto;
  }

  .header__navbar-list {
    gap: 1.25rem;
  }

  .header-catalog__list {
    max-width: 18.375rem;
  }

  .header-catalog__item:not(:last-child) {
    margin-bottom: 1.46rem;
  }

  .header-catalog__link {
    font-size: 1rem;
  }

  .header-catalog__link img,
  .header-catalog__link svg {
    width: 2.125rem;
    height: 2.21513rem;
  }

  .header-catalog__category-blocks {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }

  .header-catalog__category-blocks.more-blocks:not(.full) .header-catalog__category-block:not(:nth-child(1),
  :nth-child(2),
  :nth-child(3),
  :nth-child(4),
  :nth-child(5),
  :nth-child(6),
  :nth-child(7),
  :nth-child(8),
  :nth-child(9)) {
    display: none;
  }

  .header-catalog__category-more {
    font-size: 1.125rem;
  }

  .header-catalog__category-block > .header-catalog__category-item > .header-catalog__category-link {
    font-size: 0.96rem;
  }

  .header-catalog__category-link {
    font-size: 0.85rem;
  }

  .search__input {
    padding: 0.87rem 3rem 0.87rem 0.87rem;
    font-size: .8rem;
  }

  .search__reset {
    width: 40px;
	font-size: .65rem;
  }

  .services__item-name {
    font-weight: 400;
    font-size: 1.375rem;
  }

  .info__table thead th {
    font-size: 1.25rem;
    padding: 1.25rem 1rem 1rem;
  }

  .info__table thead th:first-child {
    padding-left: 1.87rem;
  }

  .info__table thead th:last-child {
    padding-right: 1.87rem;
  }

  .info__table tbody tr td {
    padding: 1.5rem 1.87rem;
    padding: 1.5rem 0rem;
  }

  .info__table tbody tr td:first-child {
    padding-left: 1.87rem;
  }

  .info__table tbody tr td:last-child {
    padding-right: 1.87rem;
  }
  
  .info__table.table-order-cart thead th {
	font-size: 1rem;
  }

  .product-card__slider {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 30.5%;
            flex: 0 1 30.5%;
  }

  .product-card__tabs-item {
    width: auto;
    gap: 0.44rem;
    position: relative;
  }

  .product-card__tabs-item::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: width 0.3s ease 0s;
    -o-transition: width 0.3s ease 0s;
    transition: width 0.3s ease 0s;
    width: 0;
    height: 0.375rem;
    background: -o-linear-gradient(356deg, #40a4ff 0%, #368ad6 99.32%);
    background: linear-gradient(94deg, #40a4ff 0%, #368ad6 99.32%);
  }

  .product-card__tabs-content {
    margin-top: 0;
  }
  
  .product-card__props {
    min-width: 33%;
    max-width: 33%;
  }
  
  .element_related_products_tpl ul.overview li.-item .--name {
	width: 740px;
  }
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
  }

  .d-xxl-contents {
    display: contents;
  }

  .header__design {
    margin-left: 3.75rem;
  }

  .header__menu {
    padding: 0 1rem;
  }

  .header__navbar-list {
    gap: 1.88rem;
  }

  .header__navbar-link,
  .header__navbar-btn {
    text-transform: none;
  }

  .header-catalog__list {
    max-width: 19.125rem;
    padding: 1.5rem 1rem 1.5rem 1.5rem;
  }

  .header-catalog__body {
    padding: 1.6rem 1.87rem 1.87rem 1.87rem;
  }

  .header-catalog__category-blocks {
    margin-top: 0.25rem;
  }

  .header-catalog__category-block {
    padding: 1.4rem 0;
  }

  .search__input {
    padding: 0.87rem 3rem 0.87rem 0.87rem;
  }

  .search__btn {
    padding: 0.8rem 2rem;
  }
  
  form[name=forma_search_top] .search__btn {
	padding: 0.8rem 1.4rem;
  }

  .footer__body {
    padding: 5.62rem 0 3.12rem;
  }

  .footer__column {
    max-width: 25.9375rem;
  }

  .services__item-name {
    font-size: 1.5rem;
  }

  .products__promo-subtitle {
    font-size: 1.375rem;
  }

  .products__category-caption {
    -webkit-hyphens: none;
        -ms-hyphens: none;
            hyphens: none;
  }

  .slider:last-child {
    padding: 6.25rem 0 7.62rem;
  }

  .dignity__item {
    padding: 2.75rem 1.5rem 1.3rem;
  }

  .nums__list {
    --bs-gutter-y: 3.5rem;
  }

  .info__options {
    max-width: 16.875rem;
  }

  .info__table thead th {
    padding: 1.25rem 1rem 1rem;
  }

  .info__table thead th:first-child {
    padding-left: 2.5rem;
  }

  .info__table thead th:last-child {
    padding-right: 2.5rem;
  }

  .info__table tbody tr td {
    padding: 1.5rem 2.5rem;
    padding: 1.5rem 0;
  }

  .info__table tbody tr td:first-child {
    padding-left: 2.5rem;
  }

  .info__table tbody tr td:last-child {
    padding-right: 2.5rem;
  }

  .news__item-body {
    padding: 1.25rem;
  }

  .article__content {
    margin-left: -0.63rem;
    margin-right: -0.63rem;
    -ms-grid-columns: (1fr)[12];
    grid-template-columns: repeat(12, 1fr);
    row-gap: 2.5rem;
  }

  .article__content .col-xxl-9 {
    margin-top: 0;
    -ms-grid-column-span: 9;
    grid-column: span 9;
    width: 100% !important;
  }

  .article__content .col-xxl-3 {
    margin-top: 0;
    -ms-grid-column-span: 3;
    grid-column: span 3;
    -ms-grid-row-span: 2;
    grid-row: span 2;
    width: 100% !important;
  }
  
  .element_related_products_tpl ul.overview li.-item .--name {
	width: 820px;
  }
  
  .banner__title,
  .banner__subtitle {
	margin-left: 10rem;
  }
}

@media (min-width: 1200px) {
  .banner__title,
  .banner__subtitle {
	margin-left: 9rem;
  }
  
  #fixedTopBar .-suggestions {
	top: calc(100% + 7px);
    left: 50%;
    width: calc(100% + 300px);
    transform: translateX(-50%);
  }
}

@media (max-width: 1199px) {
  .product_filter > *,
  .product_filter .form-label,
  .product_filter .form-select {
	font-size: 14px;
  }
  
  #fixedTopBar .header__navbar-body {
	width: auto;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
    form[name=forma_search_top] {
        margin-right: 0;
    }
}

@media (min-width: 992px) {
  #fixedTopBar {
	position: fixed;
	top: -62px;
    left: 0;
    width: 100vw;
    z-index: 999;
  }
  
  .banner__title,
  .banner__subtitle {
	margin-left: 5rem;
  }
}

@media (max-width: 992px) {
  .-suggestions {
	left: 0;
	width: 100%;
  }
  
  .article .container table,
  .article .container iframe {
	max-width: 100%;
  }
  
  .product-card__tabs-content[itemprop=description] table {
	display: block;
    overflow-x: auto;
  }
  
  .element_related_products_tpl ul.overview li.-title div {
	font-size: 14px;
  }
}

@media (max-width: 991px) {
  #fixedTopBar {
	display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #forma_search {
	position: static;
  }
  
  .header__body {
	position: relative;
  }
}

@media (max-width: 767px) {
  body {
	padding-bottom: 66px;
  }
  
  body.--notify-active {
	overflow-y: hidden;
  }
  
  .header {
	position: sticky;
	top: -43px;
  }
  
  .header.open-menu {
	top: 0;
  }
  
  .header.open-menu #forma_search > *,
  .header.open-menu #forma_search:before  {
	visibility: hidden;
  }
  
  .header.open-menu::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    height: calc(100% - 3.1875rem);
    -webkit-box-shadow: 0px 3px 3px 0px rgba(27, 34, 42, 0.1);
            box-shadow: 0px 3px 3px 0px rgba(27, 34, 42, 0.1);
    z-index: 2;
  }

  .header .header__favorite {
	z-index: 2;
  }
  
  .header__logo {
	z-index: 0;
  }
  
  .header__logo .header__logo-icon {
	margin-left: 0;
	margin-right: 0;
  }
  
  .header-catalog__content {
	padding: 0.5rem 0.5rem;
  }
  
  .header-catalog__btn:hover {
	background: none!important;
  }
  
  .header-catalog__body .header-catalog__category {
	margin-bottom: 0;
    padding: 0.5rem 0;
  }
  
  .header-catalog__body .header-catalog__category-link {
	font-size: 0.95rem;
  }
  
  .header-catalog__body .header-catalog__category-caption {
	display: flex;
	align-items: center;
	gap: 0.5rem;
	font-weight: 500;
  }
  
  .header-catalog__body .header-catalog__category-caption > svg {
	display: inline;
	width: 1.2rem;
    height: 1.2rem;
  }
  
  .header-catalog__body .header-catalog__category-block > .header-catalog__category-item {
	margin-bottom: 0;
	padding-top: 0.55rem;
	padding-bottom: 0.55rem;
  }
  
  .header-catalog__category-blocks.more-blocks {
	margin: 0.75rem -0.5rem 0px;
    padding: 0.5rem 0.5rem 0.5rem 2.2rem;
	background: rgb(215, 237, 240);
  }
  
  #visualcart .header__cart:before {
	display: none;
  }
  
  #visualcart #cart_products {
	transform: translateY(10px);
  }
  
  .breadcrumbs__back-link {
	gap: 0.25rem;
	font-size: 0.85rem;
  }
  
  .-suggestions,
  .-suggestions > div {
    max-height: calc(100vh - 176px);
	height: calc(100vh - 176px);
  }
  
  .-suggestions {
	left: -0.75rem;
	width: calc(100% + 1.5rem);
  }
  
  .product_filter {
	flex-wrap: wrap;
  }
  
  .product_filter > * {
	width: calc(50% - 0.5rem);
  }
  
  .element_related_products_tpl ul.overview li.-item {
	flex-wrap: wrap;
	font-size: 14px;
  }
  
  .element_related_products_tpl ul.overview li.-item .--name {
	order: 1;
    width: 100%;
  }
  
  .element_related_products_tpl ul.overview li.-item .--price {
	flex-grow: 1;
  }
  
  .product__caption,
  .viewed__item-name {
	font-size: 0.85rem;
  }
  
  .product__footer-quantity .form-control {
	line-height: 1.5;
	font-size: 0.85rem;
  }
  
  .products__pagination {
	justify-content: start!important;
  }
  
  .slider {
	padding: 0 0 2rem;
  }
  
  .--notify {
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
	z-index: 100000000;
	transition: background-color .4s, visibility .4s;
  }
  
  .--notify.active {
	background-color: rgb(29 29 29 / 25%);
  }
  
  .--notify .--content {
	position: fixed;
    top: auto;
	bottom: 0;
    left: 0;
	display: flex;
	flex-direction: column;
    align-items: center;
    justify-content: center;
	max-width: none;
	width: 100%;
	min-height: 20vh;
	max-height: 70vh;
	margin-left: 0!important;
	margin-bottom: 0!important;
	padding: 0 0 24px;
	background: #fff;
    border: solid #fff;
    border-width: 30px 0 0;
	border-radius: 16px 16px 0 0;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
	transform: translateY(120vh);
	transition: transform .4s;
  }
  
  .--notify .--content > div:first-of-type {
    padding: 0 24px;
	overflow-x: hidden;
	overflow-y: auto;
  }
  
  .--notify.active .--content {
	transform: translateY(0);
  }
  
  .--notify .--content .user_notification_modal {
	padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
  }
  
  .--notify .close {
	position: absolute;
    top: -30px;
    left: 0;
	width: 100%;
	height: 30px;
  }
  
  .--notify .close:before {
	content: '';
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: 50px;
    height: 6px;
    background-color: var(--bs-gray);
    border-radius: 3px;
  }
  
  .--notify .close img {
	display: none;
  }
  
  .info__table:not(.notice__list) tbody tr td a:hover {
	color: #fff;
  }
  
  .info__table caption,
  #checkout .checkout-form-title {
	font-size: 1rem;
  }
	
	.info__table.table-order-cart {
		margin-bottom: 1.25rem
	}
	
	.info__table.table-order-cart thead th:first-child,
	.info__table.table-order-cart tbody tr td:first-child {
	   padding-left: 0;
	}

	.info__table.table-order-cart thead th:last-child,
	.info__table.table-order-cart tbody tr td:last-child {
	   padding-right: 0;
	}
	
	.info__table.table-order-cart tbody tr.cart-page-product-line,
	.info__table.table-order-cart tbody tr.cart-page-product-line .--product_quantity .--quantity .qty {
		font-size: 0.85rem;
	}
	
	.info__table.table-order-cart tbody tr.cart-page-product-line {
		position: relative;
		display: grid;
        grid-template-columns: 1fr 100px 16px;
        grid-template-rows: 30px 20px auto;
        gap: 0px 6px;
		padding: 0.85rem 0;
		background: transparent;
		border-bottom: 0.0625rem solid #e3e4e8;
		border-radius: 0;
	}
	
	.info__table.table-order-cart tbody .cart-page-product-line:nth-last-child(1 of .cart-page-product-line) {
		border-bottom: none;
	}
	
	.info__table.table-order-cart tbody tr.cart-page-product-line td.--product_name {
		display: flex;
		grid-row: span 3 / span 3;
		order: 0;
	}
	
	.info__table.table-order-cart tbody tr.cart-page-product-line td.--product_quantity {
		width: auto;
		order: 2;
	}
	
	.info__table.table-order-cart tbody tr.cart-page-product-line td.--product_price {
		grid-column-start: 2;
		grid-row-start: 2;
		order: 1;
	}
	
	.info__table.table-order-cart tbody tr.cart-page-product-line td.--product_point {
		grid-column-start: 2;
		grid-row-start: 3;
		order: 3;
		text-align: center;
	}
	
	.info__table.table-order-cart tbody tr.cart-page-product-line td.--product_delete {
		display: flex;
        justify-content: end;
        align-items: center;
        width: 16px;
		grid-row: span 3 / span 3;
		grid-column-start: 3;
		grid-row-start: 1;
		order: 4;
	}
	
	.info__table.table-order-cart tbody tr.cart-page-product-line .--product_quantity .--quantity {
		width: 78px;
		height: auto;
		padding: 0;
		margin: 0 auto;
	}
	
	.info__table.table-order-cart tbody tr.cart-page-product-line td.--product_name a {
		display: grid !important
		grid-template-columns: 40px 1fr;
		gap: 0.5rem !important;
		font-size: inherit;
	}
	
	.info__table.table-order-cart tbody tr.cart-page-product-line td.--product_name a:hover {
		color: inherit;
	}
	
	.info__table.table-order-cart tbody tr.cart-page-product-line .--product_quantity .--quantity .qty,
	.cart-page-product-line .--product_quantity .--quantity div.dec,
	.cart-page-product-line .--product_quantity .--quantity div.inc {
		height: 22px;
	}
	
	.info__table.table-order-cart tbody tr.cart-page-product-line .--product_quantity .--quantity .qty {
		width: 30px;
		font-family: inherit;
	}
	
	.cart-page-product-line .--product_quantity .--quantity div.dec,
	.cart-page-product-line .--product_quantity .--quantity div.inc {
		width: 22px;
	}
	
	.info__table.table-order-cart tbody tr.cart-page-product-line td.--product_price strong {
		font-weight: 500;
	}
	
	.info__table.table-order-cart tbody tr,
	.info__table.table-order-cart tbody tr.cart-page-product-line td {
		margin-bottom: 0;
	}

	.info__table.table-order-cart tbody tr {
		
	}
	
	.info__table.table-order-cart tbody tr:not(.cart-page-product-line) {
		display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
		border-radius: 0;
	}
	
	.info__table.table-order-cart tbody tr:not(.cart-page-product-line):not(:last-of-type) {
		margin-bottom: 2px;
	}
	
	.info__table.table-order-cart tbody tr.cart-page-product-line + tr:not(.cart-page-product-line) {
		border-top-left-radius: 1.25rem;
		border-top-right-radius: 1.25rem;
	}
	
	.info__table.table-order-cart tbody tr:last-of-type {
		border-bottom-left-radius: 1.25rem;
		border-bottom-right-radius: 1.25rem;
	}

	.info__table.table-order-cart tbody tr td {
		padding: 0;
		font-size: inherit;
	}
	
	.info__table.table-order-cart tbody tr:not(.cart-page-product-line) td {
		margin-bottom: 0;
		text-align: left!important;
	}
	
	.info__table.table-order-cart tbody tr:not(.cart-page-product-line) td:last-of-type {
		display: none;
	}
	
	.info__table.table-order-cart tbody tr.cart-page-product-line + tr:not(.cart-page-product-line) td {
		order: 1;
	}
	
	.info__table.table-order-cart tbody tr.cart-page-product-line + tr:not(.cart-page-product-line) td:nth-of-type(1) {
		order: 0;
	}
	
	.info__table.table-order-cart tbody tr.cart-page-product-line + tr:not(.cart-page-product-line) td:nth-of-type(2) {
		grid-column-start: 2;
		order: 4;
	}
	
	.info__table.table-order-cart tbody tr.cart-page-product-line + tr:not(.cart-page-product-line) td:nth-of-type(3) {
		grid-column-start: 2;
		order: 1;
	}

	.info__table.table-order-cart tbody tr.cart-page-product-line td:first-of-type,
	.info__table.table-order-cart tbody tr.cart-page-product-line td:last-of-type {
		padding-left: 0;
		padding-right: 0;
	}
	
	.info__table.table-order-cart tbody tr.cart-page-product-line td:last-of-type form[name=forma_cart_del] button {
		display: flex;
		gap: 5px;
		align-items: center;
	}
	
	/* .info__table.table-order-cart tbody tr.cart-page-product-line td:last-of-type form[name=forma_cart_del] button[type=submit]:after {
		content: 'Óäàëèòü';
		font-size: .875em;
	} */
}

@media (max-width: 576px) {
  #visualcart #cartshow {
	position: static;
  }
  
  #visualcart #cart_products {
    width: 100%;
    border-radius: 0 0 0.5rem 0.5rem;
	transform: translateY(-48px);
  }
  
  #visualcart #cart_products > div:nth-of-type(1) {
	max-height: calc(100vh - 160px);
  }
  
  .contacts__social-item {
    width: 25%;
  }

  .contacts__social-item::before {
    opacity: 1;
  }
  
  .element_related_products_tpl ul.overview li.-item .--cart_quantity {
	display: flex;
    justify-content: flex-end;
	flex-grow: 1;
	order: 2;
    margin-top: -57px;
  }
  
  .element_related_products_tpl ul.overview li.-item .--add_to_cart {
    width: 40px;
    order: 2;
    margin-top: -57px;
  }
  
  .banner {
	  padding: 2rem 0 2rem;
  }
  
  .banner__title,
  .banner__subtitle  {
	  margin-left: 2rem;
  }
}

@media (any-hover: hover) {
  .dropdown__list-item:hover,
  .dropdown__list li[data-value]:hover,
  .dropdown__list .header-catalog__category-item:hover {
    background: #28b528;
    color: #fff;
  }

  .dropdown__list-item:hover .dropdown__list-link {
    color: inherit;
  }

  .breadcrumbs__link[href]:hover {
    color: #000;
  }

  .swiper-button-next,
  .swiper-button-prev {
    opacity: 0.47;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
  }

  .swiper-button-next:hover,
  .swiper-button-prev:hover {
    opacity: 1;
  }

  .pagination__item[href]:hover {
    color: #28b528;
  }

  .pagination__btn:hover {
    color: #28b528;
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #1f8b1f;
  }

  .btn.btn-gradient:hover {
    color: #fff;
    background: -o-linear-gradient(157deg, #1f8b1f 0%, #20be20 100%);
    background: linear-gradient(293deg, #1f8b1f 0%, #20be20 100%);
  }

  .btn.btn-blue:hover {
    background: -o-linear-gradient(356deg, #0d8cff 0%, #2570b4 99.32%);
    background: linear-gradient(94deg, #0d8cff 0%, #2570b4 99.32%);
  }

  .header__location:hover {
    color: #28b528;
  }

  .header__menu-link:hover {
    color: #1b222a;
  }

  .header__sign:hover {
    color: #fff;
  }

  .header__sign:hover::before {
    opacity: 1;
    visibility: visible;
  }

  .header__input:hover {
    color: #fff;
    background: -o-linear-gradient(157deg, #1f8b1f 0%, #20be20 100%);
    background: linear-gradient(293deg, #1f8b1f 0%, #20be20 100%);
  }

  .header__logo:hover {
    color: inherit;
  }

  .header__contacts-phone:hover {
    color: #28b528;
  }

  .header__favorite:hover {
    color: #28b528;
  }

  .header__cart:hover {
    color: #28b528;
  }
  
  #fixedTopBar .header__favorite:hover,
  #fixedTopBar .header__cart:hover {
	color: #fff;
  }

  .header__navbar-link:hover,
  .header__navbar-btn:hover {
    color: #e3e4e8;
  }

  .header-catalog__btn:hover {
    background: -o-linear-gradient(157deg, #1f8b1f 0%, #20be20 100%);
    background: linear-gradient(293deg, #1f8b1f 0%, #20be20 100%);
  }

  .header-catalog__link:hover {
    color: #28b528;
  }

  .header-catalog__link:hover::before {
    color: inherit;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }

  .header-catalog__category-more:hover {
    color: #28b528;
  }

  .header-catalog__category-link:hover {
    color: #28b528;
  }

  .search__btn:hover {
    background: -o-linear-gradient(157deg, #1f8b1f 0%, #20be20 100%);
    background: linear-gradient(293deg, #1f8b1f 0%, #20be20 100%);
  }

  .footer__menu-link:hover {
    color: #28b528;
  }

  .footer__socials-item:hover,
  .contacts__social-item:hover {
    color: #fff;
  }

  .footer__socials-item:hover::before,
  .contacts__social-item:hover::before {
    opacity: 1;
  }

  .footer__contacts-item a:hover {
    color: #368ad6;
  }

  .services__item:hover {
    color: #fff;
    background: -o-linear-gradient(157deg, #28b528 0%, #34dd34 100%);
    background: linear-gradient(293deg, #28b528 0%, #34dd34 100%);
  }

  .distributors__link:hover::before,
  .news__link:hover::before {
    color: inherit;
    -webkit-transform: translateX(1rem);
        -ms-transform: translateX(1rem);
            transform: translateX(1rem);
  }

  .distributors__item:hover {
    -webkit-box-shadow: 0px 0px 16px 0px rgba(27, 34, 42, 0.14);
            box-shadow: 0px 0px 16px 0px rgba(27, 34, 42, 0.14);
  }

  .products__all:hover {
    color: inherit;
  }

  .products__all:hover::before {
    -webkit-transform: translateX(0.625rem);
        -ms-transform: translateX(0.625rem);
            transform: translateX(0.625rem);
  }

  .products__filters-reset:hover {
    color: #368ad6;
  }

  .products__promo:hover {
    color: inherit;
    background: #ddf1f4;
  }

  .products__promo:hover .products__promo-image img {
    -webkit-transform: scale(1.015);
        -ms-transform: scale(1.015);
            transform: scale(1.015);
  }

  .products__category:hover {
    color: inherit;
    -webkit-box-shadow: inset 0 0 0 3px #28b528;
            box-shadow: inset 0 0 0 3px #28b528;
  }

  .product__favorite:hover {
    color: #cf3a3a;
  }

  .product__image:hover img {
    -webkit-transform: scale(1.025);
        -ms-transform: scale(1.025);
            transform: scale(1.025);
  }

  .product__caption:hover {
    color: #368ad6;
  }

  .viewed__item:hover .viewed__item-name {
    text-decoration: none;
  }

  .contacts-info__warning a:hover {
    text-decoration: underline;
  }

  .info__option {
    -webkit-transition: background-color 0.3s ease 0s;
    -o-transition: background-color 0.3s ease 0s;
    transition: background-color 0.3s ease 0s;
  }

  .info__option:hover:not(.active) {
    background: #fff;
    color: #1b222a;
  }

  .info__item-body a:hover {
    text-decoration: none;
  }

  .info__table tbody tr td a:hover {
    text-decoration: none;
  }

  .person-block__item-change:hover {
    text-decoration: none;
  }

  .person-block__action:hover {
    color: #368ad6;
    text-decoration: none;
  }

  .person-block__form-btn:hover {
    color: #fff;
    opacity: 0.8;
  }

  .news__item-image:hover img {
    -webkit-transform: translate(-50%, -50%) scale(1.025);
        -ms-transform: translate(-50%, -50%) scale(1.025);
            transform: translate(-50%, -50%) scale(1.025);
  }

  .news__item-name:hover {
    color: #368ad6;
  }

  .news__item-more:hover::before {
    -webkit-transform: translateX(0.75rem);
        -ms-transform: translateX(0.75rem);
            transform: translateX(0.75rem);
  }

  .manufactures-search__item:not(.active):hover {
    background: #f5f5f5;
    color: inherit;
  }

  .seminars__item-name:hover {
    color: #368ad6;
  }

  .seminars__partners-link:hover {
    background: #f0f9fa;
  }

  .product-card__buy:hover {
    -webkit-box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.25);
            box-shadow: 0px 7px 7px 0px rgba(0, 0, 0, 0.25);
  }

  .product-card__coins-info a:hover {
    text-decoration: none;
  }

  .product-card__prod-link:hover {
    text-decoration: none;
  }

  .product-card__feedback-text a:hover {
    text-decoration: none;
  }

  .product-card__label.blue-label:hover {
    background: #368ad6;
    color: #fff;
  }

  .product-card__label.green-label:hover {
    background: #28b528;
    color: #fff;
  }

  .product-card__tabs-item:hover::after {
    width: 100%;
  }
}

#scrollBack {
    position: fixed;
    right: 40px;
	bottom: 120px;
    width: 50px;
    height: 50px;
    color: var(--bs-primary);
    background: #fff;
    border: 1px solid var(--bs-primary);
    border-radius: 50%;
    display: none;
    opacity: .75;
    transition: opacity .3s ease;
	z-index: 999;
}

#scrollBack:hover {
	opacity: 1;
}

#scrollBack svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
}

@media only screen and (orientation: portrait) and (max-device-width: 1024px) {
	#scrollBack {
		right: 10px;
		bottom: 120px;
		width: 40px;
		height: 40px;
	}
	
	#scrollBack svg {
		width: 16px;
		height: 16px;
	}
	
	.mgo-mcw-widget_mobile-view {
		bottom: 74px!important;
		right: 10px!important;
	}
}

@media only screen and (orientation: landscape) and (max-device-width: 1024px) {
	#scrollBack {
		right: 18px;
		bottom: 64px;
		width: 40px;
		height: 40px;
	}
	
	#scrollBack svg {
		width: 16px;
		height: 16px;
	}
}

.webp .banner{ background: url(../assets/img/banner-moskow.webp) 30% 0/cover no-repeat; }

.webp .info__banner{ background: url(/UserFiles/Files/webp/1/dental.webp) center 0/cover no-repeat; }

@media (min-width: 576px) {
  .webp .info__banner{ background: url(/UserFiles/Files/webp/1/dental.webp) 70% 0/cover no-repeat; }
}

@keyframes show-node {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes animation-circular-loader {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.vadim-main {display:flex;}
.vbox-1 {flex: 39%;}
.vbox-2 {flex: 33%;}
.vbox-3 {flex: 64%;}
.vbox-4 {flex: 58%;}
.vbox-5 {flex: 64%;}
.vbox-6 {flex: 56%;}