/*! normalize.css v8.0.1 | 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; }
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }
/**
 * 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 {
  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 */
  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 {
  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"] {
  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; }
/**
 * Swiper 6.0.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 3, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
  font-weight: 400;
  font-style: normal; }

:root {
  --swiper-theme-color: #007aff; }

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1; }

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide, .swiper-wrapper {
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap; }

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column; }

.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height; }

.swiper-container-3d {
  perspective: 1200px; }

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none; }

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none; }

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start; }

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory; }

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory; }

:root {
  --swiper-navigation-size: 44px; }

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color)); }

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1; }

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto; }

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev'; }

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto; }

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next'; }

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff; }

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000; }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%; }

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color)); }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right; }

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white {
  --swiper-pagination-color: #fff; }

.swiper-pagination-black {
  --swiper-pagination-color: #000; }

.swiper-pagination-lock {
  display: none; }

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent; }

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff; }

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000; }

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg); } }

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

@font-face {
  font-family: "Akrobat";
  src: url("../themes/ozeleni/assets/fonts/Akrobat-Regular.woff") format("woff"), url("../themes/ozeleni/assets/fonts/Akrobat-Regular.woff2") format("woff2");
  font-weight: 500; }

@font-face {
  font-family: "Akrobat";
  src: url("../themes/ozeleni/assets/fonts/Akrobat-SemiBold.woff") format("woff"), url("../themes/ozeleni/assets/fonts/Akrobat-SemiBold.woff2") format("woff2");
  font-weight: 600; }

@font-face {
  font-family: "Akrobat";
  src: url("../themes/ozeleni/assets/fonts/Akrobat-Bold.woff") format("woff"), url("../themes/ozeleni/assets/fonts/Akrobat-Bold.woff2") format("woff2");
  font-weight: 800; }

@font-face {
  font-family: "Open Sans";
  src: url("../themes/ozeleni/assets/fonts/OpenSans-Regular.woff") format("woff"), url("../themes/ozeleni/assets/fonts/OpenSans-Regular.woff2") format("woff2");
  font-weight: 400; }

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

html {
  box-sizing: border-box;
  outline: none; }

h1, h2, h3, h4 {
  margin: 0; }

ul {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0; }

li {
  list-style-type: none; }

body {
  margin: 0;
  font-family: 'Open Sans';
  font-weight: normal;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase; }

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

p {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-bottom: 15px; }

input[type="text"], input[type="email"], input[type="tel"] {
  background: transparent;
  padding: 18px 30px;
  border: 1px solid #02301d;
  color: #02301d;
  min-width: 230px; }
  @media screen and (max-width: 600px) {
  input[type="text"], input[type="email"], input[type="tel"] {
    padding: 18px 20px;
    font-size: 10px; } }

input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder {
  color: #02301d;
  text-transform: uppercase;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 600px) {
  input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="tel"]::placeholder {
    font-size: 10px; } }

textarea {
  background: transparent;
  padding: 18px 30px;
  border: 1px solid #02301d;
  color: #02301d;
  resize: none;
  width: 100%;
  min-height: 120px; }
  @media screen and (max-width: 600px) {
  textarea {
    padding: 18px 20px;
    font-size: 10px;
    line-height: 22px; } }

textarea::placeholder {
  color: #02301d;
  width: 100%;
  text-transform: uppercase;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 600px) {
  textarea::placeholder {
    font-size: 10px; } }

button {
  text-transform: uppercase;
  border: 0;
  background-color: transparent;
  cursor: pointer;
  letter-spacing: 0.1em; }

form {
  position: relative;
  z-index: 2; }

.inner {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1100px) {
  .inner {
    padding: 0 20px; } }

.btn {
  font-size: 20px;
  padding: 18px 35px;
  background-color: transparent;
  border: 1px solid #357a4c;
  color: #357a4c;
  font-family: 'Akrobat';
  font-weight: 600;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: 0.3s; }
  .btn:hover {
    color: #ebf5ec;
    background-color: #357a4c; }

.btn-dark {
  font-size: 20px;
  padding: 33px 118px;
  background-color: transparent;
  border: 1px solid #02301d;
  color: #02301d;
  font-family: Akrobat;
  font-weight: 600;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: 0.3s; }
  @media screen and (max-width: 800px) {
  .btn-dark {
    font-size: 12px;
    padding: 22px 92px; } }
  @media screen and (max-width: 600px) {
  .btn-dark {
    padding: 22px 0px;
    width: 100%; } }
  .btn-dark:hover {
    color: #ebf5ec;
    background-color: #02301d; }

.btn-icon {
  padding: 33px 80px;
  background-color: transparent;
  border: 1px solid #ab886a;
  color: #ab886a;
  font-family: Akrobat;
  font-weight: 600;
  letter-spacing: 0.1em;
  cursor: pointer;
  font-size: 20px;
  transition: 0.3s; }
  @media screen and (max-width: 800px) {
  .btn-icon {
    font-size: 12px;
    padding: 23px 47px 23px 15px; } }
  .btn-icon:hover {
    color: #fafafa;
    background-color: #ab886a; }
    .btn-icon:hover span {
      position: relative; }
      .btn-icon:hover span::after {
        background-color: #fafafa; }
  .btn-icon span {
    position: relative; }
    .btn-icon span::after {
      content: '';
      position: absolute;
      transform: translateX(50%);
      -webkit-mask-image: url(../themes/ozeleni/assets/images/icons/adobe.svg);
      mask-image: url(../themes/ozeleni/assets/images/icons/adobe.svg);
      width: 17px;
      height: 21px;
      background-size: 100%;
      background-position: center;
      background-repeat: no-repeat;
      background-color: #ab886a; }
      @media screen and (max-width: 800px) {
  .btn-icon span::after {
    transform: translate(50%, -4px); } }

.btn-accient-second {
  padding: 33px 47px;
  background-color: transparent;
  border: 1px solid #ab886a;
  color: #ab886a;
  font-family: Akrobat;
  font-weight: 600;
  letter-spacing: 0.1em;
  cursor: pointer;
  font-size: 20px;
  transition: 0.4s; }
  @media screen and (max-width: 750px) {
  .btn-accient-second {
    font-size: 12px;
    padding: 23px 68px; } }
  .btn-accient-second:hover {
    color: #fafafa;
    background-color: #ab886a; }

.btn-arrow {
  font-family: 'Akrobat';
  font-weight: 600;
  font-size: 20px;
  color: #02301d;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative; }
  @media screen and (max-width: 600px) {
  .btn-arrow {
    font-size: 12px;
    padding-left: 0; } }
  .btn-arrow:hover::after {
    content: '';
    width: 82px; }
  .btn-arrow__text {
    transform: translate(0, 1px);
    padding-right: 15px; }
  .btn-arrow::after {
    content: '';
    transition: 0.3s;
    width: 62px;
    height: 2px;
    background-color: #02301d; }
  .btn-arrow::before {
    content: '';
    width: 6px;
    height: 6px;
    border-top: 2px solid #02301d;
    border-right: 2px solid #02301d;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    right: 6px; }

.btn-arrow--second-accent {
  color: #ab886a; }
  .btn-arrow--second-accent::after {
    background-color: #ab886a; }
  .btn-arrow--second-accent::before {
    border-color: #ab886a; }

.title {
  font-family: 'Akrobat';
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 37px;
  letter-spacing: 0.2em;
  color: #02301d; }
  @media screen and (max-width: 940px) {
  .title {
    font-size: 20px;
    letter-spacing: 0.1em; } }

.title--second-accent {
  color: #ab886a; }

.text {
  color: #02301d;
  font-family: 'Open Sans';
  line-height: 24px;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 940px) {
  .text {
    font-size: 10px;
    letter-spacing: 0.1em; } }

.text--second-accent {
  color: #ab886a; }

.icon-map {
  position: relative; }
  .icon-map::before {
    content: url(../themes/ozeleni/assets/images/icons/map-icon.svg);
    margin-right: 10px;
    transform: translateY(4px); }

.icon-plants {
  position: relative; }
  .icon-plants::before {
    content: url(../themes/ozeleni/assets/images/icons/plants-icon.svg);
    margin-right: 10px;
    transform: translateY(4px); }

.icon-area {
  position: relative; }
  .icon-area::before {
    content: url(../themes/ozeleni/assets/images/icons/area-icon.svg);
    margin-right: 10px;
    transform: translateY(4px); }

.icon-date {
  position: relative; }
  .icon-date::before {
    content: url(../themes/ozeleni/assets/images/icons/date-icon.svg);
    margin-right: 10px;
    transform: translateY(4px); }

.slider-button-next {
  width: 32px;
  height: 30px;
  background-image: url(../themes/ozeleni/assets/images/icons/leaf.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transform: rotate(180deg);
  cursor: pointer;
  position: relative;
  transition: 0.3s; }
  .slider-button-next::before {
    content: url(../themes/ozeleni/assets/images/icons/leaf-hover.svg);
    position: absolute;
    left: 1px;
    top: 1px;
    right: 0;
    opacity: 0;
    bottom: 0;
    transition: 0.3s; }
  .slider-button-next:hover::before {
    opacity: 0.99; }

.slider-button-prev {
  width: 32px;
  height: 30px;
  background-image: url(../themes/ozeleni/assets/images/icons/leaf.svg);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  position: relative; }
  .slider-button-prev::before {
    content: url(../themes/ozeleni/assets/images/icons/leaf-hover.svg);
    position: absolute;
    left: 1px;
    top: 1px;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: 0.3s; }
  .slider-button-prev:hover::before {
    opacity: 0.99; }

.slider-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #02301d;
  margin: 18px 0; }
  @media screen and (max-width: 1000px) {
  .slider-pagination {
    text-align: center; } }

.slider-button-wrap {
  box-shadow: 0px 20px 20px rgba(3, 25, 28, 0.6);
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: calc(50% - 92px);
  z-index: 1;
  padding: 32px; }
  @media screen and (max-width: 1000px) {
  .slider-button-wrap {
    padding: 18px; } }

.swiper-container {
  z-index: 2 !important; }

.hidden {
  display: none !important; }

.section-wrapper {
  overflow: hidden; }

.active {
  display: block !important; }

.slider-buttons {
  display: flex;
  justify-content: center; }
  .slider-buttons .slider-button-prev, .slider-buttons .slider-pagination, .slider-buttons .slider-button-next {
    display: inline-block; }
  .slider-buttons .slider-pagination {
    padding-left: 20px;
    padding-right: 20px; }
  .slider-buttons .slider-pagination {
    width: auto; }

.submit-big {
  color: #02301d;
  text-transform: uppercase;
  padding: 32px 0;
  font-family: Akrobat;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  background-color: transparent;
  border: 1px solid #02301d;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: 0.3s;
  max-width: 490px; }
  .submit-big:hover {
    color: #ebf5ec;
    background-color: #02301d; }
  @media screen and (max-width: 780px) {
  .submit-big {
    padding: 23px 0; } }

.submit-small {
  color: #02301d;
  text-transform: uppercase;
  padding: 32px 0;
  font-family: 'Akrobat';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  background-color: transparent;
  border: 1px solid #02301d;
  letter-spacing: 0.1em;
  cursor: pointer;
  transition: 0.3s;
  max-width: 360px; }
  .submit-small:hover {
    color: #ebf5ec;
    background-color: #02301d; }

.close, .close-thank, .close-cookie {
  position: absolute;
  width: 32px;
  height: 32px; }
  @media screen and (max-width: 800px) {
  .close, .close-thank, .close-cookie {
    width: 30px;
    height: 40px; } }
  .close::before, .close-thank::before, .close-cookie::before, .close::after, .close-thank::after, .close-cookie::after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 15px;
    height: 33px;
    width: 2px;
    background-color: rgba(2, 48, 29, 0.15);
    transition: 0.3s; }
    @media screen and (max-width: 800px) {
  .close::before, .close-thank::before, .close-cookie::before, .close::after, .close-thank::after, .close-cookie::after {
    height: 20px; } }
  .close:hover::before, .close-thank:hover::before, .close-cookie:hover::before, .close:hover::after, .close-thank:hover::after, .close-cookie:hover::after {
    background-color: #02301d; }
  .close::before, .close-thank::before, .close-cookie::before {
    transform: rotate(45deg); }
  .close::after, .close-thank::after, .close-cookie::after {
    transform: rotate(-45deg); }

.btn-up {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #357a4c;
  transition: 0.2s;
  position: fixed;
  right: 60px;
  bottom: 118px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 11;
  opacity: 0; }
  @media screen and (max-width: 1300px) {
  .btn-up {
    display: none; } }
  .btn-up:hover {
    opacity: 0.5; }

.btn-up-show {
  display: block;
  opacity: 0.2; }
  @media screen and (max-width: 1300px) {
  .btn-up-show {
    display: none; } }

.is-error {
  border-color: #9d0b1c !important;
  color: #9d0b1c !important; }

.is-error + .form-label {
  color: #9d0b1c !important; }

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.inputfile + label {
  display: inline-block;
  font-family: 'Akrobat';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.1em;
  background-color: rgba(2, 48, 29, 0.1);
  padding: 32px 27px;
  cursor: pointer;
  position: relative;
  transition: 0.3s; }
  .inputfile + label:hover {
    background-color: rgba(2, 48, 29, 0.2); }
  .inputfile + label::after {
    content: url(../themes/ozeleni/assets/images/icons/clip.svg);
    position: absolute;
    left: 26px;
    top: -10px; }

.main_input_file {
  display: none; }

.upload-form {
  display: inline-block;
  font-family: 'Akrobat';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.1em;
  background-color: rgba(2, 48, 29, 0.1);
  padding: 33px 27px;
  cursor: pointer;
  position: relative;
  transition: 0.3s; }
  .upload-form:hover {
    background-color: rgba(2, 48, 29, 0.2); }
  .upload-form::after {
    content: url(../themes/ozeleni/assets/images/icons/clip.svg);
    position: absolute;
    left: 26px;
    top: -10px; }
  @media screen and (max-width: 780px) {
  .upload-form {
    width: 100%;
    text-align: center;
    padding: 23px 0; } }
  @media screen and (max-width: 600px) {
  .upload-form {
    font-size: 12px; } }

.f-name {
  background: transparent;
  border: 0 !important;
  display: inline-block;
  vertical-align: top;
  padding: 0 !important;
  width: 100%; }

.instagram svg:hover {
  fill: #357a4c; }
  .instagram svg:hover path {
    stroke: #fff; }

.telegram {
  position: relative;
  width: 22px;
  height: 28px;
  display: block; }
  .telegram::after {
    content: '';
    position: absolute;
    -webkit-mask-image: url(../themes/ozeleni/assets/images/icons/telegram.svg);
    mask-image: url(../themes/ozeleni/assets/images/icons/telegram.svg);
    width: 22px;
    height: 20px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #357a4c; }
  .telegram:hover::after {
    content: '';
    position: absolute;
    -webkit-mask-image: url(../themes/ozeleni/assets/images/icons/telegram-hover.svg);
    mask-image: url(../themes/ozeleni/assets/images/icons/telegram-hover.svg);
    width: 22px;
    height: 20px;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #357a4c; }

.whatsapp svg:hover {
  fill: #357a4c; }
  .whatsapp svg:hover path {
    stroke: #fff; }

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  opacity: 0;
  width: 100%;
  cursor: pointer;
  display: block; }
  @media screen and (max-width: 600px) {
  .btn-file input[type=file] {
    font-size: 12px; } }

.removeFile {
  width: 20px;
  height: 20px;
  background-color: rgba(2, 48, 29, 0.1);
  display: block;
  position: relative;
  margin-right: 10px;
  transition: 0.3s; }
  .removeFile:hover {
    opacity: 0.8; }
  .removeFile::before, .removeFile::after {
    content: '';
    height: 15px;
    width: 1px;
    background-color: #02301d;
    position: absolute;
    left: 10px;
    top: 2px; }
  .removeFile::before {
    transform: rotate(45deg); }
  .removeFile::after {
    transform: rotate(-45deg); }

.fileList {
  display: flex;
  flex-wrap: wrap;
  width: 300%;
  margin-top: 30px; }
  @media screen and (max-width: 940px) {
  .fileList {
    width: 100%; } }
  .fileList__item {
    display: flex;
    align-items: center;
    margin: 0 30px 30px 0; }
  @media screen and (max-width: 400px) {
    .fileList__item {
      margin: 20px 0;
      width: 100%; } }

.download-btn {
  display: flex;
  align-items: center;
  font-family: 'Akrobat';
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #02301d; }
  @media screen and (max-width: 750px) {
  .download-btn {
    font-size: 12px; } }
  .download-btn::before {
    content: url(../themes/ozeleni/assets/images/icons/download-arrow.svg);
    margin-right: 13px; }

.is-loading-download::before {
  animation-name: loading-rotate;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite; }

@keyframes loading-rotate {
  100% {
    transform: rotate(-360deg); } }

.disable {
  opacity: 0.4; }
  .disable:hover {
    background-color: unset !important;
    color: unset !important; }

.logo {
  display: inline-block;
  width: 205px; }
  .logo__title {
    position: relative;
    left: 33px;
    color: #357a4c; }
  @media screen and (max-width: 1000px) {
    .logo__title {
      font-size: 10px;
      left: 25px; } }

.hamburger {
  width: 3.5em;
  min-width: 42px;
  position: fixed;
  top: 16px;
  right: 10px;
  z-index: 9;
  display: none;
  background-color: #ebf5ec;
  justify-content: center;
  padding: 20px; }
  @media screen and (max-width: 1000px) {
  .hamburger {
    display: flex;
    justify-content: center; } }

.hamburger-line {
  display: block;
  width: 2.5em;
  min-width: 30px;
  height: 3px;
  background-color: #357a4c;
  border-radius: 100% 0; }
  .hamburger-line::before, .hamburger-line::after {
    content: '';
    width: 100%;
    height: 3px;
    display: block;
    background-color: #357a4c;
    border-radius: 100% 0;
    transition: 0.5s; }
  .hamburger-line::before {
    transform: translate(0, -8px); }
  .hamburger-line::after {
    transform: translate(0, 5px); }

.hamburger-active .hamburger-line {
  transform: rotate(360deg);
  transition: 0.5s; }
  .hamburger-active .hamburger-line::before {
    transform: translate(18px, -5px) rotate(50deg);
    width: 40%; }
  .hamburger-active .hamburger-line::after {
    transform: translate(18px, 1px) rotate(-40deg);
    width: 40%; }

.btn-more-arrow {
  font-family: 'Akrobat';
  font-weight: bold;
  display: inline-block; }
  .btn-more-arrow::after {
    content: '';
    border: solid #02301d;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(45deg);
    position: relative;
    left: 7px;
    top: -2px; }

.get-price {
  font-weight: bold;
  display: inline-block; }
  .get-price:after {
    content: '\2193';
    position: relative;
    left: 4px;
    top: -2px; }

.pagination-bullet {
  width: 3px;
  height: 3px;
  background-color: #02301d;
  display: inline-block;
  border-radius: 50%; }

.wrapper {
  overflow: hidden; }

@media screen and (max-width: 1250px) {
    .js-download-btn-desktop {
      display: none; } }

.js-download-btn-mobile {
  display: none; }
  @media screen and (max-width: 1250px) {
  .js-download-btn-mobile {
    display: flex; } }

.catalog-placeholder {
  width: 100%;
  height: 138px; }
  @media screen and (max-width: 1250px) {
  .catalog-placeholder {
    height: 168px; } }
  @media screen and (max-width: 500px) {
  .catalog-placeholder {
    height: 108px; } }

.form-label {
  position: absolute;
  pointer-events: none;
  left: 30px;
  top: 6px;
  line-height: 40px;
  transition: 0.3s; }
  @media screen and (max-width: 600px) {
  .form-label {
    left: 20px;
    top: 5px; } }

.form-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 100%; }

.form-label--active {
  top: -10px;
  left: 15px;
  font-size: 9px; }

.textarea-wrap {
  width: 100%; }

.form-input {
  width: 100%; }

.header {
  color: #357a4c;
  padding-top: 50px; }
  @media screen and (max-width: 1000px) {
  .header {
    display: none; } }

.header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px; }
  .header-top__social-icon {
    width: 20px;
    height: 20px; }
  .header-top__telegram {
    width: 17px;
    height: 17px; }
  .header-top__telegram::after {
    content: '';
    width: 18px;
    height: 16px; }
  .header-top__telegram:hover::after {
    width: 18px;
    height: 16px; }
  @media screen and (max-width: 1000px) {
  .header-top {
    display: none; } }

.header-top-mobile {
  display: none;
  justify-content: space-between;
  align-items: center; }
  @media screen and (max-width: 1000px) {
  .header-top-mobile {
    display: flex;
    padding: 16px 10px 16px 10px;
    position: fixed;
    z-index: 8;
    left: 0;
    right: 0;
    background-color: #fafafa; } }
  .header-top-mobile .logo {
    max-width: 160px; }
  @media screen and (max-width: 380px) {
    .header-top-mobile .logo {
      max-width: 110px; } }
  .header-top-mobile .logo__title {
    font-size: 8px;
    line-height: 5px;
    letter-spacing: 0.08em; }
  @media screen and (max-width: 380px) {
      .header-top-mobile .logo__title {
        left: 0; } }
  .header-top-mobile__icons {
    display: flex;
    margin-right: 80px;
    margin-right: 50px; }
  .header-top-mobile__icon {
    width: 40px;
    height: 40px;
    background-color: #357a4c;
    display: flex;
    justify-content: center;
    align-items: center; }
  .header-top-mobile__icon:hover {
    background-color: #02301d; }
  .header-top-mobile__icon:not(:last-child) {
    margin-right: 5px; }

.mobile-menu {
  display: none;
  transform: translateX(100%);
  height: 100vh;
  width: 100vw;
  position: fixed;
  z-index: 8;
  background-color: #ebf5ec;
  color: #357a4c;
  padding: 30px;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.5s; }
  @media screen and (max-width: 1000px) {
  .mobile-menu {
    display: flex; } }
  .mobile-menu .address {
    font-size: 10px;
    max-width: 100%;
    margin-bottom: 10px; }
  .mobile-menu__contact-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .mobile-menu .social__item {
    width: 25px;
    height: 25px; }
  .mobile-menu .social__item:not(:last-child) {
    margin-right: 16px; }
  .mobile-menu .social svg {
    width: 100%;
    height: 100%; }
  .mobile-menu .telegram::after {
    width: 24px;
    height: 22px; }

.mobile-menu--active {
  transform: translateX(0); }

.mobile-menu-list__item {
  font-family: 'Akrobat';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 24px; }

.address {
  max-width: 170px; }

.social {
  display: flex; }
  .social__item {
    display: block; }
  .social__item:not(:last-child) {
    margin-right: 10px; }

.header-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 90px; }
  @media screen and (max-width: 1000px) {
  .header-list {
    display: none; } }
  .header-list__item {
    font-family: 'Akrobat';
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.1em;
    position: relative; }
  .header-list__item::before {
    content: '';
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #02301d;
    bottom: -8px;
    left: 50%;
    border-radius: 50%;
    opacity: 0;
    transition: 0.3s; }
  .header-list__item:hover {
    color: #02301d; }
  .header-list__item:hover::before {
    opacity: 1; }

.about-us {
  background-image: url('../themes/ozeleni/assets/images/bg/bg-about-us.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  position: relative; }
  @media screen and (max-width: 1050px) {
  .about-us {
    padding-top: 88px;
    padding: 0 10px; } }
  @media screen and (max-width: 1000px) {
  .about-us {
    overflow: hidden; } }
  @media screen and (max-width: 600px) {
  .about-us {
    background-size: 100% 78%;
    background-color: #ebf5ec;
    padding: 0 20px;
    overflow: hidden; } }
  @media screen and (max-width: 350px) {
  .about-us {
    background-size: 100% 80%; } }
  .about-us__container {
    position: relative;
    padding-bottom: 67px; }
  @media screen and (max-width: 600px) {
    .about-us__container {
      padding-bottom: 0; } }
  .about-us__background-image-leaf {
    position: absolute;
    top: 0;
    z-index: 2; }
  @media screen and (max-width: 1400px) {
    .about-us__background-image-leaf {
      left: -50px; } }
  @media screen and (max-width: 1200px) {
    .about-us__background-image-leaf {
      left: -100px; } }
  @media screen and (max-width: 1000px) {
    .about-us__background-image-leaf {
      top: 188px;
      left: -140px;
      z-index: 1; } }
  @media screen and (max-width: 600px) {
    .about-us__background-image-leaf {
      left: -100px; } }
  .about-us__wrap {
    position: relative;
    z-index: 2; }

.about-us-slider {
  position: relative;
  transform: translateY(-15%);
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1000px) {
  .about-us-slider {
    transform: translateY(75px); } }
  .about-us-slider__wrap {
    display: flex;
    z-index: 2;
    position: relative;
    box-shadow: 0px 10px 20px rgba(3, 25, 28, 0.6);
    width: 92%;
    margin-right: auto;
    margin-left: auto; }
  @media screen and (max-width: 800px) {
    .about-us-slider__wrap {
      flex-direction: column-reverse;
      width: 70%; } }
  @media screen and (max-width: 600px) {
    .about-us-slider__wrap {
      width: 100%; } }
  .about-us-slider__left-side {
    background-color: #ab886a;
    padding: 60px 30px 60px 60px;
    width: 50%; }
  @media screen and (max-width: 1000px) {
    .about-us-slider__left-side {
      width: auto;
      padding: 50px 20px 20px 20px; } }
  @media screen and (max-width: 800px) {
    .about-us-slider__left-side {
      position: relative;
      top: -8px; } }
  .about-us-slider__right-side {
    width: 50%; }
  @media screen and (max-width: 1000px) {
    .about-us-slider__right-side {
      width: auto; } }
  .about-us-slider__right-side img {
    height: 100%;
    width: 100%; }
  .about-us-slider__title {
    margin-bottom: 15px; }
  .about-us-slider__description {
    margin-bottom: 15px;
    max-width: 360px;
    min-height: 20px;
    max-height: 70px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical; }
  .about-us-slider__button-wrap {
    right: 0; }
  @media screen and (max-width: 450px) {
    .about-us-slider__button-wrap {
      top: 41%;
      display: flex;
      right: calc(50% - 90px);
      width: 180px;
      justify-content: space-between; } }
  @media screen and (max-width: 380px) {
    .about-us-slider__button-wrap {
      top: 32%; } }
  @media screen and (max-width: 450px) {
      .about-us-slider__button-wrap .slider-button-prev, .about-us-slider__button-wrap .slider-button-next {
        width: 32px; } }
  @media screen and (max-width: 450px) {
      .about-us-slider__button-wrap .slider-pagination {
        margin: 0;
        width: 38px; } }

.about-us-content {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 110px;
  padding-top: 50px;
  z-index: 1; }
  @media screen and (max-width: 1000px) {
  .about-us-content {
    margin-top: 90px; } }
  .about-us-content__background-image {
    position: absolute;
    z-index: 0; }
  .about-us-content__wrap {
    display: flex;
    justify-content: space-between; }
  @media screen and (max-width: 850px) {
    .about-us-content__wrap {
      flex-direction: column; } }
  .about-us-content__title {
    color: #fafafa;
    margin-bottom: 60px;
    position: relative; }
  @media screen and (max-width: 850px) {
    .about-us-content__title {
      margin-bottom: 40px; } }
  @media screen and (max-width: 600px) {
    .about-us-content__title {
      margin-left: 40px; } }
  .about-us-content__text {
    color: #fafafa;
    max-width: 530px;
    margin-bottom: 60px; }
  @media screen and (max-width: 850px) {
    .about-us-content__text {
      margin-bottom: 40px; } }
  .about-us-content__right-side {
    display: flex;
    flex-direction: column;
    position: relative; }
  .about-us-content__right-side img {
    width: 100%;
    height: auto; }
  @media screen and (max-width: 600px) {
    .about-us-content__left-side {
      margin-left: 40px; } }
  .about-us-content__image {
    margin-bottom: 30px;
    max-width: 750px;
    margin-right: auto; }
  .about-us-content__button span::after {
    -webkit-mask-image: url(../themes/ozeleni/assets/images/icons/adobe.svg);
    mask-image: url(../themes/ozeleni/assets/images/icons/adobe.svg); }

.about-us-merit {
  color: #ab886a;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 457px; }
  @media screen and (max-width: 850px) {
  .about-us-merit {
    margin-bottom: 60px; } }
  .about-us-merit__first-section {
    margin-bottom: 60px;
    display: flex;
    justify-content: space-between; }
  @media screen and (max-width: 850px) {
    .about-us-merit__first-section {
      margin-bottom: 40px; } }
  .about-us-merit__second-section {
    display: flex;
    justify-content: space-between; }
  .about-us-merit__item {
    font-size: 12px;
    width: 46%; }
  @media screen and (max-width: 600px) {
    .about-us-merit__item {
      font-size: 10px; } }
  .about-us-merit__item span {
    font-family: Akrobat;
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    line-height: 37px;
    display: block;
    letter-spacing: 0.2em; }
  @media screen and (max-width: 600px) {
      .about-us-merit__item span {
        font-size: 20px; } }

.decoration-form {
  position: relative; }
  .decoration-form input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #ab886a !important;
    /* Цвет фона */
    -webkit-text-fill-color: #02301d !important;
    /* цвет текста */
    color: #02301d !important;
    /* цвет текста */ }
  .decoration-form__wrap {
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
  .decoration-form__image-leaf {
    position: absolute;
    right: -230px;
    top: -80px;
    z-index: -1; }
  @media screen and (max-width: 1300px) {
    .decoration-form__image-leaf {
      right: -130px; } }
  @media screen and (max-width: 1050px) {
    .decoration-form__image-leaf {
      display: none; } }
  .decoration-form__image-left {
    position: absolute;
    left: -84%;
    top: -39%;
    z-index: 1; }
  @media screen and (max-width: 1300px) {
    .decoration-form__image-left {
      display: none; } }
  .decoration-form__image-left-mobile {
    display: none;
    position: absolute;
    z-index: 1;
    top: -158px;
    left: -170px; }
  @media screen and (max-width: 1300px) {
    .decoration-form__image-left-mobile {
      display: block; } }
  @media screen and (max-width: 950px) {
    .decoration-form__image-left-mobile {
      display: block;
      top: -164px;
      left: -330px; } }
  @media screen and (max-width: 500px) {
    .decoration-form__image-left-mobile {
      left: -380px; } }
  @media screen and (max-width: 400px) {
    .decoration-form__image-left-mobile {
      top: -144px; } }
  .decoration-form__image-right {
    position: absolute;
    right: -85%;
    top: -366px;
    z-index: 1; }
  @media screen and (max-width: 1300px) {
    .decoration-form__image-right {
      display: none; } }
  .decoration-form__image-right-mobile {
    display: none;
    position: absolute;
    z-index: 1;
    bottom: -411px;
    right: -70px; }
  @media screen and (max-width: 1300px) {
    .decoration-form__image-right-mobile {
      display: block; } }
  @media screen and (max-width: 950px) {
    .decoration-form__image-right-mobile {
      right: -360px; } }
  @media screen and (max-width: 500px) {
    .decoration-form__image-right-mobile {
      right: -510px; } }
  @media screen and (max-width: 950px) {
    .decoration-form__title {
      margin-top: 30px; } }
  .decoration-form__image-leaf-mobile {
    display: none; }
  @media screen and (max-width: 600px) {
    .decoration-form__image-leaf-mobile {
      z-index: 1;
      right: 0;
      top: 0;
      display: block;
      position: absolute; } }
  @media screen and (max-width: 500px) {
    .decoration-form__form-personal {
      display: block;
      max-width: 186px;
      line-height: 12px; } }
  .decoration-form .form__personal-data .form-item:not(:last-child) {
    margin-right: 30px; }
  .decoration-form .result-form {
    background-color: #ab886a; }

.services {
  background: url(../themes/ozeleni/assets/images/bg/services-bg-small.png);
  background-size: 100% 71%;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
  background-color: #fff;
  background-position: 0 420px; }
  @media screen and (max-width: 1100px) {
  .services {
    background-size: 100% 88%; } }
  @media screen and (max-width: 600px) {
  .services {
    background-position: 0;
    background-size: 100% 95%;
    padding-bottom: 200px; } }
  .services::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 84%;
    background-color: #ebf5ec;
    z-index: 0; }
  @media screen and (max-width: 1400px) {
    .services::before {
      bottom: 90%; } }
  @media screen and (max-width: 1100px) {
    .services::before {
      bottom: 94%; } }
  @media screen and (max-width: 600px) {
    .services::before {
      bottom: 96%; } }
  @media screen and (max-width: 400px) {
    .services::before {
      bottom: 95%; } }
  .services__inner {
    padding-top: 490px; }
  @media screen and (max-width: 1100px) {
    .services__inner {
      padding-top: 370px; } }
  @media screen and (max-width: 600px) {
    .services__inner {
      padding-top: 170px; } }
  .services__title {
    margin-bottom: 60px; }
  @media screen and (max-width: 850px) {
    .services__title {
      margin-bottom: 40px; } }
  .services__description {
    margin-bottom: 60px; }
  .services__wrap {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-top: 50px; }
  @media screen and (max-width: 1100px) {
    .services__wrap {
      flex-direction: column;
      align-items: center; } }
  .services__column-left {
    max-width: 430px; }
  @media screen and (max-width: 1100px) {
    .services__column-left {
      margin-bottom: 120px; } }
  @media screen and (max-width: 850px) {
    .services__column-left {
      margin-bottom: 40px; } }
  .services__cards-side-left {
    transform: translateY(-5%); }
  @media screen and (max-width: 1100px) {
    .services__cards-side-left {
      transform: translateY(0); } }
  @media screen and (max-width: 850px) {
    .services__cards-side-left {
      margin-bottom: 40px; } }
  @media screen and (max-width: 600px) {
    .services__cards-side-left {
      margin-bottom: 0; } }
  .services__leaf-top {
    position: absolute;
    z-index: 0;
    top: 25%;
    left: 0;
    right: 0; }
  @media screen and (max-width: 850px) {
    .services__leaf-top {
      display: none; } }
  .services__leaf-medium {
    position: absolute;
    right: 0;
    top: 38%; }
  @media screen and (max-width: 850px) {
    .services__leaf-medium {
      display: none; } }
  .services__leaf-bottom {
    position: absolute;
    top: 55%;
    left: 4%;
    z-index: 1; }
  @media screen and (max-width: 850px) {
    .services__leaf-bottom {
      display: none; } }
  .services__column-right {
    display: flex;
    flex-direction: column; }
  @media screen and (max-width: 1100px) {
    .services__column-right {
      max-width: 430px;
      width: 100%; } }
  .services__bg-top {
    position: absolute;
    top: 0; }
  @media screen and (max-width: 1400px) {
    .services__bg-top {
      display: none; } }
  .services__bg-bottom {
    position: absolute;
    bottom: 113px; }
  @media screen and (max-width: 2500px) {
    .services__bg-bottom {
      left: 0; } }
  @media screen and (max-width: 2300px) {
    .services__bg-bottom {
      left: -140px; } }
  @media screen and (max-width: 1400px) {
    .services__bg-bottom {
      display: none; } }
  .services__bg-top-small {
    display: none;
    position: absolute;
    top: 50px; }
  @media screen and (max-width: 1400px) {
    .services__bg-top-small {
      display: block; } }
  @media screen and (max-width: 1100px) {
    .services__bg-top-small {
      top: 0; } }
  @media screen and (max-width: 600px) {
    .services__bg-top-small {
      display: none; } }
  .services__bg-bottom-small {
    display: none;
    position: absolute;
    bottom: 100px; }
  @media screen and (max-width: 1400px) {
    .services__bg-bottom-small {
      display: block; } }
  @media screen and (max-width: 1100px) {
    .services__bg-bottom-small {
      bottom: -60px; } }
  @media screen and (max-width: 600px) {
    .services__bg-bottom-small {
      display: none; } }
  .services__bg-top-mobile {
    display: none; }
  @media screen and (max-width: 600px) {
    .services__bg-top-mobile {
      display: block;
      position: absolute;
      top: 0;
      left: -131px; } }
  .services__bg-bottom-mobile {
    display: none; }
  @media screen and (max-width: 600px) {
    .services__bg-bottom-mobile {
      display: block;
      position: absolute;
      bottom: -5px;
      left: -360px; } }
  @media screen and (max-width: 400px) {
    .services__bg-bottom-mobile {
      bottom: -35px; } }
  .services__button {
    margin-top: 410px; }
  @media screen and (max-width: 1100px) {
    .services__button {
      margin-top: 200px; } }

.advantages-list {
  position: relative;
  color: #ab886a;
  display: flex;
  justify-content: space-between;
  padding-bottom: 102px; }
  @media screen and (max-width: 850px) {
  .advantages-list {
    padding-bottom: 0;
    display: block;
    border: 1px solid #ab886a;
    padding: 30px 35px;
    border-bottom: 0; } }
  @media screen and (max-width: 600px) {
  .advantages-list {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    font-size: 10px; } }
  .advantages-list::before {
    content: '';
    position: absolute;
    top: -42px;
    left: -60px;
    height: 100%;
    width: 125%;
    border: 1px solid #ab886a; }
  @media screen and (max-width: 850px) {
    .advantages-list::before {
      border: 0;
      width: 100%;
      height: 100%; } }
  .advantages-list__column {
    width: 45%; }
  @media screen and (max-width: 850px) {
    .advantages-list__column {
      width: 100%; } }
  .advantages-list__item {
    margin-bottom: 42px;
    list-style-type: disc;
    margin-left: 15px; }
  @media screen and (max-width: 600px) {
    .advantages-list__item {
      margin-bottom: 20px; } }

.services-card__img {
  margin-bottom: 30px;
  max-width: 420px; }
  @media screen and (max-width: 850px) {
    .services-card__img {
      width: 100%; } }
  .services-card__title {
    margin-bottom: 30px; }
  @media screen and (max-width: 600px) {
    .services-card__title {
      margin-bottom: 10px; } }
  .services-card__text {
    display: none; }

.services-card:not(:last-child) {
  margin-bottom: 120px; }
  @media screen and (max-width: 850px) {
  .services-card:not(:last-child) {
    margin-bottom: 40px; } }

.services-popup {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 11;
  display: none;
  overflow: auto; }
  .services-popup::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 11; }
  .services-popup__wrap {
    max-width: 1170px;
    background-color: #ab886a;
    padding: 60px 150px 60px 60px;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 11;
    top: 50%;
    transform: translateY(-50%); }
  @media screen and (max-width: 1150px) {
    .services-popup__wrap {
      padding: 30px 40px 30px 40px; } }
  @media screen and (max-width: 600px) {
    .services-popup__wrap {
      flex-direction: column;
      justify-content: center;
      transform: translateY(0);
      top: 0; } }
  .services-popup__button {
    padding: 33px 48px;
    margin-top: auto; }
  .services-popup__img img {
    margin-bottom: 0;
    max-width: 420px; }
  @media screen and (max-width: 1150px) {
      .services-popup__img img {
        width: 100%;
        height: auto; } }
  @media screen and (max-width: 1150px) {
    .services-popup__img {
      width: 40%; } }
  @media screen and (max-width: 600px) {
    .services-popup__img {
      width: 84%; } }
  .services-popup__title {
    margin-bottom: 40px; }
  @media screen and (max-width: 600px) {
    .services-popup__title {
      margin-bottom: 20px; } }
  .services-popup__text {
    margin-bottom: 20px; }
  .services-popup__right-side {
    max-width: 480px;
    display: flex;
    flex-direction: column; }
  @media screen and (max-width: 1150px) {
    .services-popup__right-side {
      width: 50%; } }
  @media screen and (max-width: 600px) {
    .services-popup__right-side {
      width: 100%; } }

.our-works {
  background-color: #ebf5ec;
  padding-top: 110px;
  padding-bottom: 0;
  position: relative; }
  @media screen and (max-width: 1250px) {
  .our-works {
    padding-bottom: 0; } }
  @media screen and (max-width: 600px) {
  .our-works {
    padding-top: 0; } }
  .our-works__title {
    margin-bottom: 60px;
    padding-top: 50px; }
  @media screen and (max-width: 1250px) {
    .our-works__title {
      margin-bottom: 40px; } }
  .our-works__text {
    max-width: 510px;
    margin-bottom: 60px; }
  @media screen and (max-width: 1250px) {
    .our-works__text {
      margin-bottom: 40px; } }
  .our-works__bg-top {
    position: absolute;
    top: 80px;
    right: 0; }
  @media screen and (max-width: 600px) {
    .our-works__bg-top {
      display: none; } }
  .our-works__bg-bottom {
    position: absolute;
    bottom: 4%;
    left: 0; }
  @media screen and (max-width: 600px) {
    .our-works__bg-bottom {
      display: none; } }

.tabs__btn {
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1250px) {
    .tabs__btn {
      margin-top: 40px; } }

.tabs-navigation {
  margin-bottom: 60px; }
  @media screen and (max-width: 1250px) {
  .tabs-navigation {
    display: none; } }

.tabs-list {
  position: relative;
  display: flex;
  justify-content: space-between;
  color: #ab886a; }
  .tabs-list::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background-color: rgba(171, 136, 106, 0.2); }
  .tabs-list__item {
    font-size: 10px;
    line-height: 22px;
    letter-spacing: 0.08em;
    padding-bottom: 10px;
    border-bottom: 1px solid transparent;
    transition: 0.2s;
    cursor: pointer;
    border-bottom: 1px solid transparent; }
  .tabs-list__item:hover {
    border-bottom-color: #ab886a; }
  .tabs-list .tab-item-active {
    border-bottom-color: #ab886a; }

.tabs-list-mobile {
  margin-bottom: 20px;
  display: none; }
  @media screen and (max-width: 1250px) {
  .tabs-list-mobile {
    display: block; } }
  .tabs-list-mobile__title-wrap {
    display: flex;
    position: relative; }
  .tabs-list-mobile__title {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 20px;
    border: 1px solid #02301d;
    appearance: none;
    font-family: inherit;
    color: #02301d;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    position: relative; }
  @media screen and (max-width: 400px) {
    .tabs-list-mobile__title {
      font-size: 10px; } }
  .tabs-list-mobile__item-wrap {
    padding: 0 20px 0 20px;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 3;
    display: none;
    background-color: #ebf5ec;
    border: 1px solid #02301d;
    border-top: none; }
  .tabs-list-mobile__title-wrap--active {
    border-bottom: 0; }
  .tabs-list-mobile__title-wrap--active .tabs-list-mobile__arrow {
    transform: rotate(180deg); }
  .tabs-list-mobile__item-wrap--active {
    display: block; }
  .tabs-list-mobile__item-wrap--active .tabs-list-mobile__item:first-child {
    border-top: 1px solid rgba(2, 48, 29, 0.2); }
  .tabs-list-mobile__item {
    padding: 10px 0; }
  @media screen and (max-width: 400px) {
    .tabs-list-mobile__item {
      font-size: 10px; } }
  .tabs-list-mobile__filter-item:not(:last-child) {
    border-bottom: 1px solid rgba(2, 48, 29, 0.2); }

.tabs-item {
  padding-bottom: 70px; }
  @media screen and (max-width: 750px) {
  .tabs-item {
    padding-bottom: 20px; } }
  .tabs-item__title {
    font-family: 'Akrobat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.1em; }
  .tabs-item__wrap {
    overflow: hidden;
    display: grid;
    grid-template-areas: "card slider";
    grid-template-columns: 1fr 1fr; }
  @media screen and (max-width: 1250px) {
    .tabs-item__wrap {
      display: flex;
      flex-direction: column-reverse; } }
  .tabs-item__subtitle {
    font-family: 'Open Sans';
    font-weight: normal;
    font-size: 10px;
    letter-spacing: 0.08em;
    max-width: 300px;
    margin-bottom: 60px; }
  @media screen and (max-width: 750px) {
    .tabs-item__subtitle {
      margin-bottom: 20px; } }
  .tabs-item__image img {
    width: 100%;
    height: auto; }
  .tabs-item__left-side {
    margin-left: calc(50vw - 525px);
    min-width: 525px;
    grid-area: card; }
  @media screen and (max-width: 1250px) {
    .tabs-item__left-side {
      margin-left: 120px; } }
  @media screen and (max-width: 600px) {
    .tabs-item__left-side {
      margin-left: 20px; } }
  .tabs-item__right-side {
    grid-area: slider; }
  @media screen and (max-width: 1250px) {
    .tabs-item__right-side {
      margin-bottom: 70px; } }
  @media screen and (max-width: 750px) {
    .tabs-item__right-side {
      margin-bottom: 0; } }
  @media screen and (max-width: 1000px) {
    .tabs-item__button-wrap {
      padding: 32px; } }
  @media screen and (max-width: 750px) {
    .tabs-item__button-wrap {
      display: flex;
      background-color: transparent;
      position: static;
      justify-content: center;
      align-items: center;
      margin-left: auto;
      margin-right: auto; } }
  @media screen and (max-width: 1000px) {
      .tabs-item__button-wrap .slider-pagination {
        margin: 10px 0; } }
  @media screen and (max-width: 750px) {
      .tabs-item__button-wrap .slider-pagination {
        width: 30px;
        margin: 0 21px; } }
  .tabs-item .slider-button-wrap {
    left: 550px; }
  .tabs-item .swiper-container {
    width: 1200px; }
  @media screen and (max-width: 750px) {
    .tabs-item .swiper-container {
      width: 100%; } }
  @media screen and (max-width: 650px) {
    .tabs-item .swiper-container {
      width: 92%; } }

.tab-content .tabs-item:nth-child(even) .tabs-item__wrap {
  grid-template-areas: "slider card"; }
  @media screen and (max-width: 1250px) {
      .tab-content .tabs-item:nth-child(even) .tabs-item__wrap {
        display: flex;
        flex-direction: column-reverse; } }
  .tab-content .tabs-item:nth-child(even) .tabs-item__left-side {
    margin-left: 120px;
    margin-right: calc(50vw - 525px); }
  @media screen and (max-width: 1250px) {
      .tab-content .tabs-item:nth-child(even) .tabs-item__left-side {
        margin-right: 0; } }
  @media screen and (max-width: 600px) {
      .tab-content .tabs-item:nth-child(even) .tabs-item__left-side {
        margin-left: 20px; } }
  .tab-content .tabs-item:nth-child(even) .tabs-item__right-side {
    margin-left: -7vw; }
  @media screen and (max-width: 1600px) {
      .tab-content .tabs-item:nth-child(even) .tabs-item__right-side {
        margin-left: -20vw; } }
  @media screen and (max-width: 1450px) {
      .tab-content .tabs-item:nth-child(even) .tabs-item__right-side {
        margin-left: -34vw; } }
  @media screen and (max-width: 1350px) {
      .tab-content .tabs-item:nth-child(even) .tabs-item__right-side {
        margin-left: -41vw; } }
  @media screen and (max-width: 1250px) {
      .tab-content .tabs-item:nth-child(even) .tabs-item__right-side {
        margin-left: auto; } }

.tabs-item-list {
  margin-bottom: 86px; }
  @media screen and (max-width: 750px) {
  .tabs-item-list {
    margin-bottom: 20px; } }
  .tabs-item-list__item {
    display: flex;
    align-items: center;
    margin-bottom: 10px; }

.our-works-pagination {
  position: absolute; }

.catalog {
  background: url(../themes/ozeleni/assets/images/bg/small-leaf.png) 19% 78% no-repeat, url(../themes/ozeleni/assets/images/bg/medium-leaf.png) 0% 104% no-repeat;
  margin-bottom: 180px;
  padding-top: 50px; }
  @media screen and (max-width: 1100px) {
  .catalog {
    margin-top: 50px;
    background: url(../themes/ozeleni/assets/images/bg/small-leaf.png) 19% 78% no-repeat, url(../themes/ozeleni/assets/images/bg/medium-leaf.png) 0% 100% no-repeat; } }
  @media screen and (max-width: 850px) {
  .catalog {
    margin-top: 0;
    background: url(../themes/ozeleni/assets/images/bg/small-leaf.png) 137% 99% no-repeat, none; } }
  @media screen and (max-width: 600px) {
  .catalog {
    margin-bottom: 100px; } }
  .catalog__title {
    margin-bottom: 60px; }
  @media screen and (max-width: 850px) {
    .catalog__title {
      margin-bottom: 40px; } }
  .catalog__subtitle {
    margin-bottom: 60px;
    max-width: 650px;
    margin-right: auto; }
  @media screen and (max-width: 750px) {
    .catalog__subtitle {
      margin-bottom: 40px; } }
  .catalog__button {
    position: relative;
    z-index: 2; }
  .catalog__button span::after {
    -webkit-mask-image: url(../themes/ozeleni/assets/images/icons/message.svg);
    mask-image: url(../themes/ozeleni/assets/images/icons/message.svg);
    width: 21px;
    height: 14px;
    transform: translate(50%, 4px); }
    @media screen and (max-width: 800px) {
      .catalog__button span::after {
        transform: translate(50%, -1px); } }
  @media screen and (max-width: 600px) {
    .catalog__button {
      width: 100%; } }

.catalog-tabs {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 50px; }
  @media screen and (max-width: 750px) {
  .catalog-tabs {
    display: none; } }
  .catalog-tabs__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 10;
    cursor: pointer; }
  .catalog-tabs__item:hover span {
    font-weight: bold;
    transition: 0.2s; }
    .catalog-tabs__item:hover span::after {
      opacity: 1; }
    .catalog-tabs__item:hover span::before {
      opacity: 1; }
  .catalog-tabs__item--active span {
    font-weight: bold;
    transition: 0.2s; }
  .catalog-tabs__item--active span::after {
    opacity: 1 !important; }
  .catalog-tabs__item--active span::before {
    opacity: 1 !important; }
  .catalog-tabs span {
    color: #ab886a; }
  .catalog-tabs span::after {
    content: url(../themes/ozeleni/assets/images/icons/mini-leaf-right.svg);
    margin-left: 5px;
    opacity: 0;
    transition: 0.2s; }
  .catalog-tabs span::before {
    content: url(../themes/ozeleni/assets/images/icons/mini-leaf-left.svg);
    transform: rotate(45deg);
    margin-right: 5px;
    opacity: 0;
    transition: 0.2s; }
  .catalog-tabs img {
    width: max-content; }

.catalog-cards {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 30px; }
  @media screen and (max-width: 1100px) {
  .catalog-cards {
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px; } }
  .catalog-cards__item {
    border: 1px solid rgba(2, 48, 29, 0.1);
    cursor: pointer;
    transition: 0.3s; }
  .catalog-cards__item:hover {
    border: 1px solid #02301d; }
  .catalog-cards__img {
    margin-bottom: 30px;
    max-width: 100%; }
  @media screen and (max-width: 1100px) {
    .catalog-cards__img {
      width: 100%;
      height: auto;
      margin-bottom: 10px; } }
  .catalog-cards__title {
    font-family: 'Akrobat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.04em;
    color: #02301d;
    margin-bottom: 50px;
    padding: 0 30px; }
  @media screen and (max-width: 1100px) {
    .catalog-cards__title {
      margin-bottom: 15px; } }
  @media screen and (max-width: 600px) {
    .catalog-cards__title {
      font-size: 12px;
      margin-bottom: 15px;
      padding: 0 15px; } }
  .catalog-cards__price {
    color: #ab886a;
    font-family: 'Akrobat';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.04em;
    padding: 0 30px 20px 30px; }
  @media screen and (max-width: 600px) {
    .catalog-cards__price {
      font-size: 10px;
      padding: 0 15px 10px 15px; } }

.catalog-tabs-mobile {
  display: none;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  padding-top: 20px; }
  @media screen and (max-width: 750px) {
  .catalog-tabs-mobile {
    display: block; } }
  .catalog-tabs-mobile .catalog-tabs__item:hover span {
    font-weight: normal; }
    .catalog-tabs-mobile .catalog-tabs__item:hover span::before, .catalog-tabs-mobile .catalog-tabs__item:hover span::after {
      content: ''; }
  .catalog-tabs-mobile .catalog-pagination {
    display: flex;
    justify-content: center;
    align-items: center; }

.catalog-pagination {
  text-align: center;
  position: absolute;
  bottom: 0 !important; }

.catalog-button-prev {
  position: absolute;
  width: 55px;
  height: 55px;
  left: 0;
  top: calc(50% - 35px);
  z-index: 1;
  border-radius: 50%;
  border: 1px solid #ab886a;
  background-image: url(../themes/ozeleni/assets/images/icons/catalog-arrow.svg);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center;
  transform: rotate(180deg); }

.catalog-button-next {
  position: absolute;
  width: 55px;
  height: 55px;
  right: 0;
  top: calc(50% - 35px);
  z-index: 1;
  border-radius: 50%;
  border: 1px solid #ab886a;
  background-image: url(../themes/ozeleni/assets/images/icons/catalog-arrow.svg);
  background-repeat: no-repeat;
  background-size: 50%;
  background-position: center; }

.payment {
  margin-top: -80px;
  padding-top: 160px;
  padding-bottom: 230px;
  background-color: #ebf5ec;
  background-image: url(../themes/ozeleni/assets/images/bg/leafs-bg.png);
  background-repeat: repeat-x;
  background-position: 0 -720px; }
  @media screen and (max-width: 1000px) {
  .payment {
    padding-bottom: 40px; } }
  @media screen and (max-width: 700px) {
  .payment {
    padding-bottom: 0;
    padding-top: 80px; } }
  .payment__wrap {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    position: relative; }
  @media screen and (max-width: 940px) {
    .payment__wrap {
      padding: 0 10px; } }
  .payment__title {
    margin-bottom: 60px;
    padding-top: 50px; }
  @media screen and (max-width: 940px) {
    .payment__title {
      margin-bottom: 40px; } }
  .payment__bg-leaf {
    position: absolute;
    left: -300px; }
  @media screen and (max-width: 1300px) {
    .payment__bg-leaf {
      left: -190px; } }
  @media screen and (max-width: 850px) {
    .payment__bg-leaf {
      display: none; } }
  .payment__text {
    max-width: 690px;
    margin-bottom: 60px; }
  @media screen and (max-width: 940px) {
    .payment__text {
      margin-bottom: 40px; } }

.cash-list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px; }
  @media screen and (max-width: 940px) {
  .cash-list {
    margin-bottom: 60px; } }
  .cash-list__item {
    display: flex;
    align-items: center; }
  @media screen and (max-width: 940px) {
    .cash-list__item {
      display: flex;
      flex-direction: column;
      align-items: center; } }
  .cash-list__img {
    margin-right: 20px; }
  @media screen and (max-width: 940px) {
    .cash-list__img {
      margin-bottom: 10px;
      margin-right: 0; } }
  .cash-list__span {
    max-width: 90px; }
  @media screen and (max-width: 940px) {
    .cash-list__span {
      text-align: center; } }

.transport__title {
  margin-bottom: 60px; }
  @media screen and (max-width: 500px) {
    .transport__title {
      margin-bottom: 20px; } }
  .transport__item {
    display: block; }
  @media screen and (max-width: 700px) {
    .transport__item {
      margin-right: 10px;
      margin-bottom: 10px; } }
  .transport__item-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
  @media screen and (max-width: 700px) {
    .transport__item-wrap {
      justify-content: flex-start; } }
  @media screen and (max-width: 500px) {
    .transport__item-wrap {
      display: none; } }
  .transport__item-wrap--mobile {
    display: none; }
  @media screen and (max-width: 500px) {
    .transport__item-wrap--mobile {
      display: flex;
      flex-direction: column;
      align-items: center; } }

.opinion {
  margin-top: -180px;
  margin-bottom: 30px; }
  @media screen and (max-width: 1000px) {
  .opinion {
    margin-top: 0;
    margin-bottom: 10px; } }
  .opinion__title {
    margin-bottom: 30px;
    padding-top: 50px; }
  @media screen and (max-width: 1100px) {
    .opinion__title {
      max-width: 510px;
      margin-left: auto;
      margin-right: auto; } }

.opinion-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr; }
  @media screen and (max-width: 1100px) {
  .opinion-cards {
    display: none; } }
  .opinion-cards__item-full {
    padding: 30px;
    background-color: #02301d;
    color: #ebf5ec;
    height: 100%;
    max-height: 510px;
    overflow-y: auto; }
  .opinion-cards__item {
    margin-bottom: 30px; }
  .opinion-cards__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 29px; }
  .opinion-cards__column-right {
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .opinion-cards__title {
    font-family: 'Akrobat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0.1em; }
  .opinion-cards__subtitle {
    margin-bottom: 30px; }
  .opinion-cards__description {
    margin-bottom: 30px;
    min-height: 20px;
    max-height: 51px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .opinion-cards__slider-buttons {
    margin-top: 30px;
    margin-bottom: 30px; }

.opinion-item {
  padding: 30px;
  border: 1px solid #02301d;
  transition: 0.3s;
  cursor: pointer; }
  .opinion-item:hover {
    background-color: #02301d;
    color: #ebf5ec; }
  .opinion-item:hover .opinion-cards__btn {
    transition: 0.3s;
    color: #ebf5ec; }
  .opinion-item:hover .opinion-cards__btn:after {
    transition: 0.3s;
    background-color: #ebf5ec;
    width: 82px; }
  .opinion-item:hover .opinion-cards__btn:before {
    transition: 0.3s;
    border-color: #ebf5ec; }

.opinion-item--active {
  background-color: #02301d;
  color: #ebf5ec; }
  .opinion-item--active .opinion-cards__btn {
    transition: 0.3s;
    color: #ebf5ec; }
  .opinion-item--active .opinion-cards__btn:after {
    transition: 0.3s;
    background-color: #ebf5ec;
    width: 62px; }
  .opinion-item--active .opinion-cards__btn:before {
    transition: 0.3s;
    border-color: #ebf5ec; }

.opinion-slider {
  max-width: 510px; }

.opinion-pagination {
  margin-top: 3px;
  margin-bottom: 0;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  width: 70px !important; }

.opinion-cards-mobile {
  position: relative;
  display: none; }
  @media screen and (max-width: 1100px) {
  .opinion-cards-mobile {
    display: block; } }
  .opinion-cards-mobile__button-wrap {
    position: static;
    display: flex;
    box-shadow: none;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-bottom: 30px; }
  .opinion-cards-mobile .slider-pagination {
    width: 30px;
    margin: 0 26px; }
  .opinion-cards-mobile__slide-wrap {
    padding: 20px;
    border: 1px solid #02301d; }
  .opinion-cards-mobile__subtitle {
    margin-bottom: 20px; }
  .opinion-cards-mobile__description {
    margin-bottom: 20px;
    min-height: 20px;
    max-height: 51px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical; }
  .opinion-cards-mobile__btn {
    margin-left: auto;
    margin-right: auto; }
  .opinion-cards-mobile__slide {
    margin-bottom: 20px; }
  .opinion-cards-mobile__slide.is-active .opinion-cards-mobile__description {
    -webkit-line-clamp: 100;
    max-height: 100%;
    min-height: 100%; }
  .opinion-cards-mobile__slide.is-active .opinion-cards-mobile__button::after {
    transform: rotate(225deg);
    top: 0; }

.contacts {
  margin-bottom: 84px; }
  @media screen and (max-width: 1000px) {
  .contacts {
    margin-bottom: 60px; } }
  .contacts__title {
    margin-bottom: 60px;
    padding-top: 50px; }
  @media screen and (max-width: 1000px) {
    .contacts__title {
      margin-bottom: 20px; } }
  .contacts__left-side {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    grid-row-start: 1;
    grid-row-end: 2; }
  @media screen and (max-width: 1100px) {
    .contacts__left-side {
      max-width: 320px; } }
  .contacts__wrap {
    display: grid;
    grid-template-columns: 33% 66%;
    grid-template-rows: 1fr 60px;
    grid-gap: 30px; }
  @media screen and (max-width: 1100px) {
    .contacts__wrap {
      grid-gap: 20px;
      grid-template-columns: 1fr;
      grid-template-rows: auto auto auto; } }
  .contacts__phones {
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
  .contacts__phone {
    color: #ab886a;
    margin-bottom: 30px; }
  @media screen and (max-width: 1100px) {
    .contacts__phone {
      color: #02301d;
      margin-bottom: 20px; } }
  .contacts__communication {
    padding: 35px 30px;
    border: 1px solid #ab886a;
    height: 100%; }
  @media screen and (max-width: 1100px) {
    .contacts__communication {
      padding: 0;
      grid-row-start: 1;
      grid-row-end: 2;
      border: 0; } }
  .contacts__item {
    color: #ab886a; }
  @media screen and (max-width: 1100px) {
    .contacts__item {
      color: #02301d; } }
  .contacts__item:not(:last-child) {
    margin-bottom: 30px; }
  @media screen and (max-width: 1100px) {
    .contacts__item:not(:last-child) {
      margin-bottom: 20px; } }
  .contacts__right-side {
    grid-row-start: 1;
    grid-row-end: 3; }
  @media screen and (max-width: 1100px) {
    .contacts__right-side {
      grid-row-start: 2;
      grid-row-end: 3; } }

.contacts-social {
  padding: 18px 30px;
  background-color: #ab886a;
  grid-row-start: 2;
  grid-row-end: 3; }
  @media screen and (max-width: 1100px) {
  .contacts-social {
    grid-row-start: 3;
    grid-row-end: 4;
    display: flex;
    justify-content: space-between;
    max-width: 600px; } }
  .contacts-social__item {
    color: #fafafa;
    text-decoration: underline; }
  @media screen and (max-width: 500px) {
    .contacts-social__item {
      font-size: 10px; } }
  .contacts-social__item:hover {
    font-weight: bold; }
  .contacts-social__item:not(:last-child) {
    margin-right: 25px; }

#map {
  filter: grayscale(1);
  -ms-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1); }

.form {
  max-width: 870px;
  margin-left: auto;
  margin-right: auto;
  padding: 60px;
  background-color: #ab886a;
  color: #02301d;
  position: relative; }
  @media screen and (max-width: 940px) {
  .form {
    padding: 20px; } }
  .form__title {
    margin-bottom: 30px; }
  @media screen and (max-width: 780px) {
    .form__title {
      margin-bottom: 20px;
      max-width: 162px; } }
  .form__subtitle {
    margin-bottom: 30px;
    max-width: 320px; }
  .form__personal-data {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px; }
  @media screen and (max-width: 780px) {
    .form__personal-data {
      flex-direction: column;
      margin-bottom: 0; } }
  @media screen and (max-width: 780px) {
      .form__personal-data .form-input {
        margin-bottom: 20px; } }

.submit-btn {
  display: block; }
  @media screen and (max-width: 780px) {
  .submit-btn {
    margin-bottom: 10px; } }
  @media screen and (max-width: 600px) {
  .submit-btn {
    font-size: 12px; } }

.form-personal {
  text-transform: none;
  font-size: 10px; }
  .form-personal a {
    text-decoration: underline; }

.form-submit {
  display: grid;
  grid-template-columns: 37% 1fr;
  grid-template-rows: auto; }
  @media screen and (max-width: 780px) {
  .form-submit {
    display: flex;
    flex-direction: column; } }
  .form-submit .files {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 3; }

.form-textarea {
  margin-bottom: 20px; }

.form--light {
  background-color: #ebf5ec;
  color: #02301d; }
  .form--light input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #ebf5ec !important;
    /* Цвет фона */
    -webkit-text-fill-color: #02301d !important;
    /* цвет текста */
    color: #02301d !important;
    /* цвет текста */ }

.call-popup-form {
  display: none;
  position: relative;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 11; }
  .call-popup-form input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #e5e5e5 !important;
    /* Цвет фона */
    -webkit-text-fill-color: #02301d !important;
    /* цвет текста */
    color: #02301d !important;
    /* цвет текста */ }
  .call-popup-form::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 11; }
  .call-popup-form__wrap {
    max-width: 510px;
    background-color: #e5e5e5;
    padding: 60px 90px 60px 60px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 11;
    top: 50%;
    transform: translateY(-50%); }
  @media screen and (max-width: 600px) {
    .call-popup-form__wrap {
      padding: 40px 50px 60px 40px;
      height: 100%;
      top: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      transform: translateY(0); } }
  .call-popup-form__close {
    right: 32px;
    top: 32px; }
  .call-popup-form__title {
    margin-bottom: 30px; }
  .call-popup-form__submit {
    margin-bottom: 30px; }
  .call-popup-form .form-input {
    margin-bottom: 30px;
    width: 100%;
    min-height: 60px; }
  .call-popup-form .submit-small {
    width: 100%; }

.popup-main-form {
  position: relative;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 12;
  display: none;
  overflow: auto; }
  .popup-main-form::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 11; }
  .popup-main-form input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #e5e5e5 !important;
    /* Цвет фона */
    -webkit-text-fill-color: #02301d !important;
    /* цвет текста */
    color: #02301d !important;
    /* цвет текста */ }
  .popup-main-form__close {
    right: 57px;
    top: 62px; }
  @media screen and (max-width: 600px) {
    .popup-main-form__close {
      right: 18px;
      top: 50px; } }
  .popup-main-form__wrap {
    max-width: 870px;
    background-color: #e5e5e5;
    padding: 60px 60px 60px 60px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 11;
    top: 50%;
    transform: translateY(-50%); }
  @media screen and (max-width: 600px) {
    .popup-main-form__wrap {
      top: 0;
      padding: 40px 20px;
      transform: translateY(0); } }
  @media screen and (max-width: 600px) and (min-height: 700px) {
    .popup-main-form__wrap {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center; } }
  .popup-main-form textarea {
    min-height: 90px; }
  .popup-main-form .form__personal-data .form-item:not(:last-child) {
    margin-right: 30px; }

.price-popup-form {
  position: relative;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 11;
  display: none; }
  .price-popup-form::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 11; }
  .price-popup-form input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #e5e5e5 !important;
    /* Цвет фона */
    -webkit-text-fill-color: #02301d !important;
    /* цвет текста */
    color: #02301d !important;
    /* цвет текста */ }
  .price-popup-form__wrap {
    max-width: 510px;
    background-color: #e5e5e5;
    padding: 60px 90px 60px 60px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 11;
    top: 10vh; }
  @media screen and (max-width: 600px) {
    .price-popup-form__wrap {
      top: 0;
      padding: 40px 20px 20px 20px; } }
  @media screen and (max-width: 600px) and (min-height: 570px) {
    .price-popup-form__wrap {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%; } }
  .price-popup-form__close {
    right: 32px;
    top: 32px; }
  .price-popup-form__title {
    margin-bottom: 30px; }
  @media screen and (max-width: 600px) {
    .price-popup-form__title {
      max-width: 280px; } }
  .price-popup-form__submit {
    margin-bottom: 30px; }
  .price-popup-form .form-input {
    margin-bottom: 30px;
    width: 100%;
    min-height: 60px; }
  .price-popup-form .submit-small {
    width: 100%; }

.popup-opinion-form {
  overflow: auto;
  position: relative;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 11;
  display: none; }
  .popup-opinion-form::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 11; }
  .popup-opinion-form input:-webkit-autofill {
    -webkit-box-shadow: inset 0 0 0 50px #e5e5e5 !important;
    /* Цвет фона */
    -webkit-text-fill-color: #02301d !important;
    /* цвет текста */
    color: #02301d !important;
    /* цвет текста */ }
  .popup-opinion-form__wrap {
    max-width: 870px;
    background-color: #e5e5e5;
    padding: 60px 90px 60px 60px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 11;
    top: 20vh; }
  @media screen and (max-width: 800px) {
    .popup-opinion-form__wrap {
      padding: 40px 20px 20px 20px;
      top: 0; } }
  @media screen and (max-width: 600px) and (min-height: 650px) {
    .popup-opinion-form__wrap {
      display: flex;
      flex-direction: column;
      justify-content: center;
      height: 100%; } }
  .popup-opinion-form__title {
    margin-bottom: 30px; }
  .popup-opinion-form__close {
    right: 87px; }
  @media screen and (max-width: 800px) {
    .popup-opinion-form__close {
      right: 20px;
      top: 20px; } }

.opinion-form {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 60px 60px 90px 90px 20px;
  grid-gap: 30px; }
  @media screen and (max-width: 800px) {
  .opinion-form {
    display: flex;
    flex-direction: column;
    grid-gap: 0; } }
  .opinion-form__title {
    margin-bottom: 30px; }
  .opinion-form .form-input {
    height: 100%; }
  .opinion-form .form-item-textarea {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 3;
    grid-row-end: 4;
    margin-bottom: 0;
    min-height: 90px;
    width: 100%;
    min-height: 90px; }
  @media screen and (max-width: 800px) {
    .opinion-form .form-item-textarea {
      margin-bottom: 20px; } }
  .opinion-form .form-item-textarea textarea {
    height: 90px;
    min-height: 90px; }
  .opinion-form__submit {
    grid-column-start: 1;
    grid-column-end: 3;
    max-width: 100%; }
  .opinion-form__personal {
    grid-column-start: 1;
    grid-column-end: 3; }
  @media screen and (max-width: 800px) {
    .opinion-form .form-input {
      margin-bottom: 20px; } }

.result-form {
  background-color: #ebf5ec;
  padding: 60px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  transition: 0.3s;
  z-index: -1; }
  @media screen and (max-width: 800px) {
  .result-form {
    padding: 30px; } }
  .result-form__title {
    margin-bottom: 28px; }
  .result-form__close {
    right: 60px;
    top: 60px; }
  @media screen and (max-width: 800px) {
    .result-form__close {
      right: 20px;
      top: 35px; } }

.result-form--active {
  z-index: 2;
  opacity: 1; }

.cookie {
  position: fixed;
  z-index: 4;
  width: 100%;
  bottom: 0; }
  .cookie__wrap {
    background-color: #fafafa;
    padding: 32px 114px;
    position: relative;
    font-family: 'Akrobat';
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #02301d;
    max-width: 695px;
    margin-left: auto;
    margin-right: auto; }
  @media screen and (max-width: 800px) {
    .cookie__wrap {
      padding: 20px 0;
      text-align: center;
      font-size: 12px; } }
  @media screen and (max-width: 400px) {
    .cookie__wrap {
      font-size: 10px; } }
  .cookie__close {
    right: 30px;
    top: calc(50% - 17px); }
  @media screen and (max-width: 800px) {
    .cookie__close {
      right: 18px;
      top: calc(50% - 12px); } }
  .cookie__link {
    position: relative; }
  .cookie__link::before {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #02301d; }

.footer {
  background-image: url(../themes/ozeleni/assets/images/bg/footer-bg.png);
  background-size: cover;
  background-repeat: repeat;
  padding-bottom: 59px; }
  @media screen and (max-width: 680px) {
  .footer {
    padding-bottom: 40px; } }
  .footer__form {
    margin-bottom: 160px; }
  @media screen and (max-width: 940px) {
    .footer__form {
      margin-bottom: 177px; } }
  @media screen and (max-width: 700px) {
    .footer__form {
      margin-bottom: 60px; } }
  .footer .form__personal-data .form-item:not(:last-child) {
    margin-right: 30px; }

.footer-bottom {
  color: #357a4c;
  display: flex;
  justify-content: space-between; }
  .footer-bottom__logo {
    margin-bottom: 11px; }
  @media screen and (max-width: 1000px) {
      .footer-bottom__logo .logo__title {
        left: 32px; } }
  @media screen and (max-width: 600px) {
    .footer-bottom__logo img {
      width: 205px; } }
  @media screen and (max-width: 680px) {
  .footer-bottom {
    flex-direction: column; } }

.footer-about-site {
  display: flex;
  flex-direction: column;
  font-size: 10px;
  padding-right: 52px;
  position: relative;
  letter-spacing: 0.1em; }
  @media screen and (max-width: 680px) {
  .footer-about-site {
    margin-bottom: 40px;
    padding-right: 0; } }
  .footer-about-site::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background-color: #357a4c; }
  @media screen and (max-width: 1100px) {
  .footer-about-site::before {
    content: '';
    width: 0; } }
  .footer-about-site__politics {
    text-decoration: underline;
    margin-bottom: 18px; }
  @media screen and (max-width: 680px) {
    .footer-about-site__politics {
      margin-bottom: 0; } }
  @media screen and (max-width: 680px) {
    .footer-about-site__rights {
      display: none; } }
  .footer-about-site__rights-mobile {
    display: none;
    margin-top: 20px;
    max-width: 320px;
    margin-right: auto; }
  @media screen and (max-width: 680px) {
    .footer-about-site__rights-mobile {
      display: block; } }

.footer-contacts__phones {
  margin-bottom: 30px; }
  .footer-contacts__address {
    max-width: 270px; }
  .footer-contacts__social-item svg {
    width: 20px;
    height: 20px; }
  @media screen and (max-width: 680px) {
    .footer-contacts__social {
      margin-bottom: 40px; } }
  @media screen and (max-width: 680px) {
      .footer-contacts__social__item {
        margin-bottom: 20px; } }
  .footer-contacts__social__social-item:not(:last-child) {
    margin-right: 30px; }
  .footer-contacts .footer-about-studio__nuts-logo {
    display: flex;
    justify-content: center; }
  @media screen and (max-width: 1300px) {
      .footer-contacts .footer-about-studio__nuts-logo {
        justify-content: flex-start; } }
  .footer-contacts .footer-about-studio__link {
    display: block; }
