.catalog-item-image-g img {
  max-width: 200px;
  max-height: 200px;
  width: auto;
}

html {
  width: 100%;
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 80.01%;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  z-index: 1;

}

form {
  margin: 0;
  padding: 0;
}

form.main-form {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}

.scroll-to-up-btn {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px;
  border: 1px solid #f5f5f5;
}

.projects_item {
  position: relative;
}

.product-item-image-slider-slide-container > .active {
  margin: 0 auto;
}

.product-item-image-slider-slide-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-item-image-slider-slide-container > .active {
  z-index: 1;
}

.product-item-image-slide {
  z-index: -1;
  top: 0;
  height: auto;
}

.product-daily-slider__container .product-item-image-slider-slide-container {
  display: block;
}

.product-daily-slider__container
  .product-item-image-slider-slide-container
  > .active {
  z-index: initial;
}

.product-daily-slider__container
  .product-item-image-slider-slide-container
  > .active {
  z-index: initial;
}

.product-daily-slider__container .product-item-image-slide {
  z-index: initial;
  top: initial;
  height: 100%;
}

.projects_item-img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* 
.multiple-items .preview_picture {
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
} */

.multiple-items .thumb {
  margin: 0 10px;
}

#page-wrapper {
  min-height: 100%;
  /*width:878px;*/
  margin: 0 auto -90px;
}

* html #page-wrapper {
  height: 100%;
}

/* #header { height: 106px; position: relative; z-index: 10; width:878px; margin:0 auto;} */

#top-menu {
  position: absolute;
  top: 46px;
  width: 638px;
  height: 30px;
  right: 0;
}

@media screen and (min-width: 1200px) {
  .multiple-items-swiper,
  .projects-swiper-container {
    position: relative;
  }

  .multiple-items-swiper .slider-arrow--right {
    position: absolute;
    top: calc(50% - 30px);
    right: -45px;
    z-index: 10;
  }

  .projects-swiper-container .slider-arrow--right {
    position: absolute;
    top: calc(50% - 30px);
    left: -25px;
    z-index: 10;
  }

  .multiple-items-swiper .slider-arrow--left {
    position: absolute;
    top: calc(50% - 30px);
    left: -45px;
    z-index: 10;
  }

  .projects-swiper-container .slider-arrow--left {
    position: absolute;
    top: calc(50% - 30px);
    right: -25px;
    z-index: 10;
  }
}

#top-menu-inner {
  margin-left: 16px;
  padding-right: 16px;
  height: 30px;
}

#logo {
  width: 235px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
}

#logo td {
  padding: 0;
}

#logo a {
  outline: none;
}

#top-icons {
  overflow: hidden;
  height: 15px;
  position: absolute;
  top: 17px;
  width: 200px;
  left: 252px;
}

#top-icons a {
  float: left;
  margin-right: 31px;
}

a.home-icon {
  width: 12px;
  height: 11px;
}

a.search-icon {
  width: 12px;
  height: 12px;
}

a.feedback-icon {
  width: 14px;
  height: 10px;
}

#banner {
  margin: 0 auto;
  width: 878px;
  height: 153px;
  position: relative;
}

#banner-layout {
  height: 142px;
  table-layout: fixed;
}

#banner-overlay {
  height: 153px;
  position: absolute;
  width: 437px;
  left: 0;
  top: 0;
}

#banner-image {
  padding: 0;
  width: 437px;
  vertical-align: top;
}

#banner-image div {
  width: 437px;
  height: 142px;
  overflow: hidden;
}

#banner-slogan {
  padding: 0;
  width: 441px;
  font-family: Arial;
  font-style: italic;
  font-size: 2em;
  font-weight: bold;
  padding: 10px 0 32px;
}

#content {
  width: 878px;
  overflow: hidden;
  margin: 20px auto 29px;
  zoom: 1;
}

#sidebar {
  width: 233px;
  float: left;
}

#workarea {
  padding-top: 10px;
  width: 612px;
  float: right;
}

/* #footer  
{
	background: #F5F5F5 url(images/footer-corner.gif) no-repeat left top;
	height: 90px; 
	width:878px; 
	margin:0 auto;  
	position: relative;
} */

#copyright {
  width: 49%;
  position: absolute;
  top: 20px;
  left: 25px;
}

#copyright p {
  margin: 0;
}

.footer-links {
  width: 50%;
  position: absolute;
  right: 25px;
  top: 20px;
}

#footer-links {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: right;
}

#footer-links li {
  display: inline;
  padding-left: 1.5em;
}

#space-for-footer {
  height: 90px;
}

#footer-design {
  width: 300px;
  position: absolute;
  right: 25px;
  top: 52px;
  text-align: right;
}

#footer-design a {
  color: #757575;
  font-size: 11px;
  text-decoration: none;
}

#footer-design a:hover {
  text-decoration: underline;
}

div.content-block {
  margin-bottom: 24px;
}

div.content-block-inner {
  padding: 22px 18px 22px 21px;
}

div.information-block div.top {
  height: 13px;
  border-right: 1px solid;
  font-size: 1px;
  background: #fff url(images/sidebar-corners-form.gif) no-repeat left top;
}

div.information-block div.bottom {
  height: 13px;
  border-left: 1px solid;
  font-size: 1px;
  background: #fff url(images/sidebar-corners-form.gif) no-repeat right bottom;
}

div.information-block-inner {
  border-left: 1px solid;
  border-right: 1px solid;
  padding: 9px 18px 9px 21px;
  zoom: 1;
}

div.information-block div.top,
div.information-block div.bottom,
div.information-block-inner {
  border-color: #e3e3e3;
}

#search {
  width: 190px;
  overflow: hidden;
}

#search div.rounded-box {
  float: left;
  width: 135px;
}

#search div.search-inner-box {
  border: 1px solid;
  padding-left: 20px;
  height: 20px;
  overflow: hidden;
  background: white url(images/loupe.gif) no-repeat 4px 4px;
}

#search div.search-inner-box input {
  border: 1px solid;
  width: 110px;
  height: 18px;
  padding: 0;
  margin: 0;
}

#search input {
  vertical-align: top;
}

#search-button {
  float: right;
  width: 48px;
  border: 1px solid;
}

#search-button input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*Remove button padding in FF*/
#search-button input {
  display: block;
  border: none;
  background: none;
  width: 48px;
  padding: 0;
  margin: 0;
  font-family: Georgia, serif;
  font-size: 12px;
  height: 19px;
  cursor: pointer;
  cursor: hand;
  outline: none;
}

div.search-item h4 {
  margin-bottom: 0.4em;
}

dl.block-list {
  margin: 0;
  padding: 0;
  font-size: 0.85em;
}

dl.block-list dt {
  margin: 1.5em 0 0.5em;
}

dl.block-list dd {
  margin: 0;
  padding: 0;
}

dl.block-list a {
  text-decoration: none;
  outline: none;
}

dl.block-list a:hover {
  text-decoration: underline;
}

h5 {
  font-weight: bold;
}

.h3,
h3 {
  font-weight: bold;
  font-size: 24px;
}

#sidebar h3 {
  font-family: Verdana;
  font-size: 1em;
  font-weight: bold;
  padding: 0 0 1em;
  margin: 0 0 1em;
}

#left-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

#left-menu li {
  margin: 0 0 0.7em;
  padding: 0 0 0.7em;
  display: block;
}

#left-menu a {
  text-decoration: none;
  font-size: 1em;
  font-weight: bold;
  padding: 1em 1em 1em 0;
  outline: none;
}

#left-menu li.last-item {
  background: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

#left-menu li.selected a {
  padding-left: 1em;
}

#left-menu li.selected {
  text-indent: -1em;
  padding-left: 1em;
}

/* Navigation */
div.navigation {
  font-size: 100%;
  line-height: 200%;
}

.nav-link:focus,
.nav-link:hover {
  color: #148b45;
  text-decoration: none;
}

.dropdown-item.active,
.dropdown-item:active {
  background: #fff;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #148b45;
}

a:hover,
a:focus {
  color: #148b45;
}

span.navigation-title {
  padding-right: 0.65em;
  font-weight: bold;
}

div.navigation a {
  text-decoration: underline;
  padding: 0.2em 0.3em;
}

span.nav-current-page {
  padding: 0.2em 0.3em;
}

div.navigation span.arrow {
  font-size: 100%;
  font-family: Times, serif;
}

div.navigation span.ctrl {
  font-size: 85%;
}

/* Product List */
div.product-list {
  overflow: hidden;
}

div.product {
  overflow: hidden;
  width: 280px;
  height: 105px;
  margin: 0 25px 20px 0;
  position: relative;
  float: left;
}

div.product-alt {
  margin-right: 0;
}

div.product-image {
  width: 250px;
  height: 105px;
  background-repeat: no-repeat;
  background-position: left top;
  position: absolute;
  top: 0;
  left: 0;
}

div.product-overlay {
  width: 280px;
  height: 105px;
  position: absolute;
  z-index: 1;
}

a.product-desc {
  float: right;
  height: 62px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0px;
  width: 142px;
  z-index: 2;
  font-size: 1em;
  text-decoration: none;
  padding: 13px 10px 30px 129px;
}

a.product-desc p {
  font-size: 0.85em;
  margin: 7px 0 0;
}

/* News List */
.news-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.news-item:hover {
  color: #000;
  text-decoration: none;
}

.news-item:hover .news-item-title {
  text-decoration: none;
  color: #148b45;
}

.cut-text {
  text-overflow: ellipsis;
  overflow: hidden;
  width: 290px;
  height: 85px;
  white-space: nowrap;
  font-size: 18px;
}

.preview_picture-container {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 160px;
  overflow: hidden;
}

.news-item-bottom-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.news-date {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.news-date-icon {
  margin-right: 10px;
}

.news-date-time {
  color: #666666;
}

.news-item-link {
  font-size: 18px;
  line-height: 28px;
}

.news-item-link:hover {
  color: #148b45;
}

.news-item-title {
  display: block;
  font-size: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* #666666 */
@media screen and (min-width: 768px) {
  .news-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
  }

  .cut-text {
    width: 357px;
    height: 85px;
  }

  .preview_picture-container {
    max-height: 200px;
  }
}

@media screen and (min-width: 1200px) {
  .news-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 60px 20px;
  }

  .cut-text {
    width: 400px;
  }
}

@media (max-width: 500px) {
  .preview_picture {
    width: 100%;
  }
}

/* div.news-list {
  margin: 0 0 2em;
}

div.news-item {
  margin: 0 0 2em;
  padding: 0 0 2em;
  border-bottom: 1px solid;
}

div.news-date {
  margin: 0 0 1em;
}

div.news-title {
  font-size: 1em;
  margin: 0 0 1em;
  font-weight: bold;
}

a.news-detail-link {
  display: block;
  margin: 1em 0 0;
  outline: none;
} */

/* Catalog List */
div.catalog-list,
div.catalog-detail {
  padding: 1em 0 0;
}

div.catalog-item {
  margin: 0 0 2em;
  padding: 0 0 2em;
  border-bottom: 1px solid;
  overflow: hidden;
  zoom: 1;
}

div.catalog-detail div.catalog-item {
  border: none;
}

div.catalog-item-title {
  margin: 0 0 1em;
}

div.catalog-item-title a {
  font-weight: bold;
}

div.catalog-item-image {
  float: left;
  margin: 0 1em 1em 0;
  border: 1px solid;
  padding: 4px;
}

div.catalog-item-price {
  clear: left;
  float: left;
  padding: 0.5em 1em;
  margin: 1em 0 0;
  font-weight: bold;
}

div.catalog-item-desc {
  clear: left;
}

div.catalog-item-desc-float {
}

div.catalog-item-properties {
  clear: both;
  padding: 1em 0 0;
  overflow: hidden;
}

div.catalog-item-property {
  margin: 0 0 1em;
  border-bottom: 1px dashed;
  float: left;
  width: 100%;
}

div.catalog-item-property b {
  float: right;
  position: relative;
  top: 0.31em;
  padding-left: 3px;
  font-style: italic;
  font-weight: normal;
}

div.catalog-item-property span {
  float: left;
  position: relative;
  top: 0.31em;
  padding-right: 3px;
  zoom: 1;
}

div.catalog-item-properties-title {
  font-size: 1em;
  font-weight: bold;
  margin: 2em 0 1em;
}

/* Special Product */
div.special-product-title {
  text-align: center;
  margin: 0 0 1em;
}

div.special-product-image {
  text-align: center;
  margin: 0 0 1em;
}

div.special-product {
  text-align: center;
}

/* Top menu */
#horizontal-multilevel-menu,
#horizontal-multilevel-menu ul {
  margin: 0;
  padding: 0;
  min-height: 27px;
  width: 100%;
  list-style: none;
  font-size: 12px;
  float: left;
  background: none;
}

#horizontal-multilevel-menu a {
  display: block;
  padding: 5px 3px;
  text-decoration: none;
  text-align: center;
  outline: none;
}

#horizontal-multilevel-menu li {
  float: left;
}

#horizontal-multilevel-menu li a.root-item {
  font-weight: bold;
  padding: 8px 12px 8px;
}

/*Root items*/
#horizontal-multilevel-menu a.parent {
  background: url(images/top-menu-arrow.gif) center right no-repeat;
}

/*Item-parents*/
#horizontal-multilevel-menu li a.root-item-selected {
  font-weight: bold;
  padding: 8px 12px 8px;
}

