/*
! tailwindcss v3.3.2 | 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: #e5e7eb; /* 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.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings 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: "Segoe UI", sans-serif; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

/*
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.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

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

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  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,
strong {
  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,
kbd,
samp,
pre {
  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.
*/

small {
  font-size: 80%;
}

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

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
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.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
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,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 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,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

:-moz-ui-invalid {
  box-shadow: none;
}

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

progress {
  vertical-align: baseline;
}

/*
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.
*/

summary {
  display: list-item;
}

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

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 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::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.
*/
:disabled {
  cursor: default;
}

/*
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,
video,
canvas,
audio,
iframe,
embed,
object {
  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,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --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:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --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-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --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: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --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:  ;
}
@font-face {
  font-family: 'Medium';
  src: url('../../fonts/HelveticaNeueCyr-Medium.eot?#iefix') format('embedded-opentype'),
  url('../../fonts/HelveticaNeueCyr-Medium.woff') format('woff'),
  url('../../fonts/HelveticaNeueCyr-Medium.ttf')  format('truetype'),
  url('../../fonts/HelveticaNeueCyr-Medium.svg#HelveticaNeueCyr-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bold';
  src: url('../../fonts/HelveticaNeueCyr-Bold.eot?#iefix') format('embedded-opentype'),
  url('../../fonts/HelveticaNeueCyr-Bold.woff') format('woff'),
  url('../../fonts/HelveticaNeueCyr-Bold.ttf')  format('truetype'),
  url('../../fonts/HelveticaNeueCyr-Bold.svg#HelveticaNeueCyr-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Regural';
  src: url('../../fonts/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
  url('../../fonts/HelveticaNeue.woff') format('woff'),
  url('../../fonts/HelveticaNeue.ttf')  format('truetype'),
  url('../../fonts/HelveticaNeue.svg#HelveticaNeue') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'BravoRG';
  src: url('../../fonts/BravoRG.eot?#iefix') format('embedded-opentype'),
  url('../../fonts/BravoRG.woff') format('woff'),
  url('../../fonts/BravoRG.ttf')  format('truetype'),
  url('../../fonts/BravoRG.svg#BravoRG') format('svg');
  font-weight: normal;
  font-style: normal;
}
:root {

  /* XD colors */

  /* Tailwind extend colors */
  /* --dark: theme("colors.dark"); */
  /* --bright: theme("colors.bright"); */
  /* --gray-light: theme("colors.gray-light"); */
  /* --gray-hover: theme("colors.gray-hover"); */
}
html{
  scroll-behavior: smooth;
}
body {
  font: 400 14px/1em "Medium";
  color: #666;
  min-width: 320px;
  width: 100%;
  height: 100%;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}
a{
  transition: all 250ms ease-in-out;

}
.tiun_breadcrumbs a:hover{
      color: #73ac38;
    }
.flex-center{
  display: flex;
  align-items: center;
  justify-content: center;
}
.abs-center{
  left: 50%;
  top: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  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));
}
.abs-x-center{
  left: 50%;
  --tw-translate-x: -50%;
  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));
}
.abs-y-center{
  top: 50%;
  --tw-translate-y: -50%;
  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));
}
.bg{
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  /* background-image прописывать так: bg-[url('../img/icon.svg')] */
}
.t-mask {
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: auto;
          mask-size: auto;
  /* Использовать в сочетании с: mask-image: url(../img/icon.svg); */
}
.mb-10{
  display: inline-block;
  margin-bottom: 10px;
}
/* Стили для отладки
================================================= */
.animated,
.animated:before,
.animated:after,
.sidebar {
  transition: all 250ms ease-in-out;
}
@media (max-width: 1200px){
[id*=menu-primary]{ display: none
} }
.mobile-site-menu [id*=menu-primary]{
    display: block;
  }
.sub-menu{
  display: none;
  position: absolute;
  top: 35px;
  padding: 20px;
  background: rgb(255, 255, 255, 0.95);
  z-index: 999999;
  margin-left: -20px;
}
footer .sub-menu,
  .aside .sub-menu{
    display: block;
    position: static;
    padding: 0;
    margin-left: 0;
  }
.aside .sub-menu{
    background: transparent;
    padding: 12px 0 0 1rem;
  }
.mobile-site-menu .sub-menu{
    position: static;
    padding: 10px 20px 30px;
    margin-left: 0;
  }
.mobile-site-menu .sub-menu a{
      font-size: 16px;
    }
.header__fixed li.menu-item:hover .sub-menu {
  display: block;
}
.header__fixed ul.sub-menu li{
    width: 100%;
    display: block;
    float: left;
  }
ul.sub-menu li + li {
  margin-top: 10px;
}
ul.sub-menu li a {
  color: #323232;
  text-decoration: none;
  font: 14px/1.4 "Medium";
}
.header__fixed ul.sub-menu li a{
    white-space: nowrap;
  }
ul.sub-menu li a:hover {
  color: #73ac38;
}
@media (max-width: 576px){
[id*=menu-footer_menu] > li{ width: 100%
  } }
[id*=menu-footer_menu] > li > a{
      display: block;
      font: 14px / 1.4 "Bold";
      text-transform: uppercase;
      color: #73AC38;
      margin-bottom: 30px;
    }
@media (max-width: 576px){
[id*=menu-footer_menu] > li > a{text-align: center; margin-bottom: 10px
    } }
.wrapper {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.ph-20 {
  padding-left: 20px;
  padding-right: 20px;
}
.up {
  display: block;
  float: left;
  width: 61px;
  height: 61px;
  position: fixed;
  bottom: -120px;
  left: 20px;
  background: url("../../img/svg/up.svg") no-repeat;
  z-index: 9999999;
  transition: all 250ms ease-in-out;
}
.up:hover {
    background: url("../../img/svg/up_hover.svg") no-repeat;
  }
.up.show {
    bottom: 20px;
  }
.ajax-progress.ajax-progress-fullscreen {
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.898);
  z-index: 10;
}
.ajax-progress.ajax-progress-fullscreen:before,
  .ajax-progress.ajax-progress-fullscreen:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 40%;
    content: "";
    display: inline-block;
    background-color: #3B698A;
    width: 10px;
    height: 10px;
    animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
  }
