.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, 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;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-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.
 */
[type="search"]::-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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    "Helvetica Neue", Verdana, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol";
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s, visibility 0s linear 0.25s;
  transition: opacity 0.25s, visibility 0s linear 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s, visibility 0s;
  transition: opacity 0.25s, visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  height: 100%;
  margin-right: -0.25em;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0 6px;
}

.fancybox-slide--iframe {
  padding: 44px 44px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 6px 0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  padding: 24px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

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

.fancybox-slide--html .fancybox-content {
  margin-bottom: 6px;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  vertical-align: top;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 10px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision;
}

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3;
}

.fancybox-button--play svg path:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg path:nth-child(1) {
  display: none;
}

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor;
}

.fancybox-button--share svg path {
  stroke-width: 1;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  -webkit-transition: opacity 0.25s, visibility 0s, color 0.25s;
  transition: opacity 0.25s, visibility 0s, color 0.25s;
}

.fancybox-navigation .fancybox-button::after {
  content: "";
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10;
}

.fancybox-close-small svg {
  fill: transparent;
  opacity: 0.8;
  stroke: currentColor;
  stroke-width: 1.5;
  -webkit-transition: stroke 0.1s;
  transition: stroke 0.1s;
}

.fancybox-close-small:focus {
  outline: none;
}

.fancybox-close-small:hover svg {
  opacity: 1;
}

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px;
}

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none;
}

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0;
}

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 0.8s infinite linear;
  animation: fancybox-rotate 0.8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: 0.6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x > ul {
  overflow: hidden;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs > ul > li {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1);
}

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fancybox-thumbs > ul > li:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px);
  }
}