/*Root menu selected*/
#horizontal-multilevel-menu li.last-item {
  border: none;
}

/*Sub-menu box*/
#horizontal-multilevel-menu li ul {
  position: absolute;
  top: auto;
  display: none;
  z-index: 500;
  height: auto;
  width: 163px;
  padding: 3px 11px;
  border: 1px solid;
}

#horizontal-multilevel-menu li li {
  width: 100%;
  border-bottom: 1px solid;
}

/*Sub-menu item box*/
#horizontal-multilevel-menu li ul a {
  text-align: left;
  font-size: 12px;
}

/*Item link*/
#horizontal-multilevel-menu li ul ul {
  margin: -27px 0 0 160px;
}

#horizontal-multilevel-menu li:hover ul ul,
#horizontal-multilevel-menu li:hover ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul,
#horizontal-multilevel-menu li:hover ul ul ul ul ul {
  display: none;
}

#horizontal-multilevel-menu li:hover ul,
#horizontal-multilevel-menu li li:hover ul,
#horizontal-multilevel-menu li li li:hover ul,
#horizontal-multilevel-menu li li li li:hover ul,
#horizontal-multilevel-menu li li li li li:hover ul {
  display: block;
}

div.menu-clear-left {
  clear: left;
}

/*Common Elements */
div.content-form {
  padding-left: 1em;
}

/*
! tailwindcss v3.0.24 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: currentColor;
  /* 2 */
}

