@charset "UTF-8";

/*! 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;
}

/* Slider */

.slick-slider {
  box-sizing: border-box;
  display: block;
  position: relative;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  height: 100%;
  min-height: 1px;
  float: left;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */

/*.slick-list {
    .slick-loading & {
        background: #fff slick-image-url("ajax-loader.gif") center center no-repeat;
    }
}

!* Icons *!
@if $slick-font-family == "slick" {
    @font-face {
        font-family: "slick";
        src: slick-font-url("slick.eot");
        src: slick-font-url("slick.eot?#iefix") format("embedded-opentype"), slick-font-url("slick.woff") format("woff"), slick-font-url("slick.ttf") format("truetype"), slick-font-url("slick.svg#slick") format("svg");
        font-weight: normal;
        font-style: normal;
    }
}*/

/* Arrows */

.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  border: none;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  line-height: 0px;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  display: block;
  position: absolute;
  bottom: -25px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  border: 0;
  padding: 5px;
  background: transparent;
  outline: none;
  line-height: 0px;
  font-size: 0;
  color: transparent;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  content: "•";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

body {
  min-width: 320px;
  margin: 0;
  font-family: "Montserrat", "Arial", "Helvetica", "Tahoma", sans-serif;
  font-weight: 400;
  font-size: 13px;
  letter-spacing: 0.03em;
  background-color: #fbfbfb;
}

body.hidden {
  overflow: hidden;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  outline: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}

.container-md {
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
  width: 100%;
}

.container-fluid {
  margin: 0 auto;
  box-sizing: border-box;
}

.w-100 {
  width: 100%;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden;
  border: 0 !important;
  padding: 0 !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

ul,
ol,
nav {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
p,
span,
small {
  user-select: none;
  pointer-events: none;
}

.h1 {
  margin: 0;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  font-size: 79px;
  line-height: 1;
}

.h2 {
  margin: 0;
  font-weight: 700;
  font-size: 50px;
  line-height: 55px;
}

.h3 {
  margin: 0;
  font-weight: 700;
  font-size: 40px;
  line-height: 46px;
}

.h4 {
  margin: 0;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
}

p {
  line-height: 22px;
  margin-bottom: 18px;
}

p:last-child {
  margin-bottom: 0;
}

b,
strong {
  font-weight: 700;
}

.banner {
  width: 100%;
  height: 280px;
  background-image: -webkit-linear-gradient(45deg, #69af07, #7ace05);
  background-image: -moz-linear-gradient(45deg, #69af07, #7ace05);
  background-image: linear-gradient(45deg, #69af07, #7ace05);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.banner span {
  display: inline-block;
  text-indent: -999em;
}

.webp .banner.grapes {
  background-image: url(../img/banners/grape/grape-banner.webp);
}

.webp .banner.blueberry {
  background-image: url(../img/banners/blueberry/blueberry-banner.webp);
}

.webp .banner.currant {
  background-image: url(../img/banners/currant/currant-banner.webp);
}

.webp .banner.gooseberry {
  background-image: url(../img/banners/gooseberry/gooseberry-banner.webp);
}

.webp .banner.honeysuckle {
  background-image: url(../img/banners/honeysuckle/honeysuckle-banner.webp);
}

.webp .banner.honey {
  background-image: url(../img/banners/honey/honey-banner.webp);
}

.webp .banner.blackberry {
  background-image: url(../img/banners/blackberry/blackberry-banner.webp);
}

.webp .banner.rose {
  background-image: url(../img/banners/rose/backgroundRose.webp);
}

.webp .banner.ezhemalina {
  background-image: url(../img/banners/ezhemalina/banner_ezhemalina.jpg);
}

.webp .banner.azalia {
  background-image: url(../img/banners/azalia/azaliya.jpg);
}

.webp .banner.paulownia {
  background-image: url(../img/banners/paulownia/paulownia.jpg);
}

.webp .banner.aktinidia {
  background-image: url(../img/banners/aktinidia/aktinidia.jpg);
}

.webp .banner.raspberries {
  background-image: url(../img/banners/raspberries/raspberries-banner.webp);
}

.webp .banner.lemon {
  background-image: url(../img/banners/lemon/lemon-banner.webp);
}

.webp .banner.strawberry {
  background-image: url(../img/banners/strawberry/strawberry-banner.webp);
}

.webp .banner.azalea {
  background-image: url(../img/banners/azalea/azalea-banner.webp);
}

.webp .banner.thuja {
  background-image: url(../img/banners/thuja/thuja-banner.webp);
}

.webp .banner.mint {
  background-image: url(../img/banners/mint/mint-banner.webp);
}

.webp .banner.hydrangea {
  background-image: url(../img/banners/hydrangea/hydrangea-banner.webp);
}

.webp .banner.juniper {
  background-image: url(../img/banners/juniper/juniper-banner.webp);
}

.webp .banner.rhododendron {
  background-image: url(../img/banners/rhododendron/rhododendron-banner.webp);
}

.no-webp .banner.grapes {
  background-image: url(../img/banners/grape/grape-banner.jpg);
}

.no-webp .banner.blueberry {
  background-image: url(../img/banners/blueberry/blueberry-banner.jpg);
}

.no-webp .banner.currant {
  background-image: url(../img/banners/currant/currant-banner.jpg);
}

.no-webp .banner.gooseberry {
  background-image: url(../img/banners/gooseberry/gooseberry-banner.jpg);
}

.no-webp .banner.honeysuckle {
  background-image: url(../img/banners/honeysuckle/honeysuckle-banner.jpg);
}

.no-webp .banner.honey {
  background-image: url(../img/banners/honey/honey-banner.jpg);
}

.no-webp .banner.blackberry {
  background-image: url(../img/banners/blackberry/blackberry-banner.jpg);
}

.no-webp .banner.rose {
  background-image: url(../img/banners/rose/backgroundRose.webp);
}

.no-webp .banner.ezhemalina {
  background-image: url(../img/banners/ezhemalina/banner_ezhemalina.jpg);
}

.no-webp .banner.azalia {
  background-image: url(../img/banners/azalia/azaliya.jpg);
}

.no-webp .banner.paulownia {
  background-image: url(../img/banners/paulownia/paulownia.jpg);
}

.no-webp .banner.aktinidia {
  background-image: url(../img/banners/aktinidia/aktinidia.jpg);
}

.no-webp .banner.raspberries {
  background-image: url(../img/banners/raspberries/raspberries-banner.jpg);
}

.no-webp .banner.lemon {
  background-image: url(../img/banners/lemon/lemon-banner.jpg);
}

.no-webp .banner.strawberry {
  background-image: url(../img/banners/strawberry/strawberry-banner.jpg);
}

.no-webp .banner.azalea {
  background-image: url(../img/banners/azalea/azalea-banner.jpg);
}

.no-webp .banner.thuja {
  background-image: url(../img/banners/thuja/thuja-banner.jpg);
}

.no-webp .banner.mint {
  background-image: url(../img/banners/mint/mint-banner.jpg);
}

.no-webp .banner.hydrangea {
  background-image: url(../img/banners/hydrangea/hydrangea-banner.jpg);
}

.no-webp .banner.juniper {
  background-image: url(../img/banners/juniper/juniper-banner.jpg);
}

.no-webp .banner.rhododendron {
  background-image: url(../img/banners/rhododendron/rhododendron-banner.jpg);
}

.header__row-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px solid #ebe9e5;
}

.header__inner {
  display: flex;
  align-items: center;
}

.header__inner-mail a {
  position: relative;
  padding-left: 23px;
  line-height: 36px;
  font-weight: 500;
  color: #69af07;
  transition: 0s;
}

.header__inner-mail a:hover {
  color: #171717;
}

.header__inner-mail a:before {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  content: "";
  left: 0;
  width: 13px;
  height: 13px;
  background-image: url(../img/svg/mail-grey-1.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.header__inner-social {
  display: flex;
  align-items: center;
  min-height: 19px;
  padding-right: 15px;
}

.header__inner-social:last-child {
  padding-left: 15px;
  padding-right: 0;
  border-left: 1px solid #171717;
}

.header__inner-social-list {
  display: flex;
  align-items: center;
}

.header__inner-social-item--instagram a:before {
  background-image: url(../img/svg/header-instagram-green.svg);
}

.header__inner-social-item--instagram a:hover:before {
  background-image: url(../img/svg/header-instagram-black.svg);
}

.header__inner-social-item--vk a:before {
  background-image: url(../img/svg/header-vk-green.svg);
  background-position: center 5px;
}

.header__inner-social-item--vk a:hover:before {
  background-image: url(../img/svg/header-vk-black.svg);
}

.header__inner-social-item--youtube a:before {
  background-image: url(../img/svg/header-youtube-green.svg);
}

.header__inner-social-item--youtube a:hover:before {
  background-image: url(../img/svg/header-youtube-black.svg);
}

.header__inner-social-item a {
  display: inline-block;
  position: relative;
  width: 35px;
  height: 35px;
  text-indent: -999em;
}

.header__inner-social-item a:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.header__inner-social-phone a {
  position: relative;
  padding-left: 26px;
  font-size: 15px;
  font-weight: 500;
  transition: 0s;
}

.header__inner-social-phone a:hover {
  color: #69af07;
}

.header__inner-social-phone a:before {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  content: "";
  left: 0;
  width: 16px;
  height: 16px;
  background-image: url(../img/svg/phone-black.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.header__row-bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__price-block {
  display: none;
}

.header__price-block a {
  width: 100%;
}

.header__logo {
  padding: 20px 0;
  margin-right: 50px;
}

.header__logo a,
.header__logo span {
  display: inline-block;
}

.header__logo a svg,
.header__logo span svg {
  width: 160px;
  height: 38px;
}

.footer {
  background-color: #1d2126;
  color: #fbfbfb;
}

.footer address {
  font-style: normal;
}

.footer .copyright__wrap {
  border-top: 1px solid #33373b;
  padding: 25px 0;
  color: #929292;
}

.footer .copyright__inner {
  display: flex;
  justify-content: space-between;
}

.footer .copyright__text {
  margin: 0;
}

.footer .developer a {
  display: flex;
  user-select: all;
  pointer-events: all;
  transition: 0s;
}

.footer .developer a:hover {
  color: #bbbbbb;
}

.footer .developer a:hover svg {
  fill: #69af07;
}

.footer .developer a svg {
  width: 14px;
  height: 22px;
  margin-left: 10px;
  fill: #518805;
}

.footer__row {
  display: flex;
  flex-wrap: wrap;
}

.footer__col {
  width: 50%;
  padding: 30px 20px 30px 0;
}

.footer__col:last-child {
  padding: 30px 0 30px 20px;
  border-left: 1px solid #33373b;
}

.footer__col:last-child .footer__col-inner {
  text-align: right;
}

.footer__col-inner {
  display: flex;
  flex-direction: column;
}

.footer__heading {
  margin: 15px 0 35px;
  font-size: 20px;
  text-transform: uppercase;
}

.footer__about-text {
  line-height: 22px;
  font-weight: 500;
  color: #9e9f9f;
  margin-bottom: 20px;
}

.footer__about-social {
  display: flex;
}

.footer__about-social-icon {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #69af07;
  margin-right: 10px;
  text-indent: -999em;
}

.footer__about-social-icon:before {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}

.footer__about-social-icon--instagram:before {
  background-image: url(../img/svg/footer-instagram-lg.svg);
}

.footer__about-social-icon--vk:before {
  margin-top: 1px;
  background-image: url(../img/svg/footer-vk-lg.svg);
}

.footer__about-social-icon--youtube:before {
  background-image: url(../img/svg/footer-youtube-lg.svg);
}

.footer__about-social li:last-child .footer__about-social-icon {
  margin-right: 0;
}

.footer__contacts-text {
  line-height: 22px;
  font-weight: 500;
  color: #9e9f9f;
}

.footer__contacts-item a,
.footer__contacts-item span {
  font-weight: 500;
  line-height: 17px;
  color: #9e9f9f;
}

.footer__contacts-item a:hover,
.footer__contacts-item span:hover {
  color: #69af07;
}

.header__nav {
  position: relative;
}

.header__nav._open {
  position: fixed;
  z-index: 123123;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-left: 0;
  background-color: rgba(72, 59, 51, 0.85);
}

.header__nav._open .header__nav-list {
  display: block;
}

.header__nav._open .header__nav-mob__btn {
  border-left: 1px solid rgba(72, 59, 51, 0.85);
}

.header__nav._open .header__nav-mob__btn:before,
.header__nav._open .header__nav-mob__btn:after {
  top: 45%;
}

.header__nav._open .header__nav-mob__btn:before {
  transform: rotate(45deg);
}

.header__nav._open .header__nav-mob__btn:after {
  transform: rotate(-45deg);
}

.header__nav._open .header__nav-mob__btn span {
  opacity: 0;
}

.header__nav-list {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 83px;
}

.header__nav-item {
  position: relative;
}

.header__nav-item._sublist > a {
  position: relative;
  padding-right: 25px;
}

.header__nav-item._sublist > a:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 10px;
  width: 10px;
  height: 10px;
  background-image: url(../img/svg/arrow-down.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.header__nav-item._sublist > a:hover:after {
  background-image: url(../img/svg/arrow-down-green.svg);
}

.header__nav-item._sublist.active > a:after {
  background-image: url(../img/svg/arrow-down-green.svg);
}

.header__nav-item__sublist {
  display: none;
  position: absolute;
  z-index: 100000;
  top: 47px;
  left: 0;
  background-color: #fbfbfb;
}

.header__nav-item__subitem {
  border-bottom: 1px solid #171717;
}

.header__nav-item__subitem.active > a {
  color: #69af07;
}

.header__nav-item__subitem > a {
  display: inline-block;
  width: 100%;
  padding: 7px 15px;
  line-height: 25px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
}

.header__nav-item__subitem > a:hover {
  color: #69af07;
}

.header__nav-item.active > a {
  color: #69af07;
}

.header__nav-item:hover > .header__nav-item__sublist {
  display: block;
}

.header__nav-item > a {
  padding: 34px 15px;
  cursor: pointer;
  color: #1d2126;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}

.header__nav-item > a:hover {
  color: #69af07;
}

.header__nav-item--green {
  padding: 10px;
  background-color: #69af07;
}

.header__nav-item--green > a {
  border-color: #69af07;
  color: #fbfbfb;
}

.header__nav-item--green > a:hover {
  border-color: #171717;
  color: #fbfbfb;
}

.header__nav-mob__btn {
  position: relative;
  width: 45px;
  height: 45px;
  padding: 10px;
  color: #fff;
  text-align: center;
  line-height: 45px;
  border-left: 1px solid #fbfbfb;
}

.header__nav-mob__btn:before {
  top: 12px;
}

.header__nav-mob__btn:after {
  top: calc(100% - 16px);
}

.header__nav-mob__btn span,
.header__nav-mob__btn:before,
.header__nav-mob__btn:after {
  display: block;
  position: absolute;
  width: 25px;
  height: 4px;
  background-color: #fbfbfb;
  border-radius: 1px;
  opacity: 1;
}

.header__nav-mob__btn:before,
.header__nav-mob__btn:after {
  content: "";
  transition: top 0.35s cubic-bezier(0.23, 1, 0.32, 1),
    transform 0.35s cubic-bezier(0.23, 1, 0.32, 1);
}

.header__nav-mob__btn span {
  top: 50%;
  transform: translateY(-50%);
}

.header__nav-mob .header__nav-mob__toggle {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0;
  border: 0;
  padding: 0 0 0 10px;
  background-color: #171717;
  text-align: left;
  font-size: 16px;
  line-height: 25px;
  color: #fbfbfb;
  outline: none;
  font-weight: 500;
}

/* Index Page */

.main-slider-wrap {
  position: relative;
  height: 600px;
  background-image: linear-gradient(45deg, #69af07, #7ace05);
}

.main-slider .slider__item {
  position: relative;
  height: 600px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.main-slider .slider__item img {
  position: absolute;
  top: 50%;
  width: 100%;
  max-width: 100%;
  height: 100%;
  transform: translateY(-50%);
  object-fit: cover;
}

.main-slider .slider__item--grape {
  background-image: url(../img/main-slider/main-slider-grape.jpg);
}

.main-slider .slider__item--gooseberry {
  background-image: url(../img/main-slider/main-slider-gooseberry.jpg);
}

.main-slider .slider__item--blueberry {
  background-image: url(../img/main-slider/main-slider-blueberry.jpg);
}

.main-slider .slider__item--currant {
  background-image: url(../img/main-slider/main-slider-currant.jpg);
}

.main-slider .slider__item--honeysuckle {
  background-image: url(../img/main-slider/main-slider-honeysuckle.jpg);
}

.main-slider .slider__info {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 60px;
  background-color: rgba(255, 255, 255, 0.9);
}

.main-slider .slider__info-title {
  margin: 0;
  font-size: 62px;
  line-height: 73px;
  color: #69af07;
}

.main-slider .slider__info-subtitle {
  margin: 0 0 46px;
  font-weight: 500;
  font-size: 46px;
  line-height: 54px;
  color: #69af07;
}

.main-slider .slider__info-list {
  margin: 0 0 40px;
  padding: 0;
  list-style-type: none;
}

.main-slider .slider__info-item {
  font-weight: 300;
  font-size: 30px;
  line-height: 38px;
  color: #69af07;
}

.main-slider .slick-dots {
  display: flex;
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
}

.main-slider .slick-dots li {
  flex: 1;
  width: auto;
  height: auto;
  margin: 0;
}

.main-slider .slick-dots li button {
  width: 100%;
  height: 4px;
  padding: 0;
  background-color: #dcdee4;
  opacity: 0.8;
}

.main-slider .slick-dots li button:before {
  content: none;
}

.main-slider .slick-dots li.slick-active button {
  background-color: #69af07;
}

.about {
  margin: 60px 0;
}

.about__row {
  display: flex;
}

.about__video {
  height: 0;
  position: relative;
  padding-bottom: 57.25%;
  margin-top: 40px;
  pointer-events: none;
  user-select: none;
}

.about__video iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #69af07;
  padding: 10px;
}

.about__photo-col {
  display: flex;
  justify-content: center;
  width: 45%;
  margin-right: 70px;
}

.about__photo-col img {
  width: auto;
  max-width: 520px;
}

.about__info-col {
  width: 49%;
  padding: 0;
}

.about__heading {
  margin-bottom: 20px;
  color: #483b33;
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
}

.about__info {
  max-width: 520px;
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 22px;
  font-weight: 500;
  color: #706f6f;
}

.advantages {
  display: flex;
  height: 400px;
  color: #fbfbfb;
}

.advantages__col {
  position: relative;
  width: 33.3%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.advantages__col:last-child {
  width: 33.4%;
}

.advantages__col:nth-child(even) .advantages__descr {
  background-color: rgba(72, 59, 51, 0.7);
}

.advantages__descr {
  position: absolute;
  z-index: 20;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(105, 175, 7, 0.7);
}

.advantages__descr-content {
  position: absolute;
  top: 50%;
  width: 100%;
  padding: 0 35px;
  transform: translateY(-50%);
}

.advantages__descr-text {
  text-align: center;
  font-size: 14px;
}

.advantages__title {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

.advantages__title + * {
  margin-top: 20px;
}

.webp .advantages__col--1 {
  background-image: url(../img/index-page/advantages-1.webp);
}

.webp .advantages__col--2 {
  background-image: url(../img/index-page/advantages-2.webp);
}

.webp .advantages__col--3 {
  background-image: url(../img/index-page/advantages-3.webp);
}

.no-webp .advantages__col--1 {
  background-image: url(../img/index-page/advantages-1.jpg);
}

.no-webp .advantages__col--2 {
  background-image: url(../img/index-page/advantages-2.jpg);
}

.no-webp .advantages__col--3 {
  background-image: url(../img/index-page/advantages-3.jpg);
}

.why-us {
  margin-top: 60px;
  margin-bottom: 60px;
}

.why-us__grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -10px;
  margin-left: -10px;
}

.why-us__item {
  width: calc(50% - 20px);
  margin: 10px;
  border: 1px dashed #69af07;
  padding: 25px 20px 40px;
  transition: 0.2s;
  cursor: pointer;
}

.why-us__item:hover {
  background: #f6f6f6;
}

.why-us__item:hover .why-us__item-heading {
  color: #69af07;
}

.why-us__item-heading {
  position: relative;
  transition: 0.2s;
  padding-left: 78px;
  margin-top: 18px;
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  color: #483b33;
}

.why-us__item-heading:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 48px;
  height: 48px;
  transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-size: contain;
}

.why-us__item-heading-1:before {
  background-image: url(../img/svg/why-us-1.svg);
}

.why-us__item-heading-2:before {
  background-image: url(../img/svg/why-us-4.svg);
}

.why-us__item-heading-3:before {
  background-image: url(../img/svg/why-us-3.svg);
}

.why-us__item-heading-4:before {
  background-image: url(../img/svg/why-us-2.svg);
}

.why-us__item-info {
  margin-top: 30px;
}

.culture {
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-size: cover;
  padding: 60px 0;
}

.culture__grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}

.webp .culture {
  background-image: url(../img/index-page/crops-bg.webp);
}

.no-webp .culture {
  background-image: url(../img/index-page/crops-bg.jpg);
}

.last-news {
  padding: 60px 0;
  text-align: center;
}

.last-news__row {
  display: flex;
}

.last-news__btn {
  margin-top: 10px;
}

.contacts-list {
  display: flex;
  flex-direction: column;
}

.contacts-list__item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.contacts-list__item--map a:before,
.contacts-list__item--map span:before {
  background-image: url(../img/svg/contacts-list-map-grey.svg);
}

.contacts-list__item--tel a:before,
.contacts-list__item--tel span:before {
  background-image: url(../img/svg/contacts-list-tel-grey.svg);
}

.contacts-list__item--mail a:before,
.contacts-list__item--mail span:before {
  background-image: url(../img/svg/contacts-list-mail-grey.svg);
}

.contacts-list__item--instagram a:before,
.contacts-list__item--instagram span:before {
  background-image: url(../img/svg/contacts-list-instagram-grey.svg);
}

.contacts-list__item:last-of-type {
  margin-bottom: 0;
}

.contacts-list__item a,
.contacts-list__item span {
  display: inline-block;
  position: relative;
  transition: 0.3s;
}

.contacts-list__item a:before,
.contacts-list__item span:before {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  content: "";
  width: 22px;
  min-width: 22px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
}

.contacts-list--right .contacts-list__item {
  justify-content: flex-end;
}

.contacts-list--right .contacts-list__item a,
.contacts-list--right .contacts-list__item span {
  padding-right: 32px;
}

.contacts-list--right .contacts-list__item a:before,
.contacts-list--right .contacts-list__item span:before {
  right: 0;
}

.contacts-list--left .contacts-list__item {
  justify-content: flex-start;
}

.contacts-list--left .contacts-list__item a,
.contacts-list--left .contacts-list__item span {
  padding-left: 32px;
}

.contacts-list--left .contacts-list__item a:before,
.contacts-list--left .contacts-list__item span:before {
  left: 0;
}

.contacts {
  min-height: 400px;
  margin: 50px 0;
}

.contacts__inner {
  display: flex;
}

.contacts__body {
  flex: 1;
  margin-right: 50px;
}

.contacts__info {
  margin-bottom: 20px;
  font-size: 15px;
  line-height: 22px;
}

.contacts__info-wrap {
  font-style: normal;
}

.contacts__item a,
.contacts__item span {
  font-size: 15px;
  font-weight: 500;
  color: #171717;
}

.contacts__item a:hover,
.contacts__item span:hover {
  color: #69af07;
}

.contacts__item.contacts-list__item--map a:before,
.contacts__item.contacts-list__item--map span:before {
  background-image: url(../img/svg/contacts-list-map-green.svg);
}

.contacts__item.contacts-list__item--tel a:before,
.contacts__item.contacts-list__item--tel span:before {
  background-image: url(../img/svg/contacts-list-tel-green.svg);
}

.contacts__item.contacts-list__item--mail a:before,
.contacts__item.contacts-list__item--mail span:before {
  background-image: url(../img/svg/contacts-list-mail-green.svg);
}

.contacts__item.contacts-list__item--instagram a:before,
.contacts__item.contacts-list__item--instagram span:before {
  background-image: url(../img/svg/contacts-list-instagram-green.svg);
}

.news__grid {
  display: flex;
  flex-wrap: wrap;
}

.news__wrap {
  display: flex;
}

.news__inner {
  flex: 1;
  margin-bottom: 50px;
}

.news__item {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 10px;
  text-align: left;
  transition: 0.3s;
}

.news__item:hover {
  background-color: rgba(105, 175, 7, 0.7);
}

.news__item:hover .news__item-heading {
  border-color: #565656;
}

.news__item:hover .news__item-desc__text {
  color: #fbfbfb;
}

.news__item-img {
  position: relative;
}

.news__item-img img {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 245px;
  margin: 0 auto;
  object-fit: cover;
}

.news__item-img__link {
  display: block;
  margin-top: 0 !important;
  background-color: rgba(105, 175, 7, 0.3);
}

.news__item-date {
  position: absolute;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 90px;
  padding: 10px;
  background-color: #69af07;
}

.news__item-date--top {
  font-weight: 700;
  font-size: 20px;
  color: #fbfbfb;
}

.news__item-date--middle {
  font-weight: 500;
  font-size: 13px;
  color: #fbfbfb;
}

.news__item-date--bot {
  font-weight: 700;
  font-size: 14px;
  line-height: 130%;
  color: #fbfbfb;
}

.news__item-author {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 5px;
  border-top-left-radius: 4px;
  background-color: #69af07;
}

.news__item-author span {
  font-weight: 400;
  font-size: 13px;
  color: #fbfbfb;
}

.news__item-heading {
  margin-bottom: 15px;
  padding: 0 0 15px;
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
  color: #171717;
  transition: 0.3s;
}

.news__item-desc {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding: 20px 0 0;
}

.news__item-desc__text {
  margin-bottom: 25px;
  font-size: 13px;
  line-height: 20px;
  color: #5f5f5f;
  transition: 0.3s;
}

.news__item-link {
  margin-top: 25px;
}

/**/

.aside {
  width: 30%;
  max-width: 300px;
  height: 100%;
}

.aside > *:not(:last-child) {
  margin-bottom: 20px;
}

.contacts__aside {
  background-color: #171717;
  color: #fbfbfb;
}

.contacts__aside-heading {
  display: block;
  padding: 12px 15px;
  font-size: 17px;
  font-weight: 400;
  background-color: #69af07;
}

.contacts__aside-info {
  padding: 12px 15px;
  font-weight: 500;
}

.contacts__aside a {
  text-decoration: underline;
}

.catalog__item {
  display: block;
  position: relative;
  width: calc(33.3% - 20px);
  overflow: hidden;
  margin: 10px;
}

.catalog__item:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  opacity: 0;
  background-color: rgba(105, 175, 7, 0.3);
}

.catalog__item:hover:before {
  opacity: 1;
}

.catalog__item:hover img {
  transform: scale(1.2);
  filter: blur(2px);
}

.catalog__item img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: 160px;
  transition: all 0.5s;
  object-fit: cover;
}

.catalog__item-name {
  position: absolute;
  bottom: 0;
  left: 0;
  min-width: 10%;
  border: 2px solid #69af07;
  padding: 10px 20px;
  background-color: #69af07;
}

.catalog__item-name span {
  font-size: 16px;
  font-weight: 500;
  color: #fbfbfb;
}

.catalog__item--lg .catalog__item-name span {
  font-size: 20px;
}

.catalog__item--lg img {
  height: 200px;
}

.product {
  padding: 50px 0;
}

.product__inner {
  margin-bottom: 60px;
}

.product__row {
  display: flex;
  margin-bottom: 20px;
}

.product__row:last-child {
  margin-bottom: 0;
}

.product__gallery {
  flex: 1 0 auto;
  width: 500px;
  height: 100%;
  border: 2px solid #69af07;
  padding: 10px;
  margin-right: 60px;
}

.product__gallery img {
  display: block !important;
  width: 100% !important;
  max-width: 480px;
  max-height: 480px;
  object-fit: contain;
}

.product__gallery-main {
  padding-bottom: 10px;
}

.product__gallery-main .slick-track {
  display: flex;
}

.product__gallery-main .slick-track .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}

.product__gallery-main .slick-slide > div {
  width: 100%;
}

.product__gallery-nav {
  margin: 0 -10px;
  padding-top: 15px;
  border-top: 2px solid #69af07;
}

.product__gallery-nav .slick-track {
  display: flex;
  margin-left: 0;
}

.product__gallery-nav .slick-slide {
  border: 1px solid transparent;
  padding: 5px;
  cursor: pointer;
}

.product__gallery-nav .slick-slide > div > picture {
  display: block !important;
}

.product__gallery-nav .slick-track .slick-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}

.product__gallery-nav .slick-current {
  border: 1px solid #69af07;
}

.product__gallery-nav img {
  max-height: 88px;
  object-fit: cover;
}

.product__info-descr p {
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

.product__info-descr ul {
  margin-bottom: 8px;
}

.product__info-descr ul li {
  position: relative;
  padding-left: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

.product__info-descr ul li:before {
  content: "";
  position: absolute;
  top: 12px;
  left: 5px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #69af07;
}

.product__info-descr *:last-child {
  margin-bottom: 0;
}

.product__video {
  width: 80%;
  height: 500px;
  margin: 0 auto 60px;
}

.product__video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.add-info {
  margin-bottom: 60px;
}

.add-info__heading {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 30px;
  text-transform: capitalize;
  text-align: left;
  color: #483b33;
}

.add-info__heading:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #483b33;
}

.add-info__descr {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

.info-logo__wrap {
  margin: 20px 0 0;
}

.info-logo__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  width: 80%;
  margin: 0 auto;
}

.info-logo__item {
  width: 100%;
  max-width: 120px;
  margin: 10px 20px;
}

/* Components */

.heading {
  font-size: 30px;
  line-height: 40px;
}

.text {
  font-size: 13px;
  line-height: 25px;
}

.page__heading {
  position: relative;
  padding-bottom: 19px;
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 30px;
  text-transform: capitalize;
  text-align: left;
  color: #483b33;
}

.page__heading:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #483b33;
}

.page__sub-heading {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 25px;
  text-align: left;
  color: #483b33;
}

.page__sub-heading:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #69af07;
}

.main__heading {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 30px;
  color: #483b33;
  text-align: center;
  text-transform: uppercase;
}

.main__heading:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 67px;
  height: 3px;
  margin: 0 auto;
  background-color: #69af07;
}

.heading-light {
  color: #fbfbfb;
}

.grid__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 20px;
}

.grid__item {
  display: block;
  width: 33.3%;
  margin-bottom: 20px;
}

.btn {
  display: inline-block;
  border: 2px solid transparent;
  padding: 8px 15px;
  transition: 0.15s ease-in-out;
  vertical-align: middle;
  cursor: pointer;
  text-align: center;
  font-size: 13px;
  line-height: 22px;
  font-weight: 500;
}

.btn:hover,
.btn:focus {
  text-decoration: none;
}

.btn svg {
  display: inline-block;
  position: relative;
  min-height: 1px;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -2px;
}

.btn span + svg {
  margin-right: 0;
  margin-left: 5px;
}

.btn-primary {
  background-color: transparent;
  border-color: #898989;
  color: #898989;
}

.btn-primary:hover {
  background-color: transparent;
  border-color: #69af07;
  color: #69af07;
}

.btn-secondary {
  background-color: #69af07;
  border-color: #69af07;
  color: #fbfbfb;
}

.btn-secondary:hover {
  background-color: #171717;
  border-color: #171717;
  color: #fbfbfb;
}

@keyframes clockwise {
  to {
    transform: rotate(360deg) translateZ(0);
  }
}

.img-group {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.img-group img {
  display: inline-block;
  max-width: 400px;
  margin: 10px;
}

/* Pages */

.map {
  height: auto;
  background-image: -webkit-linear-gradient(45deg, #69af07, #7ace05);
  background-image: -moz-linear-gradient(45deg, #69af07, #7ace05);
  background-image: linear-gradient(45deg, #69af07, #7ace05);
}

.catalog__wrap {
  display: flex;
  padding: 40px 0;
}

.catalog__inner {
  flex: 1;
  margin-left: 40px;
}

.catalog__inner.w-100 {
  margin-left: 0;
}

.error-section {
  min-height: 200px;
  margin: 50px 0;
}

.error-section__heading {
  font-weight: 400;
  color: #483b33;
}

.error-section__heading span {
  display: inline-block;
  margin-right: 10px;
  font-weight: 700;
}

.about .about__info {
  max-width: 100%;
}

@media (min-width: 768px) {
  .container {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .container-md {
    max-width: 700px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 1025px) {
  .container {
    max-width: 100%;
  }

  .container-md {
    max-width: 880px;
  }

  .header__nav-mob {
    display: none;
  }
}

@media (min-width: 1367px) {
  .container {
    max-width: 1200px;
  }

  .container-md {
    max-width: 1020px;
  }
}

@media (max-width: 1024px) {
  .banner {
    height: 200px;
  }

  .main-slider .slick-dots {
    bottom: -1px;
  }

  .about__row {
    flex-direction: column;
  }

  .about__video {
    pointer-events: all;
    user-select: all;
  }

  .about__photo-col {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }

  .about__info-col {
    width: 100%;
  }

  .about__info {
    max-width: 100%;
  }

  .last-news__row {
    flex-wrap: wrap;
  }

  .news__item-date {
    bottom: 24px;
  }

  .news__item-author {
    right: auto;
    left: 0;
    border-top-left-radius: 0;
  }

  .product__row {
    flex-direction: column;
  }

  .product__gallery {
    width: 660px;
    margin: 0 auto 20px;
  }
}

@media (max-width: 767px) {
  .h1 {
    font-size: 27px;
    line-height: 36px;
  }

  .h2 {
    font-size: 22px;
    line-height: 30px;
  }

  .h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .h4 {
    font-size: 15px;
    line-height: 20px;
  }

  p {
    font-size: 13px;
    line-height: 19px;
  }

  .webp .banner.grapes {
    background-image: url(../img/banners/grape/grape-banner-mobile.webp);
  }

  .webp .banner.blueberry {
    background-image: url(../img/banners/blueberry/blueberry-banner-mobile.webp);
  }

  .webp .banner.currant {
    background-image: url(../img/banners/currant/currant-banner-mobile.webp);
  }

  .webp .banner.gooseberry {
    background-image: url(../img/banners/gooseberry/gooseberry-banner-mobile.webp);
  }

  .webp .banner.honeysuckle {
    background-image: url(../img/banners/honeysuckle/honeysuckle-banner-mobile.webp);
  }

  .webp .banner.honey {
    background-image: url(../img/banners/honey/honey-banner-mobile.webp);
  }

  .webp .banner.blackberry {
    background-image: url(../img/banners/blackberry/blackberry-banner-mobile.webp);
  }

  .webp .banner.raspberries {
    background-image: url(../img/banners/raspberries/raspberries-banner-mobile.webp);
  }

  .webp .banner.lemon {
    background-image: url(../img/banners/lemon/lemon-banner-mobile.webp);
  }

  .webp .banner.strawberry {
    background-image: url(../img/banners/strawberry/strawberry-banner-mobile.webp);
  }

  .webp .banner.azalea {
    background-image: url(../img/banners/azalea/azalea-banner-mobile.webp);
  }

  .webp .banner.thuja {
    background-image: url(../img/banners/thuja/thuja-banner-mobile.webp);
  }

  .webp .banner.mint {
    background-image: url(../img/banners/mint/mint-banner-mobile.webp);
  }

  .webp .banner.hydrangea {
    background-image: url(../img/banners/hydrangea/hydrangea-banner-mobile.webp);
  }

  .webp .banner.juniper {
    background-image: url(../img/banners/juniper/juniper-banner-mobile.webp);
  }

  .webp .banner.rhododendron {
    background-image: url(../img/banners/rhododendron/rhododendron-banner-mobile.webp);
  }

  .no-webp .banner.grapes {
    background-image: url(../img/banners/grape/grape-banner-mobile.jpg);
  }

  .no-webp .banner.blueberry {
    background-image: url(../img/banners/blueberry/blueberry-banner-mobile.jpg);
  }

  .no-webp .banner.currant {
    background-image: url(../img/banners/currant/currant-banner-mobile.jpg);
  }

  .no-webp .banner.gooseberry {
    background-image: url(../img/banners/gooseberry/gooseberry-banner-mobile.jpg);
  }

  .no-webp .banner.honeysuckle {
    background-image: url(../img/banners/honeysuckle/honeysuckle-banner-mobile.jpg);
  }

  .no-webp .banner.honey {
    background-image: url(../img/banners/honey/honey-banner-mobile.jpg);
  }

  .no-webp .banner.blackberry {
    background-image: url(../img/banners/blackberry/blackberry-banner-mobile.jpg);
  }

  .no-webp .banner.raspberries {
    background-image: url(../img/banners/raspberries/raspberries-banner-mobile.jpg);
  }

  .no-webp .banner.lemon {
    background-image: url(../img/banners/lemon/lemon-banner-mobile.jpg);
  }

  .no-webp .banner.strawberry {
    background-image: url(../img/banners/strawberry/strawberry-banner-mobile.jpg);
  }

  .no-webp .banner.azalea {
    background-image: url(../img/banners/azalea/azalea-banner-mobile.jpg);
  }

  .no-webp .banner.thuja {
    background-image: url(../img/banners/thuja/thuja-banner-mobile.jpg);
  }

  .no-webp .banner.mint {
    background-image: url(../img/banners/mint/mint-banner-mobile.jpg);
  }

  .no-webp .banner.hydrangea {
    background-image: url(../img/banners/hydrangea/hydrangea-banner-mobile.jpg);
  }

  .no-webp .banner.juniper {
    background-image: url(../img/banners/juniper/juniper-banner-mobile.jpg);
  }

  .no-webp .banner.rhododendron {
    background-image: url(../img/banners/rhododendron/rhododendron-banner-mobile.jpg);
  }

  .header__row-top {
    flex-direction: column;
  }

  .header__inner {
    flex-direction: column;
  }

  .header__inner-social {
    padding: 0;
  }

  .header__inner-social:last-child {
    border: none;
    padding: 0;
  }

  .header__inner-social-item a {
    width: 45px;
    height: 45px;
  }

  .header__inner-social-item a:before {
    width: 25px;
    height: 25px;
  }

  .header__inner-social-phone {
    line-height: 36px;
  }

  .header__row-bot {
    flex-wrap: wrap;
  }

  .header__price-block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 10px 0 22px 0;
  }

  .header__logo {
    margin-right: 0;
    padding: 15px 0;
  }

  .footer .copyright__inner {
    flex-direction: column;
  }

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

  .footer .developer a svg {
    width: 12px;
    height: 19px;
  }

  .footer__row {
    flex-direction: column;
  }

  .footer__col {
    width: 100%;
    padding: 30px 0;
  }

  .footer__col:last-child {
    padding: 30px 0;
    border: none;
  }

  .footer__col:last-child .footer__col-inner {
    text-align: left;
  }

  .footer__contacts-item {
    justify-content: flex-start !important;
  }

  .footer__contacts-item a,
  .footer__contacts-item span {
    padding-right: 0 !important;
    padding-left: 32px;
  }

  .footer__contacts-item a:before,
  .footer__contacts-item span:before {
    left: 0 !important;
  }

  .header__nav {
    flex: 1;
    margin-left: 10px;
  }

  .header__nav-list {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    top: 45px;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(72, 59, 51, 0.7);
  }

  .header__nav-item {
    width: 100%;
  }

  .header__nav-item._sublist > a:after {
    content: none;
  }

  .header__nav-item__sublist {
    display: block;
    position: static;
    background-color: transparent;
  }

  .header__nav-item__subitem > a {
    color: #fbfbfb;
    font-weight: 400;
    padding-left: 25px;
  }

  .header__nav-item > a {
    display: inline-block;
    width: 100%;
    padding: 10px;
    font-weight: 500;
    color: #fbfbfb;
    font-size: 14px;
    line-height: 22px;
    border-bottom: 1px solid #171717;
  }

  .main-slider-wrap {
    height: 300px;
  }

  .main-slider .slider__item {
    height: 300px;
  }

  .main-slider .slider__item--grape {
    background-image: url(../img/main-slider/main-slider-grape-mobile.jpg);
  }

  .main-slider .slider__item--gooseberry {
    background-image: url(../img/main-slider/main-slider-gooseberry-mobile.jpg);
  }

  .main-slider .slider__item--blueberry {
    background-image: url(../img/main-slider/main-slider-blueberry-mobile.jpg);
  }

  .main-slider .slider__item--currant {
    background-image: url(../img/main-slider/main-slider-currant-mobile.jpg);
  }

  .main-slider .slider__item--honeysuckle {
    background-image: url(../img/main-slider/main-slider-honeysuckle-mobile.jpg);
  }

  .main-slider .slider__info {
    padding: 28px;
  }

  .main-slider .slider__info-title {
    font-size: 20px;
    line-height: 23px;
  }

  .main-slider .slider__info-subtitle {
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 21px;
  }

  .main-slider .slider__info-list {
    margin: 0 0 20px;
  }

  .main-slider .slider__info-item {
    font-size: 16px;
    line-height: 19px;
  }

  .about__video {
    padding-bottom: 59.25%;
  }

  .about__photo-col img {
    max-width: 320px;
  }

  .advantages {
    flex-direction: column;
    height: auto;
  }

  .advantages__col {
    width: 100%;
    height: 300px;
  }

  .advantages__col:last-child {
    width: 100%;
  }

  .advantages__descr-content {
    padding: 0 15px;
  }

  .why-us__grid {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

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

  .why-us__item {
    width: calc(100% - 20px);
  }

  .why-us__item-heading {
    padding-left: 0;
    padding-top: 33px;
    margin-top: 23px;
  }

  .why-us__item-heading:before {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .why-us__item-info {
    margin-top: 20px;
  }

  .culture__grid {
    flex-direction: column;
  }

  .contacts__inner {
    flex-direction: column;
  }

  .contacts__body {
    margin-right: 0;
    margin-bottom: 25px;
  }

  .news__wrap {
    flex-direction: column;
  }

  .news__item-author span {
    font-size: 10px;
  }

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

  .aside + * {
    margin-top: 25px;
  }

  .contacts__aside-wrap {
    width: 100%;
    margin-left: 0;
  }

  .catalog__item {
    width: calc(100% - 20px);
    margin-bottom: 20px;
  }

  .product__gallery {
    width: 100%;
  }

  .product__video {
    width: 100%;
    height: 200px;
  }

  .grid__wrap {
    margin-right: -10px;
    margin-left: -10px;
  }

  .grid__item {
    width: 50%;
    margin-bottom: 10px;
  }

  .img-group img {
    max-width: 140px;
    margin: 5px;
  }

  .catalog__wrap {
    flex-direction: column;
  }

  .catalog__inner {
    margin-left: 0;
  }
}

@media (max-width: 374px) {
  .main-slider .slider__info {
    padding: 10px;
  }

  .main-slider .slider__info-subtitle {
    margin: 0 0 15px;
  }

  .main-slider .slider__info-list {
    margin: 0 0 10px;
  }

  .advantages__col {
    height: 320px;
  }

  .news__item-date {
    bottom: 0;
  }

  .news__item-author {
    right: 0;
    left: auto;
    border-top-left-radius: 4px;
  }

  .grid__item {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .webp .banner.grapes {
    background-image: url(../img/banners/grape/grape-banner-tablet.webp);
  }

  .webp .banner.blueberry {
    background-image: url(../img/banners/blueberry/blueberry-banner-tablet.webp);
  }

  .webp .banner.currant {
    background-image: url(../img/banners/currant/currant-banner-tablet.webp);
  }

  .webp .banner.gooseberry {
    background-image: url(../img/banners/gooseberry/gooseberry-banner-tablet.webp);
  }

  .webp .banner.honeysuckle {
    background-image: url(../img/banners/honeysuckle/honeysuckle-banner-tablet.webp);
  }

  .webp .banner.honey {
    background-image: url(../img/banners/honey/honey-banner-tablet.webp);
  }

  .webp .banner.blackberry {
    background-image: url(../img/banners/blackberry/blackberry-banner-tablet.webp);
  }

  .webp .banner.raspberries {
    background-image: url(../img/banners/raspberries/raspberries-banner-tablet.webp);
  }

  .webp .banner.lemon {
    background-image: url(../img/banners/lemon/lemon-banner-tablet.webp);
  }

  .webp .banner.strawberry {
    background-image: url(../img/banners/strawberry/strawberry-banner-tablet.webp);
  }

  .webp .banner.azalea {
    background-image: url(../img/banners/azalea/azalea-banner-tablet.webp);
  }

  .webp .banner.thuja {
    background-image: url(../img/banners/thuja/thuja-banner-tablet.webp);
  }

  .webp .banner.mint {
    background-image: url(../img/banners/mint/mint-banner-tablet.webp);
  }

  .webp .banner.hydrangea {
    background-image: url(../img/banners/hydrangea/hydrangea-banner-tablet.webp);
  }

  .webp .banner.juniper {
    background-image: url(../img/banners/juniper/juniper-banner-tablet.webp);
  }

  .webp .banner.rhododendron {
    background-image: url(../img/banners/rhododendron/rhododendron-banner-tablet.webp);
  }

  .no-webp .banner.grapes {
    background-image: url(../img/banners/grape/grape-banner-tablet.jpg);
  }

  .no-webp .banner.blueberry {
    background-image: url(../img/banners/blueberry/blueberry-banner-tablet.jpg);
  }

  .no-webp .banner.currant {
    background-image: url(../img/banners/currant/currant-banner-tablet.jpg);
  }

  .no-webp .banner.gooseberry {
    background-image: url(../img/banners/gooseberry/gooseberry-banner-tablet.jpg);
  }

  .no-webp .banner.honeysuckle {
    background-image: url(../img/banners/honeysuckle/honeysuckle-banner-tablet.jpg);
  }

  .no-webp .banner.honey {
    background-image: url(../img/banners/honey/honey-banner-tablet.jpg);
  }

  .no-webp .banner.blackberry {
    background-image: url(../img/banners/blackberry/blackberry-banner-tablet.jpg);
  }

  .no-webp .banner.raspberries {
    background-image: url(../img/banners/raspberries/raspberries-banner-tablet.jpg);
  }

  .no-webp .banner.lemon {
    background-image: url(../img/banners/lemon/lemon-banner-tablet.jpg);
  }

  .no-webp .banner.strawberry {
    background-image: url(../img/banners/strawberry/strawberry-banner-tablet.jpg);
  }

  .no-webp .banner.azalea {
    background-image: url(../img/banners/azalea/azalea-banner-tablet.jpg);
  }

  .no-webp .banner.thuja {
    background-image: url(../img/banners/thuja/thuja-banner-tablet.jpg);
  }

  .no-webp .banner.mint {
    background-image: url(../img/banners/mint/mint-banner-tablet.jpg);
  }

  .no-webp .banner.hydrangea {
    background-image: url(../img/banners/hydrangea/hydrangea-banner-tablet.jpg);
  }

  .no-webp .banner.juniper {
    background-image: url(../img/banners/juniper/juniper-banner-tablet.jpg);
  }

  .no-webp .banner.rhododendron {
    background-image: url(../img/banners/rhododendron/rhododendron-banner-tablet.jpg);
  }

  .header__logo {
    padding: 10px 0;
    margin-right: 16px;
  }

  .header__logo a svg,
  .header__logo span svg {
    width: 140px;
  }

  .header__nav-list {
    height: 60px;
  }

  .header__nav-item {
    height: 100%;
  }

  .header__nav-item._sublist > a {
    padding-right: 15px;
  }

  .header__nav-item._sublist > a:after {
    top: 49%;
    right: 0;
    width: 8px;
    height: 8px;
  }

  .header__nav-item__sublist {
    top: 60px;
  }

  .header__nav-item > a {
    display: inline-block;
    margin: auto 0;
    padding: 24px 8px;
    font-size: 10px;
    line-height: 12px;
  }

  .header__nav-item--green {
    padding: 0;
    background-color: transparent;
  }

  .header__nav-item--green > a {
    padding: 8px;
    margin: 16px 0;
    background-color: #69af07;
  }

  .header__nav-mob {
    display: none;
  }

  .main-slider-wrap {
    height: 400px;
  }

  .main-slider .slider__item {
    height: 400px;
  }

  .main-slider .slider__item--grape {
    background-image: url(../img/main-slider/main-slider-grape-tablet.jpg);
  }

  .main-slider .slider__item--gooseberry {
    background-image: url(../img/main-slider/main-slider-gooseberry-tablet.jpg);
  }

  .main-slider .slider__item--blueberry {
    background-image: url(../img/main-slider/main-slider-blueberry-tablet.jpg);
  }

  .main-slider .slider__item--currant {
    background-image: url(../img/main-slider/main-slider-currant-tablet.jpg);
  }

  .main-slider .slider__item--honeysuckle {
    background-image: url(../img/main-slider/main-slider-honeysuckle-tablet.jpg);
  }

  .main-slider .slider__info {
    padding: 40px;
  }

  .main-slider .slider__info-title {
    font-size: 44px;
    line-height: 52px;
  }

  .main-slider .slider__info-subtitle {
    margin: 0 0 28px;
    font-size: 32px;
    line-height: 37px;
  }

  .main-slider .slider__info-list {
    margin: 0 0 28px;
  }

  .main-slider .slider__info-item {
    font-size: 22px;
    line-height: 26px;
  }

  .advantages {
    height: 350px;
  }

  .advantages__title {
    font-size: 26px;
  }

  .catalog__item {
    width: calc(50% - 20px);
  }

  .product__video {
    height: 400px;
  }

  .img-group img {
    max-width: 300px;
  }
}

@media (min-width: 1025px) and (max-width: 1366px) {
  .header__row-bot {
    flex-direction: column;
  }

  .header__logo {
    margin-right: 0;
    padding: 20px 0 0;
  }

  .main-slider .slider__info {
    padding: 45px;
  }
}

@media (min-width: 374px) and (max-width: 424px) {
  .main-slider-wrap {
    height: 250px;
  }

  .main-slider .slider__info {
    padding: 10px;
  }

  .main-slider .slider__info-subtitle {
    margin: 0 0 15px;
  }

  .main-slider .slider__info-list {
    margin: 0 0 10px;
  }

  .news__item-date {
    bottom: 0;
  }

  .news__item-author {
    right: 0;
    left: auto;
    border-top-left-radius: 4px;
  }

  .grid__item {
    width: 100%;
  }
}

@media (min-width: 424px) and (max-width: 767px) {
  .catalog__item {
    width: 100%;
  }

  .product__video {
    height: 300px;
  }
}

.table-style {
  border-collapse: collapse;
  width: 100%;
}

.table-style td {
  border: 1px solid black;
  padding: 10px;
}
/*# sourceMappingURL=maps/main.css.map */