@font-face {
  font-family: "Rubik light";
  src: url("/static/fonts/Rubiklight.woff2") format("woff2"),
    url("/static/fonts/Rubiklight.woff") format("woff");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "MinionPro Regular";
  src: url("/static/fonts/MinionPro-Regular.woff") format("woff"),
    url("/static/fonts/MinionPro-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Regular";
  src: url("/static/fonts/RobotoRegular.eot") format("opentype"),
    url("/static/fonts/RobotoRegular.woff") format("woff"),
    url("/static/fonts/RobotoRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Medium";
  src: url("/static/fonts/RobotoMedium.eot") format("opentype"),
    url("/static/fonts/RobotoMedium.woff") format("woff"),
    url("/static/fonts/RobotoMedium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Bold";
  src: url("/static/fonts/RobotoBold.eot") format("opentype"),
    url("/static/fonts/RobotoBold.woff") format("woff"),
    url("/static/fonts/RobotoBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Light";
  src: url("/static/fonts/RobotoLight.eot") format("opentype"),
    url("/static/fonts/RobotoLight.woff") format("woff"),
    url("/static/fonts/RobotoLight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto Black";
  src: url("/static/fonts/Roboto-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

header {
  background-image: linear-gradient(to bottom, #f6f6f6 36px, #fff 36px);
  font-family: "Roboto Regular", "Verdana", sans-serif;
}
header .header {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  padding-top: 40px;
}
@media screen and (max-width: 1024px) {
  header .header {
    position: relative;
    padding-left: 200px;
  }
}
@media screen and (max-width: 630px) {
  header .header {
    padding-top: 10px;
    padding-left: 20px;
  }
}
header .d-green {
  background-color: #003a17;
  color: #fff;
}
header .btns-wrapper {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 10px;
  text-align: right;
  font-family: "Rubik light", "Verdana", sans-serif;
  font-size: 14px;
}
header .btns-wrapper a {
  position: relative;
  display: inline-block;
  color: white;
  color: #003a17;
  text-decoration: underline;
}
header .btns-wrapper a.act {
  color: #a1a1a1;
  text-decoration: none;
}
header .btns-wrapper a + a {
  margin-left: 16px;
}
header .btns-wrapper a + a::before {
  content: "";
  position: absolute;
  top: 20%;
  left: -8px;
  width: 1px;
  height: 60%;
  background-color: #000;
}

.logo {
  width: 188px;
}
@media screen and (max-width: 1024px) {
  .logo {
    position: absolute;
    left: 0;
    top: 20%;
  }
}
@media screen and (max-width: 630px) {
  .logo {
    position: static;
    width: 100%;
    text-align: center;
  }
}

.header_slogan {
  max-width: 990px;
  line-height: 1;
}
@media screen and (max-width: 1545px) {
  .header_slogan {
    width: calc(100% - 188px - 350px);
  }
}
@media screen and (max-width: 1024px) {
  .header_slogan {
    width: 100%;
  }
}
@media screen and (max-width: 630px) {
  .header_slogan {
    display: none;
  }
}
.header_slogan p:first-child {
  padding: 0 0 20px;
  font-size: 29px;
  font-family: "Roboto Black", "Verdana", sans-serif;
  color: #003a17;
}
@media screen and (max-width: 1560px) {
  .header_slogan p:first-child {
    font-size: 26px;
  }
}
@media screen and (max-width: 1170px) {
  .header_slogan p:first-child {
    font-size: 24px;
  }
}
@media screen and (max-width: 1120px) {
  .header_slogan {
    align-self: center;
  }
  .header_slogan p:first-child {
    font-size: 22px;
  }
}
@media screen and (max-width: 1070px) {
  .header_slogan p:first-child {
    font-size: 20px;
  }
}
@media screen and (max-width: 720px) {
  .header_slogan p:first-child {
    font-size: 19px;
  }
}
.header_slogan p:last-child {
  padding: 0 0 15px;
  font-size: 25px;
  color: #003a17;
}
@media screen and (max-width: 1170px) {
  .header_slogan p:last-child {
    font-size: 20px;
  }
}
.header_slogan ul {
  margin: 0;
  padding: 0 0 15px;
  list-style: none;
  opacity: 0.2;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.header_slogan ul li {
  position: relative;
  padding-right: 40px;
  color: #4c4642;
  font-size: 33px;
  font-family: "Roboto Black", "Verdana", sans-serif;
}
@media screen and (max-width: 1545px) {
  .header_slogan ul li {
    font-size: 25px;
  }
}
@media screen and (max-width: 1240px) {
  .header_slogan ul li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1170px) {
  .header_slogan ul li {
    font-size: 17px;
  }
}
.header_slogan ul li:not(:last-child)::before {
  content: "";
  position: absolute;
  top: calc(50% - 4.5px);
  right: -4.5px;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #4c4642;
}
.header_slogan ul li:last-child {
  padding-right: 0;
}
.header_slogan ul li:not(:first-child) {
  padding-left: 40px;
}
@media screen and (max-width: 1240px) {
  .header_slogan ul li:not(:first-child) {
    padding-left: 20px;
  }
}

.header_text {
  font-size: 16px;
}
@media screen and (max-width: 1545px) {
  .header_text {
    width: 325px;
  }
}
@media screen and (max-width: 1024px) {
  .header_text {
    width: 100%;
  }
}
@media screen and (max-width: 630px) {
  .header_text {
    width: auto;
    margin: 20px auto;
  }
}
.header_text p {
  padding-top: 0;
  padding-bottom: 10px;
}
.header_text p:last-of-type {
  padding-bottom: 0;
}

.header_text .tel_block {
  display: block;
}
.adr {
  position: relative;
  padding-left: 28px;
}
.adr::before {
  content: "";
  position: absolute;
  bottom: 3px;
  left: 0;
  width: 12px;
  height: 16px;
  background-image: url("/static/img/pin.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.tel {
  position: relative;
  padding-left: 28px;
}
.tel::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url("/static/img/tel.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.mail {
  position: relative;
  padding-left: 28px;
}
.mail::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 14px;
  background-image: url("/static/img/mail.png");
  background-repeat: no-repeat;
  background-size: contain;
}
.tel a {
  white-space: nowrap;
}

.search_form {
  margin-top: 15px;
  height: 40px;
  border: 1px solid #edecec;
  border-radius: 19px;
  background-color: #f6f6f6;
}

.search_form:hover {
  border: 1px solid #545353;
}

.search_form input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: calc(100% - 45px);
  height: 40px;
  padding: 6px 10px;
  padding-left: 25px;
  font-size: 16px;
  font-family: "Roboto Light", "Verdana", sans-serif;
  border: none;
  border-radius: 19px;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.search_form input:focus {
  outline: none;
}

.search_form button {
  width: 45px;
  height: 22px;
  background: url("/static/img/search.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: left;
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
}

.search_form button:hover {
  opacity: 0.5;
}

.fixed_logo_img,
.fixed_search_btn,
.search_form__close,
.fixed_menu_btn,
.fixed_menu_close,
.sub_header {
  display: none;
}
.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-image: url("/static/img/fixed_header.jpg");
  background-position: top;
  z-index: 100;
}
.fixed .header {
  position: relative;
  width: 1500px;
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 235px;
}
.fixed nav {
  width: 1500px;
  max-width: 100%;
  padding-left: 200px;
}
@media screen and (max-width: 1280px) {
  .fixed .header {
    padding-left: 130px;
  }
  .fixed nav {
    padding-left: 120px;
  }
}
@media screen and (max-width: 1024px) {
  .fixed nav {
    padding-left: 15px;
  }
}
@media screen and (max-width: 900px) {
  .fixed {
    background-color: #0b471c;
    background-size: 100% 80px;
  }
  .fixed .header {
    padding-left: 15px;
  }
}
.fixed .logo_img,
.fixed .header_slogan {
  display: none;
}
.fixed .logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 120px;
}
@media screen and (max-width: 900px) {
  .fixed .logo {
    top: 3px;
    left: 50%;
    width: 86px;
    transform: translateX(-50%);
  }
  .fixed .fixed_search_btn {
    display: block;
    position: absolute;
    left: 70px;
    top: 26px;
    cursor: pointer;
  }
}
.fixed .fixed_logo_img {
  display: block;
}
.fixed .header_text {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto 1fr;
  grid-column-gap: 45px;
  color: #b4cdb6;
}
@media screen and (max-width: 1080px) {
  .fixed .header_text {
    grid-column-gap: 15px;
  }
}
@media screen and (max-width: 900px) {
  .fixed .header_text {
    grid-template-columns: auto auto;
    grid-column-gap: 13px;
    margin: 0;
    padding-top: 80px;
  }
}
@media screen and (max-width: 340px) {
  .fixed .header {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.fixed .tel {
  grid-row: 1/3;
}
.fixed .mail {
  grid-row: 1/2;
}
.fixed .adr {
  grid-row: 2/3;
}
.fixed .adr br {
  display: none;
}
.fixed .search_form {
  grid-row: 1/3;
  width: 300px;
  margin-left: auto;
  margin-top: auto;
}
@media screen and (max-width: 1080px) {
  .fixed .search_form {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .fixed .search_form {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 75px 20px 30px;
    background-color: #fff;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.3);
    border-radius: 0;
    z-index: 10;
  }
  .fixed .search_form__close {
    display: block;
    position: absolute;
    z-index: 11;
    top: 20px;
    right: 20px;
    cursor: pointer;
  }
  .fixed .search_form input {
    max-width: calc(100% - 60px);
    height: 47px;
    padding: 12px 15px;
    font-size: 14px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(76, 70, 66, 0.1);
    border-radius: 23px 0 0 23px;
    border-right: none;
  }
  .fixed .search_form button {
    width: 60px;
    height: 47px;
    background-position: center;
    background-size: 22px;
    border-radius: 0 23px 23px 0;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(76, 70, 66, 0.1);
    border-left: none;
  }
}
.fixed .tel {
  padding-bottom: 0;
}
.fixed .tel_block {
  position: relative;
  margin-top: 9px;
}
@media screen and (max-width: 900px) {
  .fixed .tel_block {
    margin-top: 2px;
  }
  .fixed .header_text p {
    padding-bottom: 2px;
  }
  .fixed .tel {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 600px) {
  .fixed .header_text p {
    font-size: 14px;
  }
}
.fixed .tel::before {
  display: none;
  top: 5px;
  background-size: 16px;
  background-image: url("data:image/svg+xml,%3Csvg height='512' viewBox='0 0 58 58' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Page-1' fill='none' fill-rule='evenodd'%3E%3Cg id='003---Call' fill='%238faf92' fill-rule='nonzero' transform='translate(-1)'%3E%3Cpath id='Shape' d='m25.017 33.983c-5.536-5.536-6.786-11.072-7.068-13.29-.0787994-.6132828.1322481-1.2283144.571-1.664l4.48-4.478c.6590136-.6586066.7759629-1.685024.282-2.475l-7.133-11.076c-.5464837-.87475134-1.6685624-1.19045777-2.591-.729l-11.451 5.393c-.74594117.367308-1.18469338 1.15985405-1.1 1.987.6 5.7 3.085 19.712 16.855 33.483s27.78 16.255 33.483 16.855c.827146.0846934 1.619692-.3540588 1.987-1.1l5.393-11.451c.4597307-.9204474.146114-2.0395184-.725-2.587l-11.076-7.131c-.7895259-.4944789-1.8158967-.3783642-2.475.28l-4.478 4.48c-.4356856.4387519-1.0507172.6497994-1.664.571-2.218-.282-7.754-1.532-13.29-7.068z'/%3E%3Cpath id='Shape' d='m47 31c-1.1045695 0-2-.8954305-2-2-.0093685-8.2803876-6.7196124-14.9906315-15-15-1.1045695 0-2-.8954305-2-2s.8954305-2 2-2c10.4886126.0115735 18.9884265 8.5113874 19 19 0 1.1045695-.8954305 2-2 2z'/%3E%3Cpath id='Shape' d='m57 31c-1.1045695 0-2-.8954305-2-2-.0154309-13.800722-11.199278-24.9845691-25-25-1.1045695 0-2-.8954305-2-2s.8954305-2 2-2c16.008947.01763587 28.9823641 12.991053 29 29 0 .530433-.2107137 1.0391408-.5857864 1.4142136-.3750728.3750727-.8837806.5857864-1.4142136.5857864z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.fixed .tel_block::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -28px;
  width: 16px;
  height: 16px;
  background-size: 16px;
  background-image: url("data:image/svg+xml,%3Csvg height='512' viewBox='0 0 58 58' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Page-1' fill='none' fill-rule='evenodd'%3E%3Cg id='003---Call' fill='%238faf92' fill-rule='nonzero' transform='translate(-1)'%3E%3Cpath id='Shape' d='m25.017 33.983c-5.536-5.536-6.786-11.072-7.068-13.29-.0787994-.6132828.1322481-1.2283144.571-1.664l4.48-4.478c.6590136-.6586066.7759629-1.685024.282-2.475l-7.133-11.076c-.5464837-.87475134-1.6685624-1.19045777-2.591-.729l-11.451 5.393c-.74594117.367308-1.18469338 1.15985405-1.1 1.987.6 5.7 3.085 19.712 16.855 33.483s27.78 16.255 33.483 16.855c.827146.0846934 1.619692-.3540588 1.987-1.1l5.393-11.451c.4597307-.9204474.146114-2.0395184-.725-2.587l-11.076-7.131c-.7895259-.4944789-1.8158967-.3783642-2.475.28l-4.478 4.48c-.4356856.4387519-1.0507172.6497994-1.664.571-2.218-.282-7.754-1.532-13.29-7.068z'/%3E%3Cpath id='Shape' d='m47 31c-1.1045695 0-2-.8954305-2-2-.0093685-8.2803876-6.7196124-14.9906315-15-15-1.1045695 0-2-.8954305-2-2s.8954305-2 2-2c10.4886126.0115735 18.9884265 8.5113874 19 19 0 1.1045695-.8954305 2-2 2z'/%3E%3Cpath id='Shape' d='m57 31c-1.1045695 0-2-.8954305-2-2-.0154309-13.800722-11.199278-24.9845691-25-25-1.1045695 0-2-.8954305-2-2s.8954305-2 2-2c16.008947.01763587 28.9823641 12.991053 29 29 0 .530433-.2107137 1.0391408-.5857864 1.4142136-.3750728.3750727-.8837806.5857864-1.4142136.5857864z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.fixed .mail::before {
  top: 6px;
  background-size: 17px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg fill='%238faf92' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M507.49,101.721L352.211,256L507.49,410.279c2.807-5.867,4.51-12.353,4.51-19.279V121 C512,114.073,510.297,107.588,507.49,101.721z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M467,76H45c-6.927,0-13.412,1.703-19.279,4.51l198.463,197.463c17.548,17.548,46.084,17.548,63.632,0L486.279,80.51 C480.412,77.703,473.927,76,467,76z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M4.51,101.721C1.703,107.588,0,114.073,0,121v270c0,6.927,1.703,13.413,4.51,19.279L159.789,256L4.51,101.721z'/%3E%3C/g%3E%3C/g%3E%3Cg%3E%3Cg%3E%3Cpath d='M331,277.211l-21.973,21.973c-29.239,29.239-76.816,29.239-106.055,0L181,277.211L25.721,431.49 C31.588,434.297,38.073,436,45,436h422c6.927,0,13.412-1.703,19.279-4.51L331,277.211z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
.fixed .adr::before {
  top: 3px;
  left: 2px;
  background-size: 16px;
  background-position: center;
  background-image: url("data:image/svg+xml,%3Csvg fill='%238faf92' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cg%3E%3Cg%3E%3Cpath d='M256,0C153.755,0,70.573,83.182,70.573,185.426c0,126.888,165.939,313.167,173.004,321.035 c6.636,7.391,18.222,7.378,24.846,0c7.065-7.868,173.004-194.147,173.004-321.035C441.425,83.182,358.244,0,256,0z M256,278.719 c-51.442,0-93.292-41.851-93.292-93.293S204.559,92.134,256,92.134s93.291,41.851,93.291,93.293S307.441,278.719,256,278.719z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
}
@media screen and (max-width: 480px) {
  .fixed .header_text p {
    padding-left: 19px;
    font-size: 13px;
  }
  .fixed .tel_block::before {
    left: -19px;
  }
  .fixed .tel_block::before,
  .fixed .tel::before {
    width: 14px;
    height: 14px;
    top: 3px;
    background-size: 14px;
    background-image: url("data:image/svg+xml,%3Csvg height='512' viewBox='0 0 58 58' width='512' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Page-1' fill='none' fill-rule='evenodd'%3E%3Cg id='003---Call' fill='%238faf92' fill-rule='nonzero' transform='translate(-1)'%3E%3Cpath id='Shape' d='m25.017 33.983c-5.536-5.536-6.786-11.072-7.068-13.29-.0787994-.6132828.1322481-1.2283144.571-1.664l4.48-4.478c.6590136-.6586066.7759629-1.685024.282-2.475l-7.133-11.076c-.5464837-.87475134-1.6685624-1.19045777-2.591-.729l-11.451 5.393c-.74594117.367308-1.18469338 1.15985405-1.1 1.987.6 5.7 3.085 19.712 16.855 33.483s27.78 16.255 33.483 16.855c.827146.0846934 1.619692-.3540588 1.987-1.1l5.393-11.451c.4597307-.9204474.146114-2.0395184-.725-2.587l-11.076-7.131c-.7895259-.4944789-1.8158967-.3783642-2.475.28l-4.478 4.48c-.4356856.4387519-1.0507172.6497994-1.664.571-2.218-.282-7.754-1.532-13.29-7.068z'/%3E%3Cpath id='Shape' d='m47 31c-1.1045695 0-2-.8954305-2-2-.0093685-8.2803876-6.7196124-14.9906315-15-15-1.1045695 0-2-.8954305-2-2s.8954305-2 2-2c10.4886126.0115735 18.9884265 8.5113874 19 19 0 1.1045695-.8954305 2-2 2z'/%3E%3Cpath id='Shape' d='m57 31c-1.1045695 0-2-.8954305-2-2-.0154309-13.800722-11.199278-24.9845691-25-25-1.1045695 0-2-.8954305-2-2s.8954305-2 2-2c16.008947.01763587 28.9823641 12.991053 29 29 0 .530433-.2107137 1.0391408-.5857864 1.4142136-.3750728.3750727-.8837806.5857864-1.4142136.5857864z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  }
  .fixed .mail::before {
    top: 4px;
    width: 16px;
    height: 12px;
    background-size: 16px;
  }
  .fixed .adr::before {
    top: 1px;
  }
}
@media screen and (max-width: 399px) {
  .fixed .header_text p {
    font-size: 12px;
  }
}
.fixed .btns-wrapper a {
  color: #fff;
}
@media screen and (max-width: 900px) {
  .fixed .btns-wrapper {
    width: auto;
    right: 18px;
    top: 28px;
    left: auto;
    padding: 0;
  }
}
@media screen and (max-width: 360px) {
  .fixed .btns-wrapper {
    right: 7px;
  }
}
.fixed .btns-wrapper a + a::before {
  background-color: #fff;
}
.fixed .btns-wrapper a.act {
  color: #8faf92;
}
nav {
  width: 100%;
  position: relative;
}

nav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin: 13px 0 0;
  padding: 0 0 0;
  list-style: none;
}
.fixed nav > ul {
  margin-top: 0;
  justify-content: flex-start;
}
@media screen and (max-width: 1024px) {
  .fixed nav > ul {
    justify-content: center;
  }
}
@media screen and (max-width: 900px) {
  nav > ul {
    display: none;
    width: 100%;
    border-top: 2px solid #fff;
  }
}
nav > ul > li {
  position: relative;
  padding: 2px 25px;
  text-align: center;
  font-size: 20px;
}
.fixed nav > ul > li {
  font-size: 18px;
}
@media screen and (max-width: 1420px) {
  nav > ul > li {
    padding: 2px 15px;
  }
}
@media screen and (max-width: 1170px) {
  nav > ul > li {
    padding: 2px 5px;
  }
}
@media screen and (max-width: 980px) {
  nav > ul > li {
    font-size: 18px;
  }
}
@media screen and (max-width: 900px) {
  nav > ul > li {
    width: 100%;
    color: #fff;
  }
}
nav > ul > li > a,
nav > ul > li > span {
  display: inline-block;
  width: 100%;
  padding: 18px 10px;
  border-bottom: 3px solid transparent;
}
@media screen and (max-width: 1170px) {
  nav > ul > li > a,
  nav > ul > li > span {
    padding: 18px 5px;
  }
}
@media screen and (max-width: 900px) {
  nav > ul > li > a,
  nav > ul > li > span {
    padding: 5px;
  }
}
.fixed nav > ul > li > a,
.fixed nav > ul > li > span {
  padding-top: 12px;
  padding-bottom: 12px;
}
nav > ul > li.active > a,
nav > ul > li:hover > a,
nav > ul > li.active > span,
nav > ul > li:hover > span {
  border-bottom: 3px solid #fff;
  border-radius: 1.5px;
}
nav > ul > li + li::before {
  content: "";
  position: absolute;
  top: calc(50% - 7.5px);
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #fff;
}
@media screen and (max-width: 1170px) {
  nav > ul > li + li::before {
    display: none;
  }
}
nav > ul > li > ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 670px;
  margin: 0;
  padding: 0;
  background-color: #f6f6f6;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(12, 12, 12, 0.34);
  box-shadow: 0px 3px 8px 0px rgba(12, 12, 12, 0.34);
  font-size: 18px;
  color: #003a17;
  text-transform: none;
  font-family: "Roboto Regular", "Verdana", sans-serif;
  list-style: none;
  z-index: 100;
}
@media screen and (max-width: 900px) {
  nav > ul > li > ul {
    display: block;
    position: static;
    width: 100%;
    border: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
nav > ul > li > ul li {
  padding: 17px 37px;
  text-align: left;
  border-bottom: 1px solid #d0d0cf;
}
nav > ul > li > ul li:hover {
  background-color: #e8e8e8;
}
@media screen and (max-width: 900px) {
  nav > ul > li > ul li:hover {
    background: none;
  }
}
nav > ul > li > ul li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 900px) {
  nav > ul > li > ul li {
    padding: 10px 5px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    border-bottom: none;
  }
}
nav > ul > li:hover > ul {
  display: block;
}
@media screen and (max-width: 900px) {
  .fixed .fixed_menu_btn {
    display: block;
    position: absolute;
    left: 20px;
    top: 23px;
    cursor: pointer;
  }
  .fixed .fixed_menu_close {
    position: absolute;
    display: block;
    right: 20px;
    top: 23px;
    z-index: 12;
    cursor: pointer;
  }
  .fixed nav {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    z-index: 100;
    background: #0b471c;
  }
  .fixed nav > ul {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px 40px;
    border: none;
  }
  .fixed nav > ul > li {
    position: static;
  }
  .fixed nav > ul > li a,
  .fixed nav > ul > li span {
    display: block;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    font-size: 15px;
    border-bottom: 1px solid #5c6d61;
    border-radius: 0;
  }
  .fixed nav > ul > li > a,
  .fixed nav > ul > li > span {
    max-width: 225px;
  }
  .fixed nav > ul ul {
    position: absolute;
    top: 0;
    left: -1000px;
    width: 100%;
    height: 100%;
    padding: 20px 40px;
    background: #0b471c;
    z-index: 11;
  }
  .fixed nav > ul ul.visible {
    transform: translateX(1000px);
    transition: 0.2s;
  }
  .fixed nav > ul > li > ul li {
    padding: 0;
  }
  .fixed .sub_header {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0;
    padding-left: 30px;
    opacity: 0.5;
    color: #fff;
    font-size: 15px;
    text-align: left;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 22px;
    background-image: url("data:image/svg+xml,%3Csvg transform='scale(-1,1)' fill='%23fff' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cpath d='M511.189,259.954c1.649-3.989,0.731-8.579-2.325-11.627l-192-192 c-4.237-4.093-10.99-3.975-15.083,0.262c-3.992,4.134-3.992,10.687,0,14.82l173.803,173.803H10.667 C4.776,245.213,0,249.989,0,255.88c0,5.891,4.776,10.667,10.667,10.667h464.917L301.803,440.328 c-4.237,4.093-4.355,10.845-0.262,15.083c4.093,4.237,10.845,4.354,15.083,0.262c0.089-0.086,0.176-0.173,0.262-0.262l192-192 C509.872,262.42,510.655,261.246,511.189,259.954z'/%3E%3Cpath d='M309.333,458.546c-5.891,0.011-10.675-4.757-10.686-10.648c-0.005-2.84,1.123-5.565,3.134-7.571L486.251,255.88 L301.781,71.432c-4.093-4.237-3.975-10.99,0.262-15.083c4.134-3.992,10.687-3.992,14.82,0l192,192 c4.164,4.165,4.164,10.917,0,15.083l-192,192C314.865,457.426,312.157,458.546,309.333,458.546z'/%3E%3Cpath d='M501.333,266.546H10.667C4.776,266.546,0,261.771,0,255.88c0-5.891,4.776-10.667,10.667-10.667h490.667 c5.891,0,10.667,4.776,10.667,10.667C512,261.771,507.224,266.546,501.333,266.546z'/%3E%3C/svg%3E%0A");
    border: none;
    cursor: pointer;
  }
  .fixed .sub_header:hover,
  .fixed .sub_header:active {
    opacity: 1;
  }
}
.main nav ul ul {
  display: block;
}

#burger_button {
  display: none;
  width: 100%;
  margin-top: 13px;
  padding: 15px 0;
  font-size: 16px;
  font-family: "Roboto Bold", "Verdana", sans-serif;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background-color: #003a17;
  color: #fff;
  border: none;
}
@media screen and (max-width: 900px) {
  #burger_button {
    display: block;
  }
  .fixed #burger_button {
    display: none;
    margin: 0;
  }
}

.main1 {
  padding-top: 30px;
  background-image: url("/static/img/main1.jpg");
  background-size: cover;
}
.main1--new {
  background-position: bottom;
}
.main1--new h2 {
  padding-bottom: 60px;
}
.main_prod-list {
  padding-top: 40px;
}
.main_prod-list div {
  position: relative;
  width: 45%;
  max-width: 660px;
  margin-bottom: 95px;
  padding: 40px 0;
  padding-left: 140px;
  border-radius: 45px;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 0px 3px 8px 0px rgba(12, 12, 12, 0.2);
  box-shadow: 0px 3px 8px 0px rgba(12, 12, 12, 0.2);
}
@media screen and (max-width: 1480px) {
  .main_prod-list div {
    width: 40%;
    padding-left: 80px;
  }
}
@media screen and (max-width: 1240px) {
  .main_prod-list div {
    padding-left: 6%;
    padding-right: 15px;
  }
}
@media screen and (min-width: 901px) {
  .main_prod-list div {
    min-height: 260px;
  }
}
@media screen and (max-width: 900px) {
  .main_prod-list.row {
    align-items: stretch;
  }
  .main_prod-list div {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .main_prod-list div {
    width: 80%;
    max-width: 100%;
    margin: 0 auto 35px;
  }
}
@media screen and (max-width: 520px) {
  .main_prod-list div {
    width: 100%;
    /* padding-left: 20%; */
  }
}
.main_prod-list div img {
  position: absolute;
  max-width: 23%;
}
@media screen and (max-width: 1520px) {
  .main_prod-list div img {
    max-width: 25%;
  }
}
@media screen and (max-width: 900px) {
  .main_prod-list div img {
    display: block;
    position: static;
    max-width: 50%;
    max-height: 230px;
    margin: 0 auto 10px;
  }
}
/* @media screen and (max-width: 768px) {
        .main_prod-list div img {
          max-width: 18%; } } */
.main_prod-list div:first-child,
.main_prod-list div:nth-child(3) {
  margin-left: 90px;
}
@media screen and (max-width: 768px) {
  .main_prod-list div:first-child,
  .main_prod-list div:nth-child(3) {
    margin-left: auto;
  }
}
.main_prod-list div:first-child img,
.main_prod-list div:nth-child(3) img {
  top: -55px;
  left: -80px;
}
@media screen and (max-width: 1280px) {
  .main_prod-list div:first-child img,
  .main_prod-list div:nth-child(3) img {
    left: -60px;
  }
}
/* @media screen and (max-width: 900px) {
          .main_prod-list div:first-child img {
            top: -50px;
            left: -45px; } }
        @media screen and (max-width: 768px) {
          .main_prod-list div:first-child img {
            top: -20%;
            left: -7%; } }
        @media screen and (max-width: 520px) {
          .main_prod-list div:first-child img {
            top: -15%;
            left: 0; } } */
.main_prod-list div:nth-child(2) img {
  top: -40px;
  left: -100px;
}
.main1--new .main_prod-list div:nth-child(2) img {
  top: -20px;
  left: -40px;
}
@media screen and (max-width: 1280px) {
  .main_prod-list div:nth-child(2) img {
    left: -80px;
  }
  .main1--new .main_prod-list div:nth-child(2) img {
    left: -30px;
  }
}
/*  @media screen and (max-width: 900px) {
        .main_prod-list div:nth-child(2) img {
          left: -50px; } }
      @media screen and (max-width: 768px) {
        .main_prod-list div:nth-child(2) img {
          left: -12%; } }
      @media screen and (max-width: 520px) {
        .main_prod-list div:nth-child(2) img {
          left: 0; } } */
.main_prod-list div:nth-child(3) img {
  top: -30px;
  left: -75px;
}
@media screen and (max-width: 1280px) {
  .main_prod-list div:nth-child(3) img {
    left: -60px;
  }
}
.main_prod-list div:nth-child(4) img {
  top: -40px;
  left: -53px;
}
@media screen and (max-width: 1280px) {
  .main_prod-list div:nth-child(4) img {
    left: -50px;
  }
}
.main_prod-list div ul {
  margin: 0;
  padding: 10px 0 0;
  list-style: none;
}
.main_prod-list div ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 20px;
}
.main_prod-list div ul li::before {
  content: "";
  position: absolute;
  top: calc(50% - 4.5px);
  left: 0;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background-color: #dbdad9;
}
.main_prod-list .prod_title {
  position: relative;
  font-size: 18px;
  font-family: "Roboto Black", "Verdana", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 900px) {
  .main_prod-list .prod_title {
    font-size: 18px;
  }
}
@media screen and (max-width: 360px) {
  .main_prod-list .prod_title {
    font-size: 16px;
  }
}
.main_prod-list .prod_title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 80px;
  height: 2px;
  background-color: #1a1a1d;
}

p.sub {
  width: 90%;
  margin: 0 auto;
  font-family: "Roboto Medium", "Verdana", sans-serif;
  font-size: 20px;
  color: #4c4642;
}
@media screen and (max-width: 600px) {
  p.sub {
    font-size: 17px;
  }
}

.pref_list.row {
  margin: 0;
  padding: 20px 0 50px;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.pref_list.row li {
  position: relative;
  width: 235px;
  margin: 0 2% 25px;
  padding-top: 210px;
  font-size: 20px;
  font-family: "Roboto Light", "Verdana", sans-serif;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .pref_list.row li {
    font-size: 17px;
  }
}
.pref_list.row li::before {
  content: "";
  position: absolute;
  left: calc(50% - 91.5px);
  top: 0;
  width: 183px;
  height: 183px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 3.41px 3.657px 0px 3px rgba(93, 93, 93, 0.19);
  box-shadow: 3.41px 3.657px 0px 3px rgba(93, 93, 93, 0.19);
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/static/img/main_pr1.png");
}
.pref_list.row li.pref_2::before {
  background-image: url("/static/img/main_pr2.png");
}
.pref_list.row li.pref_3::before {
  background-image: url("/static/img/main_pr3.png");
}
.pref_list.row li.pref_4::before {
  background-image: url("/static/img/main_pr4.png");
}
.pref_list.row li.pref_5::before {
  background-image: url("/static/img/main_pr5.png");
}
.pref_list.row li.pref_6::before {
  background-image: url("/static/img/main_pr6.png");
}
.pref_list.row li.pref_7::before {
  background-image: url("/static/img/main_pr7.png");
}
.pref_list.row li.pref_8::before {
  background-image: url("/static/img/main_pr8.png");
}

.main2 {
  background-image: url("/static/img/main2.jpg");
  background-size: cover;
}

.green-decor {
  position: relative;
  overflow: hidden;
}
.green-decor::after {
  content: url('/static/img/main_3.png');
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.scheme {
  text-align: center;
  position: relative;
  max-width: 800px;
  margin: 30px auto 60px;
}
.scheme p {
  position: absolute;
  font-family: "Roboto Bold", "Verdana", sans-serif;
  text-align: right;
  max-width: 185px;
}
@media screen and (max-width: 560px) {
  .scheme p {
    font-size: 14px;
  }
}
@media screen and (max-width: 520px) {
  .scheme p {
    max-width: 100px;
    font-size: 13px;
  }
}
@media screen and (max-width: 400px) {
  .scheme p {
    font-size: 12px;
  }
}
.scheme .scheme_text1 {
  top: 1%;
  left: 2%;
}
@media screen and (max-width: 800px) {
  .scheme .scheme_text1 {
    top: -24%;
  }
}
@media screen and (max-width: 480px) {
  .scheme .scheme_text1 {
    top: -42%;
    text-align: left;
  }
}
@media screen and (max-width: 400px) {
  .scheme .scheme_text1 {
    font-size: 11px;
  }
}
@media screen and (max-width: 360px) {
  .scheme .scheme_text1 {
    top: -62%;
  }
}
.scheme .scheme_text2 {
  bottom: 7%;
  left: 2%;
}
@media screen and (max-width: 800px) {
  .scheme .scheme_text2 {
    max-width: 100px;
  }
}
@media screen and (max-width: 480px) {
  .scheme .scheme_text2 {
    bottom: -10%;
  }
}
@media screen and (max-width: 400px) {
  .scheme .scheme_text2 {
    bottom: -20%;
    text-align: left;
  }
}
@media screen and (max-width: 360px) {
  .scheme .scheme_text2 {
    bottom: -30%;
  }
}
.scheme .scheme_text3 {
  top: 1%;
  right: 2%;
}
@media screen and (max-width: 800px) {
  .scheme .scheme_text3 {
    top: -10%;
  }
}
@media screen and (max-width: 520px) {
  .scheme .scheme_text3 {
    right: 5%;
  }
}
@media screen and (max-width: 360px) {
  .scheme .scheme_text3 {
    top: -20%;
  }
}
.scheme .scheme_text4 {
  bottom: 22%;
  right: 2%;
}
@media screen and (max-width: 800px) {
  .scheme .scheme_text4 {
    max-width: 100px;
  }
}
@media screen and (max-width: 480px) {
  .scheme .scheme_text4 {
    bottom: 0%;
  }
}
@media screen and (max-width: 400px) {
  .scheme .scheme_text4 {
    bottom: -10%;
  }
}
@media screen and (max-width: 360px) {
  .scheme .scheme_text4 {
    bottom: -20%;
  }
}
@media screen and (max-width: 800px) {
  .scheme img {
    max-width: 80%;
  }
}
@media screen and (max-width: 520px) {
  .scheme img {
    max-width: 50%;
  }
}

.check-list {
  margin: 0;
  padding: 20px 0 0;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.check-list li {
  position: relative;
  margin-bottom: 25px;
  padding-left: 35px;
  font-family: "Roboto Light", "Verdana", sans-serif;
}
.check-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("/static/img/check.png");
}
.check-list.row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.check-list.row li {
  width: 48%;
}
@media screen and (max-width: 600px) {
  .check-list.row li {
    width: 100%;
  }
}

.direction {
  padding-top: 60px;
}
@media screen and (max-width: 800px) {
  .direction {
    padding-top: 40px;
  }
}
@media screen and (max-width: 600px) {
  .direction {
    padding-top: 0;
  }
}
.direction_list.row {
  margin: 0;
  padding: 20px 0 80px;
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.direction_list.row li {
  width: 16%;
  max-width: 235px;
  margin-bottom: 20px;
  position: relative;
  margin-bottom: 25px;
  padding-left: 35px;
  font-family: "Roboto Bold", "Verdana", sans-serif;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 1170px) {
  .direction_list.row li {
    width: 235px;
    max-width: 100%;
  }
}
.direction_list.row li img {
  margin-bottom: 5px;
  border-radius: 45px;
  background-color: #fbfbfb;
  -webkit-box-shadow: 12.958px 13.896px 0px 0px rgba(178, 180, 179, 0.2);
  box-shadow: 12.958px 13.896px 0px 0px rgba(178, 180, 179, 0.2);
}

.main3.green-decor {
  padding-bottom: 60px;
  text-align: center;
}
.main3.green-decor::after {
  top: 230px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.main3.green-decor .sub {
  width: 70%;
}

.gray {
  padding-bottom: 50px;
  background-color: #f6f6f6;
}

.main_docs {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url('/static/img/main_docs.jpg');
  background-size: cover;
}
.docs.owl-carousel {
  width: 90%;
  max-width: 1160px;
  margin: 0 auto 45px;
}
.docs.owl-carousel .owl-item {
  text-align: center;
  -webkit-box-shadow: 0 4px 10px rgba(76, 70, 66, 0.32);
  box-shadow: 0 4px 10px rgba(76, 70, 66, 0.32);
}
.docs.owl-carousel .owl-nav button.owl-next,
.docs.owl-carousel .owl-nav button.owl-prev {
  background-image: url("/static/img/arrow1.png");
  color: inherit;
  border: none;
  padding: 0 !important;
  font-size: 0;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 40%;
  right: -10%;
}
.docs.owl-carousel .owl-nav button.owl-prev {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  right: auto;
  left: -10%;
}

/* .docs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.docs .item {
    max-width: calc((100% - 120px)/3);
    margin:0 20px 10px;
    text-align: center;}
  .docs .item img {
    -webkit-box-shadow: 0 4px 10px rgba(76, 70, 66, 0.32);
            box-shadow: 0 4px 10px rgba(76, 70, 66, 0.32); }

  @media screen and (max-width: 680px) {
    .docs .item {
      max-width: calc((100% - 60px)/3);
      margin:0 10px 10px;}
  } */

.main_news .row {
  margin-top: 35px;
  padding-bottom: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  justify-content: center;
}

.main_news .main_new {
  width: 30%;
  margin: 0 1% 20px;
}
@media screen and (max-width: 680px) {
  .main_news .main_new {
    width: 100%;
    margin: 0 0 20px;
  }
}

.main_news .new_date {
  padding: 8px 0;
  font-family: "Roboto Light", "Verdana", sans-serif;
}

.main_news .new_title {
  position: relative;
  padding: 0 0 20px;
  font-size: 20px;
  font-family: "Roboto Bold", "Verdana", sans-serif;
  color: #003a17;
  line-height: 1.1;
}
@media screen and (max-width: 600px) {
  .main_news .new_title {
    font-size: 18px;
  }
}
.main_news .new_title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background-color: #dbdad9;
  border-radius: 1.5px;
}

.main4 {
  padding-top: 30px;
  padding-bottom: 100px;
  background-image: url("/static/img/main4.jpg");
  background-size: cover;
}
.main4 .container {
  width: 100%;
  max-width: 1200px;
  font-family: "Roboto Light", "Verdana", sans-serif;
  font-size: 20px;
}
.main4_video video {
  display: block;
  max-width: 100%;
}
@media screen and (max-width: 600px) {
  .main4 .container {
    font-size: 16px;
  }
}

.produce {
  padding-bottom: 80px;
  font-size: 20px;
}
@media screen and (max-width: 600px) {
  .produce {
    font-size: 16px;
  }
}

.photos.row {
  padding: 20px 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.photos.row > img,
.photos.row > a {
  width: 49%;
  margin-bottom: 30px;
}
@media screen and (max-width: 600px) {
  .photos.row > img {
    width: 100%;
  }
}

.produce .gray {
  padding-top: 20px;
}

.dotted-list {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.dotted-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media screen and (max-width: 600px) {
  .dotted-list li {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.dotted-list li span:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  border-bottom: 1px dotted #000;
  height: 1em;
  margin: 0 0.4em;
}
@media screen and (max-width: 400px) {
  .dotted-list li span:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .dotted-list li span:nth-child(3) {
    font-family: "Roboto Medium", "Verdana", sans-serif;
    width: 100%;
    margin-bottom: 3px;
    text-align: center;
  }
}

.char_list {
  margin: 0 auto 45px;
  padding: 0;
  list-style: none;
}
.char_list > li {
  margin-bottom: 20px;
}
.char_list .dotted-list {
  width: calc(100% - 30px);
  margin-left: 30px;
}

.details {
  padding-bottom: 125px;
}
@media screen and (max-width: 520px) {
  .details {
    padding-bottom: 50px;
  }
}

.details .gray {
  padding-top: 50px;
}
.details .gray .scheme {
  margin: 30px auto 90px;
}

.details .container > h3 {
  padding-top: 80px;
}
@media screen and (max-width: 520px) {
  .details .container > h3 {
    padding-top: 20px;
  }
}

.detail_item {
  position: relative;
  padding-top: 70px;
  padding-bottom: 60px;
  font-size: 20px;
}
.detail_item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background-color: #e5e5e5;
  border-radius: 5px;
}
.detail_item img {
  max-width: 20%;
}
@media screen and (max-width: 800px) {
  .detail_item img {
    max-width: 40%;
  }
}
@media screen and (max-width: 720px) {
  .detail_item img {
    max-width: 100%;
    margin: 0 auto 20px;
  }
}
.detail_item .detail_item-text {
  width: 75%;
}
@media screen and (max-width: 800px) {
  .detail_item .detail_item-text {
    width: 55%;
  }
}
@media screen and (max-width: 720px) {
  .detail_item .detail_item-text {
    width: 100%;
  }
}
.detail_item .detail_item-text h3 {
  padding-top: 0;
  text-align: left;
}
.detail_item .detail_item-text h3 span {
  font-size: 22px;
}
.detail_item .detail_item-text h3 b {
  display: inline-block;
  width: 57px;
  margin-right: 15px;
  line-height: 57px;
  font-family: "Roboto Medium", "Verdana", sans-serif;
  font-weight: normal;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  background-color: #458d35;
}
.detail_item .detail_list {
  margin: 0;
  padding: 20px 0 0;
  font-size: 15px;
  counter-reset: myCounter;
}
.detail_item .detail_list li {
  position: relative;
  list-style: none;
}
.detail_item .detail_list li::before {
  counter-increment: myCounter;
  content: counter(myCounter) " - ";
}

.contacts {
  background-image: url("/static/img/contac.png");
  background-repeat: no-repeat;
  background-position: 90% 80%;
}
@media screen and (max-width: 600px) {
  .contacts {
    background: none;
  }
}
.contacts .row {
  padding-top: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 18px;
}
@media screen and (max-width: 600px) {
  .contacts .row {
    padding-top: 0;
    font-size: 16px;
  }
}
.contacts .row img {
  width: 48%;
  margin-bottom: 60px;
}
@media screen and (max-width: 680px) {
  .contacts .row img {
    width: 100%;
    margin-bottom: 20px;
  }
}
.contacts .row > div {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.contacts .row > .captcha_row {
  flex-direction: row;
  width: 100%;
  margin-bottom: 10px;
}
.contacts .row > .captcha_row img {
  margin: 0;
}
@media screen and (max-width: 680px) {
  .contacts .row > div {
    width: 100%;
  }
}
.contacts .row p {
  margin: 15px 0;
  padding-top: 0;
  padding-bottom: 0;
}
.contacts .row p b {
  font-family: "Roboto Medium", "Verdana", sans-serif;
  font-weight: normal;
}
.contacts .row .contacts_info p {
  position: relative;
  padding-left: 18px;
}
@media screen and (max-width: 680px) {
  .contacts .row .contacts_info p:last-child {
    margin-bottom: 20px;
  }
}
.contacts .row .contacts_info p::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 0;
  width: 4px;
  height: 80%;
  background-color: #e5e5e5;
  border-radius: 5px;
}
.contacts .row .contacts_team {
  margin-bottom: 30px;
}
@media screen and (max-width: 680px) {
  .contacts .row .contacts_team {
    margin-bottom: 20px;
  }
}
.contacts .row .contacts_team p {
  margin: 5px 0;
}
@media screen and (max-width: 680px) {
  .contacts iframe {
    height: 400px !important;
  }
}
.maim {
  overflow: hidden;
}
.catalog-main {
  width: 100%;
}
.catalog-main .catalog-main_list {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin: 0;
  padding: 20px 0 130px;
  list-style: none;
}
@media (max-width: 900px) {
  .catalog-main .catalog-main_list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media (max-width: 800px) {
  .catalog-main .catalog-main_list {
    padding: 20px 0 50px;
  }
}
@media (max-width: 768px) {
  .catalog-main .catalog-main_list {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
.catalog-main .catalog-main_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 30%;
  margin-bottom: 40px;
  background-color: #f6f6f6;
  background-image: url("/static/img/catalog_item-back.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  outline: 1px solid #e8e7e7;
  outline-offset: -11px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 901px) {
  .catalog-main .catalog-main_list li {
    margin-right: calc(10% / 2);
  }
  .catalog-main .catalog-main_list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 900px) {
  .catalog-main .catalog-main_list li {
    width: 48%;
  }
}
@media (max-width: 600px) {
  .catalog-main .catalog-main_list li {
    width: 100%;
  }
}
.catalog-main .catalog-main_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 65px 10px 45px;
}
.catalog-main .catalog-main_list li:hover {
  background-color: #579949;
  background-image: url("/static/img/catalog_item-back_hover.png");
}
.main1--new .catalog-main_list {
  padding-bottom: 40px;
}
.main1--new .catalog-main_list li {
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.main1--new .catalog-main_list li {
  background-color: #fff;
}
.main1--new .catalog-main_list li:hover {
  background-color: #fff;
  background-image: none;
  box-shadow: 0 0 10px rgba(0,0,0,0.6);
}
.main1--new .catalog-main .catalog-main_list li .catalog-main_img {
  transform: scale(.8);
  transition: transform .3s;
}
.main1--new .catalog-main .catalog-main_list li:hover .catalog-main_img {
  transform: scale(1);
}

.catalog-main .catalog-main_list li .catalog-main_img {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.catalog-main .catalog-main_list li span {
  text-align: center;
}
.catalog-main .catalog-main_list li .catalog-main_title {
  margin-top: auto;
  font-size: 20px;
  font-family: "Roboto Medium", "Verdana", sans-serif;
  color: #4c4642;
}
.catalog-main .catalog-main_list li .catalog-main_series {
  font-size: 20px;
  font-family: "Roboto Black", "Verdana", sans-serif;
  color: #003a17;
}
.catalog.row .catalog-main + .catalog_content {
  margin: 0 auto;
}
.catalog.row {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-bottom: 80px;
}
@media (max-width: 900px) {
  .catalog.row h1 {
    font-size: 30px;
  }
}
@media (max-width: 768px) {
  .catalog.row h1 {
    font-size: 25px;
  }
}
.catalog.row aside {
  width: 375px;
  margin-top: 50px;
}
@media (max-width: 900px) {
  .catalog.row aside {
    width: 280px;
  }
}
@media (max-width: 768px) {
  .catalog.row aside {
    width: 230px;
  }
}
@media (max-width: 600px) {
  .catalog.row aside {
    width: 100%;
  }
}
.catalog.row aside .catalog_btn {
  display: none;
}
@media (max-width: 600px) {
  .catalog.row aside .catalog_btn {
    display: block;
    width: 182px;
    margin-bottom: 20px;
    border-radius: 20px;
    background-color: #3e7429;
    border: none;
    line-height: 51px;
    text-align: center;
    color: #f3f3f3;
    font-family: "Roboto Medium", "Verdana", sans-serif;
    font-size: 18px;
  }
}
.catalog.row aside ul {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media (max-width: 600px) {
  .catalog.row aside > ul {
    display: none;
  }
}
.catalog.row aside > ul > li {
  margin-bottom: 15px;
}
/*  .catalog.row aside > ul > li.active {
        margin-bottom: 0; } */
.catalog.row aside > ul > li > a {
  display: block;
  border-radius: 15px;
  background-image: linear-gradient(45deg, #003a17 0%, #7eb03c 100%);
  padding: 25px;
  padding-right: 5px;
  color: #fff;
  font-size: 18px;
  font-family: "Roboto Medium", "Verdana", sans-serif;
}
@media (max-width: 768px) {
  .catalog.row aside > ul > li > a {
    padding: 15px;
    font-size: 16px;
  }
}
.catalog.row aside > ul > li ul {
  display: none;
  padding: 15px 0;
}
@media (max-width: 768px) {
  .catalog.row aside > ul > li ul {
    padding: 5px;
  }
}
.catalog.row aside > ul > li ul a {
  display: block;
  padding: 15px 25px;
  padding-right: 5px;
  font-size: 15px;
  border-bottom: 1px solid #e0e0e0;
}
@media (max-width: 768px) {
  .catalog.row aside > ul > li ul a {
    padding: 5px 15px;
    font-size: 14px;
  }
}
.catalog.row aside > ul > li ul a.active {
  font-family: "Roboto Bold", "Verdana", sans-serif;
}
.catalog.row aside > ul > li ul a:hover {
  background-color: #f6f6f6;
}
.catalog.row aside > ul > li ul li:last-child a {
  border-bottom: none;
}
.catalog.row aside > ul > li.active ul {
  display: block;
}
.catalog.row .catalog_content {
  width: calc(100% - 450px);
}
@media (max-width: 900px) {
  .catalog.row .catalog_content {
    width: calc(100% - 320px);
  }
}
@media (max-width: 768px) {
  .catalog.row .catalog_content {
    width: calc(100% - 280px);
  }
}
@media (max-width: 600px) {
  .catalog.row .catalog_content {
    width: 100%;
  }
}
.catalog.row .catalog_content .catalog_doc {
  font-size: 20px;
}
@media (max-width: 600px) {
  .catalog.row .catalog_content .catalog_doc {
    font-size: 18px;
  }
}

.catalog_list {
  margin: 0;
  padding: 20px 0;
  list-style: none;
}
.catalog_list li {
  margin-bottom: 22px;
  text-align: center;
  border-width: 1px;
  border-color: #e0e0e0;
  border-style: solid;
  background-color: white;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(12, 12, 12, 0.1);
  box-shadow: 0px 3px 8px 0px rgba(12, 12, 12, 0.1);
}
.catalog_list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
@media (max-width: 1400px) {
  .catalog_list li a {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.catalog_list li img {
  max-width: 20%;
  margin-right: 50px;
}
@media (max-width: 1400px) {
  .catalog_list li img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 1024px) {
  .catalog_list li img {
    max-width: 100%;
  }
}
.catalog-item_text {
  max-width: calc(80% - 50px - 190px);
  flex-grow: 1;
}
@media (max-width: 1170px) {
  .catalog-item_text {
    max-width: calc(80% - 50px);
  }
}
@media (max-width: 1024px) {
  .catalog-item_text {
    max-width: 100%;
  }
}
.catalog_list li h2 {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 20px;
  font-size: 20px;
  font-family: "Roboto Medium", "Verdana", sans-serif;
  color: #345841;
  text-align: left;
}
.catalog_list li h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 2px;
  background-color: #dbdad9;
}
.catalog_list li p {
  padding: 0 0 10px;
  text-align: left;
}
@media (max-width: 1024px) {
  .catalog_list li .catalog-item_text {
    width: 100%;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .catalog_list li .catalog-item_text h2 {
    width: auto;
  }
}
.catalog_list .catalog-item_link {
  margin-right: 80px;
  margin-left: auto;
  border-radius: 20px;
  background-color: #3e7429;
  width: 182px;
  line-height: 51px;
  text-align: center;
  color: #f3f3f3;
  font-family: "Roboto Medium", "Verdana", sans-serif;
  font-size: 18px;
}
@media (max-width: 1400px) {
  .catalog_list .catalog-item_link {
    margin-right: auto;
  }
}

.item .item_gallery.row {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  max-width: 100%;
  width: 1024px;
  margin-bottom: 20px;
}
@media (max-width: 1000px) {
  .item .item_gallery.row {
    justify-content: space-between;
  }
}
@media (max-width: 800px) {
  .item .item_gallery.row {
    margin-bottom: 0;
  }
}
.item_gallery .lSSlideOuter,
.item .item_gallery.row > a {
  width: calc(50% - 10px);
  margin-bottom: 20px;
  text-align: center;
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0e0;
  background-color: white;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(12, 12, 12, 0.1);
  box-shadow: 0px 3px 8px 0px rgba(12, 12, 12, 0.1);
}
@media (max-width: 800px) and (min-width: 600px) {
  .item_gallery .lSSlideOuter,
  .item .item_gallery.row > a {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
@media (max-width: 460px) {
  .item_gallery .lSSlideOuter,
  .item .item_gallery.row > a {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.item_gallery .lSSlideOuter + a,
.item .item_gallery.row > a + a {
  margin-left: 20px;
}
@media (max-width: 1000px) {
  .item_gallery .lSSlideOuter + a,
  .item .item_gallery.row > a + a {
    margin-left: 0;
  }
}

.item_gallery .lSAction > a {
  display: block;
  top: 50%;
  height: 60px;
  width: 60px;
  margin-top: -30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23579a1f' viewBox='0 0 490.4 490.4' style='enable-background:new 0 0 490.4 490.4;' xml:space='preserve'%3E%3Cpath d='M245.2,490.4c135.2,0,245.2-110,245.2-245.2S380.4,0,245.2,0S0,110,0,245.2C0,380.4,110,490.4,245.2,490.4z M245.2,24.5 c121.7,0,220.7,99,220.7,220.7s-99,220.7-220.7,220.7s-220.7-99-220.7-220.7S123.5,24.5,245.2,24.5z'/%3E%3Cpath d='M198.9,322.8c2.4,2.4,5.5,3.6,8.7,3.6s6.3-1.2,8.7-3.6c4.8-4.8,4.8-12.5,0-17.3l-48-48h183.4c6.8,0,12.3-5.5,12.3-12.3 s-5.5-12.3-12.3-12.3H168.3l48-48c4.8-4.8,4.8-12.5,0-17.3s-12.5-4.8-17.3,0l-68.9,68.9c-4.8,4.8-4.8,12.5,0,17.3L198.9,322.8z'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  border: 7px solid rgb(224, 224, 224);
  border-radius: 50%;
  background-color: #fff;
}
.item_gallery .lSAction > .lSNext {
  transform: scale(-1, 1);
}
@media (max-width: 900px) and (min-width: 801px) {
  .item_gallery .lSAction > .lSNext {
    right: 5px;
  }
  .item_gallery .lSAction > .lSPrev {
    left: 5px;
  }
}
@media (max-width: 600px) {
  .item_gallery .lSAction > .lSNext {
    right: 0;
  }
  .item_gallery .lSAction > .lSPrev {
    left: 0;
  }
}
.item .item_buttons {
  margin-bottom: 40px;
}
@media screen and (max-width: 1500px) {
  .item .item_buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 899px) {
  .item .item_buttons {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .item .item_buttons {
    margin-bottom: 10px;
  }
}
.item .item_buttons .tab_link {
  position: relative;
  padding: 15px 38px;
  font-size: 18px;
  border-radius: 25px 25px 0 0;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  cursor: pointer;
}
@media screen and (max-width: 1560px) {
  .item .item_buttons .tab_link {
    padding: 15px 20px;
  }
}
@media screen and (max-width: 1500px) {
  .item .item_buttons .tab_link {
    font-size: 16px;
    padding: 15px;
  }
}
@media screen and (max-width: 1500px) {
  .item .item_buttons .tab_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-grow: 1;
  }
}
/*     @media screen and (max-width: 899px) {
      .item .item_buttons .tab_link {max-width: 30%;}
      .item .item_buttons .tab_link:nth-child(2) {
        max-width: calc(20% + 42px); }
      .item .item_buttons .tab_link:nth-child(3) {
        max-width: calc(22% + 42px); } } */
@media screen and (max-width: 1170px) {
  .item .item_buttons .tab_link {
    font-size: 13px;
  }
}
.item .item_buttons .tab_link.active {
  background-color: #003a17;
  color: #fff;
}
.item .item_buttons .tab_link:hover {
  border-color: #003a17;
  color: #003a17;
}
.item .item_buttons .tab_link.active:hover {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .item .item_buttons .tab_link:nth-child(4) {
    white-space: nowrap;
  }
}
.item .item_buttons .tab_link:nth-child(2),
.item .item_buttons .tab_link:nth-child(3),
.item .item_buttons .tab_link:nth-child(4) {
  margin-left: -42px;
  padding-left: 90px;
}
@media screen and (max-width: 1400px) {
  .item .item_buttons .tab_link:nth-child(2),
  .item .item_buttons .tab_link:nth-child(3),
  .item .item_buttons .tab_link:nth-child(4) {
    padding-left: 80px;
  }
}
@media screen and (max-width: 1080px) {
  .item .item_buttons .tab_link:nth-child(2),
  .item .item_buttons .tab_link:nth-child(3),
  .item .item_buttons .tab_link:nth-child(4) {
    padding-left: 65px;
  }
}
@media screen and (max-width: 899px) {
  .item .item_buttons .tab_link:nth-child(2),
  .item .item_buttons .tab_link:nth-child(3),
  .item .item_buttons .tab_link:nth-child(4) {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    border: none;
    padding-left: 30px;
  }
}
@media screen and (max-width: 480px) {
  .item .item_buttons .tab_link:nth-child(2),
  .item .item_buttons .tab_link:nth-child(3),
  .item .item_buttons .tab_link:nth-child(4) {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    border: none;
    padding-left: 30px;
  }
}
.item .item_buttons .tab_link:nth-child(2)::before,
.item .item_buttons .tab_link:nth-child(3)::before,
.item .item_buttons .tab_link:nth-child(4)::before {
  content: "";
  position: absolute;
  left: 55px;
  top: calc(50% - 12px);
  width: 24px;
  height: 24px;
  -webkit-filter: grayscale(0.8);
  filter: grayscale(0.8);
}
.item .item_buttons .tab_link--pdf::before {
  background-image: url("/static/img/pdf_icon.png");
}
.item .item_buttons .tab_link--price::before {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/static/img/tab_link_price.png");
}
@media screen and (max-width: 1400px) {
  .item .item_buttons .tab_link:nth-child(2)::before,
  .item .item_buttons .tab_link:nth-child(3)::before,
  .item .item_buttons .tab_link:nth-child(4)::before {
    left: 45px;
  }
}
@media screen and (max-width: 1080px) {
  .item .item_buttons .tab_link:nth-child(2)::before,
  .item .item_buttons .tab_link:nth-child(3)::before,
  .item .item_buttons .tab_link:nth-child(4)::before {
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
    background-size: contain;
  }
}
@media screen and (max-width: 899px) {
  .item .item_buttons .tab_link:nth-child(2)::before,
  .item .item_buttons .tab_link:nth-child(3)::before,
  .item .item_buttons .tab_link:nth-child(4)::before {
    left: 0;
  }
}
@media screen and (max-width: 480px) {
  .item .item_buttons .tab_link:nth-child(2)::before,
  .item .item_buttons .tab_link:nth-child(3)::before,
  .item .item_buttons .tab_link:nth-child(4)::before {
    left: 0;
  }
}
.item .item_buttons .tab_link:nth-child(2):hover::before,
.item .item_buttons .tab_link:nth-child(3):hover::before,
.item .item_buttons .tab_link:nth-child(4)::before {
  -webkit-filter: none;
  filter: none;
}
.item .item_buttons .tab_link:nth-child(1) {
  z-index: 10;
}

@media screen and (max-width: 899px) {
  .item .item_buttons .tab_link:nth-child(1) {
    width: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
}
@media screen and (max-width: 480px) {
  .item .item_buttons .tab_link:nth-child(1) {
    width: 100%;
    max-width: 100%;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
}
.item .item_buttons .tab_link:nth-child(2) {
  z-index: 5;
}
.item .item_buttons .tab_link:nth-child(3) {
  z-index: 2;
}
.item .item_buttons .tab_link:nth-child(4) {
  z-index: 1;
}

.item .tabs {
  display: none;
}
.item .tabs p {
  padding: 0;
  margin: 0;
}
.item_char_elem + .item_char_elem {
  margin-top: 20px;
}
.item .item_char_elem b {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: normal;
  font-family: "Roboto Bold", "Verdana", sans-serif;
  margin-bottom: 10px;
}
.item .tabs .item_char {
  margin-top: 25px;
}

.item_char_grid {
  margin-bottom: 30px;
  width: 100%;
  max-width: 1024px;
  font-family: "Roboto Regular";
}
@media (min-width: 991px),
  (max-width: 900px) and (min-width: 800px),
  (max-width: 600px) and (min-width: 481px) {
  .item_char_grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 20px;
  }
  .item_pressure,
  .item_force {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .item_temp {
    grid-column: 1/2;
    grid-row: 2/3;
  }
  .item_thread {
    grid-column: 1/2;
    grid-row: 3/4;
  }
  .item_mass {
    grid-column: 1/2;
    grid-row: 4/5;
  }
  .item_output_signal {
    grid-row: 1/2;
    grid-column: 2/3;
  }
  .item_basic_error {
    grid-row: 2/3;
    grid-column: 2/3;
  }
  .item_elect {
    grid-row: 3/4;
    grid-column: 2/3;
  }
}
.item_char_desc p,
.item_char_features p {
  line-height: 1.35em;
  max-width: 460px;
}
.item_char_features ul,
.item_docs ul {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.35em;
}
.item_char_features ul li,
.item_docs ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 15px;
}
.item_char_features ul li::before,
.item_docs ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;  
  border-left: 5px solid #224735;
}
.item_docs ul li a {
  font-family: "Roboto Regular";
  font-weight: normal;
}
.item #tab1_block {
  display: block;
}
.item_btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  row-gap: 10px;
  flex-wrap: wrap;
  margin: 20px 0 25px;
}
.item .item_btn {
  display: inline-block;
  width: 100%;
  max-width: 230px;
  padding: 15px;
  border-radius: 20px;
  border: 2px solid #3e7429;
  background-color: #fff;
  text-align: center;
  color: #3e7429;
  font-size: 18px;
  line-height: 25px;
}
.item .item_btn--price {
  line-height: 25px;
  font-size: 25px;
  font-family: "Roboto Bold", "Verdana", sans-serif;
  color: #f3f3f3;
  background-color: #3e7429;
}
@media screen and (max-width: 992px) {
  .item_char_desc {
    margin-bottom: 30px;
  }
}
  
  @media screen and (max-width: 900px) {
    .item .item_btn {
      font-size: 16px;
      line-height: 20px;
    }
    .item .item_btn--price {
      line-height: 18px;
      font-size: 20px;
    }
  }
  @media screen and (max-width: 800px) and (min-width: 601px) {
    .item .item_btn {
      max-width: 100%;
    }
    .item .item_btn--price {
      margin-top: 0;
    }
  }
  @media screen and (max-width: 480px) {
    .item_btns {
      align-items: stretch;
    }
    .item .item_btn {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 10px;
    }
  }

.item .item_tel {
  width: 100%;
  max-width: 1024px;
  margin-bottom: 20px;
  padding: 20px 30px;
  border: 2px solid #7a7774;
  -webkit-box-shadow: inset 0 0 3px #fff;
  box-shadow: inset 0 0 3px #fff;
  background-color: #7a7774;
  color: #fff;
  border-radius: 20px;
}
.item .item_tel p:last-child {
  padding-bottom: 0;
}
.item_table {
  font-family: "Roboto Regular";
  margin-bottom: 40px;
}
.item_table__sub {
  font-family: "Roboto Bold", "Verdana", sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.catalog_desc h3 {
  text-align: left;
}
.filter {
  position: relative;
  margin-bottom: 30px;
  padding: 30px 0;
  background-color: #edf7ee;
}
.filter::after {
  content: "";
  position: absolute;
  width: 9999px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #edf7ee;
}
.filter .filter_form.row {
  position: relative;
  z-index: 10;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.filter .filter_form.row > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 40px;
  font-size: 17px;
}
@media screen and (max-width: 1420px) {
  .filter .filter_form.row > div {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1380px) {
  .filter .filter_form.row > div {
    font-size: 16px;
  }
}
@media screen and (max-width: 1270px) {
  .filter .filter_form.row > div {
    width: 270px;
  }
}
@media screen and (max-width: 620px) {
  .filter .filter_form.row > div {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.filter .filter_form.row > div label {
  font-family: "Roboto Medium", "Verdana", sans-serif;
}
@media screen and (max-width: 1270px) {
  .filter .filter_form.row > div label {
    display: block;
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 620px) {
  .filter .filter_form.row > div label {
    text-align: center;
  }
}
.filter .filter_reset {
  padding: 10px 16px 10px 36px;
  line-height: 23px;
  color: #fff;
  font-family: "Roboto Medium", "Verdana", sans-serif;
  border: none;
  border-radius: 5px;
  background-color: #4c4642;
  background-image: url("/static/img/filter_close.png");
  background-position: 15px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1270px) {
  .filter .filter_reset {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
@media screen and (max-width: 800px) {
  .filter .filter_reset {
    margin-top: 20px;
  }
}
.filter_form .select {
  width: 295px;
  margin-left: 11px;
  position: relative;
}
@media screen and (max-width: 1380px) {
  .filter_form .select {
    width: 260px;
  }
}
@media screen and (max-width: 1270px) {
  .filter_form .select {
    margin-left: 0;
  }
}
.filter_form select {
  width: 295px;
  margin-left: 11px;
  position: relative;
}
@media screen and (max-width: 1380px) {
  .filter_form select {
    width: 260px;
  }
}
@media screen and (max-width: 1270px) {
  .filter_form select {
    margin-left: 0;
  }
}
.filter_form select,
.filter_form .select__gap {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 43px;
  width: 295px;
  padding: 8px;
  padding-left: 23px;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #edecec;
  background-image: url("/static/img/filter_arrow.png");
  background-position: 270px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1380px) {
  .filter_form select,
  .filter_form .select__gap {
    width: 260px;
    padding-left: 13px;
    background-position: 240px;
    font-size: 15px;
  }
}

.filter_form .select__list {
  width: 100%;
  position: absolute;
  top: 43px;
  left: 0;
  margin: 3px 0 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #edecec;
  border-radius: 0 0 5px 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  list-style: none;
}

.filter_form .select__list li {
  padding: 15px 0;
  padding-left: 23px;
}
@media screen and (max-width: 1380px) {
  .filter_form .select__list li {
    padding-left: 13px;
  }
}

.filter_form .select__list li:hover {
  background-color: #f0f1f1;
}

.filter_form .select__list li + li {
  border-top: 1px solid #edecec;
}

.compare_table {
  width: 100%;
}
.compare_table tr {
  position: relative;
}
@media screen and (max-width: 900px) {
  .compare_table tr {
    font-size: 13px;
  }
}
.compare_table tr td,
.compare_table tr th {
  position: relative;
  z-index: 10;
  padding: 20px 10px;
  vertical-align: center;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .compare_table tr td,
  .compare_table tr th {
    padding: 10px 5px;
  }
}
@media screen and (max-width: 480px) {
  .compare_table tr td,
  .compare_table tr th {
    display: block;
  }
}
.compare_table tr th {
  font-family: "Roboto Medium", "Verdana", sans-serif;
  color: #0b471c;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .compare_table tr th {
    display: none;
  }
}
.compare_table tr th:nth-child(2),
.compare_table tr td:nth-child(2) {
  max-width: 183px;
}
@media screen and (max-width: 680px) and (min-width: 481px) {
  .compare_table tr th:nth-child(3),
  .compare_table tr td:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .compare_table tr th:nth-child(1) {
    font-size: 0;
  }
}
.compare_table tr .compare_form {
  display: block;
  max-width: 130px;
  margin: 0 auto 8px;
  padding: 10px 13px;
  background-color: #3e7429;
  color: #fff;
  font-size: 18px;
  font-family: "Roboto Bold", "Verdana", sans-serif;
  border-radius: 20px;
  border: none;
  text-align: center;
}
.compare_table tr .compare_del {
  display: block;
  max-width: 130px;
  margin: 0 auto;
  padding: 7px 13px;
  background-color: #fff;
  color: #5c5b5b;
  line-height: 1;
  border-width: 2px;
  border-color: rgb(198, 198, 198);
  border-style: solid;
  border-radius: 20px;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .compare_table tr .compare_form {
    padding: 10px 7px;
  }
  .compare_table tr .compare_del {
    padding: 7px;
  }
}
@media screen and (max-width: 680px) and (min-width: 481px) {
  .compare_table tr .compare_form {
    font-size: 14px;
    border-radius: 15px;
  }
  .compare_table tr .compare_del {
    width: 40px;
    font-size: 0;
    position: relative;
    border-radius: 0;
  }
  .compare_table tr .compare_del::before {
    content: "x";
    display: block;
    width: 100%;
    text-align: center;
    font-size: 13px;
  }
}
@media screen and (max-width: 520px) and (min-width: 481px) {
  .compare_table tr .compare_del {
    width: 20px;
  }
}
.compare_table tr .compare_name {
  font-size: 18px;
  font-family: "Roboto Medium", "Verdana", sans-serif;
  text-align: left;
  word-break: break-all;
}
@media screen and (max-width: 1170px) {
  .compare_table tr .compare_name {
    font-size: 15px;
  }
}
@media screen and (max-width: 900px) {
  .compare_table tr .compare_name {
    font-size: 13px;
  }
}
@media screen and (max-width: 480px) {
  .compare_table tr .compare_name {
    text-align: center;
  }
}
.compare_table tr .compare_text {
  text-align: left;
}
.compare_table tr .compare_text p {
  padding: 0 0 5px;
}
.compare_table tr .compare_text .compare_char {
  font-family: "Roboto Medium", "Verdana", sans-serif;
}
.compare_table tr .compare_text * + .compare_char {
  margin-top: 25px;
}
@media screen and (max-width: 480px) {
  .compare_table tr .compare_text {
    text-align: center;
  }
  .compare_table tr th:nth-child(2),
  .compare_table tr td:nth-child(2) {
    max-width: 100%;
  }
}

.compare_gallery {
  position: relative;
  max-width: 300px;
  max-height: 300px;
  min-width: 100px;
  min-height: 100px;
  margin: 0 auto;
}
.compare_gallery .compare_img {
  display: none;
  border-style: solid;
  border-width: 1px;
  border-color: #e0e0e0;
  background-color: white;
  -webkit-box-shadow: 0px 3px 8px 0px rgba(12, 12, 12, 0.1);
  box-shadow: 0px 3px 8px 0px rgba(12, 12, 12, 0.1);
}
.compare_gallery .compare_img:nth-of-type(1) {
  display: block;
}
.compare_gallery button {
  position: absolute;
  top: calc(50% - 21px);
  left: 0;
  width: 22px;
  height: 42px;
  background-color: #c6c6c6;
  border-radius: 0 10px 10px 0;
  border: none;
  background-image: url("/static/img/compare_arr.png");
  background-position: center;
  background-repeat: no-repeat;
  cursor: pointer;
}
.compare_gallery button.compare_gallery-next {
  right: 0;
  left: auto;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.compare_popup {
  width: 100%;
  max-width: 665px;
}
.compare_popup .wrapper {
  padding: 40px 30px 25px;
  background-color: #fff;
  border-radius: 45px;
}
.compare_popup h3,
.compare_popup .compare_item {
  width: 100%;
}
.compare_popup .compare_btn {
  padding: 13px 15px;
  border-radius: 20px;
  background-color: #3e7429;
  color: #fff;
  font-family: "Roboto Medium", "Verdana", sans-serif;
}
@media screen and (max-width: 400px) {
  .compare_popup .compare_btn {
    padding: 10px;
    line-height: 1;
  }
}
.compare_popup .compare_item {
  margin-bottom: 10px;
  padding: 0 10%;
}
@media screen and (max-width: 600px) {
  .compare_popup .compare_item {
    padding: 0 15px;
  }
}
.compare_popup h3 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 25px;
  font-weight: normal;
  font-family: "Roboto Medium", "Verdana", sans-serif;
  color: #3e7429;
}
@media screen and (max-width: 400px) {
  .compare_popup h3 {
    font-size: 20px;
  }
}
.compare_popup img {
  max-width: 40%;
}
@media screen and (max-width: 400px) {
  .compare_popup img {
    max-width: 25%;
  }
}
.compare_popup .compare_item-text {
  max-width: 58%;
}
@media screen and (max-width: 400px) {
  .compare_popup .compare_item-text {
    max-width: 73%;
  }
}
.compare_popup .compare_item-text h4 {
  margin: 0;
  padding: 15px 0;
  font-size: 20px;
  font-weight: normal;
  font-family: "Roboto Medium", "Verdana", sans-serif;
  text-align: left;
}
@media screen and (max-width: 400px) {
  .compare_popup .compare_item-text h4 {
    font-size: 18px;
  }
}
.compare_popup .compare_item-text p {
  padding: 0 0 15px;
}

footer {
  margin-top: auto;
  border-top: 50px solid #0b471c;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#043f19),
    to(#448c34)
  );
  background-image: linear-gradient(to bottom, #043f19, #448c34);
  color: white;
  font-family: "Roboto Regular", "Verdana", sans-serif;
}
footer .copy {
  width: 100%;
  padding-left: 28px;
  color: #87c69a;
  font-size: 13px;
}
@media screen and (max-width: 1280px) {
  footer .copy {
    width: auto;
    min-width: 51%;
  }
}
@media screen and (max-width: 980px) {
  footer .copy {
    width: 80%;
    min-width: 51%;
  }
}
@media screen and (max-width: 600px) {
  footer .copy {
    width: 100%;
  }
}
footer .adr {
  width: 100%;
}
footer .adr::before {
  top: 2px;
  bottom: auto;
  background-image: url("/static/img/pin-f.png");
}
@media screen and (max-width: 1280px) {
  footer .adr {
    width: auto;
    min-width: 51%;
  }
}
@media screen and (max-width: 980px) {
  footer .adr {
    width: 80%;
    min-width: 51%;
  }
}
@media screen and (max-width: 600px) {
  footer .adr {
    width: 100%;
  }
}
footer .tel {
  width: 100%;
}
footer .tel::before {
  background-image: url("/static/img/tel-f.png");
}
@media screen and (max-width: 1280px) {
  footer .tel {
    width: auto;
    min-width: 51%;
  }
}
@media screen and (max-width: 980px) {
  footer .tel {
    width: 80%;
    min-width: 51%;
  }
}
@media screen and (max-width: 600px) {
  footer .tel {
    width: 100%;
  }
}
footer .mail {
  width: 100%;
}
footer .mail::before {
  background-image: url("/static/img/mail-f.png");
}
@media screen and (max-width: 1280px) {
  footer .mail {
    width: auto;
    min-width: 51%;
  }
}
@media screen and (max-width: 980px) {
  footer .mail {
    width: 80%;
    min-width: 51%;
  }
}
@media screen and (max-width: 600px) {
  footer .mail {
    width: 100%;
  }
}

footer .container.row {
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-top: 60px;
}
@media screen and (max-width: 980px) {
  footer .container.row {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
@media screen and (max-width: 600px) {
  footer .container.row {
    padding-top: 120px;
  }
}
footer .container.row .logo {
  position: absolute;
  top: -30px;
  left: calc(50% - 87px);
  width: 174px;
  margin-bottom: 10px;
  font-size: 19px;
}
@media screen and (max-width: 680px) {
  footer .container.row .logo {
    width: 126px;
    left: calc(50% - 63px);
  }
}
footer .container.row p {
  padding-top: 0;
  padding-bottom: 15px;
}
footer .container.row .footer_slogan {
  width: 100%;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
}
@media screen and (max-width: 600px) {
  footer .container.row .footer_slogan {
    font-size: 16px;
  }
}
@media screen and (max-width: 400px) {
  footer .container.row .footer_slogan {
    font-size: 14px;
  }
}

.footer_text.row {
  width: 420px;
  margin-bottom: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 1280px) {
  .footer_text.row {
    width: 50%;
  }
}
@media screen and (max-width: 1170px) {
  .footer_text.row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 45%;
  }
  .footer_text.row:nth-of-type(2) {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 600px) {
  .footer_text.row {
    width: 100%;
    margin-bottom: 20px;
  }
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

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

a {
  color: inherit;
}

.visually-hidden:not(:focus):not(:active),
input[type="checkbox"].visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  margin: 0;
  font-family: "Roboto Light", "Verdana", sans-serif;
  font-size: 15px;
  line-height: 1.5;
  color: #4c4642;
}

a {
  text-decoration: none;
}

p {
  margin: 0;
  padding: 0.5em 0;
}

.uppercase {
  text-transform: uppercase;
}

.no-bottom {
  padding-bottom: 0;
  margin-bottom: 0;
}

.no-top {
  padding-top: 0;
  margin-top: 0;
}

.orange {
  color: #f27e01;
}

.container {
  width: 1560px;
  margin: 0 auto;
}
@media (max-width: 1560px) {
  .container {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.center {
  text-align: center;
}

h1,
h2 {
  position: relative;
  width: 100%;
  margin: 15px 0 0;
  padding: 20px 0;
  font-size: 40px;
  font-family: "Roboto Medium", "Verdana", sans-serif;
  font-weight: normal;
  text-align: center;
  color: #4c4642;
}
@media screen and (max-width: 600px) {
  h1,
  h2 {
    font-size: 20px;
  }
}

.title_wrapper {
  width: 100%;
  text-align: center;
}

.title_wrapper h1,
.title_wrapper h2 {
  position: relative;
  width: auto;
  display: inline-block;
}
.title_wrapper h1::before,
.title_wrapper h2::before {
  content: "";
  position: absolute;
  left: -95px;
  top: 47px;
  width: 65px;
  height: 2px;
  background-color: #4c4642;
}
@media screen and (max-width: 600px) {
  .title_wrapper h1::before,
  .title_wrapper h2::before {
    display: none;
  }
}
.title_wrapper h1::after,
.title_wrapper h2::after {
  content: "";
  position: absolute;
  right: -95px;
  top: 47px;
  width: 65px;
  height: 2px;
  background-color: #4c4642;
}
@media screen and (max-width: 600px) {
  .title_wrapper h1::after,
  .title_wrapper h2::after {
    display: none;
  }
}

h3 {
  margin: 0;
  padding: 30px 0;
  font-size: 30px;
  font-family: "Roboto Medium", "Verdana", sans-serif;
  font-weight: normal;
  text-align: center;
}
@media screen and (max-width: 600px) {
  h3 {
    font-size: 19px;
  }
}

.breadcrumbs {
  width: 100%;
  padding: 35px 0 0;
  color: #8b8b8a;
  font-size: 13px;
  font-family: "Roboto Light", "Verdana", sans-serif;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs span {
  color: #003a17;
}

.mobile_tel {
  color: inherit;
  cursor: auto;
}

.pagination {
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  font-family: "Roboto Medium", "Verdana", sans-serif;
  color: #3d3d42;
}
.pagination ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 600px) {
  .pagination ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 14px;
  }
}
.pagination ul li {
  margin: 0 12px;
}
@media screen and (max-width: 600px) {
  .pagination ul li {
    margin: 0 5px;
  }
}
.pagination ul li.active,
.pagination ul li:hover {
  color: #f27e01;
}
.pagination ul .disabled {
  opacity: 0.8;
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

.news-item {
  margin-bottom: 90px;
}
.news-item img {
  width: 35%;
}
.news-item > div {
  width: 63%;
}
.news-item_date {
  padding: 7px 0;
  font-size: 15px;
  color: #4c4642;
}
.news-item_title {
  margin: 0 0 20px;
  padding: 0 0 30px;
  position: relative;
  font-size: 20px;
  color: #345841;
  text-align: left;
}
.news-item_title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 3px;
  background-color: #dbdad9;
  border-radius: 1.5px;
}
.news-item:hover .news-item_title {
  color: #239b0a;
}
.news-item_text p {
  padding: 0;
  font-size: 18px;
}
@media screen and (max-width: 1000px) {
  .news-item {
    margin-bottom: 50px;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .news-item {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 680px) {
  .news-item img {
    max-width: 100%;
    width: auto;
    margin: 0 auto 10px;
  }
  .news-item > div {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .news-item_date {
    font-size: 13px;
  }
  .news-item_title {
    padding: 0 0 20px;
    font-size: 18px;
  }
  .news-item_text p {
    font-size: 16px;
  }
}

.new_img {
  float: left;
  max-width: 30%;
  margin-right: 40px;
  margin-bottom: 20px;
}
.new_link {
  display: block;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 140px;
  clear: both;
  color: #3e7429;
  font-size: 14px;
  text-decoration: underline;
}
.new_link:hover {
  color: #239b0a;
}

@media screen and (max-width: 900px) {
  .new_img {
    max-width: 35%;
    margin-right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .new_img {
    display: block;
    float: none;
    max-width: 100%;
    margin: 0 auto 20px;
  }
}
.news__text_img img {
  width: 40% !important;
}
.news__text_img div {
  width: 56%;
}
@media screen and (max-width: 600px) {
  .news__text_img img {
    width: 80% !important;
    margin: 0 auto;
  }
  .news__text_img div {
    width: 100%;
  }
}
.docs .row {
  align-items: flex-start;
  justify-content: flex-start;
  padding-bottom: 100px;
}
.docs h1 {
  margin-bottom: 50px;
}
.docs .row a {
  position: relative;
  display: flex;
  align-items: center;
  width: 28%;
  min-height: 64px;
  margin-bottom: 50px;
  margin-right: calc(16% / 2);
  padding-left: 80px;
  font-size: 18px;
}
.docs .row a:nth-of-type(3n) {
  margin-right: 0;
}
.docs .row a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 54px;
  height: 64px;
  background-image: url("/static/img/pdf.png");
}
.docs .row a:hover {
  color: #003a17;
}
.docs--imgs .row a::before {
  display: none;
}
.docs--imgs .row a {
  display: block;
  padding-left: 0;
  text-align: center;
}
.docs--imgs a img {
  display: block;
  margin: 0 auto 10px;
}
@media screen and (max-width: 800px) {
  .docs .row a {
    width: 45%;
    margin-right: 10%;
  }
  .docs .row a:nth-of-type(3n) {
    margin-right: 10%;
  }
  .docs .row a:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 520px) {
  .docs .row {
    padding-bottom: 20px;
  }
  .docs .row a {
    width: 100%;
    margin-right: 0;
    font-size: 16px;
  }
  .docs .row a:nth-of-type(3n) {
    margin-right: 0;
  }
  .docs h1 {
    margin-bottom: 10px;
  }
}

.slide1 {
  position: relative;
  font-size: 0;
}

.slide1_text {
  width: 860px;
  position: absolute;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  padding: 30px 70px 20px;
  background-color: rgba(0, 58, 23, 0.75);
  border-radius: 15px;
  color: #fff;
}
.slide2 .slide1_text,
.slide4 .slide1_text,
.slide5 .slide1_text {
  width: 820px;
}
.slide3 .slide1_text {
  width: 780px;
}
.slide_vt .slide1_text {
  width: 870px;
  left: 64%;
  padding-bottom: 35px;
}
.slide_prm_rs .slide1_text {
  width: 810px;
  left: 64%;
  padding: 15px 40px 20px;
  background-color: rgba(0, 58, 23, 0.8);
}
.slide1 .check-list li {
  margin-bottom: 5px;
  font-size: 20px;
}
.slide1 .check-list li::before {
  top: 6px;
  background-image: url("/static/img/check_white.png");
}
.slide1_title {
  font-size: 40px;
  padding: 0 0 20px 30px;
  line-height: 1;
}
.slide2 .check-list,
.slide3 .check-list,
.slide4 .check-list,
.slide5 .check-list,
.slide_vt .check-list,
.slide_prm_rs .check-list {
  padding-top: 0;
}

@media screen and (max-width: 1200px) {
  .slide1_text,
  .slide_prm_rs .slide1_text {
    width: 800px;
    padding: 20px 30px 20px;
  }
  .slide2 .slide1_text,
  .slide4 .slide1_text,
  .slide5 .slide1_text,
  .slide_vt .slide1_text,
  .slide_prm_rs .slide1_text {
    width: 600px;
  }
  .slide1 .check-list li {
    margin-bottom: 5px;
    font-size: 18px;
  }
  .slide1_title {
    font-size: 20px;
    padding: 0 0 0 30px;
  }
  .slide2 .check-list,
  .slide3 .check-list,
  .slide4 .check-list,
  .slide5 .check-list,
  .slide_vt .check-list,
  .slide_prm_rs .check-list  {
    padding-top: 10px;
  }
}
@media screen and (max-width: 1024px) {
  .slide1 .check-list li {
    font-size: 16px;
  }
  .slide1_title {
    font-size: 19px;
  }
  .slide_vt .slide1_text {
    left: 70%;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  .slide1_text,
  .slide2 .slide1_text,
  .slide4 .slide1_text,
  .slide5 .slide1_text,
  .slide3 .slide1_text,
  .slide_vt .slide1_text,
  .slide_prm_rs .slide1_text {
    width: 500px;
    padding: 20px 15px 20px;
  }
  .slide1 .check-list li {
    margin-bottom: 5px;
    font-size: 15px;
  }
  .slide1 .check-list li::before {
    top: 1px;
  }
}
@media screen and (max-width: 767px) {
  .slide1_text,
  .slide2 .slide1_text,
  .slide4 .slide1_text,
  .slide5 .slide1_text,
  .slide3 .slide1_text,
  .slide_vt .slide1_text,
  .slide_prm_rs .slide1_text  {
    width: 100%;
    left: 50%;
    padding: 20px 15px 20px;
  }
}
@media screen and (max-width: 599px) {
  .slider {
    display: none;
  }
}
.lSSlideOuter {
  position: relative;
}
.lSPager {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
.lSSlideOuter .lSPager.lSpg > li.active a,
.lSSlideOuter .lSPager.lSpg > li:hover a {
  background-color: #dbdad9;
}
.lSAction > .lSNext {
  right: 5%;
}
.lSAction > .lSPrev {
  left: 5%;
}
@media screen and (max-width: 900px) {
  .lSAction > .lSNext {
    right: 10px;
  }
  .lSAction > .lSPrev {
    left: 10px;
  }
  .lSPager {
    bottom: 0;
  }
}

.text-img {
  padding-top: 40px;
}
.text-img_img,
.text-img > img {
  width: 48%;
  margin: 0;
}

.text-img_img figcaption {
  width: 100%;
  margin: 0;
  padding: 30px 0;
}

.text-img_text {
  width: 48%;
  align-self: flex-start;
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .text-img_text,
  .text-img_img,
  .text-img > img {
    width: 100%;
  }
  .text-img > img {
    margin-bottom: 15px;
  }
  .text-img_text {
    padding: 0;
  }
}

.photos p.center {
  width: 100%;
}

.check-text {
  position: relative;
  padding-left: 50px;
  margin-bottom: 40px;
}
.check-text b {
  display: block;
}
.check-text.check-icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 16px;
  width: 24px;
  height: 22px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('/static/img/check.png');
}

.tenzo_gallery {
  justify-content: center;
}
.tenzo_gallery .text-img_img {
  display: flex;
  flex-direction: column;
  width: 30%;
  text-align: center;
}
.tenzo_gallery .text-img_img figcaption {
  margin-top: auto;
  max-width: 230px;
  margin: 0 auto;
  text-align: left;
}

.tenzo_gallery .text-img_img img {
  margin: 0 auto;
  width: auto;
}

.photos--small {
  justify-content: center;
}
.photos--small.row img {
  width: auto;
  max-width: 48%;
  margin: 0 15px 30px;
}

.produce .container {
  padding-top: 40px;
}

.produce {
  padding-bottom: 110px;
}
.produce h3 {
  padding: 45px 0;
}

.scheme--pr {
  margin: 60px auto;
}

.scheme--pr + p {
  padding-bottom: 40px;
}

.text_catalog-link {
  text-decoration: underline;
  color: #0b471c;
  font-family: "Roboto Medium";
}
.text_catalog-link:hover {
  text-decoration: none;
}

@media screen and (max-width: 880px) {
  .tenzo_gallery .text-img_img figcaption {
    font-size: 16px;
  }
}
@media screen and (max-width: 680px) {
  .tenzo_gallery .text-img_img {
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  .tenzo_gallery .text-img_img {
    width: 100%;
  }
  .tenzo_gallery .text-img_img figcaption {
    text-align: center;
  }
}

@media screen and (max-width: 1330px) {
  .photos--small.row img {
    width: 48%;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 600px) {
  .photos--small.row img {
    width: 100%;
    max-width: 100%;
  }
  .produce {
    padding-bottom: 50px;
  }
  .produce h3 {
    padding: 25px 0;
  }
  .check-text {
    padding-left: 35px;
  }
  .produce .container {
    padding-top: 20px;
  }
}

.contacts .row > div.ask {
  width: 100%;
  margin-bottom: 95px;
}
.popup-ask {
  display: none;
  width: 740px;
  max-width: 100%;
  padding: 20px 70px 50px;
  border-radius: 38px;
  font-family: "Roboto Regular", "Verdana", sans-serif;
}
@media screen and (max-width: 740px) {
  .popup-ask {
    padding: 15px 15px 30px;
  }
}
.popup-ask .fancybox-close-small {
  right: 12px;
  top: 12px;
}
.popup-ask .fancybox-close-small svg {
  width: 45px;
  height: 45px;
  margin-left: -6px;
  margin-top: -6px;
}
.ask h2 {
  margin: 0;
  padding: 25px 0;
  font-family: "Roboto Medium", "Verdana", sans-serif;
  font-size: 25px;
  color: #3e7429;
  text-align: center;
}
.contacts .ask h2 {
  padding-top: 20px;
}
@media screen and (max-width: 600px) {
  .contacts .row > div.ask {
    margin-bottom: 30px;
  }
  .ask h2,
  .contacts .ask h2 {
    padding: 15px 0;
    font-size: 19px;
  }
}

.ask_form,
.contacts .row.ask_form {
  align-items: flex-start;
  padding-top: 0;
}
.ask_form label {
  width: 90px;
  padding-right: 17px;
  padding-top: 10px;
  text-align: right;
  font-size: 15px;
  color: #4c4642;
}
.ask_form input,
.ask_form textarea {
  width: calc(100% - 90px);
  margin-bottom: 10px;
  padding: 10px;
  font-size: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(209, 209, 209);
  border-radius: 5px;
  background-color: rgba(62, 116, 41, 0);
}
.ask_form input[name="ask_theme"] {
  display: none;
}
.ask_form textarea {
  height: 100px;
}
.ask_form .captcha_row {
  width: 100%;
}
@media screen and (max-width: 460px) {
  .ask_form label {
    width: 100%;
    margin-bottom: 5px;
    padding-top: 0;
    padding-right: 0;
    text-align: left;
  }
  .ask_form input,
  .ask_form textarea {
    width: 100%;
  }
  .popup-ask label {
    font-size: 14px;
  }
  .popup-ask input {
    margin-bottom: 5px;
  }
  .popup-ask textarea {
    margin-bottom: 10px;
  }
}

.ask_form .g-recaptcha,
.contacts .row > div.g-recaptcha {
  width: auto;
  margin-left: 90px;
}
@media screen and (max-width: 460px) {
  .ask_form .g-recaptcha,
  .contacts .row > div.g-recaptcha {
    margin: 0 auto;
  }
}
.ask_form button {
  align-self: center;
  padding: 13px 45px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: "Roboto Medium", "Verdana", sans-serif;
  background-color: rgb(62, 116, 41);
  border: none;
  border-radius: 22px;
}
.ask_form button:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 599px) {
  .ask_form button {
    margin: 5px auto 0;
  }
}
.contacts .row.ask_form img {
  align-self: center;
  width: auto;
}
.ask_form p,
.contacts .row .ask_form p {
  width: 100%;
  margin: 0 0 15px;
  font-size: 14px;
  text-align: center;
}
@media screen and (min-width: 461px) {
  .ask_form p,
  .contacts .row .ask_form p {
    padding-left: 90px;
    text-align: left;
  }
}
.ask_form p a {
  text-decoration: underline;
  color: rgb(62, 116, 41);
}
.ask_form p a:hover {
  text-decoration: none;
}
.ask_product {
  width: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(209, 209, 209);
  border-radius: 5px;
}
.ask_product h3 {
  width: calc(100% + 2px);
  margin: -1px;
  padding: 15px 30px;
  color: #fff;
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  border-radius: 5px;
  background-image: linear-gradient(45deg, #003a17 0%, #7eb03c 100%);
}
.ask_product p {
  padding: 15px 30px;
  font-size: 16px;
  color: #4c4642;
}
.ask_product .ask_product__code {
  padding: 20px 30px;
  font-size: 15px;
  margin: 0;
}
button + .ask_product {
  margin-top: 35px;
}
@media screen and (max-width: 460px) {
  button + .ask_product {
    margin-top: 15px;
  }
  .ask_product h3,
  .ask_product p,
  .ask_product .ask_product__code {
    padding: 15px;
  }
}
.isup0722__blue {
  color: #007ec5;
}
.isup0722 .isup0722__gray {
  color: #8291b4;
}
.isup0722__top_title {
  color: #007ec5;
  text-align: left;
}
.isup0722__top_title span {
  color: #4c4642;
  font-family: "Roboto Light", "Verdana", sans-serif;
}
.isup0722__top {
  font-size: 20px;
}
.isup0722__top + p {
  margin: 15px 0;
  font-size: 20px;
  font-family: "Roboto Bold", "Verdana", sans-serif;
}
@media screen and (max-width: 600px) {
  .isup0722__top_title {
    margin-top: 0;
    font-size: 22px;
  }
  .isup0722__top {
    font-size: 18px;
  }
  .isup0722__top + p {
    font-size: 18px;
  }
}
.isup0722__top + p .isup0722__blue {
  text-transform: uppercase;
}
.isup0722 {
  font-size: 16px;
}
.isup0722__med,
.isup0722 .isup0722__gray,
.isup0722 .isup0722__blue {
  font-family: "Roboto Medium", "Verdana", sans-serif;
}
.isup0722__img {
  margin: 10px;
  text-align: center;
  color: #000;
  font-size: 15px;
}
.isup0722__img img {
  display: block;
  margin: 0 auto 5px;
}
.isup0722__img_left {
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
}
.isup0722__img_right {
  float: right;
  margin-left: 30px;
  margin-bottom: 15px;
}
@media (max-width: 900px) {
  .isup0722__img_left,
  .isup0722__img_right {
    max-width: 40%;
  }
}
@media (max-width: 479px) {
  .isup0722__img_left,
  .isup0722__img_right {
    float: none;
    max-width: 100%;
    margin: 10px 0;
  }
}
.isup0722__end {
  clear: both;
  max-width: 35%;
  margin-left: auto;
  text-align: right;
  color: #007ec5;
  font-family: "Roboto Medium", "Verdana", sans-serif;
}
@media (max-width: 768px) {
  .isup0722__end {
    max-width: 100%;
  }
}
.isup0722__end img {
  width: 150px;
  margin-top: 15px;
}
.captcha_row {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.captcha_row span {
  flex-shrink: 0;
}
.captcha_row img {
  display: block;
}
.captcha_row input {
  display: block;
  width: 100%;
  margin: 0;
}
.gdpr {
  position: fixed;
  top: auto;
  bottom: 0;
  height: auto;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  box-shadow: 0px 3px 38px 0px rgba(99, 99, 99, 0.38);
  padding: 15px 0;
  font-weight: 600;
  z-index: 1000;
}
.gdpr--white {
  background-color: rgba(255, 255, 255, 0.9);
  color: #090f1f;
  border-top: 3px solid #191919;
}
.gdpr .container {
  display: grid;
  grid-template-columns: 1fr 244px;
  grid-column-gap: 80px;
  align-items: center;
  box-sizing: border-box;
}
.gdpr .container:before,
.gdpr .container:after {
  display: none;
}
.gdpr p,
.gdpr small {
  margin: 0;
  padding: 0;
  color: inherit;
  font-size: 14px;
  line-height: 1.3;
}
.gdpr .container > small {
  display: none;
}
.btn_close {
  grid-row: 1/3;
  grid-column: 2/3;
  display: block;
  margin: 0;
  padding: 20px;
  font-size: 14px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  border: none;
  background-color: #fff;
  cursor: pointer;
  font-weight: 600;
}
.gdpr--white .btn_close {
  background-color: #000000;
  color: #fff;
}
.btn_close:hover {
  color: #000;
}
.gdpr--white .btn_close:hover {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .gdpr .container {
    grid-template-columns: 1fr 200px;
    grid-column-gap: 40px;
  }
}
@media screen and (max-width: 680px) {
  .gdpr {
    padding: 20px 0 15px;
  }
  .gdpr .container {
    grid-template-columns: 1fr 175px;
    grid-column-gap: 35px;
  }
  .gdpr p {
    grid-column: 1/-1;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .gdpr p small {
    display: none;
  }
  .gdpr .container > small {
    display: block;
    font-size: 12px;
    font-weight: normal;
  }
  .btn_close {
    grid-row: 2/3;
    grid-column: 2/3;
    font-size: 13px;
  }
}
@media screen and (max-width: 400px) {
  .gdpr .container {
    grid-template-columns: 1fr 145px;
    grid-column-gap: 20px;
  }
  .btn_close {
    padding: 15px 10px;
  }
}
.contacts .ask_form .h-captcha {
  max-height: 80px;
}
@media screen and (min-width: 461px) {
  .popup-ask .ask_form .h-captcha,
  .contacts .ask_form .h-captcha {
    margin-left: 90px;
  }
  .contacts .row .ask_form p {
    padding-top: 10px;
  }
  .popup-ask .ask_form button,
  .contacts .ask_form button {
    margin-left: 90px;
  }
}

.item_table table,
.item_table th,
.item_table td {
  border: 2px solid #40624e;
  border-collapse: collapse;
}
.item_table table {
  width: 100%;
  max-width: 1024px;
}
.item_table td {
  padding: 15px;
  line-height: 1.2em;
}
.item_table td:first-child {
  background-color: #dbebd4;
  color: #40624e;
  font-family: "Roboto Bold", "Verdana", sans-serif;
  width: 310px;
}
.item_spec_grid {
  display: grid;
  grid-template-columns: 47% 49%;
  justify-content: space-between;
  row-gap: 20px;
  max-width: 1024px;
  padding-top: 10px;
  margin-bottom: 45px;
}
.item .tabs .item_configurator__title,
.item .tabs .item_configurator__sub {
  font-family: "Roboto Medium", sans-serif;
  color: #aeb4b7;
}
.item .tabs .item_configurator__title b {
  text-transform: none;
}
.item .tabs .item_configurator__sub b {
  font-size: 15px;
  text-transform: none;
}
.item_docs {
  display: flex;
  flex-direction: column;
}
.item_docs .item_btns {
  margin-top: auto;
  margin-bottom: 15px;
}
.configurator {
  background-color: #f5f5f5;
  padding: 15px 20px;
  max-width: 440px;
}
.configurator form {
  display: block;
  width: 100%;
}
.configurator label {
  display: block;
  font-family: "Roboto Medium", sans-serif;
  margin-bottom: 10px;
}
.configurator label span {
  display: block;
  font-family: "Roboto Light", sans-serif;
}
.configurator select,
.configurator input {
  display: block;
  width: 100%;
  margin-bottom: 15px;
  height: 28px;
  border: 1px solid #ebebeb;
  padding-left: 10px;
}
.configurator_btn {
  display: block;
  width: 100%;
  max-width: 230px;
  margin: 25px auto 0;
  border: none;
  padding: 17px 5px;
  border-radius: 15px;
}
@media screen and (max-width: 992px) {
  .item_spec_grid {
    grid-template-columns: 100%;
  }
  .item_table td:first-child {
    width: 230px;
  }
}
@media screen and (max-width: 480px) {
  .item_table td {
    padding: 15px 5px;
    font-size: 14px;
  }
  .item_table td:first-child {
    width: auto;
  }
}
.site-creator {
  padding: 10px 0;
  background-color: #555555;
  color: #ffffff;
  text-align: center;
  font-size: 15px;
}
.site-creator_link {
  display: inline-block;
  color: inherit;
  text-decoration: underline;
  font-weight: bold;
}
@media (max-width: 480px) {
  .site-creator {
    font-size: 14px;
  }
}
form label.form_agreement {
  display: block;
  width: initial;
  font-size: inherit;
  padding: 0;
  margin: 0;
  text-align: left;
}
form label.form_agreement input {
  position: relative;
  top: 2px;
  margin: 0 5px 0 0;
  width: 16px;
  height: 16px;
}