::before,
::after {
  --tw-content: "";
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu,
    Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji",
    "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

/*
Remove the default font size and weight for headings.
*/

h1 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/*
Add the correct font size in all browsers.
*/

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button {
  /* [type='button'] { */
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

/*
Removes the default spacing and border for appropriate elements.
*/

h1,
p {
  margin: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img {
  max-width: 100%;
  height: auto;
}

table img {
  display: initial;
  max-width: initial;
  height: initial;
  vertical-align: initial;
  border: initial;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*,
::before,
::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-ring-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-shadow: 0 0 rgba(0, 0, 0, 0);
  --tw-shadow-colored: 0 0 rgba(0, 0, 0, 0);
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

.relative {
  position: relative;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.flex-col {
  flex-direction: column;
}

.flex-row {
  flex-direction: row;
}

.items-start {
  align-items: flex-start;
}

.gap-10 {
  gap: 10px;
}

.hidden {
  display: none;
}

.w-full {
  width: 100%;
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y))
    rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y))
    scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
  cursor: pointer;
}

.list-decimal {
  list-style-type: decimal;
}

.list-disc {
  list-style-type: disc;
}

.items-center {
  align-items: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.overflow-hidden {
  overflow: hidden;
}

.border-b {
  border-bottom-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-l {
  border-left-width: 1px;
}

.border-r {
  border-right-width: 1px;
}

.border-blue {
  border-color: rgba(0, 75, 177, 0.50196);
}

.border-green {
  --tw-border-opacity: 1;
  border-color: rgba(20, 139, 69, var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

.border-b-transparent {
  border-bottom-color: transparent;
}

.border-b-blue {
  border-bottom-color: rgba(0, 75, 177, 0.50196);
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-lg {
  font-size: 18px;
}

.text-sm {
  font-size: 12px;
}

.text-base {
  font-size: 14px;
}

.text-md {
  font-size: 16px;
}

.font-semibold {
  font-weight: 600;
}

.font-bold {
  font-weight: 700;
}

.font-extrabold {
  font-weight: 900;
}

.leading-6 {
  line-height: 1.5rem;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-green {
  --tw-text-opacity: 1;
  color: rgba(20, 139, 69, var(--tw-text-opacity));
}

.text-blue {
  color: #004bb1;
}

.text-red {
  color: red;
}

.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}

.text-grey {
  color: rgba(0, 0, 0, 0.6);
}

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.underline {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

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

/* Start WPNEW common */
html,
body {
  /* width: 100%; */
  /* overflow-x: hidden; */
  font-size: 14px;
}

.max-width {
  margin-left: auto;
  margin-right: auto;
  max-width: 1270px;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.m-bottom {
  margin-bottom: 60px;
}

a:hover {
  color: #148b45;
}

@media (max-width: 768px) {
  .max-width--no-gutters {
    padding-left: 0;
    padding-right: 0;
  }
}

.width-auto {
  width: auto;
}

.max-width--plus {
  max-width: 1390px;
}

.max-width-full {
  display: block;
  max-width: 100%;
  margin-bottom: 30px;
}

.max-width-xl {
  max-width: 675px;
  width: 100%;
}

.width-50 {
  max-width: 100%;
  width: 100%;
}

.max-w-full {
  max-width: 100%;
}

.button {
  font-size: 12px;
  font-family: "Manrope", "Lato", sans-serif;
  max-width: 100%;
  width: 100%;
  border: none;
  transition: 0.3s ease-in-out;
}

.button--white,
input.button--white,
input[type="submit"].button--white {
  background: #ffffff;
  color: #148b45;
  border: 1px solid #148b45;
}

.button:hover {
  text-decoration: none;
}

.green_button {
  transition: 0.3s ease-in-out;
}

.green_button.blue_button {
  background: #004bb1;
  color: #fff;
}

.green_button.blue_button.blue_button--transparent:hover {
  background: #148b45;
  border: #148b45 1px solid;
  color: #fff;
}

.green_button.blue_button.blue_button--transparent {
  background: transparent;
  border: #004bb1 1px solid;
  color: #004bb1;
}
.detail-price__buttons .green_button {
  max-width: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  line-height: 19px;
  padding-left: 11px;
  padding-right: 11px;
  background: #eeeff1;
  color: #333;
  text-transform: none;
}

.detail-price__buttons-container .green_button {
  max-width: 100%;
  width: 100%;
  white-space: nowrap;
  font-size: 16px;
  line-height: 19px;
  padding-left: 11px;
  padding-right: 11px;
  background: #148b45;
  color: #fff;
  text-transform: none;
}
.blue-transparent {
  background-color: rgb(0, 75, 177);
  background: rgba(0, 75, 177, 0.16);
}

.discount_btn {
  max-width: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 11px;
  border-radius: 3px;
  transition: all 0.2s linear;
  background: none;
}

.discount_btn span {
  font-size: 18px;
  color: #004bb1;
  line-height: 18px;
  white-space: nowrap;
}

.discount_btn:hover {
  background-color: #ffffff;
  background: rgba(255, 255, 255, 0.5);
}

.green_button.blue_button:hover {
  background: #148b45;
}

.green_button:hover,
.button--white:hover,
input[type="submit"].button--white:hover {
  background: #004bb1;
}

.button--white:hover,
input[type="submit"].button--white:hover {
  color: #fff;
  border-color: #004bb1;
}

.button-link {
  font-size: 20px;
  line-height: 1.5em;
  text-decoration: underline;
  width: 100%;
}

.element tbody,
.element td,
.element tfoot,
.element th,
.element thead,
.element tr {
  border-color: #222222;
  border: 1px solid;
}

.element td,
.element th {
  padding: 5px;
}

.news-detail tbody,
.news-detail td,
.news-detail tfoot,
.news-detail th,
.news-detail thead,
.news-detail tr {
  border-color: #222222;
  border: 1px solid;
}

.news-detail td,
.news-detail th {
  padding: 5px;
}

form.form input.input,
input.input {
  width: 100%;
  outline: none;
}

.swiper-container {
  display: flex;
  flex-direction: row;
}

form.form input::-moz-placeholder,
input.input::-moz-placeholder {
  color: #707070;
}

form.form input:-ms-input-placeholder,
input.input:-ms-input-placeholder {
  color: #707070;
}

form.form input::placeholder,
input.input::placeholder {
  color: #707070;
}

input[type="text"].border-green {
  --tw-border-opacity: 1;
  border-color: rgba(20, 139, 69, var(--tw-border-opacity));
}

.bg-wave {
  position: relative;
}

.bg-wave::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  background-image: url(assets/img/wave-pattern.png);
  background-repeat: repeat;
  opacity: 0.05;
}

.bg-wave--max-blue::before {
  /* background-image: url(assets/img/wave-max-blue.jpg); */
  background-image: url(assets/img/wave-max-blue.webp);
  opacity: 1;
}

.bg-wave--small::before {
  background-image: url(assets/img/wave-pattern-small.png);
}

.bg-wave--opacity-02::before {
  opacity: 0.02;
}

.h1,
h1 {
  font-family: "Manrope", "Lato", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 125%;
  margin: 0;
}

.h2,
h2 {
  line-height: 1.2;
  font-weight: bold;
  font-family: "Manrope", "Lato", sans-serif;
  font-size: 24px;
  margin: 0 0 30px;
}

@media (min-width: 768px) {
  .h2,
  h2 {
    font-size: 30px;
  }
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

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

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

.mb-30 {
  margin-bottom: 20px;
}

.mr-20 {
  margin-right: 20px;
}

.ml-1 {
  margin-left: 10px !important;
}

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

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

.mt-40 {
  margin-top: 40px;
}

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

.mt-80 {
  margin-top: 80px;
}

.mt-20 {
  margin-top: 20px;
}

.mr-5 {
  margin-right: 5px;
}

.ml-auto {
  margin-left: auto;
}

.pt-20 {
  padding-top: 20px;
}

.p {
  font-family: "Manrope", "Lato", sans-serif;
}

div {
  font-family: "Manrope", "Lato", sans-serif;
}

.span {
  font-family: "Manrope", "Lato", sans-serif;
}

.list-decimal {
  padding-left: 20px;
}

.list-decimal::marker {
  --tw-text-opacity: 1;
  color: rgba(20, 139, 69, var(--tw-text-opacity));
}

.element-price__title .list-decimal::marker {
  font-size: 40px;
}

.list-decimal::marker {
  font-size: 1.1em;
  font-weight: 600;
}

.list-disc {
  padding-left: 10px;
}

.list-disc::marker {
  --tw-text-opacity: 1;
  color: rgba(20, 139, 69, var(--tw-text-opacity));
}

.element-price__title .list-disc::marker {
  font-size: 40px;
}

.list-disc::marker {
  font-size: 1.5em;
}

.spacer-y {
  padding-top: 30px;
  padding-bottom: 30px;
}

.bx-green .btn.btn-default {
  background-color: #148b45;
  border-color: #148b45;
}

.bx-green .btn.btn-default:hover {
  background-color: #004bb1;
  border-color: #004bb1;
}

@media (max-width: 768px) {
  .hidden---max-md {
    display: none !important;
  }
}

@media (min-width: 768px) {
  body {
    font-size: 16px;  
    padding-top: 179px;
  }

  .hidden--md {
    display: none !important;
  }

  .h1,
  h1 {
    font-size: 40px;
  }

  .button--sm {
    max-width: 140px;
  }

  .button--md {
    max-width: 250px;
  }

  .button--lg {
    max-width: 295px;
  }

  .button--xl {
    max-width: 335px;
  }

  .button-link {
    width: auto;
    width: initial;
  }

  .width-50 {
    width: 50%;
  }

  .spacer-y {
    padding-top: 30px;
    padding-bottom: 70px;
  }

  .title--lg {
    margin-bottom: 30px;
  }

  .title--md {
    margin-bottom: 30px;
  }
}

@media (min-width: 1240px) {
  .button {
    font-size: 16px;
  }

  .hidden--lg {
    display: none !important;
  }
}
@media (max-width: 1150px) {
  body {
    padding-top: 61px;
  }
}
@media (max-width: 1240px) {
  .title--lg {
    margin-bottom: 60px;
  }

  .title--md {
    margin-bottom: 40px;
  }
}

.navbar .dropdown-toggle::after {
  position: absolute;
  right: -10px;
  top: 9px;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #148b45;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(24, 150, 66, 0.041);
}

figure {
  margin: 0;
}

figure.zoom {
  background-position: 50% 50%;
  position: relative;
  overflow: hidden;
  cursor: zoom-in;
  background-size: 0%;
}

figure.zoom:hover {
  background-size: 170%;
}

figure.zoom img:hover {
  opacity: 0;
}

figure.zoom img {
  transition: opacity 0.5s;
  display: block;
  width: 100%;
}

[data-fancybox] {
  cursor: zoom-in;
}

.fancybox-slide .fancybox-image-wrap {
  background: #fff;
}

.clean_corp li {
  position: relative;
  list-style: disc;
  padding-left: 20px;
}

.clean_corp li::marker {
  font-size: 0;
}

.clean_corp li::before {
  content: "•";
  position: absolute;
  left: 0px;
  top: 0px;
  color: rgb(20, 139, 69);
}

/* END WPNEW common */

#header-menu-backdrop {
  transition: 0.4s ease-in-out;
  z-index: 100;
}

/* Start Header */
html {
  height: 100%;
}

.header {
  position: sticky;
  top: -100%;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 1049;
  transition: 0.3s;
}

.header.sticky-show {
  top: 0;
}

.header.sticky-show .header-breadcrumps {
  display: none;
}

.header.sticky-show .menu {
  display: none;
}

.header .bottom_menu .logo_box,
.header .bottom_menu .menu_info,
.header .bottom_menu .header-basket {
  display: none !important;
}

.header.sticky-show .bottom_menu,
.header.sticky-show .bottom_menu .logo_box,
.header.sticky-show .bottom_menu .header-basket {
  display: flex !important;
  margin: 0;
}

.header.sticky-show .logo_box {
  max-width: 165px;
}

.header.sticky-show .bottom_menu {
  height: 80px;
}

.header.sticky-show .menu_info {
  max-width: 131px;
  display: block !important;
}

.header.sticky-show .menu_info a {
  font-size: 16px !important;
  line-height: 19px;
  white-space: nowrap;
}

.header.sticky-show .bottom_menu .phone_link {
  margin-bottom: 0;
}

.header.sticky-show .bottom_menu .nav-link {
  font-size: 14px;
}

.search-link {
  display: none;
}

.header.sticky-show .search-link {
  display: block;
}

.header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  max-width: 566px;
  gap: 30px;
  width: 100%;
}

.bottom_menu-container {
  display: flex;
  align-items: center;
  gap: 30px;
  height: 100%;
}

.bottom_menu-container .navbar-expand-md {
  width: 100%;
}

.bottom_menu-container ul {
  list-style-type: none;
  padding-left: 0;
}

.header-right__buttons {
  display: flex;
  align-items: center;
  gap: 32px;
}

.hamburger-menu {
  max-width: 100%;
  width: 95%;
}

.hamburger-menu-nav {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  gap: 25px;
  margin-bottom: 25px;
}

.hamburger-menu-nav-item {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.hamburger-menu-nav-item.drop {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: space-between;
  padding-right: 20px;
}

.hamburger-menu-nav-item svg {
  stroke: black;
}

.hamburger-menu-nav-item.drop.active .hamburger-menu-nav-link {
  color: #148b45;
}

.hamburger-menu-nav-item.drop.active svg {
  rotate: 90deg;
  stroke: #148b45;
}

/* .hamburger-menu-nav-item:hover {
  color: #148B45;
} */

.hamburger-menu .modal-btn-close {
  position: absolute;
  top: 20px;
  right: 15px;
}

.hamburger-menu__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  max-width: 95%;
}

.hamburger-menu__bottom {
  display: flex;
  flex-direction: column;
}

.hamburger-menu__links {
  display: flex !important;
  flex-direction: column;
}

.hamburger-menu__contacts {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 20px;
  padding-top: 20px;
}

.hamburger-menu__socials {
  display: flex;
}

.hamburger-menu .modal-content {
  max-width: inherit;
  width: inherit;
  border-radius: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}

.hamburger-menu__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-bottom: 20px;
}

.sidebar-spacer--x {
  padding-left: 15px;
  padding-right: 15px;
}

.hamburger-menu__logo-subtitle {
  display: none;
}

.modal-dialog--left {
  margin: 0;
}

.top_menu {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.hedlink,
.menu_info,
.company_title {
  display: none;
}

.navbar-nav {
  max-width: 960px;
}

.soc-link {
  border-radius: 50%;
  overflow: hidden;
  min-width: 30px;
}

.bottom_menu .nav-link:hover {
  text-decoration: none;
}

.bottom_menu {
  display: none;
}

.header-search {
  max-width: 327px;
  width: 100%;
  display: none;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

/* 
.logo_box {
  max-width: 445px;
  width: 100%;
} */

.form-control.search-input {
  background: #f5f5f5;
  border: none;
  box-shadow: none;
}

.search-button {
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translate(-50%, -50%);
  z-index: 10;
}

.socials-fixed {
  position: fixed;
  right: 0;
  top: calc(50vh - 71px);
  z-index: 1002;
}

.socials-fixed svg {
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 1240px) {
  .header.sticky-show .menu {
    display: block;
  }

  .header.sticky-show .bottom_menu {
    display: none !important;
  }

  .header.sticky-show .menu_info {
    display: none !important;
  }

  .header.sticky-show .logo_box {
    max-width: 100%;
  }

  .socials-fixed {
    top: 50vh;
  }
}

@media (min-width: 768px) {
  .hamburger-menu__logo-subtitle {
    display: block;
  }

  .hamburger-menu {
    width: 75%;
  }

  .company_title {
    display: block;
  }
}

@media (max-width: 414px) {
  .socials-fixed {
    top: 30vh;
  }
}

@media (min-width: 1240px) {
  .menu_info {
    display: block;
  }

  .hedlink {
    display: flex;
  }

  .bottom_menu {
    display: block;
  }

  .header-search {
    display: flex;
  }
}

/* End Header */

/* Start Menu Tree */
.main-menu {
  display: flex;
}

.mobile-menu .children-content {
  padding: 0;
}

.mobile-menu .active + .children-content {
  padding: 10px 15px;
  padding-left: 0;
}

.mobile-menu .mobile-menu-item-wrapper--parent {
  padding-left: 0;
}

.mobile-menu-container--parent {
  position: relative;
  background: #f8f8f8;
  box-shadow: 0px 5px 15px rgba(0, 75, 177, 0.3);
  border-radius: 0px 0px 3px 3px;
}

.mobile-menu-container--parent::-webkit-scrollbar {
  width: 12px;
  /* width of the entire scrollbar */
}

.mobile-menu-container--parent::-webkit-scrollbar-track {
  background: #e0e7f2;
  padding: 0;
  /* color of the tracking area */
}

.mobile-menu-container--parent::-webkit-scrollbar-thumb {
  background-color: #004bb1;
  /* color of the scroll thumb */
  /* roundness of the scroll thumb */
  border: 3px solid #e0e7f2;
  padding: 0;
  /* creates padding around scroll thumb */
}

.mobile-menu-right {
  height: 483px;
  overflow: hidden;
  width: 75%;
  padding: 0 20px;
}

.mobile-menu-right-title {
  font-family: "Lato";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-bottom: 20px;
}

.mobile-menu-container--child {
  column-count: 3;
}

.mobile-menu-item-wrapper--parent {
  display: block;
  padding: 10px 20px;
  padding-bottom: 0;
  transition: 0.3s ease-in-out;
}

.mobile-menu-item-wrapper--parent:hover {
  background: rgba(0, 75, 177, 0.1);
  text-decoration: none;
}

.mobile-menu-item-link--parent {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.mobile-menu-item--child {
  margin-bottom: 15px;
}

.mobile-menu-item-link--child {
  font-family: "Lato";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;

  color: #707070;
}

.mobile-menu-item--parent {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e0e7f2;
  gap: 10px;
  padding-bottom: 10px;
}

.mobile-menu-item-thumb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hasChildren {
  cursor: pointer;
}

.hasChildren.active .mobile-menu-item-link--parent {
  color: #148b45;
}

.hasChildren .menu-item-link--parent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  width: 100%;
}

.hasChildren svg {
  stroke: black;
}

@media screen and (min-width: 1200px) {
  .hasChildren:hover svg {
    stroke: #148b45 !important;
  }
}

.hasChildren.active svg {
  rotate: 90deg;
  stroke: #148b45 !important;
}

.main-menu {
  display: flex;
}

.menu-container--parent {
  position: relative;
  background: #f8f8f8;
  box-shadow: 0px 5px 15px rgba(0, 75, 177, 0.3);
  border-radius: 0px 0px 3px 3px;
  height: 483px;
  overflow-y: scroll;
  width: 25%;
}

.menu-container--parent::-webkit-scrollbar {
  width: 12px;
  /* width of the entire scrollbar */
}

.menu-container--parent::-webkit-scrollbar-track {
  background: #e0e7f2;
  padding: 0;
  /* color of the tracking area */
}

.menu-container--parent::-webkit-scrollbar-thumb {
  background-color: #004bb1;
  /* color of the scroll thumb */
  /* roundness of the scroll thumb */
  border: 3px solid #e0e7f2;
  padding: 0;
  /* creates padding around scroll thumb */
}

.menu-right {
  height: 483px;
  overflow: hidden;
  width: 75%;
  padding: 20px 20px 0;
}

.menu-right-title {
  font-family: "Lato";
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin: 20px 0;
}

.menu-container--child {
  column-count: 3;
}

.menu-item-wrapper--parent {
  display: block;
  padding: 10px 20px;
  padding-bottom: 0;
  transition: 0.3s ease-in-out;
}

.menu-item-wrapper--parent:hover {
  background: rgba(0, 75, 177, 0.1);
  text-decoration: none;
}

.menu-item-wrapper--parent:hover .menu-item-link--parent {
  color: #148b45;
}

.menu-item-link--parent {
  font-family: "Lato";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
}

.menu-item--child {
  margin-bottom: 15px;
}

.menu-item-link--child {
  font-family: "Lato";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;

  color: #707070;
}

.menu-item-link--child:hover {
  color: #148b45;
}

.menu-item--parent {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e0e7f2;
  gap: 10px;
  padding-bottom: 10px;
}

.menu-dropdown-hide {
  position: absolute;
  max-height: 0;
  overflow: hidden;
  width: 100%;
  /* background-color: #FFFFFF; */
  transition: 0.3s ease-in-out;
  z-index: -1;
  opacity: 0;
  margin-top: -0.5rem;
  padding-top: 0.5rem;
}

.main-menu {
  background-color: #ffffff;
}

.menu-item-wrapper--child {
  opacity: 1;
  transition: 0.3s ease-in;
  height: auto;
  max-height: auto;
  width: auto;
}

.menu-hidden .menu-item--child,
.menu-hidden .menu-item-link--child {
  margin-bottom: 0;
  width: 0;
  margin: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

.menu-hidden {
  opacity: 0;
  height: 0;
  max-height: 0;
  width: 0;
  overflow: hidden;
}

.menu-right .categories-list--keys {
  height: auto;
  gap: 0;
}

.menu-right .categories-list--keys .categories-list-item--key.menu-hidden {
  margin: 0;
  padding: 0 !important;
  border: none !important;
}

.menu-right .categories-list--keys .categories-list-item--key {
  margin-right: 10px;
  margin-bottom: 10px;
}

/* 
.menu-dropdown-hide:hover {
  position: absolute;
  max-height: 100000px;
  z-index: 10;
  opacity: 1;
} */

.menu-dropdown-show {
  position: absolute;
  max-height: 100000px;
  z-index: 10;
  opacity: 1;
}

@media (max-width: 1240px) {
  .menu-dropdown-hide {
    display: none;
  }
}

/* End Menu tree */

/* Start Element */
.special-element-mark-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}

.special-element-mark {
  width: 115.66px;
  height: 43.84px;
  top: -5px;
}

.special-element-mark--product {
  position: absolute;
  left: -6px;
  top: 5px;
  z-index: 14;
}

.detail-buy-block.detail-buy-block--top
  .special-element-mark-title.special-element-mark-title_red {
  right: 120px;
}
.special-element-mark--product .special-element-mark-title-container {
  font-size: 10px;
  top: -3px;
  left: 14px;
  transform: none;
  margin-right: 0;
}

.special-element-mark-bg {
  /* position: absolute;
  top: 0;
  left: 0; */
}

.special-element-mark-title-container {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 45%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-weight: 800;
  font-size: 20.0282px;
  line-height: 28px;
  color: #ffffff;
}

.special-element-mark-title {
  transform: rotate(-5.13deg);
}

.special-element-mark-title_black {
  background-color: #000000;
  color: #ffc107;
  max-width: 100px;
  /* right: 40px; */
}

.detail-buy-block.detail-buy-block--top .special-element-mark-title_black {
  right: 40px;
}

.catalog-item-catalog
  .special-element-mark--product:nth-child(2)
  .special-element-mark-title-container {
  /* left: 100px; */
  /* top: 35px; */
}

.element-price__title
  .special-element-mark-container:nth-child(2)
  .special-element-mark {
  top: -40px;
}

.element__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
  margin-bottom: 40px;
  gap: 30px;
}

.element__content--right {
  max-width: 500px;
  /* max-width: 400px; */
  width: 100%;
}

.element__content--left {
  max-width: 610px;
  min-width: 270px;
  width: 100%;
  overflow: hidden;
}

.slider-arrow {
  display: none !important;
}

@media (min-width: 1240px) {
  .slider-arrow {
    display: block !important;
  }
}

.element-slider__item {
  /* margin-bottom: 30px; */
}

.element-slider__item img {
  max-width: 336px;
  width: 100%;
  margin: 0 auto;
}

.element-slider__item video {
  max-width: 336px;
  width: 100%;
  margin: 0 auto;
}

.element-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 10px;
  max-width: 400px;
}

.product-item-image-slider-control-container {
  opacity: 1;
}

.product-item-image-slider-control:hover
  .product-item-image-slider-control-item {
  background-color: #004bb1;
}

.element-slider__thumbnails {
  max-width: 300px;
  margin: 0 auto;
}

.element-slider__thumbnail {
  cursor: pointer;
  width: 70px;
  margin-right: 24px;
  border: 1px solid transparent;
}

.element-slider__thumbnail img {
  max-width: 75px;
  width: 100%;
  padding: 2.5px;
  margin: 0 auto;
}

.element-slider__thumbnail video {
  max-width: 75px;
  width: 100%;
  padding: 2.5px;
  margin: 0 auto;
}

.element-slider .slick-track {
  display: flex;
  align-items: center;
}

.element-slider__thumbnail.slick-current,
.element-slider__thumbnail:hover {
  border: 1px solid #004bb133;
}

.element-info--center {
  justify-content: center;
}

.element-info__item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-size: 20px;
  /* max-width: 500px;
  width: 100%; */
}

.element-info__name {
  position: relative;
  /* max-width: 150px;
  width: 100%; */
  /* width: 100%; */
  padding-right: 10px;
  font-size: 16px;
  background-color: #fff;
}

.element-info__border {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.element-info__value {
  position: relative;
  white-space: nowrap;
  padding-left: 10px;
  background-color: #fff;
  font-size: 16px;
}

.element-info__value a {
  color: #148b45;
}

.element-info__value a:hover,
.element-info__value a:focus {
  text-decoration: underline;
}

.element-info__border::after {
  content: " ";
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 75, 177, 0.50196);
  opacity: 0.5;
  z-index: -1;
}

.element-price {
  width: 100%;
}

.element-price__title {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 40px;
}

.element-price__title .text-green {
  font-size: 25px;
}

.element-price__buttons {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 466px;
  width: 100%;
  margin-bottom: 10px;
  gap: 10px;
}

.element-price__button {
  margin-bottom: 20px;
}

.element-price__notice {
  font-size: 18px;
  line-height: 1.3em;
  /* color: #148B45; */
  /* text-decoration: underline; */
}

.element-price__notice:hover {
  color: #148b45;
  text-decoration: underline;
}

.element-why-us__item {
  display: flex;
  flex-direction: row;
  text-align: left;
  gap: 20px;
}

.element-why-us__item:hover {
  text-decoration: underline;
}

.element-why-us__content {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
  gap: 25px;
  padding-top: 40px;
  padding-bottom: 40px;
  max-width: 970px;
  width: 100%;
}
.element-why-us__content-redesign {
  max-width: 100%;
  flex-wrap: wrap;
}
.element-why-us__content-redesign .element-why-us__item {
  width: calc(100% / 3 - 20px);
  align-items: center;
}
.element-why-us__content-redesign .element-why-us__item img {
  background-color: #eeeff1;
  border-radius: 6px;
  width: 60px;
  height: 60px;
  padding: 15px;
}

@media screen and (max-width: 767px) {
  .element-why-us__content-redesign .element-why-us__item img {
    width: 44px;
    height: 44px;
    padding: 7px;
  }
}

.element-why-us__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 25px;
}

.element-tabs {
  position: relative;
  right: 15px;
  overflow: scroll;
  border-bottom: 1px solid rgba(0, 75, 177, 0.50196);
}

.element-tabs__container {
  position: relative;
  margin-top: 30px;
  margin-bottom: 10px;
}

@media (max-width: 1029px) {
  .element-why-us__content-redesign .element-why-us__item {
    width: calc(100% / 2 - 10px);
  }
}

@media (max-width: 767px) {
  .element-tabs__container {
    padding: 0 30px;
  }
  .element-why-us__content-redesign .element-why-us__item {
    width: 100%;
    font-size: 16px;
    line-height: 21px;
  }
  .element-why-us__content-redesign {
    gap: 14px;
  }
}

/* .element-tabs__container::after {
  content: " ";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 75, 177, 0.50196);
  opacity: .5;
  z-index: -1;
} */

.element-tabs__item {
  position: relative;
  font-size: 16px;
  line-height: 1.5em;
  cursor: pointer;
  white-space: nowrap;
}

.element-tabs__amount {
  content: "";
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: -14px;
  top: -5px;
  background-color: #148b45;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  color: #ffffff;
  font-size: 11px;
}

.element-tabs__item.active::after,
.element-tabs__item:hover::after {
  content: " ";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #004bb1;
  opacity: 1;
  z-index: 1;
}

.element-tabs__wrapper {
  display: flex;
  /* justify-content: space-between; */
  flex-wrap: nowrap;
  gap: 40px;
}

.element-reviews__container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.element-reviews__container .slick-track {
  height: 100%;
}

.element-review {
  display: flex;
  padding: 20px;
  gap: 20px;
  border: 1px solid #004bb133;
  background-color: #ffffff;
  border-radius: 3px;
  overflow: hidden;
  flex-direction: column;
  align-items: flex-start;
}

.slick-slide.element-review {
  display: flex;
  height: inherit;
}

.element-review__container {
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 767px) {
  .element-review__container .footer-banner__content .text-white {
    margin-bottom: 0;
  }

  .footer-banner__container
    .footer-banner__content
    .footer-banner__title
    .text-white {
    margin-bottom: 20px;
  }
  .footer-banner__container p.text-white {
    margin-bottom: 10px;
  }
}
.element-review__avatar {
  min-width: 100px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #004bb1;
}

.element-review__name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5em;
  /* margin-bottom: 20px; */
}

.element-review__text {
  margin-bottom: 0;
  /* max-width: 560px; */
  padding-left: 80px;
  width: 100%;
}

.element-characteristics__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

form input[type="submit"] {
  width: 100%;
}

.modal form input[type="submit"] {
  width: 100%;
}

.element-characteristics__image {
  max-width: 500px;
}

.product-item-image-slider-control.active
  .product-item-image-slider-control-item {
  background-color: #148b45;
}

.element-characteristics__left {
  width: 100%;
}

.element-characteristics__right {
  width: 100%;
  display: flex;
  align-items: flex-end;
}

.element-characteristics .element-info {
  width: 100%;
}

.element-tabs-content .element-characteristics .element-info {
  max-width: 100%;
}

.element-info--right {
  margin-left: auto;
}

.element-advantage__container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px;
}

.element-advantage {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
}

.element-advantage__num {
  /* display: inline; */
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  color: rgba(0, 75, 177, 0.2);
  width: 18%;
  /* margin-right: 30px; */
}

.element-advantage__name {
  /* display: inline; */
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  /* margin-bottom: 10px; */
  width: 70%;
}

.element-advantage__text {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0;
}

.element-scheme {
  padding-top: 80px;
  padding-bottom: 70px;
  margin-bottom: 80px;
}

.element-scheme__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.element-scheme-list__item {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  letter-spacing: 0em;
  text-align: left;
}

.element-scheme-list__num {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  text-align: left;
}

.element-text__container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}