.ajax-progress.ajax-progress-fullscreen:after {
    animation-delay: -0.9s;
  }
@keyframes sk-wanderingCube {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    /* Hack to make FF rotate in the right direction */
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.header__fixed{
  display: block;
  width: 100%;
  background: #fff;
  float: left;
  padding: 20px 0;
  top: -250%;
}
.header__fixed > div{
    display: flex;
    justify-content: space-between;
  }
.home .header__fixed,
  .header__fixed.show {
    position: fixed;
    top: 0;
    z-index: 101;
  }
.home .header__fixed{
    background: transparent;
  }
.header__fixed.show{
    border-bottom: 2px solid #e5e5e5;
  }
.header__fixed .logo {
    flex-shrink: 0;
    width: 240px;
    position: relative;
    top: -3px;
  }
@media (max-width: 440px){
.header__fixed .logo { width: 190px
  } }
.header__fixed .wrapper:after {
      content: "";
      background: url("../../img/svg/dot_gray.svg") no-repeat;
      display: block;
      float: left;
      width: 185px;
      height: 125px;
      position: absolute;
      left: -200px;
      top: -74px;
      z-index: 1;
    }
.not-front .header__fixed .wrapper{
      display: flex;
      align-items: center;
    }
@media (max-width: 440px){
.header__fixed .btn-pink{ display: none
  } }
.home .buter{
      position: relative;
      top: -5px;
    }
@media (max-width: 1200px){
.buter {
      display: block;
      flex-shrink: 0;
      background:url('../../img/svg/buter.svg') no-repeat center;
      width: 36px;
      height: 36px;
      background-size: 36px;
      cursor: pointer;
      margin-right: 20px
  }
      .buter:hover {
        background:url('../../img/svg/buter_hover.svg') no-repeat center;
        background-size: 36px;
      }
    }
.mobile-site-menu {
  padding: 0;
  height: 100%;
  width: 100%;
  left: -150%;
  top: 0;
  position: fixed;
  z-index: 99999999;
}
.mobile-site-menu.show {
    left: 0;
  }
.mobile-site-menu .logo img{
    width: 220px;
    margin: auto;
  }
.mobile-site-menu [id*=menu-primary]{
    font-size: 16px;
    color: #000;
  }
.mobile-site-menu [id*=menu-primary] > li {
      display: block;
      padding: 0;
      margin-left: 0 !important;
      border-top: solid 2px #E6E6E6;
    }
.mobile-site-menu [id*=menu-primary] > li > a {
        display: block;
        text-transform: uppercase;
        padding: 21px 20px 15px 20px;
      }
.mobile-site-menu [id*=menu-primary] > li > a:hover {
          color: #73ac38;
        }
.mobile-site-menu [id*=menu-primary] > li ul a{
        display: block;
        padding: 5px 0 0 12px;
      }
.mobile-site-menu .background-close,
.mobile-site-menu .menu-close-btn,
.mobile-site-menu__container {
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.mobile-site-menu .background-close {
  background: rgba(204, 204, 204, 0.6);
  cursor: pointer;
  left: 0;
  z-index: 2;
}
.mobile-site-menu .menu-close-btn {
  color: #fff;
  cursor: pointer;
  top: 10px;
  right: 25px;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 10;
  background: url("../../img/svg/close_green.svg") no-repeat center;
}
.mobile-site-menu .menu-close-btn:before {
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  width: 20px;
  height: 20px;
}
.mobile-site-menu .menu-close-btn:hover {
  background: url("../../img/svg/close_pink.svg") no-repeat center;
}
.mobile-site-menu__container {
  background: #fff;
  overflow: hidden;
  width: 320px;
  left: 0;
  z-index: 3;
}
.mobile-site-menu__inner {
  overflow-y: scroll;
  top: 0;
  left: 0;
  height: 100%;
  width: 340px;
  position: absolute;
  z-index: 1;
}
.mobile-site-menu__inner-container {
  max-width: 320px;
  width: 100%;
  display: block;
  float: left;
  margin-top: 50px;
}
.header__phone {
  margin: 30px 0 0;
}
.header__phone a{
    display: block;
    font-size: 18px;
    font-family: "Bold";
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    color: #000;
    margin: 10px 0 0;
  }
.header__phone a:hover{
      color: #73ac38;
    }
.mobile-site-menu [class*=lang_sel]{
    font: 14px/1.2 "Bold";
    margin: 20px 0 10px;
  }
@media (max-width: 540px){
.mobile-site-menu [class*=lang_sel]{
      display: block
  } }
.mobile-site-menu [class*=lang_sel] > div{
      width: auto;
    }
.mobile-site-menu [class*=lang_sel] ul > li{
        display: flex;
        justify-content: center;
        gap: 0.7rem;
      }
.mobile-site-menu [class*=lang_sel] ul > li > a{
          padding: 0;
        }
.mobile-site-menu [class*=lang_sel] ul ul {
        visibility: visible;
        position: static;
        display: flex;
        gap: 0.7rem;
      }
.show-sub-menu {
  background: #73ac38;
  color: #fff;
  cursor: pointer;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 20px;
  z-index: 10;
  border-radius: 50%;
}
.show-sub-menu:hover {
    background: #f6917d;
  }
.show-sub-menu:after {
    content: "";
    display: block;
    width: 30px;
    height: 32px;
    background: url("../../img/svg/arrow_down_hover.svg") no-repeat center;
    background-size: 18px;
  }
.show-sub-menu.active:after {
    content: "";
    display: block;
    width: 30px;
    height: 29px;
    background: url("../../img/svg/arrow_top_hover.svg") no-repeat center;
    background-size: 18px;
  }
.show-sub-menu:before {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    width: 30px;
    height: 30px;
  }
.show-sub-menu.active:before {
    line-height: 28px;
  }
.header__fixed .menu > li > a,
[class*=lang_sel]{
  text-transform: uppercase;
  font: 12px / 1.2 "Bold";
  text-decoration: none;
}
.menu > li{
    display: inline-block;
    padding: 12px 0;
    position: relative;
  }
footer .menu > li{
      padding: 0;
    }
@media (max-width: 576px){
footer .menu > li{text-align: center
    }}
.aside .menu > li{
      display: block;
    }
.header__fixed .menu > .menu-item+.menu-item {
    margin-left: 10px;
  }
.home .header__fixed .menu{
    color: white;
  }
.not-front .header__fixed .menu a{
      color: #231f20;
    }
.not-front .header__fixed .menu a:hover{
        color: #73ac38;
      }
[class*=lang_sel]{
  margin-right: 1rem;
}
@media (max-width: 540px){
[class*=lang_sel]{ display: none
} }
[class*=lang_sel] > div{
    width: 38px;
  }
[class*=lang_sel] li.wpml-ls-current-language:hover > a{
      color: #FF927B;
      background: white;
    }
[class*=lang_sel] li ul li:last-child a{
      padding-bottom: 11px;
    }
[class*=lang_sel] a{
      text-transform: uppercase;
      padding: 6px 10px;
      border: none;
    }
[class*=lang_sel] a:hover{
        color: #FF927B;
        background: white;
      }
[class*=lang_sel] a.wpml-ls-item-toggle{
      color: #FF927B;
      background-color: transparent;
      padding-top: 11px;
      border: none;
    }
[class*=lang_sel] a.wpml-ls-item-toggle:hover{
        color: #FF927B;
        background: white;
      }
[class*=lang_sel] a.wpml-ls-item-toggle:after{
        display: none;
      }
[class*=lang_sel] ul.wpml-ls-sub-menu{
      border-top: none;
    }
.modal{
  display: none;
}
.modal-open.modal{
  position: fixed;
  inset: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.modal-dialog{
  position: fixed;
  z-index: 10;
  margin-left: 1rem;
  margin-right: 1rem;
  max-height: 100%;
  width: 91.666667%;
  overflow: auto;
}
@media (min-width: 1024px){

  .modal-dialog{
    max-width: 640px;
  }
}
.modal-dialog {
    /* @apply left-1/2 top-1/2 max-h-full w-full -translate-x-1/2 -translate-y-1/2 sm:w-3/4; */
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
    animation-name: animateTop;
    animation-duration: 0.3s; /* IE and Edge */ /* Firefox */
  }
.modal-dialog::-webkit-scrollbar {
      display: none;
    }
.modal-dialog{
    -ms-overflow-style: none;
    scrollbar-width: none;
}
@keyframes animateTop {
  from {
    margin-top: -30px;
    /* opacity: 0; */
  }
  to {
    margin-top: 0;
    /* opacity: 1; */
  }
}
.modal-content{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 60px 40px;

  position: relative;
}
.modal-content:before,.modal-content:after{
    content: '';
    width: 100px;
    height: 100px;
    position: absolute;
    z-index: 1;
  }
.modal-content:before{
    border-top: 5px solid #73AC38;
    border-left: 5px solid #73AC38;
    top: 0;
    left: 0;
  }
.modal-content:after{
    bottom: 0;
    right: 0;
    border-right: 5px solid #73AC38;
    border-bottom: 5px solid #73AC38;
  }
@media (max-width: 767px){
.modal-inline .modal-content{ padding: 30px 0 3rem
  } }
.modal-header {
    margin-bottom: 2rem;
  }
.modal-header h3{
  margin-bottom: 2.5rem;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  display: inline-block;
  margin-bottom: 10px;
}
.close{
  display: block;
  border-radius: 9999px;
  font-size: 18px;
  width: 20px;
  height: 20px;
      position: absolute;
      top: 20px;
      right: 20px;
}
.close span{
        display: inline-block;
        color: #73AC38;
        width: 20px;
        height: 20px;
        font-size: 26px;
        font-weight: bold;
        position: absolute; top: 10px; left: 50%;
        transform: translate(-50%, -50%);
        transition: all 250ms ease-in-out;
      }
.close span:hover{
          color: #f6917d;
        }
.modal-title,
    .modal-inline-subtitle{
      text-align: center;
    }
.modal-title{
      font: 24px/1.5 "Bold";
      text-transform: uppercase;
    }
@media (max-width: 767px){
.modal-title{ padding: 0 3.7rem
    } }
@media (max-width: 767px){
.modal-inline .modal-title{ padding: 0
      } }
.modal-inline-subtitle{
      font-size: 16px;
      margin: 20px auto 2.5rem;
    }
form .submit_wrap{
      text-align: center;
      margin: 0 auto;
    }
.modal_row:nth-child(2){
        display: flex;
        justify-content: space-between;
        align-content: center;
      }
@media (max-width: 540px){
.modal_row:nth-child(2){flex-flow: row wrap
      } }
.modal_row:nth-child(2) .animated-label{
          width: 46%;
        }
@media (max-width: 540px){
.modal_row:nth-child(2) .animated-label{ width: 100%
        }
.modal_row:nth-child(2) .animated-label:first-child{ margin-bottom: 15px
          } }
[id*=modal-callback] .modal_row:nth-child(2) .animated-label{
            width: 100%;
          }
.inter-txt{
        position: relative;
        top: 14px;
      }
@media (max-width: 540px){
.inter-txt{ top: -8px
      } }
input[name="username"] {
  display: none;
}
[id=order-form-inline] input, [id=order-form-inline] textarea, [id=order-form] input, [id=order-form] textarea{
    border: solid 2px #ccc;
  }
[id=order-form-inline] input:focus, [id=order-form-inline] input:focus-visible, [id=order-form-inline] textarea:focus, [id=order-form-inline] textarea:focus-visible, [id=order-form] input:focus, [id=order-form] input:focus-visible, [id=order-form] textarea:focus, [id=order-form] textarea:focus-visible{
      outline: none;
      border: solid 2px #73AC38;
    }
[id=order-form-inline] input, [id=order-form] input{
  width: 100%;
    height: 40px;
    color: #73AC38;
    font: 16px / 40px "Medium";
    padding: 0 10px;
}
[id=order-form-inline] textarea, [id=order-form] textarea{
  margin-bottom: -6px;
  height: 120px;
  width: 100%;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.animated-label{
  position: relative;
  margin-bottom: 1.65rem;
}
.animated-label label{
  pointer-events: none;
  position: absolute;
  left: 1.7rem;
  top: 18px;
  font-size: 16px;
    color: #73AC38;
    font: 16px "Medium";
    line-height: 0.3;
    transition: transform 0.2s;
}
@media (max-width: 540px){
.animated-label label { padding-right: 15px
  } }
.animated-label input[placeholder]:not(:-moz-placeholder-shown) + label, .animated-label textarea[placeholder]:not(:-moz-placeholder-shown) + label{
  overflow: hidden;
  font-size: 1.125rem;
  line-height: 1.75rem;
    transform: translateY(-44px);
}
.animated-label input:hover + label,
  .animated-label input:focus + label,
  .animated-label input[placeholder]:not(:placeholder-shown) + label,
  .animated-label textarea:hover + label,
  .animated-label textarea:focus + label,
  .animated-label textarea[placeholder]:not(:placeholder-shown) + label{
  overflow: hidden;
  font-size: 1.125rem;
  line-height: 1.75rem;
    transform: translateY(-44px);
}
[id=modal-order-prefooter] .animated-label input[placeholder]:not(:-moz-placeholder-shown) + label, [id=modal-order-prefooter] .animated-label textarea[placeholder]:not(:-moz-placeholder-shown) + label{
      color: #fff;
    }
[id=modal-order-prefooter] .animated-label input:hover + label,[id=modal-order-prefooter] .animated-label input:focus + label,[id=modal-order-prefooter] .animated-label input[placeholder]:not(:placeholder-shown) + label,[id=modal-order-prefooter] .animated-label textarea:hover + label,[id=modal-order-prefooter] .animated-label textarea:focus + label,[id=modal-order-prefooter] .animated-label textarea[placeholder]:not(:placeholder-shown) + label{
      color: #fff;
    }
@media (max-width: 580px){
.animated-label.textarea-label textarea[placeholder]:not(:-moz-placeholder-shown) + label { display: none
    }
.animated-label.textarea-label textarea:focus + label,
    .animated-label.textarea-label textarea[placeholder]:not(:placeholder-shown) + label { display: none
    } }
.btn{
  color: #231F20;
}
.home .btn{
    color: white;
  }
.btn{
  white-space: nowrap;
  font: 12px/1.2 "Medium";
  cursor: pointer;
  padding: 8px 12px;

  border-radius: 20px;
  transition: all 250ms ease-in-out;
}
.btn:hover{
    background: #ff927b;
    color: #fff;
  }
.modal .btn{
    width: 220px;
    color: #fff;
    background: #73AC38;
    font: 20px / 1.2 "Bold";
    padding: 11px 20px 13px 20px;
    margin: 10px auto 0;
    border-radius: 20px;
  }
.modal .btn:hover{
      background: #FF927B;
    }
.btn-pink{
  border: 2px solid #ff927b;
}
html{
  background: #E5E5E5;
}
.header__fixed .btn-grn {
    display: block;
    float: left;
    text-indent: -9999em;
    margin-left: 30px;
  }
@media (max-width: 610px){
.header__fixed .write, .header__fixed [class*=lang_sel]{ display: none
  } }
.header__fixed .callback .btn-grn {
      content: "";
      display: block;
      width: 32px;
      height: 34px;
      background: url("../../img/svg/phone.svg") no-repeat center;
      float: left;
      background-size: 28px;
      cursor: pointer;
    }
.header__fixed .callback .btn-grn:hover {
      content: "";
      background: url("../../img/svg/phone_hover.svg") no-repeat center;
      width: 32px;
      height: 34px;
      background-size: 28px;
    }
#wrapper {
  overflow: hidden;
  min-width: 320px;
  width: 100%;
  min-height: 100%;
  height: auto;
  position: relative;
}
.tiun_breadcrumbs span.current,
.tiunb_sep + [itemscope]:last-child,
/*.single-product .tiun_breadcrumbs .wrapper > span:last-child,*/
a.current{
  display: block;
  float: left;
  width: 100%;
  z-index: 9999;
  color: #231f20;
  text-transform: uppercase;
  font: 27px/1.2 "Bold";
  margin-top: 20px;
  position: relative;
}
.tiun_breadcrumbs span.current span, .tiun_breadcrumbs span.current a, .tiunb_sep + [itemscope]:last-child span, .tiunb_sep + [itemscope]:last-child a, a.current span, a.current a{
    color: inherit;
    font-size: inherit;
  }
.tiunb_sep + [itemscope]:last-child a,.tiunb_sep + [itemscope]:last-child span{
    font-size: inherit;
    color: #000;
  }
.tiun_breadcrumbs{
  display: block;
  float: left;
  width: 100%;
  background: #fff;
  padding: 20px 0;
  margin-bottom: 30px;
}
@media (max-width: 1200px){
.tiun_breadcrumbs{ margin-bottom: 25px
} }
@media (max-width: 991px) {
.tax-metcat .tiun_breadcrumbs{ margin-bottom: 0
  } }
.tiun_breadcrumbs:before{
    content: "";
    background: url("../../img/svg/bgheader_line.svg") no-repeat center;
    width: 530px;
    height: 66px;
    position: absolute;
    right: 0;
    top: 32px;
    z-index: 1;
  }
.tiun_breadcrumbs .tiunb_sep{
    display: none;
  }
.tiun_breadcrumbs span {
    display: inline-block;
    color: #999999;
    font: 12px/1.2 "Medium";
  }
.tiun_breadcrumbs span a {
    font: 12px/1.2 "Medium";
    color: #999999;
    text-decoration: none;
    transition: all 250ms ease-in-out;
  }
.tiun_breadcrumbs span a:hover {
      color: #73ac38;
    }
.tiun_breadcrumbs span a:hover span{
        color: #73ac38;
      }
.tiun_breadcrumbs .wrapper{
    z-index: 2;
  }
.tiun_breadcrumbs:after {
    content: "";
    background: url("../../img/svg/bgheader.svg") no-repeat center;
    width: 277px;
    height: 96px;
    position: absolute;
    right: 20px;
    top: -15px;
    z-index: 1;
  }
.tiun_breadcrumbs [itemscope] + [itemscope]:before,
  .tiun_breadcrumbs .tiunb_sep + [itemscope]:not(:last-child):before{
    content: '>';
    margin: 0 4px;
  }
.page{
  display: block;
  float: left;
  width: 100%;
}
.page .wrapper:before {
      content: "";
      background: url("../../img/svg/bg_left.svg") no-repeat center;
      width: 80px;
      height: 400px;
      display: block;
      position: fixed;
      top: calc(50% - 200px);
      left: 20px;
      z-index: -1;
    }
@media (max-width: 1200px){
.page .wrapper:before { display: none
    } }
.page .wrapper:after {
      content: "";
      background: url("../../img/svg/bg_right.svg") no-repeat center;
      width: 430px;
      height: 53px;
      display: block;
      position: fixed;
      bottom: 20%;
      right: 0;
      z-index: -1;
    }
.content-wrapper{
   display: flex;
   justify-content: space-between;
 }
@media (max-width: 1200px){
.content-wrapper{ flex-flow: row wrap;  gap: 1.5rem 1.5rem
 } }
@media (max-width: 1200px){
.lang-source-184 .content-wrapper{
       gap: 0 1.5rem
   }
     }
.page .aside{
      display: block;
      float: left;
      width: 220px;
    }
@media (min-width: 0px) and (max-width: 1200px){
.page .aside{
        width: 100%
    }
      }
@media (max-width: 1199px){
.lang-source-104 .page .aside{ display: none
      } }
.aside .mobile{
      display: none;
      background: #fff;
      padding: 18px 30px 20px;
      font: 14px/1 "Medium";
      text-transform: uppercase;
      height: 50px;
      cursor: pointer;
      position: relative;
      color: #73ac38;
    }
@media (max-width: 1200px){
.aside .mobile{ display: block
    } }
.aside .mobile:after {
        content: " ";
        width: 32px;
        height: 24px;
        display: block;
        float: left;
        position: absolute;
        background: url("../../img/svg/arrow_down.svg") no-repeat center;
        right: 20px;
        top: 14px;
        background-size: 24px;
      }
.aside .mobile:hover:after {
        content: " ";
        width: 32px;
        height: 24px;
        background: url("../../img/svg/arrow_down_hover.svg") no-repeat center;
        right: 20px;
        top: 14px;
        background-size: 32px;
      }
.aside .mobile:hover {
        background: #73ac38;
        color: #fff;
      }
.aside .mobile.active:after {
        content: " ";
        width: 32px;
        height: 24px;
        display: block;
        float: left;
        position: absolute;
        background: url("../../img/svg/arrow_top.svg") no-repeat center;
        right: 20px;
        top: 14px;
        background-size: 24px;
      }
.aside .mobile.active:hover:after {
        content: " ";
        width: 32px;
        height: 24px;
        background: url("../../img/svg/arrow_top_hover.svg") no-repeat center;
        right: 20px;
        top: 14px;
        background-size: 32px;
      }
@media (max-width: 1200px){
.aside > div:not(:first-child){ display: none
    } }
.aside.show > div:not(:first-child){
      display: block;
      padding: 20px;
    }
@media (max-width: 1200px){
.aside li{display: block
      } }
.aside li:first-child{
          padding-top: 0;
        }
.aside a{
          display: block;
          transition: all 250ms ease-in-out;
          position: relative;
          left: 0;
          color: #323232;
          line-height: 1.3;
        }
.aside a:hover, .aside a.active{
            color: #73AC38;
            left: -10px;
          }
.aside a[href="/"],
        .aside a[href="/hide_me"]{
          display: none;
        }
article{
      display: block;
      width: calc(100% - 540px);
      margin: 0 auto 30px;
  }
@media (min-width: 0px) and (max-width: 1200px){
article{
        width: calc(100% - 285px);
        margin: 0;
        margin-bottom: 30px
  }
      }
@media (max-width: 990px){
article{ width: 100%
  } }
@media (max-width: 1199px){
.lang-source-104 article{ width: auto
      } }
.page_title{
      display: flex;
      align-items: center;
      gap: 1.2rem;
      background: #fff;
      padding: 20px 30px 0;
    }
@media (max-width: 360px){
.page_title{ flex-flow: row wrap
    } }
.lang-source-184 .page_title{
        padding: 20px 15px 0;
      }
.page_title .icon{
          display: flex;
          align-items: center;
          justify-content: center;
          flex-shrink: 0;
          width: 100px;
          height: 100px;
          background: #E5E5E5;
          overflow: hidden;
          vertical-align: middle;
          text-align: center;
          border-radius: 50%;
        }
.post-date{
          padding-top: 5px;
        }
.sidebar{
    display: block;
    float: left;
    width: 280px;
    z-index: 2;
    margin-bottom: 30px;
  }
@media (max-width: 1200px){
.sidebar{ width: 260px
  } }
.sidebar{

    position: relative;
}
.sidebar:after {
      content: "";
      background: url("../../img/svg/dot_white.svg") no-repeat;
      display: block;
      float: left;
      width: 185px;
      height: 125px;
      position: absolute;
      right: -120px;
      top: 50px;
      z-index: 1;
    }
@media (max-width: 1199px){
.lang-source-104 .sidebar{
        display: none
    } }
.widget_callback {
      background: url("../../img/svg/widget_callback.svg") no-repeat right bottom #fff;
      z-index: 2;
      padding: 20px;
      border: 2px solid #73ac38;
      position: relative;
      display: block;
      float: left;
      width: 100%;
    }
.widget_callback .name {
      color: #656565;
      font: 20px/1.2 "Bold";
      display: block;
      margin-bottom: 10px;
    }
.widget_callback .phone {
      display: block;
      float: left;
      width: 100%;
    }
.widget_callback .phone a {
      display: block;
      float: left;
      width: 100%;
      color: #000000;
      font: 20px/1.4 "Bold";
      text-decoration: none;
    }
.widget_callback .phone a:hover {
      color: #73ac38;
    }
.page_title h1{
    color: #323232;
    font: 21px/1.2 "Medium";
    width: 100%;
  }
.single-product .page_title h1{
      text-align: center;
    }
.aligncenter{
  margin: auto;
}
.featured-img{
  background: #ffffff;
}
.page_title + .featured-img{
    padding-top: 0.7rem;
  }
.text-page.full{
    padding: 20px 30px 20px;
    background: #fff;
    margin-bottom: 1.8rem;
  }
@media (max-width: 470px){
.text-page.full{ padding: 20px
  } }
.post-184 .text-page.full,
    .post-1245 .text-page.full,
    .post-1246 .text-page.full{
      padding-bottom: 3rem;
    }
.text-page iframe {
    background: #ececec;
    width: 100% !important;
    height: 450px !important;
  }
.text-page a {
    border-bottom: solid 1px #73ac38;
    color: #73ac38;
    font-family: "Medium";
    text-decoration: none;
    transition: all 250ms ease-in-out;
  }
.text-page a:focus {
    border-bottom: solid 1px #73ac38;
  }
.text-page a:hover {
    border-color: transparent;
  }
.text-page h1,
  .text-page h2,
  .text-page h3,
  .text-page h4,
  .text-page h5,
  .text-page h6 {
    font-family: "Bold";
    line-height: 1.2;
    color: #73ac38;
  }
.text-page h1 {
    font-size: 22px;
  }
.text-page h2 {
    font-size: 20px;
  }
.text-page h3 {
    font-size: 18px;
  }
.text-page h4 {
    font-size: 16px;
  }
.text-page h5,
  .text-page h6 {
    font-size: 14px;
  }
.text-page b,
  .text-page strong {
    font-family: "Medium";
  }
.text-page img {
    display: block;
    max-width: 100%;
  }
.text-page img.left-side {
    float: left;
    width: 48.5%;
    margin-right: 3%;
  }
.text-page img.right-side {
    float: right;
    width: 48.5%;
    margin-left: 3%;
  }
.text-page img.center {
    margin: 0 auto;
  }
.text-page i,
  .text-page italic {
    font-style: italic;
  }
.text-page p,
  .text-page li {
    position: relative;
    width: 100%;
    font: 400 14px/1.4em "Regural";
  }
.lang-source-467 .text-page p,.lang-source-467 .text-page li{
      color: #323232;
      font: 14px/1.4 "Medium";
    }
.text-page ul,
  .text-page ol {
    width: 100%;
    padding-left: 20px;
  }
@media (max-width: 767px){
.text-page ul,
  .text-page ol { padding-left: 0
  } }
.text-page li:before {
    left: 0;
    top: 0;
    position: absolute;
    z-index: 1;
  }
.text-page ul li {
    padding-left: 20px;
  }
.text-page ul li:before {
    background: #73ac38;
    content: "";
    height: 8px;
    width: 8px;
    top: 6px;
    left: 0;
  }
.text-page ol {
    counter-reset: num;
  }
.text-page ol li {
    padding-left: 30px;
  }
.text-page ol li:before {
    color: #73ac38;
    content: counter(num) ".";
    counter-increment: num;
    font-family: "Medium";
    text-shadow: 0 0 1px #fff, 1px 0 1px #fff, 0 1px 1px #fff, 1px 1px 1px #fff,
    -1px 0 1px #fff, 0 -1px 1px #fff, -1px -1px 1px #fff;
    top: 0;
    left: 0;
  }
.text-page table {
    max-width: 100% !important;
    margin: 0 auto;
  }
.text-page table tr:nth-child(even) td {
    background: #ececec;
  }
.text-page table th {
    background: #D6EACB;
    color: #000000;
    font: 14px/1.2 "Medium";
    padding: 10px;
  }
.text-page table th:first-child {
    padding-left: 20px;
  }
.text-page table td {
    background: #fff;
    line-height: 1.2;
    padding: 10px 20px 10px 0;
  }
.text-page table td:first-child {
    padding-left: 20px;
  }
.text-page .wp-block-table thead{
      border-bottom: none;
    }
.text-page .wp-block-table td,.text-page .wp-block-table th{
        color: #000;
        border-color: white;
      }
@media (max-width: 767px){
      .text-page tbody:not(:only-child) tr td:before {
        content: attr(data-heading);
        display: inline-block;  vertical-align: middle;
        width: 60%;
        padding-right: 1em;
      }
  }
.text-page p + p {
    margin-top: 20px;
  }
.text-page li + li,
  .text-page h1 + *,
  .text-page h2 + *,
  .text-page h3 + *,
  .text-page h4 + *,
  .text-page h5 + *,
  .text-page h6 + * {
    margin-top: 10px;
  }
.text-page * + * {
    margin-top: 20px;
  }
.text-page blockquote {
    padding-left: 20px;
    border-left: 3px solid #73ac38;
  }
.text-page blockquote blockquote {
      padding-left: 0;
      border: none;
    }
@media all and (max-width: 768px) {
      .text-page table tr:nth-child(even) td {
        background: #f3f3f3;
      }
      .text-page iframe {
        height: 300px !important;
      }

      .text-page h1,
      .text-page h2 {
        padding-left: 0;
      }

      .text-page table:not(.overlay-layout) {
        width: 100%;
      }
      .text-page table:not(.overlay-layout) thead {
        display: none;
      }
      .text-page table:not(.overlay-layout) tbody {
        display: block;
        margin-top: 0 !important;
      }
      .text-page table:not(.overlay-layout) tr {
        display: block;
        width: 100%;
      }
      .text-page table:not(.overlay-layout) tr + tr {
        margin-top: 10px;
      }
      .text-page table:not(.overlay-layout) td {
        display: block;
        line-height: 1;
        text-align: left;
        width: 100%;
        margin-top: 0 !important;
        padding: 5px 10px !important;
      }
        @media (max-width: 767px){
      .text-page table:not(.overlay-layout) td { padding: 5px 10px 5px 0 !important
      } }
      .text-page table:not(.overlay-layout) td:before {
        content: attr(data-label);
        float: left;
        font-family: "Medium";

      }
      .text-page table:not(.overlay-layout) td:after {
        clear: both;
        content: "";
        display: table;
        width: 100%;
        height: 0;
      }
  }
@media all and (max-width: 640px) {
      .text-page img.left-side,
      .text-page img.right-side {
        float: none;
        width: auto;
        margin: 0 auto !important;
      }

      .text-page h1 {
        font-size: 28px;
      }
      .text-page h2 {
        font-size: 22px;
      }
      .text-page h3 {
        font-size: 20px;
      }
      .text-page table:not(.overlay-layout) td {
        text-align: left;
      }
  }
[class*=gbg-gallery]{
    display: flex;
    gap: 10px;
    flex-flow: row wrap;
  }
@media (max-width: 1276px){
[class*=gbg-gallery]{ justify-content: space-evenly
  } }
[class*=gbg-gallery] a{
      text-decoration:none;
      margin: 0;
      border-bottom: none;
      position: relative;
    }
[class*=gbg-gallery] a:after{
        position: absolute;
        right: 15px;
        bottom: 15px;
        content: '';
        display: inline-block;
        background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAQAAAAngNWGAAABR0lEQVQ4T33SsW+NURgG8OdGWYRgIAgJNUmMokMtcieLpQZhEokQaW7DQmy9I1HLNUg6XZSkiT+g4T+oLizWG0MnJTechv4Mdb/7qdyeZ3lz3l/OOcl7IlXOeGzZqnU9S1r213oZFHt1bfh3fXV7KzzpE4qOCw6KI656D+btGMIDPuOD8fpVYsp3PBnCF1ixu2RrnNPHpU142oafxqv2ZFEmKzqNjxoSj9CREXCXL5iQWMb5kTCe477EKvZISWmWZmmWVlFaf+uIG3gmsY6dUlL8l4hr6Er0cGybE+9iTmIJl7d541vclJjBu5HwsOK34xL7rGFqBFzA4mAy0/jmbEWruIc1JwawoYu+O8Zqkz7kFXg9nHWMmQM9HbdcMWPRD/S9wewQRly0or5+WXBKtDdp/Vs1THig46Wnrjta7bfRrsPRmfXwD5JQE9uptbqYAAAAAElFTkSuQmCC);
        width: 20px;
        height: 20px;
      }
.aside_txt p{
    font: 400 14px/1.4em "Regural";
  }
.aside_txt p:not(:first-child){
    margin-top: 20px;
  }
.characteristics{
  text-align: center;
  font-size: 12px;
  max-width: 310px;
  margin: auto;
}
dt,dd{
    text-align: left;
    padding: 10px 20px 10px 20px;
  }
dl{
    display: flex;
  }
.text-page dl{
      margin: 0;
    }
dl:nth-child(even) dd, dl:nth-child(even) dt{
        background: #ECECEC;
      }
dt{
      width: 45%;
    }
dd{
      width: 50%;
    }
.text-page dd{
        margin-top: 0;
      }
a.write-us{
  display: block;
  background: url("../../img/svg/mail_bg.svg") no-repeat center top #fff;
  padding: 20px 30px;
  margin-top: 20px;
  position: relative;
}
a.write-us p:first-child{
      color: #656565;
      font: 16px/1.4 "Medium";
      margin-bottom: 20px;
    }
a.write-us p:last-child{
      position: relative;
      color: #ff927b;
      font: 38px/1.4 "Bold";
    }
@media (max-width: 556px){
a.write-us p:last-child{
        padding: 0 4rem 0 0
    }
      }
a.write-us p:last-child:after{
        content: "";
        display: block;
        background: url("../../img/svg/mail.svg") no-repeat center;
        width: 55px;
        height: 53px;
        position: absolute;
        right: 0;
        bottom: 0;
        z-index: 1;
      }
a.write-us{

  transition: all 250ms ease-in-out;
}
a.write-us:hover{
    background: url("../../img/svg/mail_bg.svg") no-repeat center top #73ac38;
  }
a.write-us:hover p{
      color: #ffffff;
    }
a.write-us:hover p:last-child:after{
          content: "";
          background: url("../../img/svg/mail_hover.svg") no-repeat center;
          width: 55px;
          height: 53px;
          display: block;
          position: absolute;
          bottom: 0;
          right: 0;
          z-index: 1;
        }
.cat-sublist{
  display: flex;
  justify-content: space-between;
  align-content: start;
  align-items: start;
  margin-bottom: 40px;
  flex-flow: row wrap;
}
@media (max-width: 380px){
.cat-sublist{ margin-bottom: 20px
} }
.tax-metal_voc .cat-sublist{
    margin-bottom: 50px;
  }
@media (max-width: 767px){
.tax-metal_voc .cat-sublist{ margin-bottom: 0
  } }
.lang-source-1594 .cat-sublist{
    gap: 2rem 1.2rem;
  }
.cat-sublist > * {
    width: 48%;
    text-decoration: none;
    margin: 0;
  }
@media (max-width: 767px){
.cat-sublist > * { width: 45%
  } }
@media (max-width: 470px){
.cat-sublist > * { width: auto;  margin: auto
  } }
.cat-sublist a{
    color: #323232;
    font-size: 18px;
    text-decoration: none;
    border-bottom: 0;
  }
.cat-sublist a:hover{
      color: #73AC38;
    }
.cat-sublist a:focus{
      border-bottom: none;
    }
.cat-sublist a.prod-ref{
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 1.5rem 1.5rem;
    }
.cat-sublist a.prod-ref .prod-title{
        color: #73AC38;
        border-bottom: solid 1px #73ac38;
        line-height: 1.4;
        padding: 0 1rem 0 0;
        transition: all 250ms ease-in-out;
      }
.cat-sublist a.prod-ref:hover .prod-title{
        border-color: transparent;
      }
.prod-ref:not(:first-child){
      margin: 21px 0 0;
    }
.sub-el-title{
    font-size: 18px;
    line-height: 1.4;
  }
.cat-sublist .sub-el-title{
      margin-top: 15px;
    }
[class*=body_trim]{
  margin-top: 5px;
}
@media (min-width: 640px){
.query-products .query-row, /* /products/agriculture/zapchasti-k-kultivatoram/*/
.lang-source-963 .prod-ref{
      margin: auto;
      max-width: 70%
}
    }
.query-metal_voc-wrapper{
  width: 100%;
}
.query-metal_voc{
    display: flex;
    gap: 1.5rem;
    flex-flow: row wrap;
  }
@media (max-width: 1280px){
.query-metal_voc{ gap: 21px
  } }
.query-metal_voc .query-row{
        width: 48%;
      }
@media (max-width: 641px){
.query-metal_voc .query-row{ width: 313px;  margin: auto
      } }
.query-metal_voc-wrapper .query-field-featured_image{
          overflow: hidden;
          max-width: 310px;
          max-height: 216px;
        }
@media (max-width: 1280px){
.query-metal_voc-wrapper .query-field-featured_image{ max-height: 188px
        } }
@media (max-width: 641px) {
.query-metal_voc-wrapper .query-field-featured_image{ width: 100%;  max-height: 225px
        } }
.query-metal_voc-wrapper .query-field-featured_image img{
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover;
          }
@media (max-width: 1200px){
.query-metal_voc-wrapper [href*='/corrosion-heat-resistant'] img{
              width: 83%;
              position: relative;
              top: 1px;
              left: 35px
          }
            }
@media (max-width: 767px){
.query-metal_voc-wrapper [href*='/corrosion-heat-resistant'] img{
              width: auto;
              position: static
          }
            }
.query-metal_voc [class*=featured_image] + .tsr-inner{
          margin-top: 0.8rem;
        }
@media (max-width: 641px){
.query-metal_voc [class*=featured_image] + .tsr-inner{ text-align: center
        } }
.query-row{
  margin: 0;
}
.query-row:not(:last-child){
    margin-bottom: 0.8rem;
  }
.tsr-inner{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem 1.9rem;
  }
.text-page .tsr-inner{
      margin: 0;
    }
article a.query-field-link{
          font-size: 18px;
          line-height: 1.4;
        }
article a.query-field-link:hover{
            color: #73AC38;
          }
.query-field-featured_image{
      flex-shrink: 0;
      margin: 0;
    }
.query-metcat .query-row,
    .query-blog .query-row{
      display: flex;
      gap: 0 1.2rem;
    }
@media (max-width: 550px){
.query-metcat .query-row,
    .query-blog .query-row{ flex-flow: row wrap
    } }
.query-metcat .query-row:not(:last-child),.query-blog .query-row:not(:last-child){
        margin-bottom: 2.5rem;
      }
.query-metcat [class*=featured_image],
      .query-blog [class*=featured_image]{
        width: 200px;
        flex-shrink: 0;
      }
@media (max-width: 550px){
.query-metcat [class*=featured_image],
      .query-blog [class*=featured_image]{ margin-bottom: 1rem
      } }
.tsr-inner{
      line-height: 1.4;
      color: #323232;
    }
.query-metcat .tsr-inner,
      .query-blog .tsr-inner{
        display: block;
      }
[class*=post_date]{
        color: #656565;
        margin: 6px 0 1rem;
      }
.query-blog_solo .query-row{
    margin-bottom: 1.3rem;
  }
.query-blog_solo [class*=post_title],
    .query-blog_solo a,
    .query-blog_solo [class*=post_date]{
      display: inline;
    }
.footer_logo, .footer_text, .footer_adres{
  margin-bottom: 30px;
}
@media (max-width: 576px){
.footer_logo, .footer_text, .footer_adres{
    text-align: center
}
  }
footer{
  color: #323232;
  background: #fff;
  line-height: 1.4;
  padding: 20px 20px 10px;
}
.footer-inn{
   max-width: 1280px;
   margin: auto;
 }
.footer_top{
    padding: 10px 0 30px;

    position: relative;
  }
.footer_top:before{
      content: '';
      background: url('../../img/svg/bg_footer_left.svg') no-repeat center;
      width: 174px;
      height: 361px;
      display: block;
      position: absolute;
      top: calc(50% - 180px);
      left: -200px;
      z-index: 2;
    }
.footer__info{
      display: flex;
      justify-content: space-between;
      gap: 1.3rem;
    }
@media (max-width: 991px){
.footer__info{ flex-flow: row wrap
    } }
.footer_info_item{
        width: 25%;
      }
@media (max-width: 991px){
.footer_info_item{ width: 48%
      } }
@media (max-width: 576px){
.footer_info_item{ width: 100%
      } }
@media (max-width: 991px){
.footer_info_item:nth-child(2),
        .footer_info_item:nth-child(3){ order: 1
        } }
@media (max-width: 576px){
.footer_logo img{
              margin: auto
          } }
span.coordinate{
              display: block;
              color: #73ac38;
              padding-left: 20px;
              margin-top: 10px !important;
              position: relative;
            }
@media (max-width: 576px){
span.coordinate{
                display: inline-block
            } }
span.coordinate:before {
                content: "";
                background: url("../../img/svg/cord_icon.svg") no-repeat center;
                background-size: 14px;
                width: 14px;
                height: 20px;
                position: absolute;
                left: 0;
                top: -5px;
              }
@media (max-width: 576px){
.footer_phone, .footer_email, .footer_copyright{ text-align: center
          } }
.footer_phone{
            color: #666;
            margin-bottom: 20px;
          }
.footer_phone a{
              color: #000;
              font: 16px/1.2 "Bold";
            }
.footer_email a{
            color: #73AC38;
          }
.footer_copyright{
    color: #6D6E71;
    position: relative;
    overflow-x: hidden;
  }
.footer_copyright:after {
      content: "";
      background: url(../../img/svg/footer_last.svg) no-repeat center;
      width: 398px;
      height: 21px;
      display: block;
      position: absolute;
      left: 50%;
      top: 0;
      z-index: 2;
    }
@media (max-width: 991px){
.footer_copyright:after { width: 51%
    } }
@media (max-width: 767px){
.footer_copyright:after { display: none
    } }
.error404 h2{
    text-align: center;
    font-size: 3rem;
    color: #f6927d;
    padding: 7.5rem 1.5rem 2.7rem;
  }