.element-text__content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.element-text__text {
  margin-right: 0;
}

.element-documentation {
  margin-bottom: 70px;
}

.element-documentation__container {
  display: flex;
  overflow: scroll;
  gap: 50px;
}

.element-documentation__item {
  min-width: 180px;
  max-width: 225px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.element-faq__container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.element-faq__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  padding: 10px;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5rem;
}

.element-banner {
  padding-bottom: 80px;
}

.element-banner__content {
  width: 100%;
}

.element-banner {
  padding-top: 80px;
}

.element-banner__image {
  display: none;
  position: relative;
  bottom: 0;
  right: 0;
  max-width: 320px;
  width: 100%;
}

.element-banner__image img:nth-child(2) {
  position: absolute;
  bottom: 0;
  right: 2px;
}

.element-tabs-content .tab-pane.show {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .element-review__name {
    font-size: 16px;
    line-height: 20.8px;
  }
  .element-review__text {
    font-size: 14px;
    line-height: 21px;
    padding: 0;
  }
  .element-review__data-date {
    font-size: 12px;
  }
}
.dokumentatcii {
  row-gap: 20px;
}

.dokumentatcii-item__link {
  height: 100%;
  width: 100%;
  display: block;
}

.dokumentatcii-item__image {
  height: inherit;
}

.filter-title,
.filter-title.show {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
}

.expend__value {
  overflow: hidden;
  transition: 0.4s ease-in-out;
  margin: 0;
  max-height: 0;
}

.expand.show .expend__value {
  padding-top: 10px;
  max-height: 5200px;
}

.expand.show + .expend__value {
  padding-top: 10px;
  max-height: 5200px;
}

.expand .arrow {
  transition: 0.4s ease-in-out;
}

.expand.show .arrow {
  transform: rotate(180deg);
}

.product-item-price-old {
  font-size: 18px;
  line-height: 28px;
  text-decoration-line: line-through;
  color: #707070;
}

.element-plan-buy {
  font-size: 14px;
  text-decoration: underline;
  font-weight: bold;
  color: #004bb1;
  cursor: pointer;
  text-underline-offset: 3px;
}

.element-plan-buy:hover {
  color: #148b45;
}

@media (min-width: 768px) {
  .element-tabs {
    position: initial;
    right: 0;
  }

  .element-banner {
    padding-bottom: 0;
    margin-bottom: 80px;
  }

  .tab-pane form input[type="submit"] {
    width: 48%;
  }

  .element-review__container {
    display: grid;
    grid-template-columns: 30% 1fr;
  }

  .element__content {
    flex-direction: row;
  }

  .element-why-us__content {
    flex-direction: row;
  }

  .element-slider__thumbnail {
    width: 70px;
    margin-right: 32px;
  }

  .element-info__name {
    /* max-width: 100%; */
    width: auto;
    white-space: nowrap;
    padding-right: 20px;
    font-size: 18px;
  }

  .element-characteristics .element-info__name {
    white-space: initial;
    /* min-width: 50%; */
  }

  .element-characteristics .element-info__value {
    white-space: initial;
  }

  .element-info__value {
    padding-left: 20px;
  }

  .element-price__buttons {
    margin-bottom: 10px;
  }

  .element-advantage__num {
    font-size: 100px;
    line-height: 111px;
  }

  .element-scheme-list {
    -moz-column-count: 2;
    column-count: 2;
    -moz-column-gap: 80px;
    column-gap: 80px;
    margin-bottom: 0;
  }

  .element-scheme__content {
    flex-direction: row;
    gap: 30px;
  }

  .element-documentation__container {
    flex-wrap: wrap;
    overflow: visible;
    overflow: initial;
  }

  .element-faq__item {
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .element-banner__image {
    position: absolute;
    display: block;
  }

  .element-text__container {
    flex-direction: row;
  }

  .element-text__text {
    margin-right: 70;
  }

  .element-text__content {
    flex-direction: row;
  }

  .element-banner__wrapper {
    padding-bottom: 40px;
  }

  .element-price__button {
    margin-bottom: 0px;
  }

  .element-price__title {
    margin-bottom: 25px;
  }

  .element-reviews__container {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .element-review {
    width: 48.5%;
  }

  .element-advantage {
    display: grid;
    grid-template-columns: auto 100%;
    grid-template-rows: 1fr 1fr;
    grid-gap: 0 40px;
    gap: 0 40px;
  }

  .element-advantage__num {
    grid-column: 1;
    grid-row: 1 / span 2;
  }

  .element-advantage__name {
    grid-column: 2;
    grid-row: 1 / span 1;
  }

  .element-advantage__text {
    grid-column: 2;
    grid-row: 2 / span 2;
  }

  .element-banner__content {
    max-width: 424px;
  }

  .element-characteristics__content {
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  .element-characteristics__image img {
    margin: 0 0 0 auto;
  }

  .element-tabs-content .element-characteristics .element-info {
    max-width: 600px;
  }

  .element-tabs-content
    .element-characteristics
    .element-info.element-info--two-column {
    display: block;
    column-count: 2;
    max-width: 100%;
  }

  .element-tabs-content
    .element-characteristics
    .element-info.element-info--two-column
    .element-info__item {
    align-items: flex-start;
    margin-bottom: 16px;
    position: relative;
  }

  .element-tabs-content
    .element-characteristics
    .element-info.element-info--two-column
    .element-info__item
    .element-info__border {
    position: absolute;
    bottom: 0;
  }
}

@media (min-width: 1240px) {
  .element-price__buttons {
    align-items: center;
  }

  .element-tabs {
    overflow: visible;
    overflow: initial;
  }

  .element__content {
    gap: 20px;
    margin-bottom: 30px;
  }

  .element-characteristics__left {
    width: 50%;
    border-right: 1px solid rgba(0, 75, 177, 0.50196);
  }

  .element-characteristics__right {
    width: 50%;
  }

  .element-info {
    margin-bottom: 20px;
  }

  .element-advantage__num {
    font-size: 120px;
    line-height: 95px;
  }

  .element-price__buttons {
    flex-direction: row;
  }

  .element-review {
    margin-right: 20px;
  }

  .element-info--column {
    /* display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 180px; */
    display: flex;
    flex-direction: column;
  }

  /* .element-review {
    width: 100%;
  } */

  .element-info--center {
    margin-top: auto;
    margin-bottom: auto;
  }

  .element-advantage {
    max-width: 500px;
  }

  .element-banner__wrapper {
    padding-bottom: 80px;
  }

  .element-banner__content {
    max-width: 610px;
  }

  .element-banner__image {
    max-width: 403px;
  }
}

/* End Element */

/* Start Callback Form */

.modal-btn-close {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}

form textarea {
  background: #ffffff;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 13px 15px;
  width: 100%;
  font-size: 16px;
  outline: none;
  /* max-height: 52px; */
}

.modal form.form input.input,
input.input,
.modal form textarea {
  z-index: 10;
  background: #fff;
}

.modal .callback-form__bottom {
  z-index: 10;
}

.modal .callback-form {
  align-items: center;
}

.modal .callback-form__top {
  flex-direction: column;
  width: 100%;
}

.modal .callback-form__bottom {
  flex-direction: column;
  align-items: center;
  gap: 15px;
  width: 100%;
}

.modal .callback-form__policy {
  max-width: 100%;
}

.modal .callback-form__button {
  max-width: 100%;
  order: 3;
}

.callback-form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.callback-form__top {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  /* margin-top: 20px; */
}

@media screen and (max-width: 767px) {
  .callback-form__top {
    gap: 5px;
  }
}

.tab-pane .callback-form__top textarea {
  height: 52px;
}

.callback-form__bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.callback-form__button {
  margin-bottom: 10px;
}

.callback-form__policy {
  order: 2;
  max-width: 100%;
}

.callback-form__input {
  padding: 13px 15px 13px 15px;
}

@media (min-width: 768px) {
  .callback-form__top {
    margin-top: 0;
  }

  .callback-form__bottom {
    align-items: flex-start;
  }

  .callback-form__policy {
    order: 1;
    max-width: 280px;
  }
}

@media (min-width: 1240px) {
  .callback-form__button {
    margin-bottom: 0;
    order: 2;
  }

  .callback-form__top {
    flex-direction: row;
  }

  .callback-form__bottom {
    flex-direction: row;
    align-items: flex-start;
  }
}

/* End Callback Form */

.map.container-fluid {
  height: 500px;
  padding: 0;
}

.basket-line-block-icon-cart:after {
  content: none;
}

/* Start Product */
.catalog-product-item--daily-deal.catalog-product-item {
  display: flex;
  flex-direction: row;
  align-self: center;
  gap: 10px;
  min-width: initial;
  align-items: initial;
  padding: 10px 10px;
}

.catalog-product-item--daily-deal.catalog-product-item
  .product-item-image-wrapper {
  /* height: auto; */
  max-width: 176px;
  min-height: 190px;
  margin: 0;
  padding: 0;
  height: auto;
  max-height: 190px;
}

.catalog-product-item--daily-deal.catalog-product-item
  .product-item-image-original,
.product-item-image-alternative {
  width: auto;
  height: auto;
}

.catalog-product-item--daily-deal .product-item-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: centermap;
}

.catalog-product-item--daily-deal.catalog-product-item
  .special-element-mark--product {
  left: -3px;
}

.product-daily-deal {
  display: flex;
  flex-direction: column;
  gap: 8px;
  /* justify-content: space-between; */
  /* height: 100%; */
}

.product-daily-deal .catalog-product-item__name {
  text-align: left;
}

.product-daily-slider__container .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
}

.product-slider .product-daily-slider__container .slick-slide {
  margin-right: 12px;
  margin-left: 1px;
}

.product-slider {
  padding-bottom: 40px;
  margin-bottom: 80px;
}

.product-slider__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.product-slider-item {
  min-width: 238px;
  max-width: 250px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  color: #000000;
  text-decoration: none;
}

.slick-slide.product-slider-item {
  max-width: 100%;
}

.product-slider-item.slick-slide {
  display: flex;
}

.product-slider-item__thumb {
  max-width: 240px;
  width: 100%;
  margin-bottom: 20px;
}

.product-slider-item__thumb img {
  margin: 0 auto;
}

.product-slider-item__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5rem;
}

.product-viewed {
  margin-bottom: 70px;
}

.product-viewed__container {
  display: flex;
  align-items: center;
  overflow-x: scroll;
  overflow-y: hidden;
  gap: 20px;
  padding: 10px 5px;
}

@media (min-width: 768px) {
  .product-viewed__container {
    padding: 10px;
  }

  .product-slider .slick-slide {
    margin-right: 10px;
  }
}

@media (min-width: 1240px) {
  .product-viewed__container {
    overflow: visible;
    overflow: initial;
    padding: 0;
  }
}

/* End Product */

/* Start Catalog */

.smart-filter-parameters-box-container.buttons-container {
  display: flex;
  flex-direction: row;
  gap: 13px;
}

.smart-filter-parameters-box-container.buttons-container input {
  padding: 10px 0;
  font-weight: 600;
  text-transform: initial;
}

.category-w-filter {
  margin-top: 44px;
}

.smart-filter-parameters-box {
  background-color: #f5f5f5;
  padding: 10px 20px;
}

.smart-filter-parameters-box.bx-active .smart-filter-parameters-box-title-text {
  margin-bottom: 14px;
}

.form-check-input:checked {
  background-color: #148b45;
  border-color: #148b45;
}

.form-check-input:focus {
  border-color: #148b45;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(21, 185, 84, 0.25);
}

.smart-filter-parameters-box-title {
  padding: 0;
  display: flex;
  justify-content: space-between;
}

.smart-filter-angles::after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5.5 5L10 1' stroke='black' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  height: 10px;
  width: 10px;
  background-repeat: no-repeat;
}

.smart-filter-slider-handle {
  background: #148b45;
  border-radius: 50%;
}

.smart-filter-parameters-box-title-text {
  font-weight: 400;
  font-size: 16px;
}

.smart-filter-angles:before,
.smart-filter-angles:after {
  transform: translateX(-0%) translateY(-0%) rotate(0);
}

.smart-filter-angle-up .smart-filter-angles:after {
  opacity: 1;
  transform: translateX(-0%) translateY(-0%) rotate(180deg);
}

.categories-list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.categories-list--keys {
  list-style-type: none;
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  overflow: hidden;
  height: 100%;
  padding: 0;
  transition: 0.3s ease-in-out;
}

.show-more svg {
  transition: 0.3s;
  margin-top: 6px;
}

.show-more:hover svg {
  rotate: 180deg;
}

.categories-list-item--key,
.categories-list-item--key-related {
  background-color: #ffffff;
  border: 1px solid #e0e7f2;
  border-radius: 50px;
  padding: 1px 10px;
}

.categories-list-item--key:hover .categories-list-item__link,
.categories-list-item--key-related:hover .categories-list-item__link,
.categories-list-item__link--active {
  text-decoration: underline;
  color: #148b45;
}

.categories-list-item-key-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #000000;
  margin-top: 30px;
  margin-bottom: 20px;
}

.categories-list-item--key .categories-list-item__link,
.categories-list-item--key-related .categories-list-item__link {
  font-size: 14px;
  line-height: 17px;
  font-weight: 600;
}

.categories-list-slider .categories-list-item {
  margin: 10px;
  height: 305px;
  max-width: initial !important;
  min-width: auto !important;
}

.categories-list-slider .slick-track {
  display: flex;
}

@media screen and (max-width: 768px) {
  .category-list .categories-list-slider--arrow {
    display: block !important;
    position: absolute;
    z-index: 10;
  }

  .category-list .categories-list-slider--arrow.slider-arrow--left {
    left: 15px;
  }

  .category-list .categories-list-slider--arrow.slider-arrow--right {
    right: 15px;
  }
  .callback-form {
    gap: 5px;
  }
}

.category-list .categories-list {
  overflow: hidden;
  transition: 0.4s ease-in-out;
  margin: 0;
}

.index-page-category-list .categories-list {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow: scroll;
}

.index-page-category-list .categories-list-item {
  min-width: 238px;
}

.categories-list-item {
  padding-top: 15px;
  padding-bottom: 15px;
  width: 100%;
  border: 2px solid transparent;
  border-radius: 3px;
  background: #f2f6fb;
  transition: 0.3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 75, 177, 0.05);
}

.categories-list-item:hover {
  background: #ffffff;
  border: 2px solid #148b45;
}

.categories-list-item:hover .categories-list-item__link {
  color: #148b45;
  text-decoration: none;
}

.categories-list-item__img-container {
  max-width: 160px;
  min-width: 160px;
  min-height: 160px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.categories-list-item__inner {
  max-width: 190px;
  width: 100%;
  margin: 0 auto;
}

.categories-list-item__inner {
  text-align: center;
}

.catalog-product-item {
  min-width: 295px;
  max-width: 23%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background: #ffffff;
  box-shadow: 0px 5px 15px rgba(0, 75, 177, 0.3);
  border-radius: 3px;
  padding-top: 15px;
  padding-bottom: 10px;
}

.catalog-product-item-props {
  width: 100%;
}

.catalog-product-item__thumb {
  display: block;
  position: relative;
  max-width: 145px;
  width: 100%;
  margin: 0 auto;
}

.catalog-product-item {
  color: #000000;
  text-decoration: none;
}

.catalog-product-item-props {
  margin-bottom: 20px;
}

.catalog-product-item-props__border::after {
  z-index: 0;
}

.catalog-product-item-props__name,
.catalog-product-item-props__value {
  white-space: nowrap;
  font-size: 14px;
  color: #707070;
  width: 100%;
}

.catalog-product-item-props__name {
  padding-right: 5px;
}

.catalog-product-item-props__value {
  padding-left: 5px;
  width: auto;
}

.catalog-product-item-props__value a {
  color: #148b45;
}

.catalog-product-item-props__value a:hover,
.catalog-product-item-props__value a:focus {
  text-decoration: underline;
}

.catalog-product-item__name {
  position: relative;
  z-index: 2;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
  text-align: center;
}

.catalog-product-item-price {
  margin-bottom: 10px;
}

.catalog-product-item-price__value {
  font-weight: 700;
  font-size: 20px;
  line-height: 40px;
}

.product-item-image-wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto 15px;
  display: block;
  width: inherit;
  overflow: hidden;
  height: 200px;
  padding: 0;
}

@media (max-width: 575px) {
  .product-item-image-wrapper {
    height: 150px;
  }
}

.product-item-image-wrapper img {
  object-fit: contain;
  height: 100%;
}

.product-item-image-wrapper video {
  object-fit: contain;
  height: 100%;
}

.product-item-image-original {
  position: initial;
  width: inherit;
  height: 200px;
}

.product-item-image-alternative {
  position: initial;
  width: inherit;
  height: 200px;
}

.smart-filter-input-group-checkbox-list {
  overflow-y: auto;
  padding-left: 5px;
  max-height: 300px;
}

.category-w-filter-container {
  display: block;
}

.catalog-product-item .button {
  white-space: nowrap;
}

.section-reviews-block {
  width: 100%;
}

.section-reviews-block .element-review {
  width: 100% !important;
}

.category-section {
  display: grid;
  gap: 20px 15px;
}

@media (min-width: 490px) {
  .category-section {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 768px) {
  .category-section {
    gap: 10px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 991px) {
  .category-section {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 1240px) {
  .category-section {
    gap: 10px;
  }
}

.category-section .catalog-product-item {
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 768px) {
  .category-section .catalog-product-item {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 768px) {
  .catalog-product-item-price__value {
    font-size: 26px;
  }

  .page-item.page-item-prev {
    margin-right: 30px;
  }

  .page-item.page-item-next {
    margin-left: 30px;
  }

  .categories-list-item.categories-list-item--horizontal {
    width: 100%;
    max-width: 49%;
    padding-bottom: 0;
  }

  .catalog-product-item-props {
    margin-bottom: 20px;
  }

  .index-page-category-list .categories-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    overflow: auto;
  }

  .catalog-product-item-props {
    margin-bottom: 10px;
  }

  .categories-list {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 45px 10px;
  }

  .catalog-product-item__thumb {
    max-width: 200px;
  }

  .catalog-product-item {
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .categories-list-item {
    max-width: 234px;
    min-width: 234px;
  }
}

.category-w-filter .category-section {
  padding: 0;
}

@media (min-width: 1240px) {
  .page-item.page-item-prev {
    margin-right: 50px;
  }

  .page-item.page-item-next {
    margin-left: 50px;
  }

  .category-w-filter-container {
    display: flex;
  }

  .categories-list-item.categories-list-item--horizontal {
    max-width: 30%;
    width: 100%;
  }

  .categories-list {
    gap: 40px 50px;
  }

  .categories-list-item {
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 265px;
    min-width: 265px;
    width: 100%;
  }
}

/* End Catalog */

/* Start Footer */

.footer-banner {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 40px;
  position: relative;
  z-index: 10;
  margin-bottom: 0;
}

.footer-banner .callback-form__policy {
  color: #ffffff;
}

.footer-banner .callback-form__policy a {
  color: #ffffff;
}

.footer-banner__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.footer-banner__form {
  width: 100%;
}

.footer-banner__content {
  width: 100%;
}

.products_list-title {
  margin-bottom: 15px;
  cursor: auto;
}

.footer .products_list-title {
  margin-top: 30px;
  font-size: 16px;
}

.footer-menu {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .footer .products_list-title {
    margin-top: 60px;
  }

  .footer-menu {
    width: 100%;
    display: block;
    column-count: 2;
    margin-top: 0;
  }

  .footer .products_list {
    display: block;
    column-count: 2;
  }
}

@media (min-width: 1240px) {
  .copyright {
    font-family: "Lato";
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    max-width: 160px;
  }

  .footer .products_list {
    column-count: 4;
  }

  .footer .products_list-title {
    margin-top: 50px;
  }

  .footer-info-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  footer .phone_link {
    margin-bottom: 10px;
  }
}

/* End Footer */

/* Start Modal */

.modal-dialog-centered {
  justify-content: center;
}

.modal-content__title {
  letter-spacing: -0.015em;
}

.modal-content.bg-wave::before {
  z-index: 0;
}

.modal-content {
  max-width: 360px;
  width: 100%;
  padding: 20px 15px;
  box-sizing: content-box;
  border-radius: 10px;
}

.modal.show {
  opacity: 1;
  z-index: 20000;
}

.modal-content label {
  width: 100%;
  text-align: left;
}

.modal-content .select {
  position: relative;
  z-index: 10;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .modal-content {
    padding: 40px;
  }
}

/* End Modal */

.banner-delivery {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  border-radius: 3px;
  overflow: hidden;
}

@media (min-width: 768px) {
  .footer-banner__form {
    max-width: 610px;
  }

  .banner-delivery {
    padding: 30px;
  }

  .footer-banner__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    flex-direction: row;
    grid-gap: 26px;
    gap: 26px;
  }

  .footer-banner__content {
    grid-column: 1 / span 1;
    grid-row: 1 / span 1;
  }

  .footer-banner__form {
    grid-column: 2 / span 2;
    grid-row: 1 / span 2;
  }

  .footer-banner__image {
    max-width: 70%;
    margin: 0 auto;
    grid-column: 1 / span 1;
    grid-row: 2 / span 2;
  }
}

@media (min-width: 1240px) {
  .footer-banner__container {
    display: flex;
    flex-direction: row;
  }

  .footer-banner__content {
    max-width: 295px;
  }

  .footer-banner__image {
    display: block;
    position: absolute;
    right: -412px;
    top: -22px;
    z-index: -1;
    width: 450px;
    max-width: 400px;
  }

  .footer-banner__image.hidden {
    display: block !important;
  }
}

.banner-delivery::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -3;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(assets/img/banner-delivery-bg.jpg);
}

.mainslider-arrow--left {
  position: absolute;
  top: 50%;
  left: 5%;
  z-index: 10;
}

.mainslider-arrow--right {
  position: absolute;
  top: 50%;
  right: 5%;
  z-index: 10;
}

.product-item-image-slider-control.active,
.product-item-image-slider-control:hover {
  background-color: #148b45 !important;
}

/* newyear-2023 */

.logo_box {
  position: relative;
}

.newyear-hat {
  position: absolute;
  top: 0;
  left: 126px;
  animation: fadeIn 0.75s ease-in-out;
  animation-iteration-count: 1;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.sf-snow-flake {
  position: fixed;
  top: -20px;
  z-index: 99999;
}

.sf-snow-anim {
  top: 110%;
}

.ded-container {
  position: fixed;
  bottom: 0;
  display: block;
  width: 115px;
  height: 192px;
  z-index: 100;
}

.ded-container .tooltiptext {
  /* visibility: hidden; */
  scale: 0;
  width: 368px;
  width: auto;
  color: #000;
  text-align: left;
  border-radius: 6px;
  position: fixed;
  z-index: 1;
  left: 75px;
  bottom: 150px;
  overflow: hidden;
  padding-bottom: 30px;
  background-color: transparent;
  transition: 0.5s ease-in-out;
}

.ded-container.tooltip-opened .tooltiptext {
  /* visibility: visible; */
  scale: 1;
}

/* .ded-container .tooltiptext::after {
  content: "";
  position: absolute;
  left: -25px;
  margin-left: 0;
  border-width: 25px;
  border-style: solid;
  border-color: #F2F6FB transparent transparent transparent;
  bottom: -19px;
} */

.ded-container:before {
  content: "";
  position: absolute;
  border-style: solid;
  right: 14px;
  top: -20%;
  border-width: 25px 25px 0;
  border: 13px solid transparent;
  border-left: 13px solid #e0e7f2;
  border-top: 13px solid #e0e7f2;
  transition: none;
  opacity: 0;
}

.ded-container:after {
  content: "";
  position: absolute;
  top: -20%;
  border-style: solid;
  right: 15px;
  border-width: 23px 23px 0;
  border: 12px solid transparent;
  border-left: 12px solid #f2f6fb;
  border-top: 11px solid #f2f6fb;
  transition: none;
  opacity: 0;
}

/* outer triangle: for border */
.ded-container.tooltip-opened:after {
  top: 10px;
  z-index: 10;
  transition: 1s ease-in;
  opacity: 1;
}

/* inner triangle: for fill */
.ded-container.tooltip-opened:before {
  top: 10px;
  z-index: 9;
  transition: 1s ease-in;
  opacity: 1;
}

.ded-container .tooltiptext-text-container {
  position: relative;
  padding: 11px 19px;
  background: #f2f6fb;
  border: 1px solid #e0e7f2;
  overflow: hidden;
  font-size: 18px;
}

.ded {
  position: fixed;
  left: 20px;
  bottom: -100%;
  z-index: 99999;
  cursor: pointer;
  /* ниже для дракона размеры */
  width: 161px;
  height: 192px;
}

/* для дракона */
.slideUp--dragon {
  animation: slideUpMod 0.75s ease-in-out;
  bottom: -46px;
}

@keyframes slideUpMod {
  0% {
    bottom: -100%;
  }

  100% {
    bottom: -46px;
  }
}

/* .ded--resize {
  width: 161px;
  height: 192px;
  bottom: -50px;
} */

.ded-container.tooltip-opened--mod:before {
  left: 135px;
  top: 46px;
}

.ded-container.tooltip-opened--mod:after {
  left: 136px;
  top: 46px;
}

.ded-container.tooltip-opened--mod .tooltiptext {
  left: 134.5px;
  bottom: 115px;
}

.wobble {
  animation: wobble 2s ease infinite;
}

@keyframes wobble {
  0% {
    transform: translateX(0%);
  }

  15% {
    transform: translateX(-10%) rotate(-5deg);
  }

  30% {
    transform: translateX(8%) rotate(3deg);
  }

  45% {
    transform: translateX(-6%) rotate(-3deg);
  }

  60% {
    transform: translateX(4%) rotate(2deg);
  }

  75% {
    transform: translateX(-2%) rotate(-1deg);
  }

  100% {
    transform: translateX(0%);
  }
}

/* end для дракона */
.tooltip-close {
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 6px;
}

.slideDown {
  animation: slideDown 0.75s ease-in-out;
  bottom: -100%;
}

@keyframes slideDown {
  0% {
    bottom: 0;
  }

  100% {
    bottom: -100%;
  }
}

.slideUp {
  animation: slideUp 0.75s ease-in-out;
  bottom: 0;
}

@keyframes slideUp {
  0% {
    bottom: -100%;
  }

  100% {
    bottom: 0;
  }
}

@media (max-width: 768px) {
  .ded {
    /* width: 90px; */

    /* ниже для дракона размеры */
    /* width: 149px; */
  }

  .ded-container {
    /* width: 85px;
    height: 141px; */
  }

  .ded-container .tooltiptext-text-container {
    font-size: 16px;
  }

  .ded-container .tooltiptext {
    width: 332px;
    width: auto;
    left: 45px;
    bottom: 100px;
  }
}

@media (max-width: 390px) {
  .ded-container {
    display: none;
  }
}

/* /newyear-2023 */

/* 2023 */
.fade-in {
  animation: fadeIn ease 0.5s;
  -webkit-animation: fadeIn ease 0.5s;
  -moz-animation: fadeIn ease 0.5s;
  -o-animation: fadeIn ease 0.5s;
  -ms-animation: fadeIn ease 0.5s;
  animation-iteration-count: 1;
  opacity: 1;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-ms-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.rating {
  display: inline;
  text-align: left;
  align-self: flex-start;
}

.rating--input {
  background: #fff;
  width: 100%;
  padding: 1px 15px;
}

@media screen and (max-width: 767px) {
  .rating--input {
    padding: 4px 15px;
  }
}

.rating__label {
  text-align: left;
}

.rating__stars,
.element-rating__stars {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  gap: 4px;
  position: relative;
  z-index: 3;
}

.rating__result {
  position: relative;
  bottom: 2px;
  color: #000;
}

.star {
  position: relative;
  cursor: pointer;
  width: 15px;
  height: 15px;
}

.element-rating__stars {
  margin-left: 20px;
  margin-right: 10px;
}

.element-rating__stars .star {
  cursor: default;
}

.element-rating__result {
  display: inline;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}

.star::after {
  display: block;
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2714%27%20height%3D%2713%27%20viewBox%3D%270%200%2014%2013%27%20fill%3D%27none%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M13.6697%204.69636L9.13503%204.28683L7.33373%200.213892C7.20762%20-0.0712975%206.79235%20-0.0712975%206.66624%200.213892L4.86498%204.28685L0.33032%204.69636C0.0128046%204.72504%20-0.115519%205.10959%200.124039%205.31451L3.54545%208.24128L2.54418%2012.5673C2.47407%2012.8702%202.81001%2013.1079%203.08419%2012.9494L7%2010.6853L10.9158%2012.9494C11.19%2013.1079%2011.526%2012.8702%2011.4559%2012.5673L10.4546%208.24128L13.876%205.31451C14.1155%205.10959%2013.9872%204.72504%2013.6697%204.69636Z%27%20fill%3D%27%23dfd8d8%27%2F%3E%3C%2Fsvg%3E");
  width: 20px;
  height: 20px;
}

.star--active::after {
  content: url("data:image/svg+xml,%3Csvg%20width%3D%2714%27%20height%3D%2713%27%20viewBox%3D%270%200%2014%2013%27%20fill%3D%27none%27%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%3E%3Cpath%20d%3D%27M13.6697%204.69636L9.13503%204.28683L7.33373%200.213892C7.20762%20-0.0712975%206.79235%20-0.0712975%206.66624%200.213892L4.86498%204.28685L0.33032%204.69636C0.0128046%204.72504%20-0.115519%205.10959%200.124039%205.31451L3.54545%208.24128L2.54418%2012.5673C2.47407%2012.8702%202.81001%2013.1079%203.08419%2012.9494L7%2010.6853L10.9158%2012.9494C11.19%2013.1079%2011.526%2012.8702%2011.4559%2012.5673L10.4546%208.24128L13.876%205.31451C14.1155%205.10959%2013.9872%204.72504%2013.6697%204.69636Z%27%20fill%3D%27%23FFC107%27%2F%3E%3C%2Fsvg%3E");
}

.star--active::after {
  fill: #f9d84a;
}

.button-to-favorite,
.button-to-compare {
  cursor: pointer;
  background-color: #fafafc;
  overflow: hidden;
  width: 39px;
  height: 39px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.button-to-favorite svg,
.button-to-compare svg {
  width: 24px;
  height: 24px;
}

.button-to-container {
  display: flex;
  flex-direction: row;
  gap: 6px;
  align-items: center;
}

.button-to__text {
  color: #777777;
  height: 24px;
  transition: 0.4s ease-in-out;
  white-space: nowrap;
}

.button-to-container .button-to-favorite,
.button-to-container .button-to-compare {
  width: 20px;
  height: 20px;
}

svg.fillable:hover {
  fill: #004bb1;
}

.button-to-favorite--active svg.fillable,
.button-to-favorite:hover svg.fillable,
.button-to-container:hover .button-to-favorite svg.fillable,
.button-to-container--active .button-to-favorite svg.fillable {
  fill: #f44336;
}

.button-to-compare--active svg.strokable,
.button-to-compare:hover svg.strokable,
.button-to-container:hover .button-to-compare svg.strokable,
.button-to-container--active .button-to-compare svg.strokable {
  stroke: #004bb1;
}

.button-to-container:hover .button-to-favorite + .button-to__text {
  color: #148b45;
}

svg.strokable:hover {
  stroke: #004bb1;
}

.button-to-favorite--active svg.strokable,
.button-to-favorite:hover svg.strokable,
.button-to-container:hover .button-to-favorite svg.strokable,
.button-to-container--active .button-to-favorite svg.strokable {
  stroke: #f44336;
}

.button-to-compare--active svg.strokable,
.button-to-compare:hover svg.strokable,
.button-to-container:hover .button-to-compare svg.strokable,
.button-to-container--active .button-to-compare svg.strokable {
  stroke: #004bb1;
}

.button-to-container:hover .button-to-compare + .button-to__text {
  color: #004bb1;
}

/* .dropdown-container {
  max-width: 200px;
  width: 100%;
} */

.dropdown-button {
  display: block;
  background: #f5f5f5;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  color: #707070;
  padding: 4.5px 10px;
  width: 100%;
}

.dropdown-toggle::after {
  position: absolute;
  right: 10px;
  top: 15px;
}

.dropdown-item.active {
  color: #148b45;
}

.modal-basket-item {
  display: flex;
}

.modal-basket-item__image {
  position: relative;
  z-index: 3;
  max-width: 100px;
  min-width: 100px;
  width: 100%;
  margin-right: 20px;
}

.modal-basket-item__info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 30px;
}

.modal-basket-item__name {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}

.modal-basket-item__amount {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #666666;
}

.modal-basket-item__price {
  font-weight: 700;
  font-size: 26px;
  line-height: 40px;
  color: #148b45;
}

.modal-basket-item__currency {
  font-weight: 600;
  font-size: 14px;
  line-height: 40px;
  color: #000000;
}

.modal-basket-buttons {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 10px;
}

.modal-basket-buttons .green_button {
  max-width: 100%;
}

#succes-modal .catalog-product-item-props {
  display: none;
}

#succes-modal .category-section {
  gap: 10px;
  display: grid;
  grid-template-columns: repeat(3, minmax(228px, 1fr));
}

#succes-modal .category-section .catalog-product-item {
  padding: 10px;
  min-width: 100%;
}

#succes-modal .category-section {
  padding: 0;
}

#succes-modal .modal-content,
#succes-modal .modal-dialog {
  max-width: 745px;
}

#succes-modal .catalog-product-item .product-item-image-wrapper {
  width: 140px;
  height: 140px;
}

#succes-modal .product-item-image-original,
#succes-modal .product-item-image-alternative {
  position: initial;
  width: inherit;
  height: auto;
}

#succes-modal .green_button {
  font-size: 12px;
}

@media (max-width: 768px) {
  #succes-modal .modal-content {
    max-width: 411px;
    width: 100%;
  }

  .modal-basket-buttons {
    flex-direction: column;
  }
  .modal-basket-buttons .green_button {
    font-size: 14px;
    text-align: center;
  }

  .button-to-favorite,
  .button-to-compare {
    width: 28px;
    height: 28px;
  }
  .button-to-favorite svg,
  .button-to-compare svg {
    width: 16px;
    height: 16px;
  }

  .element-rating__stars {
    margin: 0;
  }
}

@media (max-width: 815px) {
  #succes-modal .category-section {
    grid-template-columns: 1fr 1fr;
  }

  .catalog-product-item:nth-child(3) {
    display: none;
  }
}

@media (max-width: 500px) {
  #succes-modal .modal-content__title.mt-40 {
    display: none;
  }

  #succes-modal .relative.z-1 {
    display: none;
  }
}

.header-right__links {
  display: flex;
  flex-direction: row;
  gap: 16px;
}

.favorite-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.favorite-clear {
  font-size: 16px;
  line-height: 26px;
  text-decoration-line: underline;
  text-underline-offset: 4px;
  color: #666666;
  white-space: nowrap;
}

@media (min-width: 1240px) {
  .favorite-content .category-section {
    gap: 40px 20px;
    display: grid;
    grid-template-columns: repeat(4, minmax(295px, 1fr));
  }
}

.plane-buy-form {
  max-width: 850px;
}

.plane-buy-form .callback-form {
  flex-direction: row;
  flex-wrap: wrap;
}

.plane-buy-form .callback-form__top {
  width: 100%;
  flex-direction: row;
  align-items: center;
}

.plane-buy-form .callback-form__policy {
  max-width: 100%;
}

.tab-pane .plane-buy-form input[type="submit"] {
  width: 100%;
  padding-left: 16px;
  margin-bottom: 0;
  padding-right: 16px;
  font-size: 14px !important;
}

@media (max-width: 1185px) {
  .plane-buy-form {
    margin-top: 40px;
  }
}

@media (max-width: 830px) {
  .plane-buy-form {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

  .plane-buy-form .callback-form__top {
    flex-direction: column;
  }

  .tab-pane .plane-buy-form form input[type="submit"] {
    width: 100%;
  }
}

.categories-aktsii-container {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .dokumentatcii-item-name {
    font-size: 11px;
  }

  .dokumentatcii-item-size {
    font-size: 11px;
  }

	.dokumentatcii-item-img {
	 width: 45px;

	}

	.dokumentatcii-item img {
	 width: 35px;
	}
}

font.errortext {
  color: red;
}

font.notetext {
  color: green;
}

/* /2023 */

/* tablist */

.nav-cont {
  border-bottom: 1px solid rgba(0, 75, 177, 0.5);
  margin-bottom: 40px;
}

.nav-cont .nav-tabs .nav-link {
  background-color: transparent;
  padding: 6px 13px;
  font-style: normal;
  font-weight: 600;
  font-size: 30px;
  line-height: 40px;
  color: #666666;
  border-bottom: 3px solid transparent !important;
}

.nav-cont .nav-tabs .nav-link.active {
  color: #000000;
  background-color: transparent;
  border-bottom: 3px solid #004bb1 !important;
}

/* end tablist */

select {
  padding: 10px;
  background: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 3px;
}

/* zhir-link */

.zhir-link {
  z-index: 1040;
  transform: rotate(-90deg) translateX(-50%);
  transform-origin: left top;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 5px 15px;
  background: #004bb1;
  border-radius: 0px 0px 3px 3px;
  width: max-content;
  position: fixed;
  top: 50%;
  left: 0;
}

@media (max-width: 1340px) {
  .zhir-link {
    display: none;
  }
}

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

.zhir-link__title {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
}

/* end zhir-link */

/* preloader */

.callback-form__bottom {
  position: relative;
}

.preloader {
  visibility: hidden;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  right: -50px;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-color: white;
  opacity: 0.75;
  /* width: 24px;
          height: 24px; */
  border: none;
  border-radius: 100%;
}

.preloader::before {
  content: "";
  position: absolute;
  background-color: #148b45;
  top: 4px;
  left: 4px;
  width: 10px;
  height: 10px;
  border: none;
  border-radius: 100%;
  transform-origin: 11px 11px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1390px) {
  .preloader {
    top: unset;
    bottom: -50px;
    right: 0;
  }
}

@media (max-width: 1239px) {
  .callback-form__button {
    max-width: 100%;
  }

  .callback-form__policy {
    max-width: 100%;
  }
}

.modal-content .preloader {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  order: 3;
  transform: unset;
  border: 1px solid #004bb1;
}

.modal-content .preloader:before {
  background-color: #004bb1;
}

/* end preloader */

/* header-mobile-menu */

.header-mobile-menu {
  padding: 15px;
  overflow-y: auto;
  overflow-x: none;
  scrollbar-color: #dfdfdf white;
}

.header-mobile-menu::-webkit-scrollbar {
  width: 10px;
  height: 8px;
  background-color: #ffffff;
}

/* ползунок скроллбара */
.header-mobile-menu::-webkit-scrollbar-thumb {
  background-color: #dfdfdf;
  border-radius: 5px;
}

.header-mobile-menu__social {
  margin-bottom: 30px;
  gap: 10px;
  display: flex;
  align-items: center;
}

.header-mobile-menu__social-icon {
  border-radius: 50%;
  display: block;
}

.header-mobile-menu__top {
  margin-bottom: 30px;
}

.header-mobile-menu__search {
  margin-bottom: 20px;
}

.header-mobile-menu__line {
  display: flex;
  align-items: center;
  padding: 15px 0 10px;
  gap: 20px;
  border-bottom: 1px solid #dfdfdf;
}

.header-mobile-menu__contacts {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 30px 0 20px;
}

.header-mobile-menu__phone {
  font-weight: bold;
  font-size: 22px;
  line-height: 26px;
  color: #004bb1;
  text-decoration: none;
}

.header-mobile-menu__mail {
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #000000;
  margin-right: 30px;
  text-decoration: none;
}

/* end header-mobile-menu */

.projects-detail h1 {
  margin-bottom: 30px;
}

.projects-detail-text {
  margin-top: 10px;
}

.news-list-desc {
  margin-top: 50px;
}

.news-top-row {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

/* get-discount-modal */
.discount-form__price {
  text-align: center;
  padding-top: 12px;
  padding-bottom: 12px;
  border-radius: 3px;
  position: relative;
  background: rgb(243 248 255);
}

/* .discount-form__price::before {
  content: '';
position: absolute;
left: 0;
right: 0;
bottom: 0;
top: 0;
background-color: #ffffff;
} */

.discount-form__price p:first-child {
  font-size: 28px;
  line-height: 33.6px;
}

.discount-form__price p:last-child {
  font-size: 16px;
  line-height: 16px;
  color: #004bb1;
  margin-top: 5px;
}

.discount-form__disc-btns {
  display: flex;
  gap: 6px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.discount-form__disc-btn {
  background: transparent;
  padding: 5px 10px;
  border: 1px solid #004bb1;
  font-size: 16px;
  line-height: 19.2px;
  font-weight: 500;
  color: #000000;
  border-radius: 20px;
  cursor: pointer;
}

.discount-form__disc-btn--active {
  background-color: #004bb1;
  color: #ffffff;
}

.discount-form__input {
  padding: 13px 15px 13px 15px;
  margin-bottom: 10px;
}

.discount-form__policy {
  margin-bottom: 15px;
}

.modal.show .discount-form__disc-btns {
  position: sticky;
  z-index: 10;
}

.modal.show .discount-form__input {
  position: sticky;
}

.discount-form__button {
  width: 100%;
  max-width: initial;
  position: sticky;
  z-index: 10;
}

/* end get-discount-modal */

.grecaptcha-badge {
  display: none;
}

.contacts-table {
  border-collapse: collapse;
  min-width: 300px;
  max-width: 550px;
  width: 100%;
}

.contacts-table th,
.contacts-table td {
  padding: 3px;
  border: 1px solid black;
  font-size: 16px;
  line-height: 24px;
}

/* 
.contacts-sert-img-wrapper {
  width: 300px;
  height: auto;
  display: block;
}

.contacts-sert-img {
  width: 100%;
  height: auto;
} */
.contacts-sert-list {
  margin-top: 40px;
}

.contacts-sert-item {
  display: flex;
  gap: 20px;
}

.contacts-sert-img-wrapper {
  width: 100px;
  min-width: 100px;
  height: auto;
  display: block;
}

.contacts-sert-img {
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .contacts-table th,
  .contacts-table td {
    font-size: 12px;
    line-height: 18px;
  }

  .mobile-re-wrapper {
    flex-direction: column !important;
  }

  /* .contacts-sert-img-wrapper {
    width: 80%;
  } */
}

@media (max-width: 550px) {
  .contacts-sert-item {
    flex-direction: column;
  }

  .contacts-sert-img-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 150px;
    min-width: 150px;
  }
}

.nav-link--orange {
  background: #ff7a00 !important;
  color: #ffffff !important;
  padding: 8px 30px !important;
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.mobile-menu-item__link--orange {
  margin-right: -15px;
  background: #ff7a00 !important;
  color: #ffffff !important;
  width: calc(100% + 30px);
  margin-left: -15px;
  padding-left: 15px;
}

.header__row {
  position: relative;
  z-index: 1000;
  display: block;
  width: 100%;
}

.header__row.header__row-gray {
  background: #fafafc;
}

.header__row-white {
  background: #fff;
}

.header__menu-with-socials {
  display: flex;
  align-items: center;
  column-gap: 45px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.header__menu-topline {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: 30px;
}

.header__menu-topline-item {
  position: relative;
  display: flex;
  align-items: center;
  column-gap: 5px;
}

.header__menu-topline-item a {
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #797979;
}

.header__socials {
  display: flex;
  align-items: center;
  column-gap: 16px;
}

.header__socials-item {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__menu-topline-child {
  display: none;
  padding-top: 8px;
  position: absolute;
  top: 100%;
  z-index: 1;
}

.header__menu-topline-item:hover > .header__menu-topline-child {
  display: block;
}

.header__menu-topline-child-list {
  border: 1px solid #ebebeb;
  background: #fff;
  border-radius: 3px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  padding: 10px 0;
}

.header__menu-topline-child-list a {
  padding: 0 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #666;
}

.header__callback {
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #148b45;
}

.header__main {
  padding: 10px;
  padding-bottom: 12px;
  display: flex;
  column-gap: 27px;
  align-items: center;
  justify-content: space-between;
}

.header__catalog-search {
  flex-grow: 1;
  display: flex;
  align-items: center;
  column-gap: 8px;
}

.header__catalog {
  padding: 13px 20px;
  background: #148b45;
  border-radius: 3px;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #ffffff;
  display: flex;
  align-items: center;
  column-gap: 10px;
}

.header__catalog-burger {
  display: flex;
  flex-direction: column;
  row-gap: 4px;
  width: 18px;
  height: 14px;
  position: relative;
}

.header__catalog.active .header__catalog-burger {
  height: 18px;
}

.header__catalog-burger-row {
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 3px;
}

.header__catalog.active .header__catalog-burger-row:nth-child(1) {
  left: 50%;
  width: 2px;
  height: 100%;
  transform: translateX(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
}

.header__catalog.active .header__catalog-burger-row:nth-child(2) {
  top: 50%;
  height: 2px;
  width: 100%;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  -o-transform: translateY(-50%) rotate(45deg);
}

.header__catalog.active .header__catalog-burger-row:nth-child(1),
.header__catalog.active .header__catalog-burger-row:nth-child(2) {
  position: absolute;
}

.header__catalog.active .header__catalog-burger-row:last-child {
  display: none;
}

.header__search {
  flex-grow: 1;
}

.header__search .form-control.search-input {
  padding: 14px 17px 15px;
  font-weight: 400;
  font-size: 14px !important;
  line-height: 19px;
}

.header__phone-mail {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.header__phone {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  color: #004bb1;
}

.header__email {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #222;
}

.header__actions {
  display: flex;
  column-gap: 30px;
}

.header__actions-item-link {
  display: flex;
  align-items: center;
  flex-direction: column;
  row-gap: 6px;
  color: #999999;
  font-weight: 500;
  font-size: 10px;
  line-height: 1.3;
}

.header__actions-item-wrapper {
  position: relative;
  white-space: nowrap;
  font-size: 13px;
}

.header__actions-item-count {
  position: absolute;
  top: -7px;
  right: 0;
  width: 16px;
  height: 16px;
  background: #004bb1;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  font-size: 13px;
  line-height: 16px;
}

.header__catalog-drop {
  display: none;
  background-color: #f7f7f7;
}

.header__catalog-drop.opened {
  display: block;
}
header.header__wrapper {
  position: fixed;
  top: 0px;
  z-index: 100;
  width: 100%;
  background: #fff;
}
/* .header_sticky {
  position: sticky;
  top: 35px;
  z-index: 100;
}
.header-sticky-first {
  position: sticky;
  top: 0px;
}
.header-sticky-third {
  position: sticky;
  top: 115px;
} */

.header__main-wrapper {
  border-radius: 0px 0px 3px 3px;
  box-shadow: 0px 5px 15px rgba(34, 34, 34, 0.04);
}

.header__catalog-drop-menu {
  display: flex;
  padding-right: 10px;
}

.catalog-drop-menu__first,
.catalog-drop-menu__content {
  padding: 20px 0;
}

.catalog-drop-menu__first {
  padding-right: 10px;
  border-right: 1px solid #dadcde;
  min-width: 284px;
  width: 284px;
}

.catalog-drop-menu__content {
  padding-left: 20px;
  flex-grow: 1;
}

.catalog-drop-menu__content-item {
  display: none;
  opacity: 0;
}

.catalog-drop-menu__content-item.active {
  display: flex;
  animation: fadeIn 0.3s ease-in-out;
  opacity: 1;
  animation-iteration-count: 1;
  column-gap: 20px;
}

.catalog-drop-menu__first-item {
  width: 100%;
  padding: 12px 18px 12px 14px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #333;
  border-radius: 3px;
  background: transparent;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}

.catalog-drop-menu__first-item-text {
  flex-grow: 1;
}

.catalog-drop-menu__first-item-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
}

.catalog-drop-menu__first-item-arrow svg {
  transition: stroke 0.2s ease-in-out;
}

.catalog-drop-menu__first-item:hover {
  background: #ffffff;
  color: #004bb1;
}

.catalog-drop-menu__first-item:hover
  > .catalog-drop-menu__first-item-arrow
  svg {
  stroke: #004bb1;
}

.catalog-drop-menu__item-2,
.catalog-drop-menu__item-3 {
  display: block;
}

.catalog-drop-menu__content-item-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #333;
}

.catalog-drop-menu__content-item-list-wrapper {
  width: 100%;
  height: 65vh;
  overflow: auto;
}

.catalog-drop-menu__content-item-list {
  margin-top: 17px;
  display: flex;
  column-gap: 20px;
  row-gap: 40px;
  flex-wrap: wrap;
  /*flex-direction: column;*/
  width: 100%;
  /*max-height: 700px;*/
  /* max-width: 610px; */
}

.catalog-drop-menu__content-image {
  margin-top: 42px;
  max-width: 300px;
}

.catalog-drop-menu__item-2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  position: relative;
  text-decoration-line: underline;
  -moz-text-decoration-line: underline;
  text-underline-offset: 4px;
  color: #333;
  text-decoration-color: #333333;
  -moz-text-decoration-color: #333333;
}

.catalog-drop-menu__item-3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #666;
}

.catalog-drop-menu__item-2 + .catalog-drop-menu__item-3 {
  margin-top: 16px;
}

.catalog-drop-menu__item-3 + .catalog-drop-menu__item-3 {
  margin-top: 6px;
}

.catalog-drop-menu__all-2 {
  margin-top: 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: #004bb1;
  text-decoration-line: underline;
  -moz-text-decoration-line: underline;
  text-underline-offset: 4px;
  text-decoration-color: #004bb1;
  -moz-text-decoration-color: #004bb1;
}

.catalog-drop-menu__content-item-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc((100% - 40px) / 3);
}

.header__catalog-menu {
  position: relative;
}

.header__catalog-menu.hide {
  display: none;
}

.header__catalog-menu-list {
  display: flex;
  column-gap: 20px;
}

.header__catalog-menu-item {
  flex-grow: 1;
}

.header__catalog-menu-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  color: #999999;
  display: block;
  padding: 12px 0 14px;
  text-align: center;
}

.header__catalog-menu-link:hover {
  background-color: #f7f7f7;
  color: #333333;
}

.header__row-border-top {
  border-top: 1px solid #ebebeb;
}

.header__catalog-menu-list-children-wrapper {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 100;
  background-color: #f7f7f7;
  padding-top: 20px;
  padding-bottom: 80px;
}

.header__catalog-menu-item:hover .header__catalog-menu-list-children-wrapper {
  display: block;
}

.header__catalog-menu-list-children {
  display: flex;
  align-items: flex-start;
  column-gap: 21px;
}

.header__catalog-menu-list-sections {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-height: 650px;
  column-gap: 20px;
  row-gap: 40px;
  width: 100%;
}

.header__catalog-menu-list-image {
  max-width: 295px;
}

.header__catalog-menu-list-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc((100% - 60px) / 5);
}

.header__catalog-menu-link-2 {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-decoration-line: underline;
  -moz-text-decoration-line: underline;
  text-underline-offset: 4px;
  color: #333;
  text-decoration-color: #333333;
  -moz-text-decoration-color: #333333;
}

.header__catalog-menu-link-2:hover {
  text-decoration-color: #148b45;
  -moz-text-decoration-color: #148b45;
}

.header__catalog-menu-link-3 {
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #666666;
}

.header__catalog-menu-link-3 + .header__catalog-menu-link-3 {
  margin-top: 6px;
}

.header__catalog-menu-link-2 + .header__catalog-menu-link-3,
.header__catalog-menu-link-3 + .header__catalog-menu__all-2 {
  margin-top: 16px;
}

.header__catalog-menu__all-2 {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-decoration-line: underline;
  -moz-text-decoration-line: underline;
  text-underline-offset: 4px;
  color: #004bb1;
  text-decoration-color: #004bb1;
  -moz-text-decoration-color: #004bb1;
}

.header__catalog-menu__all-2:hover {
  text-decoration-color: #148b45;
  -moz-text-decoration-color: #148b45;
}

.header_first {
  z-index: 300;
}

.header_second {
  z-index: 200;
}

.header_third {
  z-index: 100;
}

.header__main-burger,
.header__actions-search,
.header__catalog-menu-mobile,
.header__search-menu-tablet,
.header__menu-main-mobile,
.header__actions-callback,
.header__main-burger-close,
.footer_fixed_menu {
  display: none;
}

.footer_fixed_menu-text {
  font-size: 10px;
}
.catalog__slider-section {
  margin-top: 100px;
}

.catalog__slider-section-name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
}

.catalog__slider-section-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 19px;
  color: #004bb1;
  border-bottom: 1px solid #004bb1;
}

.catalog__slider-section-link:hover {
  border-color: #148b45;
}

@media screen and (max-width: 1150px) {
  .header_first,
  .header_third,
  .header__catalog-drop-menu,
  .header__catalog-search .header__search,
  .header__action-item-text {
    display: none;
  }

  .header__main {
    column-gap: 16px;
  }

  .header__logo img,
  .header-menu-mobile-top-logo img {
    width: 160px;
  }

  .header__actions {
    column-gap: 25px;
  }

  .header__catalog-search {
    padding-left: 17px;
  }

  .header__actions-search {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header__main-burger {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-menu-mobile-top {
    display: flex;
    column-gap: 16px;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    padding-bottom: 14px;
  }

  .header-menu-mobile-top-menu-close {
    width: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header__catalog-menu-mobile,
  .header__search-menu-tablet,
  .header__menu-main-mobile {
    position: absolute;
    left: 0;
    top: 0;
    width: 410px;
    height: 100vh;
    overflow-y: auto;
    z-index: 10;
    background: #fff;
  }

  .header__catalog-menu-mobile.opened,
  .header__search-menu-tablet.opened,
  .header__menu-main-mobile.opened {
    display: block;
  }

  .header-tablet-background {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(45, 45, 45, 0.58);
  }

  .header-tablet-background.opened {
    display: block;
  }

  .header-menu-mobile-catalog {
    flex-grow: 1;
    padding-left: 17px;
  }

  .header__catalog-menu-mobile-list {
    position: relative;
    transition: transform 0.2s ease-in-out;
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -ms-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
  }

  .header__catalog-menu-mobile-section {
    padding: 4px 0 60px;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
  }

  .header__catalog-menu-mobile-section .header__catalog-menu-mobile-section {
    left: 100%;
  }

  .header__catalog-menu-mobile-section.active {
    display: block;
  }

  .header__catalog-menu-mobile-item-wrapper {
    padding: 0 10px;
  }

  .header__catalog-menu-mobile-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 10px;
    border-bottom: 1px solid #ebebeb;
  }

  .header__catalog-menu-mobile-item-wrapper:last-child
    .header__catalog-menu-mobile-item {
    border-bottom: unset;
  }

  .header__catalog-menu-mobile-item-link {
    padding: 16px 0 16px 7px;
    padding-left: 7px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    flex-grow: 1;
  }

  .header__catalog-menu-mobile-item-arrow {
    padding: 16px 7px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .header__catalog-menu-mobile-item-back {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background: #f2f6fb;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #333333;
    padding: 12px 17px;
    column-gap: 14px;
  }

  .header__catalog-menu-mobile-item-back-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 22px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
  }

  .header__catalog-menu-mobile-item-all {
    display: block;
    margin-top: 16px;
    padding: 0 17px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-decoration-line: underline;
    -moz-text-decoration-line: underline;
    text-underline-offset: 4px;
    color: #004bb1;
    text-decoration-color: #004bb1;
    -moz-text-decoration-color: #004bb1;
  }

  .header-menu-mobile__content {
    border-top: 1px solid #ebebeb;
    padding-top: 20px;
    padding-bottom: 30px;
  }

  .header-menu-mobile-list {
    padding: 0 17px;
  }

  .header-menu-mobile-list .header-menu-mobile-list {
    display: none;
    margin-top: 18px;
    padding: 0 20px;
  }

  .header-menu-mobile-list .header-menu-mobile-list.opened {
    display: block;
  }

  .header-menu-mobile-item-wrapper {
    display: flex;
    justify-content: space-between;
  }

  .header-menu-mobile-item + .header-menu-mobile-item {
    margin-top: 24px;
  }

  .header-menu-mobile-item-wrapper a {
    flex-grow: 1;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
  }

  .header-menu-mobile-item .header-menu-mobile-item a {
    font-weight: 500;
  }

  .header-menu-mobile-item-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease-in-out;
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -ms-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
  }

  .header-menu-mobile-item-arrow.opened {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
  }

  .header-menu-mobile-actions-wrapper {
    padding: 0 17px;
  }

  .header-menu-mobile-actions {
    border-top: 1px solid #ebebeb;
    padding: 30px 0;
  }

  .header-menu-mobile-phone,
  .header-menu-mobile-email {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 12px;
  }

  .header-menu-mobile-phone-icon,
  .header-menu-mobile-email-icon {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-menu-mobile-phone-email {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }

  .header-menu-mobile-phone-text {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.3;
    color: #004bb1;
  }

  .header-menu-mobile-email-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #222222;
  }

  .header-menu-mobile-socials {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    column-gap: 10px;
    row-gap: 10px;
  }

  .header-menu-mobile-social {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header-menu-mobile-callback {
    margin-top: 30px;
    background: #148b45;
    border-radius: 3px;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    padding: 12px 22px;
  }
}

@media screen and (max-width: 767px) {
  .header-menu-mobile-top,
  .header__catalog-search,
  .header__phone-mail {
    display: none;
  }

  .header__actions-callback {
    display: flex;
  }

  .header__logo {
    flex-grow: 1;
  }

  .header__catalog-menu-mobile,
  .header__search-menu-tablet,
  .header__menu-main-mobile {
    top: 60px;
    width: 100%;
    padding-bottom: 70px;
  }

  .header__main-burger {
    width: 24px;
  }

  .header__main-burger.active .header__main-burger-open {
    display: none;
  }

  .header__main-burger.active .header__main-burger-close {
    display: block;
  }

  .header-tablet-background,
  .header-tablet-background.opened {
    display: none;
  }

  .header__search-menu-tablet,
  .header__actions-search,
  #favorite-r,
  #compare-r {
    display: none;
  }

  .footer_fixed_menu {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    border-top: 1px solid #ebebeb;
    background: #fff;
  }

  .footer_fixed_menu-list {
    padding: 16px 15px 15px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .footer_fixed_menu-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    row-gap: 8px;
    font-weight: 500;
    font-size: 8px;
    line-height: 11px;
    color: #666666;
    width: 48px;
  }

  .footer_fixed_menu-item.active {
    /* color: #004bb1; */
  }

  .footer_fixed_menu-item.active svg.fillable {
    /* fill: #004bb1; */
  }

  .footer_fixed_menu-item.active svg.strokable {
    /* stroke: #004bb1; */
  }

  .header__search-menu-tablet,
  .header__menu-main-mobile,
  .header__catalog-menu-mobile-section {
    padding-bottom: 120px;
  }

  body {
    padding-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .category-section--2023.category-section--list .catalog-item-catalog {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .category-section {
    display: flex;
    flex-wrap: wrap;
  }
}

.header__action-item-icon-basket {
  height: 24px;
  width: 24px;
}

@media screen and (max-width: 767px) {
  ._orientationRight__Xxjyx.wrap__J3FcZ {
    bottom: 50px;
  }
  .header__action-item-icon-basket {
    height: 30px;
    width: 30px;
  }

  .header__actions-item-icon-call {
    width: 30px;
    height: 30px;
  }

  .h2,
  h2 {
    font-size: 20px;
    line-height: 27px;
  }

  ._orientationRight__CdFlA .button__Yk28w {
    margin: 0 !important;
    bottom: 70px;
    right: 10px;
  }

  /* p {
    font-size: 16px;
    line-height: ;
  } */
}
.discount-form {
  position: relative;
  z-index: 1;
}
.form-handling-privacy {
      display: flex
;
    align-items: flex-start;
    gap: 5px;
}