/*

Theme Name: organic_2019
Author: demch.co
Author URI: https://demch.co/
Description: Theme organic_2019

*/

@font-face {
  font-family: "Boita-Bold";
  src: url("fonts/Boita-Bold.eot");
  src: url("fonts/Boita-Bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/Boita-Bold.woff") format("woff"),
    url("fonts/Boita-Bold.ttf") format("truetype");
    font-display: swap;
}

@font-face {
  font-family: "Boita-ExtraBold";
  src: url("fonts/Boita-ExtraBold.eot");
  src: url("fonts/Boita-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("fonts/Boita-ExtraBold.woff") format("woff"),
    url("fonts/Boita-ExtraBold.ttf") format("truetype");
    font-display: swap;
}

@font-face {
  font-family: "Qanelas-Bold";
  src: url("fonts/Qanelas-Bold.eot");
  src: url("fonts/Qanelas-Bold.eot?#iefix") format("embedded-opentype"),
    url("fonts/Qanelas-Bold.woff") format("woff"),
    url("fonts/Qanelas-Bold.ttf") format("truetype");
    font-display: swap;
}

@font-face {
  font-family: "Qanelas-ExtraBold";
  src: url("fonts/Qanelas-ExtraBold.eot");
  src: url("fonts/Qanelas-ExtraBold.eot?#iefix") format("embedded-opentype"),
    url("fonts/Qanelas-ExtraBold.woff") format("woff"),
    url("fonts/Qanelas-ExtraBold.ttf") format("truetype");
    font-display: swap;
}

@font-face {
  font-family: "Qanelas-Regular";
  src: url("fonts/Qanelas-Regular.eot");
  src: url("fonts/Qanelas-Regular.eot?#iefix") format("embedded-opentype"),
    url("fonts/Qanelas-Regular.woff") format("woff"),
    url("fonts/Qanelas-Regular.ttf") format("truetype");
    font-display: swap;
}

/* Color variables*/
.wrapper {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  padding: 0 176px 0 230px;
}
@media (max-width: 1365px) {
  .wrapper {
    padding: 0 164px 0 230px;
  }
}
@media (max-width: 1023px) {
  .wrapper {
    padding: 0 68px;
  }
}
@media (max-width: 767px) {
  .wrapper {
    padding: 0 30px;
  }
}
.wrapper_relative {
  position: relative;
}

#primary {
  flex: 1 0 auto;
}

#main {
  overflow: hidden;
}

.site-main_lightgreen_color {
  background: #f1f4ed url("img/pattern/Recipes_1366_big.svg") repeat-y center
    top;
}
@media (max-width: 1365px) {
  .site-main_lightgreen_color {
    background: #f1f4ed url("img/pattern/Recipes_1024_big.svg") repeat-y center
      top;
  }
}
@media (max-width: 1023px) {
  .site-main_lightgreen_color {
    background: #f1f4ed url("img/pattern/Recipes_768_big.svg") repeat-y center
      top;
  }
}
@media (max-width: 767px) {
  .site-main_lightgreen_color {
    background: #f1f4ed url("img/pattern/Recipes_320_big.svg") repeat-y center
      top;
  }
}

.site-main_lightgreen {
  background: url("img/pattern/Recipes_1366_big.svg") repeat-y center top;
}
@media (max-width: 1365px) {
  .site-main_lightgreen {
    background: url("img/pattern/Recipes_1024_big.svg") repeat-y center top;
  }
}
@media (max-width: 1023px) {
  .site-main_lightgreen {
    background: url("img/pattern/Recipes_768_big.svg") repeat-y center top;
  }
}
@media (max-width: 767px) {
  .site-main_lightgreen {
    background: url("img/pattern/Recipes_320_big.svg") repeat-y center top;
  }
}

.site-main_posts {
  background: url("img/pattern/post_1366_big.svg") repeat-y center top;
}
@media (max-width: 1365px) {
  .site-main_posts {
    background: url("img/pattern/post_1024_big.svg") repeat-y center top;
  }
}
@media (max-width: 1023px) {
  .site-main_posts {
    background: url("img/pattern/post_768_big.svg") repeat-y center top;
  }
}
@media (max-width: 767px) {
  .site-main_posts {
    background: url("img/pattern/post_320_big.svg") repeat-y center top;
  }
}

.site-main_global {
  background: url("img/pattern/1366_big.svg") repeat-y center top;
}
@media (max-width: 1365px) {
  .site-main_global {
    background: url("img/pattern/1024_big.svg") repeat-y center top;
  }
}
@media (max-width: 1023px) {
  .site-main_global {
    background: url("img/pattern/768_big.svg") repeat-y center top;
  }
}
@media (max-width: 767px) {
  .site-main_global {
    background: url("img/pattern/320_big.svg") repeat-y center top;
  }
}

body {
  font-family: Qanelas-Regular;
  color: #000;
  display: flex;
  flex-direction: column;
}

.assistive-text {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}

.items-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 19;
}

.main-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.2);
}

.section-head {
  margin-left: 25px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .section-head {
    margin-left: 20px;
    margin-bottom: 15px;
  }
}
.section-head__title {
  font-family: Boita-Bold;
  font-size: 70px;
  line-height: 80px;
  position: relative;
  margin-right: 60px;
  margin-bottom: 20px;
}
@media (max-width: 1365px) {
  .section-head__title {
    font-size: 50px;
    line-height: 56px;
  }
}
@media (max-width: 767px) {
  .section-head__title {
    font-size: 30px;
    line-height: 36px;
    margin-right: 0;
  }
}
.section-head__title_md {
  font-size: 60px;
  line-height: 68px;
}
@media (max-width: 1365px) {
  .section-head__title_md {
    font-size: 46px;
    line-height: 52px;
  }
}
@media (max-width: 767px) {
  .section-head__title_md {
    font-size: 24px;
    line-height: 30px;
  }
}
.section-head__link {
  position: absolute;
  top: -10px;
  right: -55px;
}
@media (max-width: 1365px) {
  .section-head__link {
    top: -20px;
  }
}
@media (max-width: 767px) {
  .section-head__link {
    right: -45px;
  }
}
.section-head__filters {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .section-head__filters {
    width: 100%;
  }
}

.link-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(197, 197, 197, 0.3);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .link-button {
    width: 30px;
    height: 30px;
  }
}
.link-button_white {
  background-color: #fff;
  border: 1px solid #fff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
}
.link-button_grey {
  background-color: #f1f4ed;
  border: 1px solid #f1f4ed;
}
.link-button__icon {
  stroke: #72c600;
  width: 12px;
  height: 12px;
  transform: translateX(-1px);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .link-button__icon {
    width: 8px;
    height: 8px;
  }
}
.link-button:hover {
  border: 1px solid #8dc63f;
  background-color: #8dc63f;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
}
.link-button:active {
  border: 1px solid #c6e39f;
  background-color: #c6e39f;
  box-shadow: none;
}
.link-button:hover .link-button__icon,
.link-button:active .link-button__icon {
  stroke: #fff;
}

.main-filters-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.main-filters-list__item {
  font-family: Qanelas-Bold;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.06em;
  color: rgba(61, 61, 61, 0.3);
  padding: 10px 0 10px 12px;
  margin-right: 24px;
  margin-top: 5px;
  position: relative;
  text-transform: lowercase;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.main-filters-list__item:last-child {
  margin-right: 0;
}
.main-filters-list__item:after {
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  height: 2px;
  width: 24px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .main-filters-list__item:after {
    height: 1px;
  }
}
.main-filters-list__item:hover:after {
  background-color: #8dc63f;
  width: 46px;
}
.main-filters-list__item:active {
  color: #8dc63f;
}
.main-filters-list__item.active {
  color: #8dc63f;
  pointer-events: none;
}
.main-filters-list__item.active:after {
  background-color: #8dc63f;
}
@media (max-width: 767px) {
  .main-filters-list.knowledgebase-navi {
    position: absolute;
    top: 100%;
    left: -20px;
    display: block;
    width: 220px;
    max-height: 0;
    padding: 0 20px;
    overflow: hidden;
    list-style: none;
    cursor: default;
    z-index: 29;
    transition: all 0.3s ease-in-out;
  }
}
.main-filters-list.knowledgebase-navi .main-filters-list__item {
  margin-right: 24px;
  margin-top: 5px;
  padding: 0;
  position: relative;
  text-transform: lowercase;
  cursor: pointer;
}
@media (max-width: 767px) {
  .main-filters-list.knowledgebase-navi .main-filters-list__item {
    margin: 5px 0;
  }
}
.main-filters-list.knowledgebase-navi .main-filters-list__item a {
  display: block;
  font-family: Qanelas-Bold;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.06em;
  color: rgba(61, 61, 61, 0.3);
  padding: 10px 0 10px 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .main-filters-list.knowledgebase-navi .main-filters-list__item a {
    font-size: 12px;
    line-height: 16px;
    color: #fff;
    padding: 5px 0;
  }
}
@media (max-width: 767px) {
  .main-filters-list.knowledgebase-navi .main-filters-list__item:after {
    display: none;
  }
}
.main-filters-list.knowledgebase-navi .main-filters-list__item:active a {
  color: #8dc63f;
}
@media (max-width: 767px) {
  .main-filters-list.knowledgebase-navi .main-filters-list__item:active a {
    color: #fff;
  }
}
.main-filters-list.knowledgebase-navi .main-filters-list__item.active a {
  color: #8dc63f;
  pointer-events: none;
}
@media (max-width: 767px) {
  .main-filters-list.knowledgebase-navi .main-filters-list__item.active a {
    color: rgba(255, 255, 255, 0.5);
  }
}
.main-filters-list.knowledgebase-navi .main-filters-list__item.active a:after {
  background-color: #8dc63f;
}
@media (max-width: 767px) {
  .main-filters-list.knowledgebase-navi .main-filters-list__item:first-child {
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 767px) {
  .main-filters-list.knowledgebase-navi .main-filters-list__item:last-child {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .main-filters-list.knowledgebase-navi.active {
    max-height: 400px;
    background-color: #8dc63f;
  }
}

.main-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Qanelas-Bold;
  font-size: 16px;
  height: 40px;
  width: auto;
  padding: 0 22px;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px 0;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1023px) {
  .main-button {
    font-size: 14px;
    height: 36px;
    padding: 0 20px;
  }
}
.main-button_bg-color {
  color: #fff;
  background-color: #8dc63f;
  border: 1px solid #8dc63f;
}
.main-button_white {
  background-color: #fff;
  border: 1px solid #fff;
}
.main-button_title-color {
  color: #8dc63f;
}
.main-button_border-color {
  border: 1px solid #8dc63f;
}
.main-button:hover {
  color: #fff;
  background-color: #8dc63f;
  border: 1px solid #8dc63f;
  border-radius: 16px;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
}
.main-button:active {
  color: #fff;
  background-color: #c6e39f;
  border: 1px solid #c6e39f;
  border-radius: 16px 0;
  box-shadow: none;
}
.main-button.disabled {
  pointer-events: none;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.1);
  border: none;
}

.news-section_archive-news .news-wrap .not-found {
  padding-left: 15px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .news-section_archive-news .news-wrap .not-found {
    padding-left: 35px;
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .news-section_archive-news .news-wrap .not-found {
    padding-left: 20px;
  }
}

.knowledgebase-wrap .not-found,
.recipes-wrap .not-found,
.manufacturer-wrap .not-found,
.stores-wrap .not-found {
  padding-left: 20px;
}
@media (max-width: 1365px) {
  .knowledgebase-wrap .not-found,
  .recipes-wrap .not-found,
  .manufacturer-wrap .not-found,
  .stores-wrap .not-found {
    padding-left: 15px;
  }
}
@media (max-width: 767px) {
  .knowledgebase-wrap .not-found,
  .recipes-wrap .not-found,
  .manufacturer-wrap .not-found,
  .stores-wrap .not-found {
    padding-left: 20px;
  }
}

.not-found__title {
  font-family: Qanelas-Bold;
  font-size: 30px;
  line-height: 36px;
}
@media (max-width: 1023px) {
  .not-found__title {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .not-found__title {
    font-size: 20px;
    line-height: 24px;
  }
}

.news-wrap_home .not-found {
  margin: 20px 20px 20px 40px;
}
@media (max-width: 767px) {
  .news-wrap_home .not-found {
    margin: 20px 20px 20px 35px;
  }
}
@media (max-width: 640px) {
  .news-wrap_home .not-found {
    margin: 10px 20px 20px 20px;
  }
}
.news-wrap_home .not-found .not-found__title {
  font-size: 26px;
  line-height: 30px;
}
@media (max-width: 1023px) {
  .news-wrap_home .not-found .not-found__title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .news-wrap_home .not-found .not-found__title {
    font-size: 18px;
    line-height: 22px;
  }
}

.events-home-container .not-found {
  margin: 30px 20px 20px 25px;
}
@media (max-width: 767px) {
  .events-home-container .not-found {
    margin: 20px 15px 20px 20px;
  }
}
.events-home-container .not-found .not-found__title {
  font-size: 26px;
  line-height: 30px;
}
@media (max-width: 1023px) {
  .events-home-container .not-found .not-found__title {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .events-home-container .not-found .not-found__title {
    font-size: 18px;
    line-height: 22px;
  }
}

.loader {
  display: none;
  justify-content: center;
  margin-top: 40px;
}
@media (max-width: 1365px) {
  .loader {
    height: 50px;
    margin-top: 30px;
  }
}
@media (max-width: 1023px) {
  .loader {
    height: 40px;
  }
}
.loader .loader-icon {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.toggle-button-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  z-index: 399;
}

.toggle-button-wrap {
  max-width: 1366px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.menu-toggle-button {
  position: absolute;
  top: 30px;
  right: 30px;
  opacity: 0;
  transform: translateY(calc(-101% - 30px));
  width: 60px;
  height: 30px;
  font-family: Qanelas-Bold;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1023px) {
  .menu-toggle-button {
    top: 20px;
    right: 25px;
    opacity: 1;
    transform: translateY(0);
    width: 46px;
    height: 27px;
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .menu-toggle-button {
    right: 15px;
  }
}
.menu-toggle-button.show-button {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.3s ease-in-out 0.3s;
}
.menu-toggle-button__text {
  transition: transform 0.2s ease-in-out 0.3s, color 0.3s ease-in-out;
}
.menu-toggle-button__line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 36px;
  height: 2px;
  background-color: rgba(61, 61, 61, 0.3);
  transition: transform 0.2s ease-in-out, background-color 0.3s ease-in-out;
}
@media (max-width: 1023px) {
  .menu-toggle-button__line {
    width: 25px;
    height: 1px;
  }
}
.menu-toggle-button__line_1 {
  top: 0;
}
.menu-toggle-button__line_2 {
  bottom: 0;
}
.menu-toggle-button:hover .menu-toggle-button__text,
.menu-toggle-button:active .menu-toggle-button__text {
  color: #8dc63f;
}
.menu-toggle-button:hover .menu-toggle-button__line,
.menu-toggle-button:active .menu-toggle-button__line,
.menu-toggle-button.active:hover .menu-toggle-button__line,
.menu-toggle-button.active:active .menu-toggle-button__line {
  background-color: #8dc63f;
}
.menu-toggle-button:hover .menu-toggle-button__line_1,
.menu-toggle-button:active .menu-toggle-button__line_1 {
  transform: translate(-50%, -2px);
}
@media (max-width: 1023px) {
  .menu-toggle-button:hover .menu-toggle-button__line_1,
  .menu-toggle-button:active .menu-toggle-button__line_1 {
    transform: translate(-50%, -1px);
  }
}
.menu-toggle-button:hover .menu-toggle-button__line_2,
.menu-toggle-button:active .menu-toggle-button__line_2 {
  transform: translate(-50%, 2px);
}
@media (max-width: 1023px) {
  .menu-toggle-button:hover .menu-toggle-button__line_2,
  .menu-toggle-button:active .menu-toggle-button__line_2 {
    transform: translate(-50%, 1px);
  }
}
.menu-toggle-button.active .menu-toggle-button__text {
  transform: scale(0);
  transition: transform 0.2s ease-in-out;
}
.menu-toggle-button.active .menu-toggle-button__line {
  background-color: #000;
}
.menu-toggle-button.active .menu-toggle-button__line_1 {
  transform: translate(-50%, 14px) rotate(-45deg);
}
@media (max-width: 1023px) {
  .menu-toggle-button.active .menu-toggle-button__line_1 {
    transform: translate(-50%, 13px) rotate(-45deg);
  }
}
.menu-toggle-button.active .menu-toggle-button__line_2 {
  transform: translate(-50%, -14px) rotate(45deg);
}
@media (max-width: 1023px) {
  .menu-toggle-button.active .menu-toggle-button__line_2 {
    transform: translate(-50%, -13px) rotate(45deg);
  }
}

#header-height {
  position: absolute;
  width: 0;
  height: 680px;
}
@media (max-width: 1023px) {
  #header-height {
    height: 0;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 199;
  height: 10px;
}
@media (max-width: 1023px) {
  .header {
    z-index: 499;
  }
}

.header-wrap {
  max-width: 1366px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.site-logo {
  flex: none;
  display: flex;
  align-items: center;
}
.site-logo.header-logo {
  width: 154px;
  height: 44px;
  position: absolute;
  top: 12px;
  left: 30px;
  z-index: 1;
}
@media (max-width: 1023px) {
  .site-logo.header-logo {
    width: 138px;
    height: 40px;
  }
}
@media (max-width: 767px) {
  .site-logo.header-logo {
    width: 108px;
    height: 32px;
    left: 20px;
  }
}
.site-logo.header-logo.logo-white svg,
.site-logo.header-logo.logo-404 svg {
  fill: #fff;
}
.site-logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.site-logo svg {
  width: 100%;
  height: 100%;
  fill: #8dc63f;
  transition: all 0.3s ease-in-out;
}

.header-top {
  height: 56px;
  position: absolute;
  top: 12px;
  right: 30px;
  display: flex;
  align-items: center;
  transition: all 0.3s ease-in-out 0.3s;
}
@media (max-width: 1023px) {
  .header-top {
    display: none;
  }
}
.header-top.hide-menu {
  opacity: 0;
  transform: translateX(101%);
  transition: all 0.3s ease-in-out;
}

.header-menu_top {
  margin-left: auto;
}

.header-menu_left {
  margin-bottom: 30px;
}
@media (max-width: 1365px) {
  .header-menu_left {
    margin-bottom: 25px;
  }
}

.header-menu__title {
  font-family: Boita-ExtraBold;
  font-size: 16px;
  line-height: 20px;
  color: #dbe1d5;
  margin-bottom: 10px;
}
@media (max-width: 1023px) {
  .header-menu__title {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 767px) {
  .header-menu__title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
  }
}

.menu {
  list-style: none;
}
.menu .menu-item a {
  display: block;
  color: #000;
  transition: all 0.3s ease-in-out;
}
.menu .menu-item a:hover {
  color: #8dc63f;
}
.menu .menu-item a:active {
  color: #c6e39f;
}
.menu .menu-item.current-menu-item a {
  color: #8dc63f;
  pointer-events: none;
}
.menu .menu-item.current-menu-item.scrollto a {
  color: #000;
  pointer-events: auto;
}
.menu .menu-item.current-menu-item.scrollto a:hover {
  color: #8dc63f;
}
.menu .menu-item.current-menu-item.scrollto a:active {
  color: #c6e39f;
}

.menu-top {
  display: flex;
  align-items: center;
}
.menu-top .menu-item {
  font-size: 14px;
  line-height: 16px;
  margin: 0 10px;
}
.menu-top .menu-item a {
  padding: 5px 3px;
}

.menu-left .menu-item {
  margin: 5px 0;
}
@media (max-width: 1023px) {
  .menu-left .menu-item {
    margin: 10px 0;
  }
}
@media (max-width: 767px) {
  .menu-left .menu-item {
    margin: 5px 0;
  }
}
.menu-left .menu-item a {
  font-size: 14px;
  line-height: 16px;
  padding: 5px 0;
}
@media (max-width: 1023px) {
  .menu-left .menu-item a {
    font-family: Qanelas-Bold;
    font-size: 20px;
    line-height: 24px;
    color: #fff;
  }
  .menu-left .menu-item.current-menu-item a {
    color: rgba(255, 255, 255, 0.5);
  }
}
@media (max-width: 767px) {
  .menu-left .menu-item a {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 1023px) {
  .menu-left .menu-item a:hover {
    color: #fff;
  }
}
@media (max-width: 1023px) {
  .menu-left .menu-item a:active {
    color: #fff;
  }
}

.header-donate-button {
  margin-left: 15px;
}

.header-left {
  width: 200px;
  height: 680px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1023px) {
  .header-left {
    width: 430px;
    height: 100vh;
    transform: translateX(-430px);
  }
}
@media (max-width: 767px) {
  .header-left {
    width: 234px;
    transform: translateX(-234px);
  }
}
.header-left__wrap {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  width: 100%;
  height: 100%;
  padding: 100px 12px 30px 30px;
}
@media (max-width: 1023px) {
  .header-left__wrap {
    padding: 100px 55px 30px 30px;
    background-color: #8dc63f;
  }
}
@media (max-width: 767px) {
  .header-left__wrap {
    padding: 90px 40px 30px 20px;
  }
}
@media (max-width: 1023px) {
  .header-left.open {
    transform: translateX(0);
  }
}
@media (max-width: 1023px) {
  .header-left.hide {
    transform: translateX(-470px);
  }
}
@media (max-width: 767px) {
  .header-left.hide {
    transform: translateX(-260px);
  }
}
.header-left:after {
  display: block;
  content: "";
  position: absolute;
  top: 100px;
  right: 0;
  height: 550px;
  width: 1px;
  background-color: rgba(47, 47, 47, 0.05);
}
@media (max-width: 1023px) {
  .header-left:after {
    display: none;
  }
}
.header-left.hide-border:after {
  display: none;
}
.header-left__label {
  display: none;
}
@media (max-width: 1023px) {
  .header-left__label {
    display: block;
    width: 40px;
    height: 284px;
    position: absolute;
    top: 50%;
    right: -40px;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .header-left__label {
    width: 26px;
    height: 188px;
    right: -26px;
  }
}
@media (max-width: 1023px) {
  .header-left__label-bg {
    width: 40px;
    height: 284px;
    fill: #8dc63f;
    transition: all 0.3s ease-in-out;
  }
}
@media (max-width: 767px) {
  .header-left__label-bg {
    width: 26px;
    height: 188px;
  }
}
@media (max-width: 1023px) {
  .header-left__label-arrow {
    width: 40px;
    height: 80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
}
@media (max-width: 767px) {
  .header-left__label-arrow {
    width: 26px;
    height: 60px;
  }
}
@media (max-width: 1023px) {
  .header-left__label-arrow svg {
    width: 18px;
    height: 20px;
    fill: #fff;
    stroke: #fff;
    transition: all 0.3s ease-in-out;
  }
}
@media (max-width: 767px) {
  .header-left__label-arrow svg {
    width: 12px;
    height: 14px;
  }
}
.header-left.open .header-left__label-arrow svg {
  transform: rotate(-180deg);
}

#header-left-menu-bg {
  display: none;
  z-index: 449;
}
#header-left-menu-bg.active {
  display: none;
}
@media (max-width: 1023px) {
  #header-left-menu-bg.active {
    display: block;
  }
}

.header-right {
  position: absolute;
  top: 100px;
  right: 0;
  display: flex;
  flex-direction: column;
  height: 550px;
  padding: 0 30px 0 0;
}
@media (max-width: 1023px) {
  .header-right {
    display: none;
  }
}

.header-social {
  margin-top: auto;
}
.header-social__item {
  display: flex;
  justify-content: center;
  margin-bottom: 25px;
}
.header-social__item:last-child {
  margin-bottom: 0;
}
.header-social__item .social-icon__facebook {
  width: 9px;
  height: 18px;
}
.header-social__item .social-icon__twitter {
  width: 19px;
  height: 13px;
}
.header-social__item .social-icon__telegram {
  width: 20px;
  height: 17px;
}
.header-social__item .social-icon__youtube {
  width: 19px;
  height: 15px;
}
.header-social__item .social-icon__instagram {
  width: 20px;
  height: 20px;
}
.header-social__item .social-icon__linkedin {
  width: 19px;
  height: 19px;
}

.social-icon {
  fill: #8dc63f;
  transition: all 0.3s ease-in-out;
}
.social-icon:hover {
  transform: scale(1.2);
}
.social-icon:active {
  fill: #c6e39f;
  transform: scale(1);
}

.language-switch_right {
  margin-top: 150px;
}

.language-switch_response {
  display: none;
}
@media (max-width: 1023px) {
  .language-switch_response {
    display: inline-flex;
    justify-content: center;
    margin-top: 60px;
    padding: 20px 80px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 767px) {
  .language-switch_response {
    display: flex;
    margin-top: 20px;
    padding: 15px 0 0;
  }
}

.language-switch__item {
  display: block;
  color: rgba(4, 4, 4, 0.3);
  transition: all 0.3s ease-in-out;
}
.language-switch_right .language-switch__item {
  font-size: 14px;
  line-height: 16px;
  padding: 5px 0;
  margin-top: 8px;
}
.language-switch_response .language-switch__item {
  font-size: 16px;
  line-height: 18px;
  padding: 5px;
  margin: 0 5px;
}
.language-switch__item:hover {
  color: #040404;
}
.language-switch__item:active,
.language-switch__item.active {
  color: #8dc63f;
}

#response-menu-bg {
  display: none;
  z-index: 249;
}
#response-menu-bg.active {
  display: block;
}
@media (max-width: 1023px) {
  #response-menu-bg.active {
    display: none;
  }
}

.response-menu-container {
  position: fixed;
  top: 0;
  right: 0;
  width: calc(50% - 340px);
  height: 100%;
  background-color: #fff;
  transform: translateX(100%);
  z-index: 299;
  overflow-y: auto;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1365px) {
  .response-menu-container {
    width: 25%;
  }
}
@media (max-width: 1023px) {
  .response-menu-container {
    width: 100%;
  }
}
.response-menu-container.active {
  transform: translateX(0);
}

.response-menu-wrap {
  width: 340px;
  min-height: 100%;
  padding: 30px 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}
@media (max-width: 1365px) {
  .response-menu-wrap {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .response-menu-wrap {
    padding: 100px 68px 30px;
    display: block;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .response-menu-wrap {
    padding: 80px 30px 30px;
  }
}

.menu-burger .menu-item {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .menu-burger .menu-item {
    margin-bottom: 20px;
  }
}
.menu-burger .menu-item:last-child {
  margin-bottom: 0;
}
.menu-burger .menu-item a {
  font-family: Qanelas-Bold;
  font-size: 18px;
  line-height: 24px;
  padding: 5px 0;
}
@media (max-width: 1023px) {
  .menu-burger .menu-item a {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .menu-burger .menu-item a {
    font-size: 18px;
    line-height: 24px;
  }
}

.response-donate-button {
  margin: 30px 0;
  flex: none;
}
@media (max-width: 1023px) {
  .response-donate-button {
    font-size: 18px;
    height: 46px;
    padding: 0 25px;
    margin: 35px 0;
  }
}
@media (max-width: 1023px) {
  .response-donate-button {
    font-size: 14px;
    height: 36px;
    padding: 0 18px;
    margin: 25px 0;
  }
}

.response-social {
  display: none;
}
@media (max-width: 1023px) {
  .response-social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .response-social {
    margin-top: 40px;
  }
}
.response-social__item {
  padding: 5px;
  margin: 0 15px;
}
@media (max-width: 767px) {
  .response-social__item {
    margin: 0 10px;
  }
}
.response-social__item .social-icon__facebook {
  width: 15px;
  height: 30px;
}
@media (max-width: 767px) {
  .response-social__item .social-icon__facebook {
    width: 10px;
    height: 20px;
  }
}
.response-social__item .social-icon__twitter {
  width: 32px;
  height: 25px;
}
@media (max-width: 767px) {
  .response-social__item .social-icon__twitter {
    width: 22px;
    height: 18px;
  }
}
.response-social__item .social-icon__telegram {
  width: 27px;
  height: 23px;
}
@media (max-width: 767px) {
  .response-social__item .social-icon__telegram {
    width: 21px;
    height: 18px;
  }
}
.response-social__item .social-icon__youtube {
  width: 32px;
  height: 22px;
}
@media (max-width: 767px) {
  .response-social__item .social-icon__youtube {
    width: 22px;
    height: 15px;
  }
}
.response-social__item .social-icon__instagram {
  width: 32px;
  height: 32px;
}
@media (max-width: 767px) {
  .response-social__item .social-icon__instagram {
    width: 22px;
    height: 22px;
  }
}
.response-social__item .social-icon__linkedin {
  width: 32px;
  height: 32px;
}
@media (max-width: 767px) {
  .response-social__item .social-icon__linkedin {
    width: 22px;
    height: 22px;
  }
}

.response-contacts {
  margin-top: auto;
  width: 100%;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1023px) {
  .response-contacts {
    margin-top: 50px;
    padding-top: 0;
    border-top: none;
  }
}
@media (max-width: 767px) {
  .response-contacts {
    margin-top: 20px;
  }
}
.response-contacts__item {
  display: block;
  font-family: Qanelas-Bold;
  font-size: 14px;
  line-height: 18px;
  margin: 10px 0;
}

.filters {
  margin-top: auto;
}
@media (max-width: 767px) {
  .filters {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 0;
    transform: translateY(-101%);
    overflow-y: auto;
    z-index: 489;
    transition: all 0.3s ease-in-out;
  }
}
@media (max-width: 767px) {
  .filters.active {
    transform: translateY(0);
  }
}

.filters-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 767px) {
  .filters-wrap {
    position: relative;
    width: 100%;
    min-height: 100%;
    flex-direction: column;
    align-items: flex-start;
    flex-wrap: nowrap;
    padding: 70px 30px 0;
    background-color: #8dc63f;
  }
}

.filters-response-button {
  display: none;
}
@media (max-width: 767px) {
  .filters-response-button {
    display: inline-flex;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .filters-response-button_what-and-where-buy {
    justify-content: center;
    margin: 0 auto 30px;
  }
}

.filters-response-close {
  display: none;
}
@media (max-width: 767px) {
  .filters-response-close {
    display: block;
    position: absolute;
    padding: 10px;
    top: 20px;
    right: 20px;
    cursor: pointer;
  }
}
.filters-response-close__icon {
  width: 13px;
  height: 13px;
}

.filters-button-wrap {
  margin: 10px 0 10px 20px;
}
@media (max-width: 1365px) {
  .filters-button-wrap {
    margin: 10px 0 10px 15px;
  }
}
@media (max-width: 767px) {
  .filters-button-wrap {
    display: flex;
    align-items: center;
    flex: none;
    order: 3;
    width: calc(100% + 60px);
    height: 96px;
    background-color: #f1f4ed;
    margin: auto -30px 0;
  }
}

@media (max-width: 1365px) {
  .filters-button_remove {
    font-size: 14px;
    padding: 0 15px;
    height: 36px;
  }
}

@media (max-width: 767px) {
  .filters-button_remove {
    margin: 0 30px;
  }
}

.filters-button_begin {
  display: none;
}
@media (max-width: 767px) {
  .filters-button_begin {
    display: inline-flex;
  }
}

.filters-button.disabled {
  pointer-events: none;
  color: #c5c5c5;
  border-color: rgba(0, 0, 0, 0.1);
}

.filters-item {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 15px 20px;
  transition: all 0.3s ease-in-out;
  z-index: 31;
  position: relative;
}
@media (max-width: 1365px) {
  .filters-item {
    padding: 10px 15px;
  }
}
@media (max-width: 767px) {
  .filters-item {
    width: 100%;
    flex-wrap: wrap;
    order: 1;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.filters-item.active {
  background-color: #8dc63f;
  color: #fff;
}
@media (max-width: 767px) {
  .filters-item.active {
    background-color: none;
  }
}
.filters-item__value {
  font-family: Qanelas-Bold;
  font-size: 18px;
  line-height: 18px;
  margin-right: 10px;
}
@media (max-width: 1365px) {
  .filters-item__value {
    font-size: 14px;
    line-height: 14px;
    margin-right: 8px;
  }
}
@media (max-width: 767px) {
  .filters-item__value {
    color: #fff;
    font-size: 18px;
    line-height: 18px;
  }
}
.filters-item__icon {
  width: 12px;
  height: 12px;
  transform: translateY(-1px);
  stroke: #8dc63f;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1365px) {
  .filters-item__icon {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 767px) {
  .filters-item__icon {
    width: 12px;
    height: 12px;
    stroke: #fff;
  }
}
.filters-item.active .filters-item__icon {
  stroke: #fff;
  transform: rotate(180deg) translateY(-2px);
}
.filters-item__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 250px;
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1365px) {
  .filters-item__dropdown {
    width: 200px;
  }
}
@media (max-width: 767px) {
  .filters-item__dropdown {
    position: static;
    width: 100%;
  }
}
.filters-item__list {
  max-height: 220px;
  padding: 0 20px;
  overflow-y: auto;
  list-style: none;
  cursor: default;
  z-index: 29;
}
@media (max-width: 1365px) {
  .filters-item__list {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .filters-item__list {
    padding: 0;
  }
}
.filters-item.active .filters-item__dropdown {
  padding: 15px 0;
  background-color: #8dc63f;
}
@media (max-width: 767px) {
  .filters-item.active .filters-item__dropdown {
    padding: 15px 0 0;
    background-color: none;
  }
}

.filters-list-item {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .filters-list-item {
    align-items: center;
  }
}
.filters-list-item__marker {
  flex: none;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1365px) {
  .filters-list-item__marker {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }
}
@media (max-width: 767px) {
  .filters-list-item__marker {
    width: 20px;
    height: 20px;
  }
}
.filters-list-item__value {
  font-family: Qanelas-Bold;
  font-size: 14px;
  color: #fff;
}
.filters-list-item.active .filters-list-item__marker {
  background-color: #fff;
}
.filters-list-item:hover .filters-list-item__marker,
.filters-list-item:active .filters-list-item__marker {
  border: 3px solid #fff;
}
@media (max-width: 1365px) {
  .filters-list-item:hover .filters-list-item__marker,
  .filters-list-item:active .filters-list-item__marker {
    border: 2px solid #fff;
  }
}

.pagination {
  display: flex;
}
@media (max-width: 767px) {
  .pagination {
    justify-content: center;
  }
}

.page-numbers {
  list-style: none;
  display: flex;
  align-items: center;
}
.page-numbers a,
.page-numbers span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 16px;
  color: rgba(61, 61, 61, 0.3);
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .page-numbers a,
  .page-numbers span {
    font-size: 14px;
    line-height: 14px;
    width: 30px;
    height: 30px;
  }
}
.page-numbers a.current,
.page-numbers span.current {
  font-family: Qanelas-Bold;
  color: #000;
}
.page-numbers a:hover {
  color: #8dc63f;
}
.page-numbers a:active {
  color: #c6e39f;
}
.page-numbers__icon {
  width: 12px;
  height: 12px;
  stroke: #8dc63f;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .page-numbers__icon {
    width: 10px;
    height: 10px;
  }
}
.page-numbers__icon_right {
  transform: translateX(-1px);
}
.page-numbers__icon_left {
  transform: rotate(180deg) translateX(-1px);
}
.page-numbers .next,
.page-numbers .prev {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin: 0 10px;
  border: 1px solid #8dc63f;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .page-numbers .next,
  .page-numbers .prev {
    width: 30px;
    height: 30px;
  }
}
.page-numbers .next:hover,
.page-numbers .prev:hover {
  background-color: #8dc63f;
}
.page-numbers .next:active,
.page-numbers .prev:active {
  border: 1px solid #c6e39f;
  background-color: #c6e39f;
}
.page-numbers .next:hover .page-numbers__icon,
.page-numbers .next:active .page-numbers__icon,
.page-numbers .prev:hover .page-numbers__icon,
.page-numbers .prev:active .page-numbers__icon {
  stroke: #fff;
}
.page-numbers .prev {
  margin: 0 10px 0 0;
}
.page-numbers .next {
  margin: 0 0 0 10px;
}

.heading_home {
  background: #fff url("img/pattern/main_1366.svg") no-repeat center top;
  padding-top: 80px;
}
@media (max-width: 1365px) {
  .heading_home {
    background: #fff url("img/pattern/main_1024.svg") no-repeat center top;
    padding-top: 110px;
  }
}
@media (max-width: 1023px) {
  .heading_home {
    background: #fff url("img/pattern/main_768.svg") no-repeat center top;
    padding-top: 150px;
  }
}
@media (max-width: 767px) {
  .heading_home {
    background: #fff url("img/pattern/main_320.svg") no-repeat center top;
    padding-top: 140px;
  }
}
@media (max-width: 1023px) {
  .heading_home .heading-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .heading_home .heading-wrap {
    min-height: unset;
  }
}

.heading_why-organic {
  background: #fff url("img/pattern/1366.svg") no-repeat center top;
}
@media (max-width: 1365px) {
  .heading_why-organic {
    background: #fff url("img/pattern/1024.svg") no-repeat center top;
  }
}
@media (max-width: 1023px) {
  .heading_why-organic {
    background: #fff url("img/pattern/768.svg") no-repeat center top;
  }
}
@media (max-width: 767px) {
  .heading_why-organic {
    background: #fff url("img/pattern/320.svg") no-repeat center top;
  }
}
.heading_why-organic .heading-wrap {
  width: 100%;
  padding: 220px 0;
  min-height: 770px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1365px) {
  .heading_why-organic .heading-wrap {
    min-height: 700px;
  }
}
@media (max-width: 1023px) {
  .heading_why-organic .heading-wrap {
    padding: 440px 0 250px;
    min-height: 1050px;
  }
}
@media (max-width: 767px) {
  .heading_why-organic .heading-wrap {
    padding: 280px 0 150px;
    min-height: 650px;
  }
}

.heading_archive .heading-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 150px;
  min-height: 360px;
  position: relative;
}
@media (max-width: 1365px) {
  .heading_archive .heading-wrap {
    min-height: 340px;
  }
}
@media (max-width: 767px) {
  .heading_archive .heading-wrap {
    padding-top: 165px;
    min-height: 280px;
  }
}

.heading_single-post .heading-wrap {
  width: 100%;
  padding: 90px 0 75px;
  min-height: 350px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .heading_single-post .heading-wrap {
    padding: 110px 0 60px;
    min-height: 300px;
  }
}

.heading_events .heading-wrap {
  padding: 90px 0 40px;
  min-height: 300px;
}
@media (max-width: 767px) {
  .heading_events .heading-wrap {
    padding: 110px 0 40px;
    min-height: 250px;
  }
}

@media (max-width: 767px) {
  .heading_archive-events {
    margin-bottom: 100px;
  }
}

.heading_archive-terminology .heading-wrap {
  min-height: 460px;
  padding-top: 150px;
}
@media (max-width: 1365px) {
  .heading_archive-terminology .heading-wrap {
    min-height: 410px;
  }
}
@media (max-width: 767px) {
  .heading_archive-terminology .heading-wrap {
    min-height: 340px;
  }
}

.heading_recipes {
  background-color: #f1f4ed;
}
.heading_recipes .heading-wrap {
  width: 660px;
  position: relative;
}
@media (max-width: 1365px) {
  .heading_recipes .heading-wrap {
    width: 100%;
  }
}

.heading_search .heading-wrap {
  min-height: 300px;
  padding-top: 90px;
  margin-bottom: 100px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1365px) {
  .heading_search .heading-wrap {
    min-height: 380px;
    padding-top: 170px;
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .heading_search .heading-wrap {
    min-height: 330px;
  }
}

.heading_about-us .heading-wrap {
  min-height: 680px;
  padding: 160px 0 60px;
}
@media (max-width: 1365px) {
  .heading_about-us .heading-wrap {
    padding: 220px 0 60px;
  }
}

.heading_what-and-where-buy .heading-wrap {
  width: 100%;
  padding-top: 140px;
  min-height: 390px;
}
@media (max-width: 1365px) {
  .heading_what-and-where-buy .heading-wrap {
    min-height: 320px;
  }
}
@media (max-width: 767px) {
  .heading_what-and-where-buy .heading-wrap {
    padding-top: 100px;
    min-height: 270px;
  }
}
.heading_what-and-where-buy .heading-wrap .what-and-where-buy-heading-link {
  display: inline-block;
  font-family: Boita-ExtraBold;
  font-size: 70px;
  line-height: 70px;
  padding-left: 20px;
  margin-bottom: 50px;
  color: rgba(61, 61, 61, 0.3);
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1365px) {
  .heading_what-and-where-buy .heading-wrap .what-and-where-buy-heading-link {
    font-size: 40px;
    line-height: 40px;
    padding-left: 17px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .heading_what-and-where-buy .heading-wrap .what-and-where-buy-heading-link {
    font-size: 30px;
    line-height: 32px;
  }
}
.heading_what-and-where-buy
  .heading-wrap
  .what-and-where-buy-heading-link:first-child {
  margin-right: 50px;
}
@media (max-width: 767px) {
  .heading_what-and-where-buy
    .heading-wrap
    .what-and-where-buy-heading-link:first-child {
    margin-right: 30px;
  }
}
.heading_what-and-where-buy
  .heading-wrap
  .what-and-where-buy-heading-link:after {
  display: block;
  content: "";
  width: 66px;
  height: 2px;
  background-color: rgba(61, 61, 61, 0.3);
  position: absolute;
  left: 0;
  bottom: -20px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1365px) {
  .heading_what-and-where-buy
    .heading-wrap
    .what-and-where-buy-heading-link:after {
    width: 50px;
    bottom: -15px;
  }
}
@media (max-width: 767px) {
  .heading_what-and-where-buy
    .heading-wrap
    .what-and-where-buy-heading-link:after {
    width: 40px;
  }
}
.heading_what-and-where-buy
  .heading-wrap
  .what-and-where-buy-heading-link:hover {
  color: #8dc63f;
}
.heading_what-and-where-buy
  .heading-wrap
  .what-and-where-buy-heading-link:hover:after {
  background-color: #8dc63f;
}
.heading_what-and-where-buy
  .heading-wrap
  .what-and-where-buy-heading-link:active {
  color: #c6e39f;
}
.heading_what-and-where-buy
  .heading-wrap
  .what-and-where-buy-heading-link:active:after {
  background-color: #c6e39f;
}

.heading__title {
  font-family: Boita-ExtraBold;
  font-size: 80px;
  line-height: 86px;
  padding-left: 25px;
}
@media (max-width: 1365px) {
  .heading__title {
    font-size: 50px;
    line-height: 58px;
  }
}
@media (max-width: 1023px) {
  .heading__title {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .heading__title {
    font-size: 30px;
    line-height: 36px;
    padding-left: 20px;
  }
}
.heading__title_post {
  font-size: 50px;
  line-height: 58px;
}
@media (max-width: 1365px) {
  .heading__title_post {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .heading__title_post {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (max-width: 1023px) {
  .heading_home .heading__title {
    width: 100%;
    margin-top: auto;
  }
}
@media (max-width: 767px) {
  .heading_home .heading__title {
    margin-top: 0;
  }
}
.heading_archive .heading__title {
  margin-bottom: 30px;
}
.heading_search .heading__title {
  margin-bottom: 30px;
}
.heading_search .heading__title span {
  font-family: Qanelas-Regular;
  font-size: 24px;
  line-height: 24px;
  color: #8dc63f;
  position: relative;
  top: -44px;
}
@media (max-width: 1365px) {
  .heading_search .heading__title span {
    font-size: 18px;
    line-height: 18px;
    top: -28px;
  }
}
@media (max-width: 1365px) {
  .heading_search .heading__title span {
    font-size: 14px;
    line-height: 14px;
    top: -18px;
  }
}
.heading_about-us .heading__title {
  font-size: 150px;
  line-height: 150px;
}
@media (max-width: 1365px) {
  .heading_about-us .heading__title {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (max-width: 767px) {
  .heading_about-us .heading__title {
    font-size: 60px;
    line-height: 68px;
  }
}
.heading_what-and-where-buy .heading__title {
  display: inline-block;
  font-size: 70px;
  line-height: 70px;
  padding-left: 20px;
  margin-bottom: 50px;
  color: #8dc63f;
  position: relative;
}
@media (max-width: 1365px) {
  .heading_what-and-where-buy .heading__title {
    font-size: 40px;
    line-height: 40px;
    padding-left: 17px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .heading_what-and-where-buy .heading__title {
    font-size: 30px;
    line-height: 32px;
  }
}
.heading_what-and-where-buy .heading__title:first-child {
  margin-right: 50px;
}
@media (max-width: 767px) {
  .heading_what-and-where-buy .heading__title:first-child {
    margin-right: 30px;
  }
}
.heading_what-and-where-buy .heading__title:after {
  display: block;
  content: "";
  width: 66px;
  height: 2px;
  background-color: #8dc63f;
  position: absolute;
  left: 0;
  bottom: -20px;
}
@media (max-width: 1365px) {
  .heading_what-and-where-buy .heading__title:after {
    width: 50px;
    bottom: -15px;
  }
}
@media (max-width: 767px) {
  .heading_what-and-where-buy .heading__title:after {
    width: 40px;
  }
}

.heading__description {
  font-size: 16px;
  line-height: 20px;
  padding-left: 25px;
  margin-top: 30px;
}
@media (max-width: 1023px) {
  .heading__description {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .heading__description {
    padding-left: 20px;
    margin-top: 20px;
  }
}
.heading_archive-terminology .heading__description {
  margin-top: 0;
  margin-bottom: 70px;
}
.heading_about-us .heading__description {
  width: 650px;
  margin-top: 80px;
}
@media (max-width: 1365px) {
  .heading_about-us .heading__description {
    width: 100%;
    margin-top: 50px;
  }
}
@media (max-width: 1365px) {
  .heading_about-us .heading__description {
    margin-top: 60px;
  }
}

.heading__filters {
  margin-top: auto;
}
@media (max-width: 767px) {
  .heading__filters {
    margin-left: 20px;
  }
}

.heading-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 40px;
  padding-left: 25px;
}
@media (max-width: 1023px) {
  .heading-info {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .heading-info {
    margin-bottom: 20px;
    padding-left: 20px;
  }
}
.heading-info__link {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
  margin-right: 30px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .heading-info__link {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
  }
}
.heading-info__link:hover {
  color: #8dc63f;
}
.heading-info__link:active {
  color: #c6e39f;
}
.heading-info__link-icon {
  stroke: #8dc63f;
  width: 8px;
  height: 8px;
  transform: rotate(180deg);
  margin-right: 5px;
}
.heading-info__source {
  display: flex;
  align-items: center;
  height: 22px;
  margin-right: 30px;
}
.heading-info__source img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.heading-info__date {
  font-size: 14px;
  margin-right: 30px;
}
.heading-info__type {
  font-family: Qanelas-Bold;
  font-size: 14px;
  color: #8dc63f;
  transition: all 0.3s ease-in-out;
}
.heading-info__type:hover {
  opacity: 0.5;
}
.heading-info__type:active {
  opacity: 0.3;
}

.heading-img_home {
  height: 400px;
  margin-top: 30px;
  position: relative;
}
@media (max-width: 1365px) {
  .heading-img_home {
    height: 310px;
    width: 636px;
    margin: 0 auto;
    margin-top: 80px;
  }
}
@media (max-width: 1023px) {
  .heading-img_home {
    width: 630px;
    height: 410px;
  }
}
@media (max-width: 767px) {
  .heading-img_home {
    left: 50%;
    transform: translateX(-50%);
    margin: 80px 0 0;
    width: 404px;
    height: 240px;
  }
}

.heading-img__item {
  position: absolute;
}
.heading-img__item_tomato {
  width: 244px;
  height: 289px;
  left: 88px;
  bottom: 12px;
  transform: rotate(-16deg);
  z-index: 18;
}
@media (max-width: 1365px) {
  .heading-img__item_tomato {
    width: 192px;
    height: 225px;
    left: 0;
    bottom: 10px;
  }
}
@media (max-width: 1023px) {
  .heading-img__item_tomato {
    width: 207px;
    height: 244px;
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .heading-img__item_tomato {
    width: 127px;
    height: 150px;
    bottom: 10px;
  }
}
.heading-img__item_chicken {
  width: 410px;
  height: 394px;
  left: 270px;
  bottom: 0;
  z-index: 16;
}
@media (max-width: 1365px) {
  .heading-img__item_chicken {
    width: 318px;
    height: 306px;
    left: 138px;
  }
}
@media (max-width: 1023px) {
  .heading-img__item_chicken {
    width: 380px;
    height: 366px;
    left: 127px;
    bottom: 35px;
    z-index: 14;
  }
}
@media (max-width: 767px) {
  .heading-img__item_chicken {
    width: 208px;
    height: 203px;
    left: 91px;
    bottom: 35px;
  }
}
.heading-img__item_cheese {
  width: 235px;
  height: 235px;
  left: 625px;
  bottom: 17px;
  z-index: 14;
}
@media (max-width: 1365px) {
  .heading-img__item_cheese {
    width: 183px;
    height: 183px;
    left: 416px;
    bottom: 13px;
  }
}
@media (max-width: 1023px) {
  .heading-img__item_cheese {
    width: 183px;
    height: 183px;
    left: 410px;
    bottom: 3px;
    z-index: 16;
  }
}
@media (max-width: 767px) {
  .heading-img__item_cheese {
    width: 141px;
    height: 141px;
    left: 234px;
    bottom: 0;
  }
}
.heading-img__item_piece-of-cheese {
  width: 133px;
  height: 122px;
  left: 775px;
  bottom: 172px;
  z-index: 14;
}
@media (max-width: 1365px) {
  .heading-img__item_piece-of-cheese {
    width: 102px;
    height: 94px;
    left: 533px;
    bottom: 133px;
  }
}
@media (max-width: 1023px) {
  .heading-img__item_piece-of-cheese {
    width: 102px;
    height: 94px;
    left: 528px;
    bottom: 123px;
    z-index: 16;
  }
}
@media (max-width: 767px) {
  .heading-img__item_piece-of-cheese {
    width: 78px;
    height: 72px;
    left: 324px;
    bottom: 93px;
  }
}

.heading-home-icon {
  width: 100%;
  height: 100%;
}

.heading-fact {
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  z-index: 29;
}
@media (max-width: 1365px) {
  .heading-fact {
    width: 34px;
    height: 34px;
  }
}
@media (max-width: 767px) {
  .heading-fact {
    width: 26px;
    height: 26px;
  }
}
.heading-fact_1 {
  top: 206px;
  left: 126px;
}
@media (max-width: 1365px) {
  .heading-fact_1 {
    top: 162px;
    left: 36px;
  }
}
@media (max-width: 1023px) {
  .heading-fact_1 {
    top: 258px;
    left: 40px;
  }
}
@media (max-width: 767px) {
  .heading-fact_1 {
    top: 128px;
    left: 36px;
  }
}
.heading-fact_2 {
  top: 280px;
  left: 267px;
}
@media (max-width: 1365px) {
  .heading-fact_2 {
    top: 216px;
    left: 140px;
  }
}
@media (max-width: 1023px) {
  .heading-fact_2 {
    top: 320px;
    left: 150px;
  }
}
@media (max-width: 767px) {
  .heading-fact_2 {
    top: 176px;
    left: 90px;
  }
}
.heading-fact_3 {
  top: 130px;
  left: 320px;
}
@media (max-width: 1365px) {
  .heading-fact_3 {
    top: 100px;
    left: 172px;
  }
}
@media (max-width: 1023px) {
  .heading-fact_3 {
    top: 120px;
    left: 172px;
  }
}
@media (max-width: 767px) {
  .heading-fact_3 {
    top: 74px;
    left: 110px;
  }
}
.heading-fact_4 {
  top: 248px;
  left: 536px;
}
@media (max-width: 1365px) {
  .heading-fact_4 {
    top: 192px;
    left: 344px;
  }
}
@media (max-width: 1023px) {
  .heading-fact_4 {
    top: 224px;
    left: 366px;
  }
}
@media (max-width: 767px) {
  .heading-fact_4 {
    top: 134px;
    left: 192px;
  }
}
.heading-fact_5 {
  top: 300px;
  left: 724px;
}
@media (max-width: 1365px) {
  .heading-fact_5 {
    top: 234px;
    left: 494px;
  }
}
@media (max-width: 1023px) {
  .heading-fact_5 {
    top: 344px;
    left: 488px;
  }
}
@media (max-width: 767px) {
  .heading-fact_5 {
    top: 184px;
    left: 268px;
  }
}
.heading-fact_6 {
  top: 152px;
  left: 804px;
}
@media (max-width: 1365px) {
  .heading-fact_6 {
    top: 118px;
    left: 556px;
  }
}
@media (max-width: 1023px) {
  .heading-fact_6 {
    top: 228px;
    left: 550px;
  }
}
@media (max-width: 767px) {
  .heading-fact_6 {
    top: 102px;
    left: 344px;
  }
}
.heading-fact.active {
  z-index: 39;
}
@media (max-width: 1023px) {
  .heading-fact.active {
    width: 40px;
    height: 40px;
    top: 70px;
    left: 425px;
  }
}
@media (max-width: 767px) {
  .heading-fact.active {
    width: 36px;
    height: 36px;
    top: 58px;
    left: 290px;
  }
}
.heading-fact__button {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  position: relative;
  z-index: 1;
}
.heading-fact__button:hover {
  background-color: #8dc63f;
}
.heading-fact__button-icon {
  fill: #8dc63f;
  width: 13px;
  height: 12px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1365px) {
  .heading-fact__button-icon {
    width: 10px;
    height: 10px;
  }
}
@media (max-width: 767px) {
  .heading-fact__button-icon {
    width: 8px;
    height: 8px;
  }
}
.heading-fact__button:hover .heading-fact__button-icon {
  fill: #fff;
}
@media (max-width: 1023px) {
  .heading-fact.active .heading-fact__button-icon {
    transform: rotate(45deg);
  }
}
.heading-fact__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  cursor: pointer;
  z-index: -1;
}
@media (max-width: 1023px) {
  .heading-fact__link {
    z-index: 4;
  }
}
.heading-fact__popup {
  position: absolute;
  bottom: 22px;
  width: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  background-color: #fff;
  box-shadow: 0px 15px 29px rgba(0, 0, 0, 0.15);
  z-index: -1;
}
@media (max-width: 1365px) {
  .heading-fact__popup {
    bottom: 17px;
  }
}
@media (max-width: 1023px) {
  .heading-fact__popup {
    top: 20px;
    bottom: unset;
  }
}
@media (max-width: 767px) {
  .heading-fact__popup {
    top: 18px;
    font-size: 14px;
    line-height: 20px;
  }
}
.heading-fact__popup.active-popup {
  width: 278px;
  height: auto;
  padding: 30px 20px 40px;
}
@media (max-width: 1023px) {
  .heading-fact__popup.active-popup {
    width: 360px;
    padding: 30px 20px;
  }
}
@media (max-width: 767px) {
  .heading-fact__popup.active-popup {
    width: 300px;
    padding: 20px 15px;
  }
}
.heading-fact__popup_1 {
  left: -117px;
}
@media (max-width: 1365px) {
  .heading-fact__popup_1 {
    left: -30px;
  }
}
@media (max-width: 1023px) {
  .heading-fact__popup_1 {
    left: unset;
    right: -30px;
  }
}
@media (max-width: 767px) {
  .heading-fact__popup_1 {
    right: -26px;
  }
}
.heading-fact__popup_1.active-popup {
  -webkit-animation: active-popup-center 0.5s
    cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.3s;
  animation: active-popup-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
    0.3s;
}
@media (max-width: 1365px) {
  .heading-fact__popup_1.active-popup {
    -webkit-animation: active-popup-left 0.5s
      cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.3s;
    animation: active-popup-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
      0.3s;
  }
}
@media (max-width: 1023px) {
  .heading-fact__popup_1.active-popup {
    -webkit-animation: active-popup-tr 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
      both;
    animation: active-popup-tr 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
}
.heading-fact__popup_2,
.heading-fact__popup_3,
.heading-fact__popup_4,
.heading-fact__popup_5 {
  left: -117px;
}
@media (max-width: 1023px) {
  .heading-fact__popup_2,
  .heading-fact__popup_3,
  .heading-fact__popup_4,
  .heading-fact__popup_5 {
    left: unset;
    right: -30px;
  }
}
@media (max-width: 767px) {
  .heading-fact__popup_2,
  .heading-fact__popup_3,
  .heading-fact__popup_4,
  .heading-fact__popup_5 {
    right: -26px;
  }
}
.heading-fact__popup_2.active-popup,
.heading-fact__popup_3.active-popup,
.heading-fact__popup_4.active-popup,
.heading-fact__popup_5.active-popup {
  -webkit-animation: active-popup-center 0.5s
    cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.3s;
  animation: active-popup-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
    0.3s;
}
@media (max-width: 1023px) {
  .heading-fact__popup_2.active-popup,
  .heading-fact__popup_3.active-popup,
  .heading-fact__popup_4.active-popup,
  .heading-fact__popup_5.active-popup {
    -webkit-animation: active-popup-tr 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
      both;
    animation: active-popup-tr 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
}
.heading-fact__popup_6 {
  left: -117px;
}
@media (max-width: 1365px) {
  .heading-fact__popup_6 {
    left: -214px;
  }
}
@media (max-width: 1023px) {
  .heading-fact__popup_6 {
    left: unset;
    right: -30px;
  }
}
@media (max-width: 767px) {
  .heading-fact__popup_6 {
    right: -26px;
  }
}
.heading-fact__popup_6.active-popup {
  -webkit-animation: active-popup-center 0.5s
    cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.3s;
  animation: active-popup-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
    0.3s;
}
@media (max-width: 1365px) {
  .heading-fact__popup_6.active-popup {
    -webkit-animation: active-popup-right 0.5s
      cubic-bezier(0.25, 0.46, 0.45, 0.94) both 0.3s;
    animation: active-popup-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both
      0.3s;
  }
}
@media (max-width: 1023px) {
  .heading-fact__popup_6.active-popup {
    -webkit-animation: active-popup-tr 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
      both;
    animation: active-popup-tr 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  }
}

@-webkit-keyframes active-popup-left {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    opacity: 1;
  }
}

@keyframes active-popup-left {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    opacity: 1;
  }
}

@-webkit-keyframes active-popup-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    opacity: 1;
  }
}

@keyframes active-popup-center {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    opacity: 1;
  }
}

@-webkit-keyframes active-popup-right {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 1;
  }
}

@keyframes active-popup-right {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 1;
  }
}

@-webkit-keyframes active-popup-tr {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
}

@keyframes active-popup-tr {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    opacity: 1;
  }
}

.heading-why-organic-icon {
  position: absolute;
  z-index: -1;
}
.heading-why-organic-icon_tomato {
  width: 322px;
  height: 378px;
  top: 90px;
  left: 800px;
  transform: rotate(-93deg);
}
@media (max-width: 1365px) {
  .heading-why-organic-icon_tomato {
    width: 234px;
    height: 274px;
    top: 78px;
    left: 550px;
  }
}
@media (max-width: 1023px) {
  .heading-why-organic-icon_tomato {
    width: 234px;
    height: 274px;
    top: 210px;
    left: 500px;
  }
}
@media (max-width: 767px) {
  .heading-why-organic-icon_tomato {
    width: 138px;
    height: 162px;
    top: 110px;
    left: unset;
    right: -50px;
  }
}
.heading-why-organic-icon_chicken {
  width: 516px;
  height: 496px;
  top: 270px;
  left: 390px;
}
@media (max-width: 1365px) {
  .heading-why-organic-icon_chicken {
    width: 372px;
    height: 358px;
    top: 340px;
    left: 220px;
  }
}
@media (max-width: 1023px) {
  .heading-why-organic-icon_chicken {
    width: 432px;
    height: 416px;
    top: 640px;
    left: 170px;
  }
}
@media (max-width: 767px) {
  .heading-why-organic-icon_chicken {
    width: 208px;
    height: 200px;
    top: 450px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.heading-why-organic-icon_cheese {
  width: 260px;
  height: 269px;
  top: 12px;
  left: 172px;
  transform: rotate(180deg);
}
@media (max-width: 1365px) {
  .heading-why-organic-icon_cheese {
    width: 218px;
    height: 218px;
    top: 20px;
    left: 70px;
  }
}
@media (max-width: 1023px) {
  .heading-why-organic-icon_cheese {
    width: 236px;
    height: 236px;
    top: 150px;
    left: 110px;
  }
}
@media (max-width: 767px) {
  .heading-why-organic-icon_cheese {
    width: 110px;
    height: 110px;
    top: 77px;
    left: 100px;
  }
}
.heading-why-organic-icon_piece-of-cheese {
  width: 147px;
  height: 135px;
  top: 363px;
  left: 88px;
  transform: rotate(150deg);
}
@media (max-width: 1365px) {
  .heading-why-organic-icon_piece-of-cheese {
    width: 106px;
    height: 98px;
    top: 358px;
    left: 22px;
  }
}
@media (max-width: 1023px) {
  .heading-why-organic-icon_piece-of-cheese {
    width: 88px;
    height: 80px;
    top: 620px;
    left: 40px;
  }
}
@media (max-width: 767px) {
  .heading-why-organic-icon_piece-of-cheese {
    width: 54px;
    height: 50px;
    top: 200px;
    left: 64px;
  }
}

.heading-previews {
  padding-bottom: 56%;
  height: 0;
  position: relative;
  background: no-repeat 50% 50%;
  background-size: cover;
}

.heading-events-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 25px;
}
@media (max-width: 1023px) {
  .heading-events-info {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .heading-events-info {
    display: block;
    padding-left: 20px;
  }
}
.heading-events-info__date {
  font-family: Qanelas-Bold;
  color: #8dc63f;
  position: relative;
  padding: 40px 0;
  font-size: 70px;
  line-height: 76px;
  border-top: 1px solid rgba(197, 197, 197, 0.3);
}
@media (max-width: 1365px) {
  .heading-events-info__date {
    font-size: 50px;
    line-height: 54px;
  }
}
@media (max-width: 767px) {
  .heading-events-info__date {
    padding: 20px 0;
  }
}
@media (max-width: 767px) {
  .heading-events-info__date.two-date {
    font-size: 36px;
    line-height: 40px;
  }
}
.heading-events-info__time {
  font-family: Qanelas-Bold;
  font-size: 24px;
  line-height: 24px;
  color: #dbe1d5;
  position: relative;
  top: -50px;
  margin-left: 5px;
}
@media (max-width: 1365px) {
  .heading-events-info__time {
    font-size: 20px;
    line-height: 20px;
    top: -30px;
  }
}
@media (max-width: 767px) {
  .heading-events-info__calendar-button {
    margin-bottom: 30px;
  }
}

.heading-locations {
  font-family: Qanelas-Bold;
  font-size: 18px;
  line-height: 22px;
  padding-left: 25px;
  margin-top: 15px;
}
@media (max-width: 1023px) {
  .heading-locations {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .heading-locations {
    font-size: 14px;
    line-height: 16px;
    padding-left: 20px;
  }
}

.content-section {
  margin: 90px 0;
}
@media (max-width: 1365px) {
  .content-section {
    margin: 80px 0;
  }
}
@media (max-width: 1023px) {
  .content-section {
    margin: 70px 0;
  }
}
@media (max-width: 767px) {
  .content-section {
    margin: 40px 0;
  }
}
.content-section:after {
  display: block;
  content: "";
  clear: both;
}
.content-section_why-organic {
  margin: 30px 0 120px;
}
@media (max-width: 1365px) {
  .content-section_why-organic {
    margin: 90px 0 100px;
  }
}
@media (max-width: 1023px) {
  .content-section_why-organic {
    margin: 80px 0 100px;
  }
}
@media (max-width: 767px) {
  .content-section_why-organic {
    margin: 70px 0 60px;
  }
}

.article-content {
  font-size: 16px;
  line-height: 24px;
  max-width: 650px;
  position: relative;
}
@media (max-width: 1365px) {
  .article-content {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .article-content {
    font-size: 14px;
    line-height: 20px;
  }
}
.article-content:after {
  display: block;
  content: "";
  clear: both;
}
.article-content p {
  padding-left: 24px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1365px) {
  .article-content p {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1023px) {
  .article-content p {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .article-content p {
    padding-left: 15px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.article-content p:first-child {
  margin-top: 0;
}
.article-content p:last-child {
  margin-bottom: 0;
}
.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
  padding-left: 24px;
  margin-top: 50px;
  margin-bottom: 30px;
}
@media (max-width: 1365px) {
  .article-content h1,
  .article-content h2,
  .article-content h3,
  .article-content h4,
  .article-content h5,
  .article-content h6 {
    margin-top: 40px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1023px) {
  .article-content h1,
  .article-content h2,
  .article-content h3,
  .article-content h4,
  .article-content h5,
  .article-content h6 {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .article-content h1,
  .article-content h2,
  .article-content h3,
  .article-content h4,
  .article-content h5,
  .article-content h6 {
    padding-left: 15px;
    margin-top: 25px;
    margin-bottom: 15px;
  }
}
.article-content h1:first-child,
.article-content h2:first-child,
.article-content h3:first-child,
.article-content h4:first-child,
.article-content h5:first-child,
.article-content h6:first-child {
  margin-top: 0;
}
.article-content h1 {
  font-family: Boita-ExtraBold;
  font-size: 50px;
  line-height: 58px;
}
@media (max-width: 1365px) {
  .article-content h1 {
    font-size: 40px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .article-content h1 {
    font-size: 24px;
    line-height: 28px;
  }
}
.article-content h2 {
  font-family: Qanelas-ExtraBold;
  font-size: 40px;
  line-height: 46px;
}
@media (max-width: 1365px) {
  .article-content h2 {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .article-content h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
.article-content h3 {
  font-family: Qanelas-ExtraBold;
  font-size: 30px;
  line-height: 36px;
}
@media (max-width: 1365px) {
  .article-content h3 {
    font-size: 26px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .article-content h3 {
    font-size: 22px;
    line-height: 26px;
  }
}
.article-content h4 {
  font-family: Qanelas-ExtraBold;
  font-size: 24px;
  line-height: 30px;
}
@media (max-width: 1365px) {
  .article-content h4 {
    font-size: 22px;
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .article-content h4 {
    font-size: 20px;
    line-height: 24px;
  }
}
.article-content h5 {
  font-family: Qanelas-Bold;
  font-size: 18px;
  line-height: 26px;
}
@media (max-width: 767px) {
  .article-content h5 {
    font-size: 16px;
    line-height: 20px;
  }
}
.article-content h6 {
  font-family: Qanelas-Bold;
  font-size: 14px;
  line-height: 20px;
}
.article-content ul,
.article-content ol {
  padding-left: 24px;
  list-style: none;
  font-size: 16px;
  line-height: 24px;
  margin-top: 30px;
  margin-bottom: 30px;
}
@media (max-width: 1365px) {
  .article-content ul,
  .article-content ol {
    margin-top: 25px;
    margin-bottom: 25px;
  }
}
@media (max-width: 1023px) {
  .article-content ul,
  .article-content ol {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .article-content ul,
  .article-content ol {
    padding-left: 15px;
    font-size: 14px;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.article-content ul li,
.article-content ol li {
  margin: 25px 0;
  position: relative;
  padding-left: 30px;
}
@media (max-width: 1023px) {
  .article-content ul li,
  .article-content ol li {
    margin: 20px 0;
  }
}
@media (max-width: 767px) {
  .article-content ul li,
  .article-content ol li {
    margin: 15px 0;
    padding-left: 25px;
  }
}
.article-content ul li:first-child,
.article-content ol li:first-child {
  margin-top: 0;
}
.article-content ul li:last-child,
.article-content ol li:last-child {
  margin-bottom: 0;
}
.article-content ul:first-child,
.article-content ol:first-child {
  margin-top: 0;
}
.article-content ul:last-child,
.article-content ol:last-child {
  margin-bottom: 0;
}
.article-content ul li:before {
  display: block;
  content: "";
  width: 21px;
  height: 20px;
  background-image: url("img/ul-marker.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0px;
}
.article-content ol {
  counter-reset: myCounter;
}
.article-content ol li:before {
  font-family: Qanelas-ExtraBold;
  counter-increment: myCounter;
  content: counter(myCounter) ".";
  color: #8dc63f;
  position: absolute;
  top: 0;
  left: 0;
}
.article-content a {
  color: #8dc63f;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}
.article-content a:hover {
  border-bottom: 1px solid #8dc63f;
}
.article-content a:active {
  border-bottom: 1px solid #8dc63f;
}
.article-content blockquote {
  padding: 30px 30px 30px 46px;
  font-size: 24px;
  line-height: 36px;
  margin: 30px 0;
  position: relative;
  background-color: #f1f4ed;
}
@media (max-width: 1365px) {
  .article-content blockquote {
    font-size: 22px;
    line-height: 30px;
    margin: 25px 0;
  }
}
@media (max-width: 767px) {
  .article-content blockquote {
    padding: 20px 15px 20px 24px;
    font-size: 18px;
    line-height: 26px;
    margin: 20px 0;
  }
}
.article-content blockquote:before,
.article-content blockquote:after {
  display: block;
  content: "";
  width: 17px;
  height: 16px;
  background-image: url("img/ul-marker.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  transform: translateY(-50%);
}
.article-content blockquote:before {
  left: 46px;
}
@media (max-width: 767px) {
  .article-content blockquote:before {
    left: 22px;
  }
}
.article-content blockquote:after {
  left: 62px;
}
@media (max-width: 767px) {
  .article-content blockquote:after {
    left: 38px;
  }
}
.article-content figure {
  max-width: 100%;
}
.article-content figure figcaption {
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.5);
  margin-top: 20px;
  margin-bottom: 50px;
}
@media (max-width: 1365px) {
  .article-content figure figcaption {
    margin-top: 18px;
    margin-bottom: 40px;
  }
}
@media (max-width: 1023px) {
  .article-content figure figcaption {
    font-size: 12px;
    line-height: 16px;
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .article-content figure figcaption {
    font-size: 11px;
    line-height: 15px;
    margin-top: 12px;
    margin-bottom: 30px;
  }
}
.article-content figure img {
  margin-bottom: 20px;
}
@media (max-width: 1365px) {
  .article-content figure img {
    margin-bottom: 18px;
  }
}
@media (max-width: 1023px) {
  .article-content figure img {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .article-content figure img {
    margin-bottom: 12px;
  }
}
.article-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 50px 0;
}
@media (max-width: 1365px) {
  .article-content img {
    margin: 40px 0;
  }
}
@media (max-width: 767px) {
  .article-content img {
    margin: 30px 0;
  }
}
@media (max-width: 1365px) {
  .article-content_stages,
  .article-content_stages ol,
  .article-content_stages ul,
  .article-content_stages blockquote {
    font-size: 14px;
    line-height: 20px;
  }
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.content-sharing {
  margin: 50px 0;
}

.content-sharing-wrap {
  display: inline-flex;
  align-items: center;
  height: 70px;
  background-color: #f7f8f6;
  margin-left: 25px;
}
@media (max-width: 767px) {
  .content-sharing-wrap {
    display: inline-block;
    min-width: 250px;
    height: 90px;
    margin-left: 20px;
  }
}
.content-sharing-wrap_news-preview {
  margin-left: 0;
  position: absolute;
  top: -70px;
  left: 25px;
  z-index: 2;
}
@media (max-width: 1365px) {
  .content-sharing-wrap_news-preview {
    height: 50px;
    top: -50px;
    left: 30px;
  }
}
@media (max-width: 767px) {
  .content-sharing-wrap_news-preview {
    display: none;
  }
}

.content-sharing-title {
  display: flex;
  align-items: center;
  font-family: Qanelas-Bold;
  font-size: 14px;
  text-transform: lowercase;
  height: 30px;
  padding: 0 30px;
  color: rgba(61, 61, 61, 0.3);
  border-right: 1px solid rgba(219, 225, 213, 0.4);
}
@media (max-width: 767px) {
  .content-sharing-title {
    border-right: none;
    justify-content: center;
    margin-top: 10px;
  }
}

.content-sharing-list {
  display: flex;
  align-items: center;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .content-sharing-list {
    margin-top: 5px;
    justify-content: center;
  }
}

.content-sharing-item {
  display: block;
  margin: 0 10px;
  padding: 5px;
}
.content-sharing-item__icon {
  fill: rgba(61, 61, 61, 0.3);
  transition: all 0.3s ease-in-out;
}
.content-sharing-item__icon_facebook {
  width: 9px;
  height: 18px;
}
.content-sharing-item__icon_twitter {
  width: 19px;
  height: 15px;
}
.content-sharing-item__icon_telegram {
  width: 20px;
  height: 17px;
}
.content-sharing-item:hover .content-sharing-item__icon,
.content-sharing-item:active .content-sharing-item__icon {
  fill: #8dc63f;
}

.form-title {
  font-family: Boita-Bold;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 40px;
}
@media (max-width: 1365px) {
  .form-title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .form-title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 30px;
  }
}

.form-close-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .form-close-button {
    width: 36px;
    height: 36px;
  }
}
.form-close-button__icon {
  fill: #8dc63f;
  width: 13px;
  height: 12px;
  transform: rotate(-45deg);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .form-close-button__icon {
    width: 10px;
    height: 10px;
  }
}
.form-close-button:hover {
  background-color: #8dc63f;
}
.form-close-button:active {
  background-color: #c6e39f;
}
.form-close-button:hover .form-close-button__icon,
.form-close-button:active .form-close-button__icon {
  fill: #fff;
}

.form-field_input {
  height: 40px;
  padding: 10px 0;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 20px;
  border: none;
  border-bottom: 1px solid #c5c5c5;
  background-color: transparent;
}
@media (max-width: 1365px) {
  .form-field_input {
    height: 36px;
    font-size: 14px;
    line-height: 18px;
  }
}

.form-field_textarea {
  resize: none;
  border: none;
  font-size: 16px;
  line-height: 20px;
  padding: 15px 15px 15px 24px;
}
@media (max-width: 1365px) {
  .form-field_textarea {
    font-size: 14px;
    line-height: 18px;
  }
}

.form-field::-webkit-input-placeholder {
  font-family: Qanelas-Regular;
  color: rgba(61, 61, 61, 0.3);
}

.form-field:-moz-placeholder {
  font-family: Qanelas-Regular;
  color: rgba(61, 61, 61, 0.3);
}

.form-field::-moz-placeholder {
  font-family: Qanelas-Regular;
  color: rgba(61, 61, 61, 0.3);
}

.form-field:-ms-input-placeholder {
  font-family: Qanelas-Regular;
  color: rgba(61, 61, 61, 0.3);
}

.form-field::-ms-input-placeholder {
  font-family: Qanelas-Regular;
  color: rgba(61, 61, 61, 0.3);
}

.form-field:placeholder {
  font-family: Qanelas-Regular;
  color: rgba(61, 61, 61, 0.3);
}

.form-input-title {
  font-family: Qanelas-Bold;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .form-input-title {
    font-size: 16px;
    line-height: 20px;
  }
}

.form-submit {
  font-family: Qanelas-Bold;
  font-size: 16px;
  height: 40px;
  color: #fff;
  padding: 0 22px;
  background-color: #8dc63f;
  border: none;
  border-radius: 16px 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1365px) {
  .form-submit {
    height: 36px;
    font-size: 14px;
  }
}
.form-submit:hover {
  border-radius: 16px;
}
.form-submit:active {
  background-color: #c6e39f;
}

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

.send-section {
  margin: 120px 0 50px;
}
@media (max-width: 1365px) {
  .send-section {
    margin: 100px 0 50px;
  }
}
@media (max-width: 767px) {
  .send-section {
    margin: 100px 0 70px;
  }
}
.send-section.send-stores {
  margin: 80px 0 120px;
}
@media (max-width: 1365px) {
  .send-section.send-stores {
    margin: 80px 0;
  }
}

.send-wrap {
  background-color: #f7f8f6;
  padding: 60px 60px 60px 135px;
}
@media (max-width: 1365px) {
  .send-wrap {
    padding: 50px 30px;
  }
}
@media (max-width: 767px) {
  .send-wrap {
    width: calc(100% + 60px);
    margin: 0 -30px;
    padding: 50px 30px 50px 50px;
  }
}

.send-title {
  font-family: Qanelas-ExtraBold;
  font-size: 40px;
  line-height: 48px;
}
@media (max-width: 1365px) {
  .send-title {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .send-title {
    font-size: 22px;
    line-height: 30px;
  }
}

.send-description {
  font-size: 16px;
  line-height: 22px;
  margin-top: 25px;
}
@media (max-width: 1365px) {
  .send-description {
    font-size: 14px;
    line-height: 20px;
    margin-top: 20px;
  }
}

.send-button {
  margin-top: 50px;
}
@media (max-width: 1365px) {
  .send-button {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .send-button {
    margin-top: 30px;
  }
}

#events-offer-bg {
  display: none;
  overflow: auto;
  z-index: 899;
}

.events-offer-bg-wrap {
  position: relative;
  top: 140px;
  width: 960px;
  padding: 30px 30px 40px;
  background-color: #f7f8f6;
  margin: 0 auto 100px;
}
@media (max-width: 1365px) {
  .events-offer-bg-wrap {
    top: 120px;
    width: 630px;
    margin: 0 auto 80px;
  }
}
@media (max-width: 767px) {
  .events-offer-bg-wrap {
    top: 80px;
    width: 100%;
    margin: 0 auto 40px;
  }
}
.events-offer-bg-wrap__close {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  right: 30px;
}
@media (max-width: 767px) {
  .events-offer-bg-wrap__close {
    right: 50px;
  }
}

.events-form-section {
  width: 100%;
}

#events-offer-form {
  width: 100%;
}
#events-offer-form .g-recaptcha {
  margin-top: 20px;
}

.events-form-wrap_inputs {
  width: 270px;
  margin-right: 50px;
}
@media (max-width: 1365px) {
  .events-form-wrap_inputs {
    width: 240px;
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .events-form-wrap_inputs {
    width: 100%;
    margin-right: 0;
  }
}

.events-form-wrap_content {
  width: calc(100% - 320px);
}
@media (max-width: 1365px) {
  .events-form-wrap_content {
    width: calc(100% - 270px);
  }
}
@media (max-width: 767px) {
  .events-form-wrap_content {
    width: 100%;
  }
}

.events-input-wrap_info {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .events-input-title {
    padding-left: 20px;
  }
}

.events-input-title_textarea {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .events-input-title_date {
    margin-top: 25px;
  }
}

.event-form-label {
  position: relative;
}

.events-form-input {
  width: 270px;
}
@media (max-width: 1365px) {
  .events-form-input {
    width: 240px;
  }
}
@media (max-width: 767px) {
  .events-form-input {
    width: calc(100% - 50px);
    margin-left: 20px;
    margin-right: 30px;
  }
}
@media (max-width: 1365px) {
  .events-form-wrap_content .events-form-input {
    width: 270px;
  }
}
@media (max-width: 767px) {
  .events-form-wrap_content .events-form-input {
    width: calc(100% - 50px);
  }
}

.event-form-input-date-icon {
  position: absolute;
  width: 18px;
  height: 18px;
  top: 0;
  right: 0;
}
@media (max-width: 767px) {
  .event-form-input-date-icon {
    right: 30px;
  }
}

.events-form-textarea {
  resize: none;
  width: 100%;
  min-height: 215px;
}
@media (max-width: 1365px) {
  .events-form-textarea {
    min-height: 195px;
  }
}

.events-form-submit {
  margin-top: 40px;
}

.events-form-success {
  display: none;
  width: 100%;
  height: 524px;
  padding: 30px 200px 40px;
}
@media (max-width: 1365px) {
  .events-form-success {
    height: 490px;
    padding: 30px 50px 40px;
  }
}
@media (max-width: 767px) {
  .events-form-success {
    height: 300px;
    padding: 30px 30px 40px;
  }
}
.events-form-success__title {
  width: 100%;
  font-family: Qanelas-Bold;
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media (max-width: 1365px) {
  .events-form-success__title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .events-form-success__title {
    font-size: 22px;
    line-height: 26px;
  }
}
.events-form-success__description {
  width: 100%;
  font-size: 16px;
  line-height: 20px;
}

.events-form-success-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.questions-form-section {
  margin: 120px 0 100px;
}
@media (max-width: 1365px) {
  .questions-form-section {
    margin: 100px 0;
  }
}
@media (max-width: 1023px) {
  .questions-form-section {
    margin: 100px 0 80px;
  }
}
@media (max-width: 767px) {
  .questions-form-section {
    margin: 80px 0 50px;
  }
}

.questions-form-section-wrap {
  width: 100%;
  padding: 50px 160px;
  background-color: #f7f8f6;
  position: relative;
}
@media (max-width: 1365px) {
  .questions-form-section-wrap {
    padding: 50px;
  }
}
@media (max-width: 767px) {
  .questions-form-section-wrap {
    width: calc(100% + 60px);
    padding: 70px 50px;
    margin: 0 -30px;
  }
}

@media (max-width: 1365px) {
  .questions-form-content {
    padding-left: 60px;
  }
}

@media (max-width: 767px) {
  .questions-form-content {
    padding-left: 0;
  }
}

#questions-form {
  width: 270px;
}
@media (max-width: 767px) {
  #questions-form {
    width: 100%;
  }
}
#questions-form .g-recaptcha {
  margin-top: 20px;
}

.questions-form-input {
  width: 100%;
}

.questions-form-textarea {
  width: 100%;
  min-height: 120px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .questions-form-textarea {
    min-height: 100px;
    margin-top: 25px;
  }
}

.questions-form-submit {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .questions-form-submit {
    margin-top: 35px;
  }
}

.questions-form-success {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 40px 60px;
  background-color: #f7f8f6;
}
@media (max-width: 1365px) {
  .questions-form-success {
    padding: 40px 50px;
  }
}
@media (max-width: 767px) {
  .questions-form-success {
    padding: 40px;
  }
}
.questions-form-success__close {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  right: 30px;
}
@media (max-width: 767px) {
  .questions-form-success__close {
    right: 50px;
  }
}
.questions-form-success__title {
  width: 100%;
  font-family: Qanelas-Bold;
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media (max-width: 1365px) {
  .questions-form-success__title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .questions-form-success__title {
    font-size: 22px;
    line-height: 26px;
  }
}
.questions-form-success__description {
  width: 100%;
  font-size: 16px;
  line-height: 20px;
}

.questions-form-success-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.wpcf7-mail-sent-ok {
  background: #dff0d8;
  border: 1px solid #3c763d !important;
  color: #3c763d;
  display: none !important;
}

/*span .wpcf7-not-valid {
    border: 2px solid #ff0000 !important;
}
span.wpcf7-not-valid-tip {
    display: none;
}*/
div.wpcf7-validation-errors {
  display: none !important;
}

.wpcf7-mail-sent-ok + .questions-form-success {
  display: block;
}

#send-news-bg {
  display: none;
  overflow: auto;
  z-index: 899;
}

.send-news-bg-wrap {
  position: relative;
  top: 140px;
  width: 960px;
  padding: 30px 30px 40px;
  background-color: #f7f8f6;
  margin: 0 auto 100px;
}
@media (max-width: 1365px) {
  .send-news-bg-wrap {
    top: 120px;
    width: 630px;
    margin: 0 auto 80px;
  }
}
@media (max-width: 767px) {
  .send-news-bg-wrap {
    top: 80px;
    width: 100%;
    margin: 0 auto 40px;
  }
}
.send-news-bg-wrap__close {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  right: 30px;
}
@media (max-width: 767px) {
  .send-news-bg-wrap__close {
    right: 50px;
  }
}

.send-news-form-section {
  width: 100%;
}

#send-news-form {
  width: 100%;
}
#send-news-form .g-recaptcha {
  margin-top: 20px;
}

.send-news-form-wrap_inputs {
  width: 270px;
  margin-right: 50px;
}
@media (max-width: 1365px) {
  .send-news-form-wrap_inputs {
    width: 240px;
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .send-news-form-wrap_inputs {
    width: 100%;
    margin-right: 0;
  }
}

.send-news-form-wrap_content {
  width: calc(100% - 320px);
}
@media (max-width: 1365px) {
  .send-news-form-wrap_content {
    width: calc(100% - 270px);
  }
}
@media (max-width: 767px) {
  .send-news-form-wrap_content {
    width: 100%;
  }
}

.send-news-input-wrap_info {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .send-news-input-title {
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .send-news-input-title_textarea {
    margin-top: 30px;
  }
}

.send-news-form-input {
  width: 270px;
}
@media (max-width: 1365px) {
  .send-news-form-input {
    width: 240px;
  }
}
@media (max-width: 767px) {
  .send-news-form-input {
    width: calc(100% - 50px);
    margin-left: 20px;
    margin-right: 30px;
  }
}
@media (max-width: 1365px) {
  .send-news-form-wrap_content .send-news-form-input {
    width: 270px;
  }
}
@media (max-width: 767px) {
  .send-news-form-wrap_content .send-news-form-input {
    width: calc(100% - 50px);
  }
}

.send-news-form-textarea {
  resize: none;
  width: 100%;
  min-height: 190px;
}
@media (max-width: 1365px) {
  .send-news-form-textarea {
    min-height: 175px;
  }
}

.send-news-form-submit {
  margin-top: 40px;
}
@media (max-width: 767px) {
  .send-news-form-submit {
    margin-top: 30px;
    margin-left: 20px;
  }
}

.send-news-form-success {
  display: none;
  width: 100%;
  height: 448px;
  padding: 30px 200px 40px;
}
@media (max-width: 1365px) {
  .send-news-form-success {
    height: 416px;
    padding: 30px 50px 40px;
  }
}
@media (max-width: 767px) {
  .send-news-form-success {
    height: 300px;
    padding: 30px 30px 40px;
  }
}
.send-news-form-success__title {
  width: 100%;
  font-family: Qanelas-Bold;
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media (max-width: 1365px) {
  .send-news-form-success__title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .send-news-form-success__title {
    font-size: 22px;
    line-height: 26px;
  }
}
.send-news-form-success__description {
  width: 100%;
  font-size: 16px;
  line-height: 20px;
}

.send-news-form-success-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

#stores-form-bg {
  display: none;
  overflow: auto;
  z-index: 899;
}

.stores-form-bg-wrap {
  position: relative;
  top: 140px;
  width: 960px;
  padding: 30px 30px 40px;
  background-color: #f7f8f6;
  margin: 0 auto 100px;
}
@media (max-width: 1365px) {
  .stores-form-bg-wrap {
    top: 120px;
    width: 630px;
    margin: 0 auto 80px;
  }
}
@media (max-width: 767px) {
  .stores-form-bg-wrap {
    top: 80px;
    width: 100%;
    margin: 0 auto 40px;
  }
}
.stores-form-bg-wrap__close {
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  right: 30px;
}
@media (max-width: 767px) {
  .stores-form-bg-wrap__close {
    right: 50px;
  }
}

.stores-form-container {
  width: 100%;
}

#stores-form {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#stores-form .g-recaptcha {
  margin-top: 20px;
}

.stores-form-wrap_inputs {
  width: 270px;
  margin-right: 50px;
}
@media (max-width: 1365px) {
  .stores-form-wrap_inputs {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
}

.stores-form-wrap_checkbox {
  width: calc(100% - 320px);
}
@media (max-width: 1365px) {
  .stores-form-wrap_checkbox {
    width: 100%;
  }
}

.stores-input-wrap_info {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .stores-input-title {
    padding-left: 20px;
  }
}

.stores-form-input {
  width: 270px;
}
@media (max-width: 1365px) {
  .stores-form-input {
    display: block;
  }
}
@media (max-width: 767px) {
  .stores-form-input {
    width: calc(100% - 50px);
    margin-left: 20px;
    margin-right: 30px;
  }
}

.stores-checkbox-wrap {
  width: 100%;
  height: 356px;
  padding: 30px;
  background-color: #8dc63f;
}
@media (max-width: 767px) {
  .stores-checkbox-wrap {
    padding: 20px 20px 30px;
  }
}

.stores-checkbox-titles {
  display: flex;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .stores-checkbox-titles {
    margin-bottom: 15px;
  }
}

.stores-checkbox-title {
  font-family: Qanelas-Bold;
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
  pointer-events: none;
}
@media (max-width: 767px) {
  .stores-checkbox-title {
    opacity: 0.5;
    font-size: 16px;
    pointer-events: auto;
  }
}
.stores-checkbox-title_manufacturer {
  width: 60%;
}
@media (max-width: 767px) {
  .stores-checkbox-title_manufacturer {
    width: auto;
    margin-right: 30px;
  }
}
.stores-checkbox-title_goods {
  width: 40%;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .stores-checkbox-title_goods {
    width: auto;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .stores-checkbox-title.active {
    opacity: 1;
    pointer-events: none;
  }
}

.stores-checkbox-contents {
  display: flex;
  width: 100%;
}

.stores-checkbox-content {
  height: 256px;
  overflow: hidden;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .stores-checkbox-content {
    height: 271px;
    display: none;
  }
}
.stores-checkbox-content.manufacturer {
  width: 60%;
  padding-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
  .stores-checkbox-content.manufacturer {
    width: 100%;
    padding-right: 0;
    border-right: none;
  }
}
.stores-checkbox-content.goods {
  width: 40%;
  padding-left: 30px;
}
@media (max-width: 767px) {
  .stores-checkbox-content.goods {
    width: 100%;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .stores-checkbox-content.active {
    display: block;
  }
}

.stores-checkbox-item {
  display: block;
  position: relative;
  padding-left: 30px;
  margin-bottom: 12px;
  cursor: pointer;
  font-family: Qanelas-Bold;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media (max-width: 767px) {
  .stores-checkbox-item {
    font-size: 12px;
  }
}
.stores-checkbox-item__checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}

.stores-checkbox-input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.stores-checkbox-item:hover
  .stores-checkbox-input
  ~ .stores-checkbox-item__checkmark {
  border: 3px solid #fff;
}

.stores-checkbox-input:checked ~ .stores-checkbox-item__checkmark {
  background-color: #fff;
}

.stores-checkbox-input:checked ~ .stores-checkbox-item__label {
  opacity: 0.5;
}

.stores-form-submit {
  margin-top: 40px;
}

.stores-form-success {
  display: none;
  width: 100%;
  height: 524px;
  padding: 30px 200px 40px;
}
@media (max-width: 1365px) {
  .stores-form-success {
    height: 490px;
    padding: 30px 50px 40px;
  }
}
@media (max-width: 767px) {
  .stores-form-success {
    height: 300px;
    padding: 30px 30px 40px;
  }
}
.stores-form-success__title {
  width: 100%;
  font-family: Qanelas-Bold;
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media (max-width: 1365px) {
  .stores-form-success__title {
    font-size: 30px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .stores-form-success__title {
    font-size: 22px;
    line-height: 26px;
  }
}
.stores-form-success__description {
  width: 100%;
  font-size: 16px;
  line-height: 20px;
}

.stores-form-success-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.error-recaptcha-msg {
  color: red;
}

.news-section {
  margin-top: 80px;
}
@media (max-width: 1023px) {
  .news-section {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .news-section {
    margin-top: 40px;
  }
}
.news-section_archive-news {
  margin: 30px 0 120px;
}
@media (max-width: 1365px) {
  .news-section_archive-news {
    margin: 80px 0 100px;
  }
}
@media (max-width: 1023px) {
  .news-section_archive-news {
    margin: 50px 0 100px;
  }
}

.news-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 640px) {
  .news-wrap {
    margin: 0;
  }
}
.news-section_archive-news .news-wrap {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .news-section_archive-news .news-wrap {
    margin-bottom: 15px;
  }
}
.news-wrap_search {
  margin-bottom: 10px;
}
@media (max-width: 1365px) {
  .news-wrap_search {
    margin-bottom: 20px;
  }
}

.news-item {
  width: calc(33.33% - 30px);
  margin: 0 15px 40px;
  padding-left: 30px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1365px) {
  .news-item {
    width: calc(50% - 30px);
    margin: 0 15px 30px;
  }
}
@media (max-width: 767px) {
  .news-item {
    padding-left: 26px;
  }
}
@media (max-width: 640px) {
  .news-item {
    width: 100%;
    max-width: 320px;
    margin: 0 auto 30px;
  }
}
.news-item__audience-type {
  position: absolute;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  width: 30px;
  top: 0;
  right: 0;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #c5c5c5;
  text-transform: lowercase;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1365px) {
  .news-item__audience-type {
    font-size: 12px;
  }
}
@media (max-width: 767px) {
  .news-item__audience-type {
    width: 26px;
  }
}
.news-item__bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 30px);
  height: calc(100% - 23px);
  transform: translateY(113px);
  background-color: #f7f8f6;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
@media (max-width: 1023px) {
  .news-item__bg {
    height: 100%;
    transform: translateY(136px);
  }
}
@media (max-width: 767px) {
  .news-item__bg {
    width: calc(100% - 26px);
    transform: translateY(125px);
  }
}
.news-item__preview {
  padding-bottom: 74%;
  height: 0;
  overflow: hidden;
  position: relative;
  left: -30px;
}
@media (max-width: 767px) {
  .news-item__preview {
    left: -26px;
  }
}
.news-item__img {
  background: no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.news-item__date {
  font-family: Qanelas-Bold;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  position: absolute;
  left: 52px;
  bottom: 30px;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1023px) {
  .news-item__date {
    left: 50px;
  }
}
@media (max-width: 767px) {
  .news-item__date {
    left: 44px;
    bottom: 20px;
  }
}
.news-item__content {
  padding: 12px 30px 20px 22px;
}
@media (max-width: 1023px) {
  .news-item__content {
    padding: 12px 30px 20px 20px;
  }
}
@media (max-width: 767px) {
  .news-item__content {
    padding: 10px 26px 15px 18px;
  }
}
.news-item__source {
  display: flex;
  align-items: center;
  height: 22px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .news-item__source {
    margin-bottom: 10px;
  }
}
.news-item__source img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.news-item__title {
  font-family: Qanelas-Bold;
  font-size: 18px;
  line-height: 24px;
  max-height: 96px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .news-item__title {
    font-size: 14px;
    line-height: 18px;
    max-height: 72px;
  }
}
.news-item:hover .news-item__audience-type,
.news-item:active .news-item__audience-type {
  transform: translateY(43px);
  color: #2f2f2f;
}
@media (max-width: 1023px) {
  .news-item:hover .news-item__audience-type,
  .news-item:active .news-item__audience-type {
    transform: translateY(18px);
  }
}
.news-item:hover .news-item__bg,
.news-item:active .news-item__bg {
  transform: translateY(0);
}
.news-item:hover .news-item__date,
.news-item:active .news-item__date {
  opacity: 1;
}

.events-section {
  margin-top: 100px;
}
@media (max-width: 1365px) {
  .events-section {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .events-section {
    margin-top: 80px;
  }
}
.events-section_archive-events {
  margin: 30px 0 110px;
}
@media (max-width: 1365px) {
  .events-section_archive-events {
    margin: 30px 0 100px;
  }
}
@media (max-width: 1023px) {
  .events-section_archive-events {
    margin: 30px 0 90px;
  }
}
@media (max-width: 767px) {
  .events-section_archive-events {
    margin: 30px 0 60px;
  }
}
.events-section__head {
  margin-bottom: 0;
}
.events-section__button {
  margin-top: 40px;
  margin-left: 30px;
}
@media (max-width: 1365px) {
  .events-section__button {
    margin-top: 30px;
    margin-left: 20px;
  }
}

.events-date-filter {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  width: 180px;
  padding: 20px 20px 10px;
  transition: all 0.3s ease-in-out;
  z-index: 29;
}
@media (max-width: 767px) {
  .events-date-filter {
    justify-content: center;
    top: 100%;
    right: 50%;
    transform: translateX(50%);
    bottom: unset;
    margin-top: 20px;
  }
}
.events-date-filter.active {
  background-color: #8dc63f;
  color: #fff;
}
.events-date-filter.active:hover {
  color: #fff;
}
.events-date-filter.active:active {
  color: #fff;
}
.events-date-filter__value {
  font-family: Qanelas-Bold;
  font-size: 18px;
  line-height: 18px;
  margin-right: 10px;
}
.events-date-filter__icon {
  width: 12px;
  height: 12px;
  transform: translateY(-1px);
  stroke: #8dc63f;
  transition: all 0.3s ease-in-out;
}
.events-date-filter.active .events-date-filter__icon {
  stroke: #fff;
  transform: rotate(180deg) translateY(-2px);
}
.events-date-filter__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 0;
  padding: 0 20px;
  overflow: hidden;
  list-style: none;
  cursor: default;
  z-index: 29;
  transition: all 0.3s ease-in-out;
}
.events-date-filter.active .events-date-filter__dropdown {
  height: 180px;
  background-color: #8dc63f;
}
.events-date-filter:hover {
  color: #8dc63f;
}
.events-date-filter:active {
  color: #c6e39f;
}

.events-date-filter-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  cursor: pointer;
}
.events-date-filter-item:first-child {
  margin-top: 10px;
}
.events-date-filter-item:last-child {
  margin-bottom: 20px;
}
.events-date-filter-item.active {
  pointer-events: none;
}
.events-date-filter-item__marker {
  flex: none;
  width: 20px;
  height: 20px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 10px;
  transition: all 0.3s ease-in-out;
}
.events-date-filter-item__value {
  font-family: Qanelas-Bold;
  font-size: 14px;
  color: #fff;
}
.events-date-filter-item.active .events-date-filter-item__marker {
  background-color: #fff;
}
.events-date-filter-item:hover .events-date-filter-item__marker,
.events-date-filter-item:active .events-date-filter-item__marker {
  border: 3px solid #fff;
}

.events-home-container {
  display: flex;
}
@media (max-width: 1365px) {
  .events-home-container {
    flex-wrap: wrap;
  }
}

.events-wrap {
  width: 100%;
}
.events-home-container .events-wrap {
  width: calc(65% - 30px);
  margin-right: 30px;
}
@media (max-width: 1365px) {
  .events-home-container .events-wrap {
    width: 100%;
    margin-right: 0;
  }
}

.events-item {
  display: flex;
  align-items: center;
  height: 200px;
  border-bottom: 1px solid rgba(219, 225, 213, 0.4);
  position: relative;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1365px) {
  .events-item {
    height: 182px;
  }
}
@media (max-width: 767px) {
  .events-item {
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 40px;
    border-bottom: none;
  }
}
.events-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.events-item_home {
  height: unset;
  min-height: 146px;
  border-bottom: 1px solid rgba(219, 225, 213, 0.4);
}
@media (max-width: 767px) {
  .events-item_home {
    min-height: unset;
    padding: 30px 20px 20px 20px;
    border-top: 1px solid rgba(219, 225, 213, 0.4);
    border-bottom: none;
    margin-bottom: 0;
  }
}
.events-item_home:last-child {
  border-bottom: none;
}
@media (max-width: 767px) {
  .events-item_home:last-child {
    min-height: unset;
    border-bottom: 1px solid rgba(219, 225, 213, 0.4);
  }
}
.events-item__date {
  display: flex;
  align-items: center;
  width: 300px;
  height: 200px;
  padding: 20px;
  flex: none;
  background: no-repeat 50% 50%;
  background-size: cover;
  position: relative;
  z-index: 1;
}
@media (max-width: 1365px) {
  .events-item__date {
    width: 246px;
    height: 182px;
  }
}
@media (max-width: 767px) {
  .events-item__date {
    justify-content: center;
    width: calc(100% - 40px);
    height: 88px;
    margin: 0 20px 20px 20px;
    border: 1px solid rgba(219, 225, 213, 0.4);
  }
}
@media (max-width: 767px) {
  .events-item_with-img .events-item__date {
    height: 164px;
    margin: 0 auto 20px;
  }
}
.events-item_with-img .events-item__date:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: -1;
}
.events-item_with-img.past .events-item__date:after {
  background-color: rgba(0, 0, 0, 0.6);
}
.events-item_home .events-item__date {
  display: flex;
  justify-content: flex-start;
  width: 50%;
  height: unset;
  padding: 0 15px 0 30px;
  border: none;
}
@media (max-width: 1365px) {
  .events-item_home .events-item__date {
    width: 300px;
  }
}
@media (max-width: 767px) {
  .events-item_home .events-item__date {
    width: 100%;
    padding: 0;
    margin: 0;
    margin-bottom: 15px;
  }
}
.events-item__days {
  font-family: Qanelas-Bold;
  color: #8dc63f;
  position: relative;
  font-size: 70px;
  line-height: 76px;
}
@media (max-width: 1365px) {
  .events-item__days {
    font-size: 50px;
    line-height: 54px;
  }
}
@media (max-width: 767px) {
  .events-item__days {
    font-size: 40px;
    line-height: 46px;
  }
}
.events-item.past .events-item__days {
  color: rgba(61, 61, 61, 0.3);
}
.events-item.events-item_with-img.past .events-item__days {
  color: rgba(255, 255, 255, 0.3);
}
.events-item_home .events-item__days {
  font-size: 70px;
  line-height: 76px;
}
@media (max-width: 767px) {
  .events-item_home .events-item__days {
    font-size: 40px;
    line-height: 46px;
  }
}
.events-item__days.two-date {
  font-size: 40px;
  line-height: 48px;
}
@media (max-width: 1365px) {
  .events-item__days.two-date {
    font-size: 30px;
    line-height: 36px;
  }
}
.events-item__time {
  font-family: Qanelas-Bold;
  font-size: 24px;
  line-height: 24px;
  color: #dbe1d5;
  position: absolute;
  top: -10px;
  left: 100%;
  margin-left: 15px;
}
@media (max-width: 1365px) {
  .events-item__time {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .events-item__time {
    font-size: 18px;
    line-height: 18px;
    top: -5px;
    margin-left: 10px;
  }
}
.events-item.events-item_with-img.past .events-item__time {
  opacity: 0.6;
}
.events-item__content {
  display: flex;
  flex-direction: column;
  padding: 0 30px;
  max-height: 160px;
  overflow: hidden;
}
@media (max-width: 1365px) {
  .events-item__content {
    max-height: 142px;
  }
}
@media (max-width: 767px) {
  .events-item__content {
    padding: 0 20px;
  }
}
.events-item_home .events-item__content {
  width: 50%;
  justify-content: center;
  max-height: unset;
  padding: 0 30px 0 15px;
}
@media (max-width: 1365px) {
  .events-item_home .events-item__content {
    width: calc(100% - 300px);
  }
}
@media (max-width: 767px) {
  .events-item_home .events-item__content {
    padding: 0;
    width: 100%;
  }
}
.events-item__title {
  font-family: Qanelas-Bold;
  font-size: 18px;
  line-height: 24px;
}
.events-item__description {
  font-size: 16px;
  line-height: 20px;
  margin-top: 15px;
}
@media (max-width: 1023px) {
  .events-item__description {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .events-item__description {
    margin-top: 10px;
  }
}
.events-item_home .events-item__description {
  display: none;
}
@media (max-width: 767px) {
  .events-item_home .events-item__description {
    margin-top: 15px;
    max-height: 72px;
    overflow: hidden;
    display: block;
  }
}
.events-item:hover,
.events-item:active {
  background-color: #f7f8f6;
}
@media (max-width: 767px) {
  .events-item:hover,
  .events-item:active {
    background-color: #fff;
  }
}

.past-events-title {
  font-family: Qanelas-ExtraBold;
  font-size: 40px;
  line-height: 46px;
  padding-left: 25px;
  margin-top: 100px;
  margin-bottom: 50px;
}
@media (max-width: 1365px) {
  .past-events-title {
    font-size: 34px;
    line-height: 40px;
    margin-top: 90px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .past-events-title {
    font-size: 22px;
    line-height: 26px;
    padding-left: 20px;
    margin-top: 80px;
    margin-bottom: 40px;
  }
}

.events-offer {
  width: 35%;
  margin-top: 30px;
}
@media (max-width: 1365px) {
  .events-offer {
    width: 100%;
    padding: 30px 30px 40px;
    background-color: #f7f8f6;
  }
}
@media (max-width: 767px) {
  .events-offer {
    position: relative;
    padding: 30px 0 30px 20px;
  }
}
.events-offer:after {
  display: block;
  content: "";
}
@media (max-width: 767px) {
  .events-offer:after {
    position: absolute;
    top: 0;
    left: -30px;
    width: calc(100% + 60px);
    height: 100%;
    background-color: #f7f8f6;
    z-index: -1;
  }
}
.events-offer__title {
  font-family: Qanelas-ExtraBold;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
}
@media (max-width: 1365px) {
  .events-offer__title {
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .events-offer__title {
    font-size: 22px;
    line-height: 26px;
  }
}
.events-offer__description {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
}
@media (max-width: 1365px) {
  .events-offer__description {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
  }
}

.events-map {
  margin: 90px 0 130px;
}
@media (max-width: 1365px) {
  .events-map {
    margin: 80px 0 60px;
  }
}
.events-map__title {
  font-family: Qanelas-Bold;
  font-size: 40px;
  line-height: 46px;
  padding-left: 25px;
  margin-bottom: 30px;
}
@media (max-width: 1365px) {
  .events-map__title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .events-map__title {
    font-size: 22px;
    line-height: 26px;
    padding-left: 20px;
  }
}

#single-event-map {
  width: 100%;
  height: 526px;
}
@media (max-width: 1365px) {
  #single-event-map {
    height: 346px;
  }
}
@media (max-width: 767px) {
  #single-event-map {
    width: calc(100% + 60px);
    margin: 0 -30px;
    height: 505px;
  }
}

.events-release-section {
  margin: 130px 0 80px;
}
@media (max-width: 1365px) {
  .events-release-section {
    margin: 60px 0 50px;
  }
}

.events-release {
  padding: 40px 165px 50px;
  background-color: #f7f8f6;
}
@media (max-width: 1365px) {
  .events-release {
    padding: 40px 40px 40px 30px;
  }
}
@media (max-width: 767px) {
  .events-release {
    padding: 30px 20px 30px 25px;
  }
}
.events-release__title {
  font-family: Qanelas-Bold;
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 30px;
}
@media (max-width: 1365px) {
  .events-release__title {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .events-release__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.events-release__description {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 40px;
}
@media (max-width: 1365px) {
  .events-release__description {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
  }
}

.events-home-not-found {
  font-family: Qanelas-Bold;
  font-size: 24px;
  line-height: 28px;
  margin-top: 20px;
  padding-left: 25px;
}
@media (max-width: 1365px) {
  .events-home-not-found {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .events-home-not-found {
    font-size: 14px;
    line-height: 18px;
    padding-left: 20px;
  }
}

.subscription {
  width: calc(33.33% - 30px);
  margin: 20px 15px;
}
@media (max-width: 1365px) {
  .subscription {
    width: calc(50% - 30px);
  }
}
@media (max-width: 640px) {
  .subscription {
    width: calc(100% - 20px);
    margin: 20px 0 0 20px;
  }
}
.subscription__title {
  font-family: Qanelas-ExtraBold;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .subscription__title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 15px;
  }
}

.subscription-filters {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .subscription-filters {
    margin-bottom: 20px;
  }
}
.subscription-filters__item {
  font-family: Qanelas-Bold;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.06em;
  color: rgba(61, 61, 61, 0.3);
  padding: 10px 0 10px 12px;
  margin-right: 24px;
  position: relative;
  text-transform: lowercase;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.subscription-filters__item:last-child {
  margin-right: 0;
}
.subscription-filters__item:after {
  display: block;
  content: "";
  background-color: rgba(0, 0, 0, 0.1);
  height: 2px;
  width: 24px;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .subscription-filters__item:after {
    height: 1px;
  }
}
.subscription-filters__item:hover:after {
  background-color: #8dc63f;
  width: 46px;
}
.subscription-filters__item:active {
  color: #8dc63f;
}
.subscription-filters__item.active {
  color: #8dc63f;
  pointer-events: none;
}
.subscription-filters__item.active:after {
  background-color: #8dc63f;
}
.subscription-filters__item label {
  cursor: pointer;
}

.subscription-form {
  width: 100%;
}
.subscription-form__input {
  width: 100%;
  border: none;
  font-size: 18px;
  line-height: 22px;
  padding: 12px 0;
  margin-bottom: 30px;
  border-bottom: 2px solid #c5c5c5;
}
@media (max-width: 1023px) {
  .subscription-form__input {
    border-bottom: 1px solid #c5c5c5;
  }
}
@media (max-width: 767px) {
  .subscription-form__input {
    font-size: 14px;
    line-height: 18px;
  }
}
.subscription-form__input::-webkit-input-placeholder {
  color: rgba(61, 61, 61, 0.3);
}
.subscription-form__input:-moz-placeholder {
  color: rgba(61, 61, 61, 0.3);
}
.subscription-form__input::-moz-placeholder {
  color: rgba(61, 61, 61, 0.3);
}
.subscription-form__input:-ms-input-placeholder {
  color: rgba(61, 61, 61, 0.3);
}
.subscription-form__input::-ms-input-placeholder {
  color: rgba(61, 61, 61, 0.3);
}
.subscription-form__input:placeholder {
  color: rgba(61, 61, 61, 0.3);
}
.subscription-form__submit {
  font-family: Qanelas-Bold;
  font-size: 16px;
  height: 40px;
  padding: 0 22px;
  color: #000;
  background-color: transparent;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 16px 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .subscription-form__submit {
    font-size: 14px;
    height: 36px;
    padding: 0 20px;
  }
}
.subscription-form__submit:hover {
  color: #fff;
  background-color: #8dc63f;
  border: 1px solid #8dc63f;
  border-radius: 16px;
}
.subscription-form__submit:active {
  color: #fff;
  background-color: #c6e39f;
  border: 1px solid #c6e39f;
  border-radius: 16px 0;
}

.goods-section_manufacturer {
  margin: 100px 0 70px;
}
@media (max-width: 1365px) {
  .goods-section_manufacturer {
    margin: 80px 0 70px;
  }
}
@media (max-width: 767px) {
  .goods-section_manufacturer {
    margin: 80px 0 120px;
  }
}

.goods-section_stores {
  margin: 120px 0 90px;
}
@media (max-width: 1365px) {
  .goods-section_stores {
    margin: 100px 0 70px;
  }
}
@media (max-width: 767px) {
  .goods-section_stores {
    margin: 70px 0;
  }
}

.goods-section__title {
  font-family: Qanelas-Bold;
  font-size: 40px;
  line-height: 46px;
  padding-left: 25px;
  margin-bottom: 30px;
}
@media (max-width: 1365px) {
  .goods-section__title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .goods-section__title {
    font-size: 22px;
    line-height: 26px;
    padding-left: 20px;
  }
}

.goods-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .goods-wrap {
    margin: 0;
  }
}

.goods-item {
  width: calc(50% - 30px);
  min-height: 110px;
  margin: 0 15px 30px;
  display: flex;
  background-color: #f7f8f6;
}
@media (max-width: 1365px) {
  .goods-item {
    min-height: 86px;
  }
}
@media (max-width: 767px) {
  .goods-item {
    width: 100%;
    min-height: 66px;
    margin: 0 0 20px;
  }
}
.goods-item__icon {
  width: 110px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
@media (max-width: 1365px) {
  .goods-item__icon {
    width: 86px;
  }
}
@media (max-width: 767px) {
  .goods-item__icon {
    width: 66px;
    padding: 12px;
  }
}
.goods-item__icon img {
  display: block;
  max-width: 100%;
  width: 100%;
  max-height: 40px;
  height: auto;
}
@media (max-width: 1365px) {
  .goods-item__icon img {
    max-height: 36px;
  }
}
@media (max-width: 767px) {
  .goods-item__icon img {
    max-height: 26px;
  }
}
.goods-item__title {
  font-family: Qanelas-Bold;
  font-size: 24px;
  line-height: 28px;
  padding: 30px 30px 30px 0;
  display: flex;
  align-items: center;
}
@media (max-width: 1365px) {
  .goods-item__title {
    font-size: 18px;
    line-height: 22px;
    padding: 10px 20px;
  }
}
@media (max-width: 767px) {
  .goods-item__title {
    font-size: 16px;
    line-height: 20px;
    padding: 10px 15px 10px 10px;
  }
}

.manufacturer-section {
  margin-bottom: 120px;
}
@media (max-width: 1365px) {
  .manufacturer-section {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .manufacturer-section {
    margin-bottom: 80px;
  }
}
.manufacturer-section__title {
  font-family: Qanelas-Bold;
  font-size: 40px;
  line-height: 46px;
  padding-left: 25px;
  margin-bottom: 30px;
}
@media (max-width: 1365px) {
  .manufacturer-section__title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .manufacturer-section__title {
    font-size: 22px;
    line-height: 26px;
    padding-left: 20px;
  }
}

@media (max-width: 767px) {
  .manufacturer-filters-button {
    text-align: center;
    margin-bottom: 30px;
  }
}

.manufacturer-filters {
  margin-bottom: 30px;
}
@media (max-width: 1365px) {
  .manufacturer-filters {
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .manufacturer-filters {
    margin-bottom: 0;
  }
}

.manufacturer-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media (max-width: 1365px) {
  .manufacturer-wrap {
    margin-bottom: 40px;
  }
}
@media (max-width: 1365px) {
  .manufacturer-wrap {
    margin-bottom: 10px;
  }
}

.manufacturer-item {
  width: 33.33%;
  position: relative;
}
@media (max-width: 1365px) {
  .manufacturer-item {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .manufacturer-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
  }
}
.manufacturer-item__previews {
  display: flex;
  flex: none;
  height: 0;
  padding-bottom: 85%;
  overflow: hidden;
  position: relative;
}
.manufacturer-item__previews:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.manufacturer-item__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  padding: 50px 60px;
}
@media (max-width: 767px) {
  .manufacturer-item__img {
    padding: 20px 30px;
  }
}
.manufacturer-item__img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.manufacturer-item__content {
  padding: 20px 25px 30px 30px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .manufacturer-item__content {
    flex: 1;
    border: 1px solid rgba(219, 225, 213, 0.4);
    padding: 15px 18px 10px;
  }
}
.manufacturer-item:nth-child(even) .manufacturer-item__content {
  border-left: none;
}
.manufacturer-item__title {
  font-family: Qanelas-Bold;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .manufacturer-item__title {
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(219, 225, 213, 0.4);
  }
}
.manufacturer-item__goods-list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.manufacturer-item__goods-icon {
  margin-right: 16px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .manufacturer-item__goods-icon {
    margin-right: 14px;
  }
}
.manufacturer-item__goods-icon img {
  display: block;
  height: 26px;
  width: auto;
}
@media (max-width: 767px) {
  .manufacturer-item__goods-icon img {
    height: 15px;
  }
}
.manufacturer-item__more-goods-icon {
  width: 25px;
  height: 25px;
  border: 1px solid rgba(61, 61, 61, 0.1);
  margin-bottom: 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .manufacturer-item__more-goods-icon {
    width: 20px;
    height: 20px;
  }
}
.manufacturer-item__more-goods-icon span {
  width: 2px;
  height: 2px;
  margin-right: 3px;
  border-radius: 50%;
  background-color: #8dc63f;
}
@media (max-width: 767px) {
  .manufacturer-item__more-goods-icon span {
    margin-right: 2px;
  }
}
.manufacturer-item__more-goods-icon span:last-child {
  margin-right: 0;
}
.manufacturer-item__description {
  font-size: 16px;
  line-height: 22px;
  max-height: 88px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .manufacturer-item__description {
    display: none;
  }
}
.manufacturer-item:hover .manufacturer-item__content,
.manufacturer-item:active .manufacturer-item__content {
  background-color: #f7f8f6;
}
.manufacturer-item:hover .manufacturer-item__previews:after,
.manufacturer-item:active .manufacturer-item__previews:after {
  background-color: rgba(247, 248, 246, 0.5);
}

.manufacturer-contacts-wrap {
  width: 100%;
  padding: 35px 40px 40px 30px;
  display: flex;
  flex-wrap: wrap;
  background-color: #f7f8f6;
}
@media (max-width: 767px) {
  .manufacturer-contacts-wrap {
    padding: 30px 20px 40px 24px;
  }
}

.manufacturer-contacts-info {
  width: 50%;
  padding-right: 20px;
  border-right: 1px solid #fff;
}
@media (max-width: 1365px) {
  .manufacturer-contacts-info {
    width: 100%;
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
}

.manufacturer-contacts-item {
  width: 100%;
  margin-bottom: 15px;
  display: flex;
}
@media (max-width: 767px) {
  .manufacturer-contacts-item {
    display: block;
  }
}
.manufacturer-contacts-item:last-child {
  margin-bottom: 0;
}
.manufacturer-contacts-item__label {
  width: 30%;
  font-size: 14px;
  line-height: 22px;
  margin-right: 20px;
}
@media (max-width: 1365px) {
  .manufacturer-contacts-item__label {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .manufacturer-contacts-item__label {
    display: none;
  }
}
@media (max-width: 767px) {
  .manufacturer-contacts-person .manufacturer-contacts-item__label {
    display: block;
    margin-bottom: 10px;
    margin-right: 0;
    color: #c5c5c5;
  }
}
.manufacturer-contacts-item__person-name {
  font-family: Qanelas-Bold;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .manufacturer-contacts-item__person-name {
    margin-bottom: 20px;
  }
}
.manufacturer-contacts-item__phone-list {
  list-style: none;
}
.manufacturer-contacts-item__phone {
  margin-bottom: 10px;
}
.manufacturer-contacts-item__phone:last-child {
  margin-bottom: 0;
}
.manufacturer-contacts-item__phone a {
  display: block;
  font-size: 16px;
}
.manufacturer-contacts-item__email-list {
  list-style: none;
}
.manufacturer-contacts-item__email {
  margin-bottom: 10px;
}
.manufacturer-contacts-item__email:last-child {
  margin-bottom: 0;
}
.manufacturer-contacts-item__email a {
  font-family: Qanelas-Bold;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .manufacturer-contacts-item__email a {
    font-size: 16px;
    line-height: 20px;
  }
}
.manufacturer-contacts-item__site {
  font-family: Qanelas-Bold;
  font-size: 18px;
  line-height: 22px;
  color: #8dc63f;
}
@media (max-width: 767px) {
  .manufacturer-contacts-item__site {
    font-size: 16px;
    line-height: 20px;
  }
}

.manufacturer-contacts-link-to-stores {
  width: 50%;
  padding-left: 30px;
}
@media (max-width: 1365px) {
  .manufacturer-contacts-link-to-stores {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
}
.manufacturer-contacts-link-to-stores__text {
  font-family: Qanelas-ExtraBold;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .manufacturer-contacts-link-to-stores__text {
    font-size: 22px;
    line-height: 26px;
  }
}

.main-stores-section {
  margin-top: 135px;
  margin-bottom: 90px;
}
@media (max-width: 1365px) {
  .main-stores-section {
    margin-top: 100px;
  }
}
@media (max-width: 1023px) {
  .main-stores-section {
    margin-top: 90px;
  }
}
@media (max-width: 767px) {
  .main-stores-section {
    margin: 80px 0;
  }
}
.main-stores-section__button {
  margin-top: 40px;
  margin-left: 30px;
}
@media (max-width: 1365px) {
  .main-stores-section__button {
    margin-top: 30px;
    margin-left: 20px;
  }
}

.main-stores-wrap {
  display: flex;
  flex-wrap: wrap;
}

.main-stores-item {
  width: 33.33%;
  min-height: 284px;
  padding: 60px 30px 30px;
  position: relative;
}
@media (max-width: 1365px) {
  .main-stores-item {
    min-height: 185px;
    padding: 30px 25px 15px;
  }
}
@media (max-width: 767px) {
  .main-stores-item {
    width: 50%;
    min-height: 190px;
    padding: 30px 20px 15px;
  }
}
.main-stores-item__logo {
  height: 116px;
  padding: 0 30px;
  display: flex;
  align-items: center;
}
@media (max-width: 1365px) {
  .main-stores-item__logo {
    height: 70px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .main-stores-item__logo {
    height: 81px;
  }
}
.main-stores-item__logo img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
}
.main-stores-item__content {
  text-align: center;
  font-size: 18px;
  line-height: 24px;
  margin-top: 30px;
}
@media (max-width: 1365px) {
  .main-stores-item__content {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .main-stores-item__content {
    font-size: 12px;
    line-height: 16px;
  }
}
.main-stores-item__title {
  font-family: Qanelas-Bold;
}
@media (max-width: 767px) {
  .main-stores-item__title {
    font-size: 14px;
    line-height: 18px;
  }
}
.main-stores-item:hover .main-stores-item__logo img,
.main-stores-item:active .main-stores-item__logo img {
  transform: scale(1.2);
}
@media (max-width: 1023px) {
  .main-stores-item:hover .main-stores-item__logo img,
  .main-stores-item:active .main-stores-item__logo img {
    transform: none;
  }
}

.stores-section {
  margin-bottom: 120px;
}
@media (max-width: 1365px) {
  .stores-section {
    margin-bottom: 100px;
  }
}
@media (max-width: 767px) {
  .stores-section {
    margin-bottom: 80px;
  }
}

@media (max-width: 767px) {
  .stores-filters-button {
    text-align: center;
    margin-bottom: 30px;
  }
}

.stores-filters {
  margin-bottom: 30px;
  padding-right: 135px;
}
@media (max-width: 1365px) {
  .stores-filters {
    margin-bottom: 10px;
    padding-right: 90px;
  }
}
@media (max-width: 767px) {
  .stores-filters {
    padding-right: 0;
    margin-bottom: 0;
  }
}

.stores-toggle-buttons {
  position: absolute;
  top: 10px;
  right: 196px;
  display: flex;
}
@media (max-width: 1365px) {
  .stores-toggle-buttons {
    right: 174px;
  }
}
@media (max-width: 1023px) {
  .stores-toggle-buttons {
    top: 15px;
    right: 78px;
  }
}
@media (max-width: 767px) {
  .stores-toggle-buttons {
    position: static;
    justify-content: center;
    margin-bottom: 30px;
  }
}
.stores-toggle-buttons__item {
  width: 40px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1365px) {
  .stores-toggle-buttons__item {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .stores-toggle-buttons__item {
    width: 40px;
    height: 40px;
  }
}
.stores-toggle-buttons__item:first-child {
  margin-right: 15px;
}
@media (max-width: 1365px) {
  .stores-toggle-buttons__item:first-child {
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .stores-toggle-buttons__item:first-child {
    margin-right: 15px;
  }
}
.stores-toggle-buttons__item:hover {
  border: 1px solid #fff;
  background-color: #fff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
}
.stores-toggle-buttons__item:active {
  border: 1px solid #8dc63f;
  background-color: #8dc63f;
}
.stores-toggle-buttons__item.active {
  border: 1px solid #8dc63f;
  background-color: #8dc63f;
  pointer-events: none;
}
.stores-toggle-buttons__item.disable {
  border: 1px solid #dfe0de;
  background-color: #dfe0de;
  pointer-events: none;
}
.stores-toggle-buttons__icon {
  transition: all 0.3s ease-in-out;
}
.stores-toggle-buttons__icon_posts {
  width: 16px;
  height: 12px;
  stroke: #dbdbdb;
}
@media (max-width: 1365px) {
  .stores-toggle-buttons__icon_posts {
    width: 14px;
    height: 10px;
  }
}
@media (max-width: 767px) {
  .stores-toggle-buttons__icon_posts {
    width: 16px;
    height: 12px;
  }
}
.stores-toggle-buttons__item:hover .stores-toggle-buttons__icon_posts {
  stroke: #8dc63f;
}
.stores-toggle-buttons__item.active .stores-toggle-buttons__icon_posts,
.stores-toggle-buttons__item:active .stores-toggle-buttons__icon_posts,
.stores-toggle-buttons__item.disable .stores-toggle-buttons__icon_posts {
  stroke: #fff;
}
.stores-toggle-buttons__icon_map {
  width: 16px;
  height: 14px;
  fill: #dbdbdb;
}
@media (max-width: 1365px) {
  .stores-toggle-buttons__icon_map {
    width: 14px;
    height: 12px;
  }
}
@media (max-width: 767px) {
  .stores-toggle-buttons__icon_map {
    width: 16px;
    height: 14px;
  }
}
.stores-toggle-buttons__item:hover .stores-toggle-buttons__icon_map {
  fill: #8dc63f;
}
.stores-toggle-buttons__item.active .stores-toggle-buttons__icon_map,
.stores-toggle-buttons__item:active .stores-toggle-buttons__icon_map,
.stores-toggle-buttons__item.disable .stores-toggle-buttons__icon_map {
  fill: #fff;
}

.stores-toggle-content {
  display: none;
}
.stores-toggle-content.active {
  display: block;
}

.stores-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .stores-wrap {
    margin: 0;
  }
}

.stores-item {
  width: calc(33.33% - 30px);
  margin: 0 15px 30px;
  padding: 20px 30px 30px;
  position: relative;
  background-color: #f7f8f6;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1365px) {
  .stores-item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .stores-item {
    width: 100%;
    margin: 0 0 30px;
    padding: 20px 30px 0;
  }
}
@media (max-width: 767px) {
  .stores-item.active {
    padding: 20px 30px 30px;
  }
}
.stores-item__button {
  display: none;
}
@media (max-width: 767px) {
  .stores-item__button {
    position: absolute;
    top: 10px;
    right: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
    z-index: 29;
  }
}
.stores-item__button-icon {
  stroke: #72c600;
  width: 12px;
  height: 12px;
  transform: translateY(-1px);
  transition: all 0.3s ease-in-out;
}
.stores-item.active .stores-item__button-icon {
  transform: translateY(-1px) rotate(180deg);
}
.stores-item__title {
  font-family: Qanelas-Bold;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 15px;
  margin-bottom: 12px;
  border-bottom: 1px solid rgba(219, 225, 213, 0.4);
}
.stores-item__goods-list {
  list-style: none;
  display: flex;
  align-items: center;
  height: 37px;
  padding-bottom: 12px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(219, 225, 213, 0.4);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .stores-item__goods-list {
    border-bottom: none;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .stores-item.active .stores-item__goods-list {
    border-bottom: 1px solid rgba(219, 225, 213, 0.4);
    margin-bottom: 15px;
  }
}
.stores-item__goods-icon {
  margin-right: 16px;
}
.stores-item__goods-icon img {
  display: block;
  height: 16px;
  width: auto;
}
.stores-item__more-goods-icon {
  width: 25px;
  height: 25px;
  border: 1px solid rgba(61, 61, 61, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stores-item__more-goods-icon span {
  width: 2px;
  height: 2px;
  margin-right: 3px;
  border-radius: 50%;
  background-color: #8dc63f;
}
.stores-item__more-goods-icon span:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .stores-item__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
  }
}
.stores-item__address {
  font-family: Qanelas-Bold;
  font-size: 16px;
  line-height: 20px;
}
.stores-item__site {
  display: block;
  font-family: Qanelas-Bold;
  font-size: 16px;
  line-height: 16px;
  color: #8dc63f;
  margin-top: 12px;
  position: relative;
  z-index: 29;
}
.stores-item__phone {
  display: block;
  font-size: 16px;
  line-height: 16px;
  margin-top: 12px;
  position: relative;
  z-index: 29;
}
.stores-item__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: #f7f8f6;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .stores-item__bg {
    display: none;
  }
}
.stores-item:hover .stores-item__bg {
  top: -10px;
  left: -10px;
  right: -10px;
  bottom: -10px;
}

.stores-info-text {
  font-size: 12px;
  line-height: 14px;
  color: #c5c5c5;
}
.stores-info-text_posts {
  margin-bottom: 50px;
  display: none;
}
.stores-info-text_posts.active {
  display: block;
}
.stores-info-text_map {
  margin-top: 20px;
}

#stores-map {
  width: 100%;
  height: 526px;
}
@media (max-width: 1365px) {
  #stores-map {
    height: 346px;
  }
}
@media (max-width: 1023px) {
  #stores-map {
    height: 665px;
  }
}
@media (max-width: 767px) {
  #stores-map {
    width: calc(100% + 60px);
    margin: 0 -30px;
    height: 505px;
  }
}

.stores-contacts-wrap {
  width: 600px;
  padding: 35px 40px 40px 30px;
  display: flex;
  flex-wrap: wrap;
  background-color: #f7f8f6;
}
@media (max-width: 1365px) {
  .stores-contacts-wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .stores-contacts-wrap {
    padding: 30px 20px 40px 24px;
  }
}

.stores-contacts-item {
  width: 100%;
  margin-bottom: 15px;
  display: flex;
}
@media (max-width: 767px) {
  .stores-contacts-item {
    display: block;
  }
}
.stores-contacts-item:last-child {
  margin-bottom: 0;
}
.stores-contacts-item__label {
  width: 30%;
  font-size: 14px;
  line-height: 22px;
  margin-right: 20px;
}
@media (max-width: 1365px) {
  .stores-contacts-item__label {
    width: 120px;
  }
}
@media (max-width: 767px) {
  .stores-contacts-item__label {
    display: none;
  }
}
.stores-contacts-item__phone-list {
  list-style: none;
}
.stores-contacts-item__phone {
  margin-bottom: 10px;
}
.stores-contacts-item__phone:last-child {
  margin-bottom: 0;
}
.stores-contacts-item__phone a {
  display: block;
  font-size: 16px;
}
.stores-contacts-item__email-list {
  list-style: none;
}
.stores-contacts-item__email {
  margin-bottom: 10px;
}
.stores-contacts-item__email:last-child {
  margin-bottom: 0;
}
.stores-contacts-item__email a {
  font-family: Qanelas-Bold;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 767px) {
  .stores-contacts-item__email a {
    font-size: 16px;
    line-height: 20px;
  }
}
.stores-contacts-item__site {
  font-family: Qanelas-Bold;
  font-size: 18px;
  line-height: 22px;
  color: #8dc63f;
}
@media (max-width: 767px) {
  .stores-contacts-item__site {
    font-size: 16px;
    line-height: 20px;
  }
}

.store-map-section {
  margin: 90px 0 120px;
}
@media (max-width: 1365px) {
  .store-map-section {
    margin: 70px 0 100px;
  }
}
.store-map-section__title {
  font-family: Qanelas-Bold;
  font-size: 40px;
  line-height: 46px;
  padding-left: 25px;
  margin-bottom: 30px;
}
@media (max-width: 1365px) {
  .store-map-section__title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .store-map-section__title {
    font-size: 22px;
    line-height: 26px;
    padding-left: 20px;
  }
}

#single-store-map {
  width: 100%;
  height: 526px;
}
@media (max-width: 1365px) {
  #single-store-map {
    height: 346px;
  }
}
@media (max-width: 767px) {
  #single-store-map {
    width: calc(100% + 60px);
    margin: 0 -30px;
    height: 505px;
  }
}

.knowledgebase-section {
  margin-top: 90px;
  margin-bottom: 110px;
}
@media (max-width: 767px) {
  .knowledgebase-section {
    margin: 80px 0;
  }
}
.knowledgebase-section_archive-knowledgebase {
  margin: 90px 0 50px;
}
@media (max-width: 1365px) {
  .knowledgebase-section_archive-knowledgebase {
    margin: 80px 0 40px;
  }
}
@media (max-width: 1023px) {
  .knowledgebase-section_archive-knowledgebase {
    margin: 50px 0 100px;
  }
}
@media (max-width: 767px) {
  .knowledgebase-section_archive-knowledgebase .filters-response-button {
    margin-left: 20px;
  }
}

.knowledgebase-slider {
  overflow: visible !important;
}

.main-knowledgebase-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 1365px) {
  .main-knowledgebase-wrap {
    margin: 0 -6px;
  }
}
@media (max-width: 767px) {
  .main-knowledgebase-wrap {
    margin: 0;
  }
}

.main-knowledgebase-item {
  width: calc(33.33% - 30px);
  margin: 0 15px;
  padding-left: 30px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1365px) {
  .main-knowledgebase-item {
    width: calc(33.33% - 12px);
    margin: 0 6px;
    padding-left: 0;
    padding-right: 30px;
  }
}
@media (max-width: 767px) {
  .main-knowledgebase-item {
    width: 200px;
    margin: 0 12px 0 0;
  }
}
@media (max-width: 767px) {
  .main-knowledgebase-item:last-child {
    margin: 0;
  }
}
.main-knowledgebase-item__type {
  position: absolute;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  display: flex;
  align-items: center;
  width: 30px;
  top: 0;
  right: 0;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #c5c5c5;
  text-transform: lowercase;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1365px) {
  .main-knowledgebase-item__type {
    font-size: 12px;
  }
}
.main-knowledgebase-item__bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 30px);
  height: calc(100% - 23px);
  transform: translateY(147px);
  background-color: #f7f8f6;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
@media (max-width: 1365px) {
  .main-knowledgebase-item__bg {
    width: 100%;
    height: 100%;
    transform: translateY(114px);
  }
}
.main-knowledgebase-item__preview {
  padding-bottom: 74%;
  height: 0;
  overflow: hidden;
  position: relative;
  left: -30px;
}
@media (max-width: 1365px) {
  .main-knowledgebase-item__preview {
    left: 0;
  }
}
.main-knowledgebase-item__img {
  background: no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.main-knowledgebase-item__content {
  padding: 12px 30px 20px 22px;
}
@media (max-width: 1365px) {
  .main-knowledgebase-item__content {
    padding: 12px 0 15px 20px;
  }
}
.main-knowledgebase-item__title {
  font-family: Qanelas-Bold;
  font-size: 18px;
  line-height: 24px;
  max-height: 96px;
  overflow: hidden;
}
@media (max-width: 1365px) {
  .main-knowledgebase-item__title {
    font-size: 14px;
    line-height: 18px;
    max-height: 72px;
  }
}
.main-knowledgebase-item:hover .main-knowledgebase-item__type,
.main-knowledgebase-item:active .main-knowledgebase-item__type {
  transform: translateY(43px);
  color: #2f2f2f;
}
@media (max-width: 1365px) {
  .main-knowledgebase-item:hover .main-knowledgebase-item__type,
  .main-knowledgebase-item:active .main-knowledgebase-item__type {
    transform: translateY(16px);
  }
}
.main-knowledgebase-item:hover .main-knowledgebase-item__bg,
.main-knowledgebase-item:active .main-knowledgebase-item__bg {
  transform: translateY(0);
}

.knowledgebase-navi-button {
  margin-top: auto;
}
@media (max-width: 767px) {
  .knowledgebase-navi-button {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    width: 220px;
    padding: 20px 20px 10px;
    transition: all 0.3s ease-in-out;
  }
}
.knowledgebase-navi-button__value {
  display: none;
}
@media (max-width: 767px) {
  .knowledgebase-navi-button__value {
    display: block;
    font-family: Qanelas-Bold;
    font-size: 14px;
    line-height: 16px;
    margin-right: 8px;
  }
}
.knowledgebase-navi-button__icon {
  display: none;
}
@media (max-width: 767px) {
  .knowledgebase-navi-button__icon {
    display: block;
    width: 12px;
    height: 12px;
    transform: translateY(-1px);
    stroke: #8dc63f;
    transition: all 0.3s ease-in-out;
  }
}
@media (max-width: 767px) {
  .knowledgebase-navi-button.active {
    background-color: #8dc63f;
    color: #fff;
  }
  .knowledgebase-navi-button.active:hover {
    color: #fff;
  }
  .knowledgebase-navi-button.active:active {
    color: #fff;
  }
}
.knowledgebase-navi-button.active .knowledgebase-navi-button__icon {
  stroke: #fff;
  transform: rotate(180deg) translateY(-2px);
}
@media (max-width: 767px) {
  .knowledgebase-navi-button:hover {
    color: #8dc63f;
  }
}
@media (max-width: 767px) {
  .knowledgebase-navi-button:active {
    color: #c6e39f;
  }
}

.knowledgebase-wrap {
  margin: 30px 0 60px;
  width: 802px;
  min-height: 200px;
}
@media (max-width: 1365px) {
  .knowledgebase-wrap {
    margin: 30px 0 50px;
    width: 100%;
    min-height: 160px;
  }
}
@media (max-width: 767px) {
  .knowledgebase-wrap {
    min-height: unset;
  }
}
.knowledgebase-wrap_search {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .knowledgebase-wrap_search {
    margin-bottom: 40px;
  }
}

.knowledgebase-item {
  width: 100%;
  margin: 0 0 30px;
  padding-top: 30px;
  padding-left: 172px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1365px) {
  .knowledgebase-item {
    margin: 0 0 20px;
    padding-top: 20px;
    padding-left: 164px;
  }
}
@media (max-width: 767px) {
  .knowledgebase-item {
    width: calc(100% - 20px);
    margin: 0 0 30px 20px;
    padding-top: 98px;
    padding-left: 0;
  }
}
.knowledgebase-item__bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 172px);
  height: 100%;
  transform: translateY(30px);
  background-color: #f7f8f6;
  transition: all 0.3s ease-in-out;
  z-index: -1;
}
@media (max-width: 1365px) {
  .knowledgebase-item__bg {
    width: calc(100% - 164px);
    transform: translateY(20px);
  }
}
@media (max-width: 767px) {
  .knowledgebase-item__bg {
    display: none;
  }
}
.knowledgebase-item__preview {
  width: 274px;
  height: 220px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: flex;
}
@media (max-width: 1365px) {
  .knowledgebase-item__preview {
    width: 194px;
    height: 156px;
  }
}
.knowledgebase-item__preview_video:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.knowledgebase-item__img {
  background: no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.knowledgebase-item__video {
  margin: auto;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1365px) {
  .knowledgebase-item__video {
    width: 38px;
    height: 38px;
  }
}
.knowledgebase-item__video-icon {
  width: 22px;
  height: 22px;
  transform: translateX(-2px);
}
@media (max-width: 1365px) {
  .knowledgebase-item__video-icon {
    width: 16px;
    height: 16px;
    transform: translateX(-1px);
  }
}
.knowledgebase-item__content {
  min-height: 190px;
  padding: 30px 30px 30px 135px;
  background-color: #f7f8f6;
  position: relative;
}
@media (max-width: 1365px) {
  .knowledgebase-item__content {
    min-height: 136px;
    padding: 25px 25px 25px 60px;
  }
}
@media (max-width: 767px) {
  .knowledgebase-item__content {
    min-height: unset;
    padding: 80px 20px 25px 23px;
  }
}
.knowledgebase-item__flag {
  position: absolute;
  top: -11px;
  left: 135px;
  width: 33px;
  height: 22px;
}
@media (max-width: 1365px) {
  .knowledgebase-item__flag {
    left: 60px;
  }
}
@media (max-width: 767px) {
  .knowledgebase-item__flag {
    left: 215px;
  }
}
.knowledgebase-item__flag img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.knowledgebase-item__logo {
  margin-bottom: 15px;
}
.knowledgebase-item__logo img {
  display: block;
  max-width: 100%;
  max-height: 40px;
  height: auto;
  width: auto;
}
.knowledgebase-item__info {
  display: flex;
  margin-top: 10px;
  margin-bottom: 15px;
}
.knowledgebase-item__creators-title {
  font-size: 14px;
  line-height: 14px;
  margin-right: 20px;
  color: #8dc63f;
}
.knowledgebase-item__sectors-title {
  font-size: 12px;
  line-height: 14px;
  margin-right: 20px;
}
.knowledgebase-item__roster-type,
.knowledgebase-item__material-type {
  font-size: 14px;
}
.knowledgebase-item__title {
  font-family: Qanelas-Bold;
  font-size: 24px;
  line-height: 28px;
}
@media (max-width: 1365px) {
  .knowledgebase-item__title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .knowledgebase-item__title {
    font-size: 14px;
    line-height: 18px;
  }
}
.knowledgebase-item__description {
  font-size: 16px;
  line-height: 22px;
  margin-top: 10px;
}
@media (max-width: 1365px) {
  .knowledgebase-item__description {
    font-size: 14px;
    line-height: 18px;
  }
}
.knowledgebase-item__link-text {
  display: flex;
  align-items: center;
  color: rgba(47, 47, 47, 0.5);
  font-size: 14px;
  margin-top: 20px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .knowledgebase-item__link-text {
    margin-top: 15px;
  }
}
.knowledgebase-item__link-text-icon {
  margin-left: 10px;
  width: 12px;
  height: 14px;
  fill: rgba(47, 47, 47, 0.5);
  stroke: none;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .knowledgebase-item__link-text-icon {
    display: none;
  }
}
.knowledgebase-item__download {
  width: 40px;
  height: 40px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #8dc63f;
  border-radius: 50%;
}
@media (max-width: 1365px) {
  .knowledgebase-item__download {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  .knowledgebase-item__download {
    margin-top: 0;
    position: absolute;
    top: 16px;
    left: 215px;
  }
}
.knowledgebase-item__download-icon {
  width: 10px;
  height: 17px;
}
.knowledgebase-item:hover .knowledgebase-item__bg,
.knowledgebase-item:active .knowledgebase-item__bg {
  transform: translateY(0);
}
.knowledgebase-item:hover .knowledgebase-item__link-text,
.knowledgebase-item:active .knowledgebase-item__link-text {
  color: #8dc63f;
}
.knowledgebase-item:hover .knowledgebase-item__link-text-icon,
.knowledgebase-item:active .knowledgebase-item__link-text-icon {
  fill: #8dc63f;
}

.archive-knowledgebase-content {
  margin: 0 0 30px;
}
@media (max-width: 767px) {
  .archive-knowledgebase-content {
    margin-left: 5px;
  }
}
.archive-knowledgebase-content__title {
  font-family: Boita-Bold;
  font-size: 60px;
  padding-left: 24px;
  margin-bottom: 40px;
}
@media (max-width: 1365px) {
  .archive-knowledgebase-content__title {
    font-size: 50px;
    line-height: 58px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .archive-knowledgebase-content__title {
    font-size: 24px;
    line-height: 28px;
    padding-left: 15px;
    margin-bottom: 25px;
  }
}

.knowledgebase-video-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 999;
  display: none;
}
.knowledgebase-video-lightbox.active {
  display: block;
}

.knowledgebase-video-wrap {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1200px;
  max-height: 80%;
}
@media (max-width: 767px) {
  .knowledgebase-video-wrap {
    width: 100%;
  }
}
.knowledgebase-video-wrap__close {
  position: absolute;
  top: -20px;
  right: 40px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.knowledgebase-video-wrap__close:hover,
.knowledgebase-video-wrap__close:active {
  background-color: #8dc63f;
}
.knowledgebase-video-wrap__close-icon {
  fill: #8dc63f;
  width: 13px;
  height: 12px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.knowledgebase-video-wrap__close:hover .knowledgebase-video-wrap__close-icon,
.knowledgebase-video-wrap__close:active .knowledgebase-video-wrap__close-icon {
  fill: #fff;
}
.knowledgebase-video-wrap iframe {
  width: 100%;
  height: 100%;
}

.infographics-section {
  padding: 160px 0 210px;
  background-color: #f1f4ed;
}
@media (max-width: 1365px) {
  .infographics-section {
    padding: 90px 0 120px;
  }
}
@media (max-width: 1023px) {
  .infographics-section {
    padding: 80px 0 110px;
  }
}
.infographics-section_arcive-infographics {
  margin-bottom: 80px;
  background-color: #fff;
}
@media (max-width: 1365px) {
  .infographics-section_arcive-infographics {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .infographics-section_arcive-infographics {
    margin-bottom: 70px;
  }
}

@media (max-width: 767px) {
  .infographics-wrap {
    max-width: 530px;
    margin: 0 auto;
  }
}

.infographics-section_arcive-infographics .infographics-wrap {
  margin-bottom: 80px;
}
@media (max-width: 1365px) {
  .infographics-section_arcive-infographics .infographics-wrap {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .infographics-section_arcive-infographics .infographics-wrap {
    margin-bottom: 30px;
  }
}

.infographics-wrap_search {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .infographics-wrap_search {
    margin-bottom: 40px;
  }
}

.infographics-item {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 1365px) {
  .infographics-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 1365px) {
  .infographics-item:last-child {
    margin-bottom: 0;
  }
}
.infographics-item__preview {
  width: 50%;
}
@media (max-width: 767px) {
  .infographics-item__preview {
    width: calc(100% - 50px);
    margin: 0 auto;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 767px) {
  .infographics-item__preview:after {
    display: block;
    content: "";
    width: calc(100% + 50px);
    height: 50%;
    background-color: #fff;
    position: absolute;
    left: -25px;
    bottom: 0;
    z-index: -1;
  }
}
.infographics-item__img {
  padding-bottom: 73%;
  height: 0;
  background: no-repeat 50% 50%;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
.infographics-item__content {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 40px 60px 40px 30px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1365px) {
  .infographics-item__content {
    padding: 30px 40px 30px 20px;
  }
}
@media (max-width: 767px) {
  .infographics-item__content {
    width: 100%;
    background-color: #fff;
    padding: 20px 15px 20px 25px;
  }
}
.infographics-item__content-wrap {
  max-height: 220px;
  overflow: hidden;
}
@media (max-width: 1365px) {
  .infographics-item__content-wrap {
    max-height: 160px;
  }
}
.infographics-item__title {
  font-family: Qanelas-ExtraBold;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 20px;
}
@media (max-width: 1365px) {
  .infographics-item__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .infographics-item__title {
    font-size: 18px;
    line-height: 24px;
  }
}
.infographics-item__text {
  font-size: 16px;
  line-height: 20px;
  max-height: 100px;
  overflow: hidden;
}
@media (max-width: 1365px) {
  .infographics-item__text {
    font-size: 14px;
    line-height: 18px;
    max-height: 90px;
  }
}
.infographics-item__button {
  margin-top: auto;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1365px) {
  .infographics-item__button {
    display: none;
  }
}
.infographics-item:nth-child(2n) .infographics-item__preview {
  order: 2;
}
@media (max-width: 767px) {
  .infographics-item:nth-child(2n) .infographics-item__preview {
    order: 1;
  }
}
.infographics-item:nth-child(2n) .infographics-item__content {
  order: 1;
}
@media (max-width: 767px) {
  .infographics-item:nth-child(2n) .infographics-item__content {
    order: 2;
  }
}
.infographics-item:hover .infographics-item__content,
.infographics-item:active .infographics-item__content {
  background-color: #fff;
}
.infographics-item:hover .infographics-item__button,
.infographics-item:active .infographics-item__button {
  opacity: 1;
}
.infographics-section_arcive-infographics
  .infographics-item:hover
  .infographics-item__content,
.infographics-section_arcive-infographics
  .infographics-item:active
  .infographics-item__content,
.infographics-wrap_search .infographics-item:hover .infographics-item__content,
.infographics-wrap_search
  .infographics-item:active
  .infographics-item__content {
  background-color: #f7f8f6;
}

.infographics-image-block {
  width: 100%;
  position: relative;
}

.infographics-image {
  max-width: 100%;
  height: auto;
}

.banners_home {
  position: relative;
}
.banners_home:after {
  display: block;
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  background-color: #f1f4ed;
}
@media (max-width: 767px) {
  .banners_home:after {
    height: 84%;
  }
}

.banners_recipes-bottom {
  position: relative;
}
@media (max-width: 767px) {
  .banners_recipes-bottom {
    padding-bottom: 70px;
  }
}
.banners_recipes-bottom:after {
  display: block;
  content: "";
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  background-color: #fff;
}
@media (max-width: 767px) {
  .banners_recipes-bottom:after {
    height: 84%;
  }
}

.banners_recipes-right {
  position: absolute;
  top: 0;
  right: 146px;
  width: 195px;
  height: 720px;
  background: no-repeat 50% 50%;
  background-size: cover;
}
@media (max-width: 1365px) {
  .banners_recipes-right {
    right: 134px;
    width: 120px;
    height: 446px;
  }
}
@media (max-width: 1023px) {
  .banners_recipes-right {
    right: 38px;
  }
}
@media (max-width: 767px) {
  .banners_recipes-right {
    display: none;
  }
}

.banners_what-and-where-buy {
  margin-bottom: 60px;
}

.banners-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .banners-wrap {
    margin: 0 -30px 0 20px;
  }
}

.banners-item {
  width: calc(50% - 30px);
  margin: 0 15px;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .banners-item {
    width: 100%;
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .banners-item:last-child {
    margin: 0;
  }
}
.banners-item__img {
  padding-bottom: 41%;
  height: 0;
  overflow: hidden;
  position: relative;
  background: no-repeat 50% 50%;
  background-size: cover;
}
.banners-item img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.useful-tips-section {
  padding: 110px 0 130px;
  background-color: #f1f4ed;
}
@media (max-width: 1365px) {
  .useful-tips-section {
    padding: 90px 0 120px;
  }
}
@media (max-width: 767px) {
  .useful-tips-section {
    padding: 70px 0 80px;
  }
}

.useful-tips-wrap {
  width: 800px;
}
@media (max-width: 1365px) {
  .useful-tips-wrap {
    width: 100%;
  }
}

.useful-tips-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 120px 20px 40px;
  margin-bottom: 30px;
  border: 1px solid #fff;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1365px) {
  .useful-tips-item {
    padding: 20px 110px 20px 40px;
  }
}
@media (max-width: 767px) {
  .useful-tips-item {
    padding: 20px 20px 20px 22px;
    margin-bottom: 25px;
  }
}
.useful-tips-item:last-child {
  margin-bottom: 0;
}
.useful-tips-item:hover,
.useful-tips-item.active {
  background-color: #fff;
}
.useful-tips-item.disabled {
  background-color: transparent;
  cursor: default;
}
.useful-tips-item__title {
  width: 100%;
  font-family: Qanelas-Bold;
  font-size: 18px;
  line-height: 24px;
  padding: 10px 0;
}
.useful-tips-item__content {
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  max-height: 60px;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
@media (max-width: 1365px) {
  .useful-tips-item__content {
    max-height: 80px;
  }
}
@media (max-width: 767px) {
  .useful-tips-item__content {
    max-height: 0;
  }
}
.useful-tips-item__button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50px;
  right: 50px;
  border-radius: 50%;
  background-color: #8dc63f;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1365px) {
  .useful-tips-item__button {
    right: 40px;
  }
}
@media (max-width: 767px) {
  .useful-tips-item__button {
    width: 36px;
    height: 36px;
    top: 20px;
    right: -18px;
  }
}
.useful-tips-item.disabled .useful-tips-item__button {
  display: none;
}
.useful-tips-item__button-icon {
  stroke: #fff;
  width: 12px;
  height: 12px;
  transform: translateY(-1px);
  transition: all 0.3s ease-in-out;
}
.useful-tips-item.active .useful-tips-item__button-icon {
  transform: rotate(180deg);
}

.questions-section {
  margin: 120px 0;
}
@media (max-width: 1365px) {
  .questions-section {
    margin: 100px 0;
  }
}
@media (max-width: 767px) {
  .questions-section {
    margin: 60px 0 80px;
  }
}
.questions-section__button {
  margin-top: 40px;
  margin-left: 30px;
}

.questions-wrap {
  width: 630px;
}
@media (max-width: 1365px) {
  .questions-wrap {
    width: 100%;
  }
}

.search-form_questions-section {
  display: flex;
  align-items: center;
  width: 580px;
  height: 40px;
  margin-left: 25px;
  margin-bottom: 56px;
  border-bottom: 2px solid #c5c5c5;
}
@media (max-width: 1365px) {
  .search-form_questions-section {
    width: calc(100% - 25px);
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .search-form_questions-section {
    width: 100%;
    margin-left: 0;
    margin-bottom: 40px;
    border-bottom: 1px solid #c5c5c5;
  }
}
.search-form_questions-section .search-form__submit {
  height: 36px;
  width: 36px;
  margin-left: 5px;
}
.search-form_questions-section .search-form__icon {
  fill: #8dc63f;
  transition: all 0.3s ease-in-out;
  width: 30px;
  height: 30px;
}
.search-form_questions-section .search-form__input {
  height: 40px;
  font-size: 18px;
  line-height: 20px;
  padding-left: 10px 0;
}

.questions-item {
  width: 100%;
  margin-bottom: 30px;
}
.questions-item:last-child {
  margin-bottom: 0;
}
.questions-item__title {
  display: flex;
  align-items: center;
  min-height: 100px;
  padding: 20px 100px 20px 30px;
  font-family: Qanelas-Bold;
  font-size: 18px;
  line-height: 22px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .questions-item__title {
    min-height: 76px;
    padding: 20px 30px;
  }
}
.questions-item__title:hover {
  background-color: #f7f8f6;
  border: 1px solid #f7f8f6;
}
.questions-item__title.active {
  background-color: #f7f8f6;
  border: 1px solid #f7f8f6;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .questions-item__title.active {
    margin-bottom: 15px;
  }
}
.questions-item__title:hover .questions-item__button,
.questions-item__title.active .questions-item__button {
  background-color: #8dc63f;
  border: 1px solid #8dc63f;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
}
.questions-item__title:hover .questions-item__button-icon {
  stroke: #fff;
}
.questions-item__title.active .questions-item__button-icon {
  transform: rotate(180deg);
  stroke: #fff;
}
.questions-item__button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  border: 1px solid rgba(197, 197, 197, 0.3);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .questions-item__button {
    background-color: #fff;
    width: 36px;
    height: 36px;
    right: -18px;
  }
}
.questions-item__button-icon {
  stroke: #72c600;
  width: 12px;
  height: 12px;
  transform: translateY(-1px);
  transition: all 0.3s ease-in-out;
}
.questions-item__content {
  padding: 0 100px 0 30px;
  font-size: 16px;
  line-height: 22px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .questions-item__content {
    padding: 0 30px;
  }
}

.recipes-section_archive-recipes {
  margin: 30px 0 90px;
  min-height: 720px;
}
@media (max-width: 1365px) {
  .recipes-section_archive-recipes {
    min-height: 446px;
  }
}
@media (max-width: 767px) {
  .recipes-section_archive-recipes {
    min-height: unset;
  }
}

.recipes-filters-button {
  text-align: center;
}

.recipes-wrap {
  margin-bottom: 70px;
  width: 78%;
}
@media (max-width: 1365px) {
  .recipes-wrap {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .recipes-wrap {
    width: 100%;
    margin-bottom: 50px;
  }
}

.recipes-item {
  width: calc(100% - 165px);
  margin: 0 0 30px 165px;
  background-color: #fff;
  position: relative;
}
@media (max-width: 1365px) {
  .recipes-item {
    width: calc(100% - 70px);
    margin: 0 0 30px 70px;
  }
}
@media (max-width: 767px) {
  .recipes-item {
    width: 100%;
    margin: 82px 0 30px;
  }
}
.recipes-item__previews {
  width: 195px;
  height: 195px;
  position: absolute;
  top: 40px;
  left: -165px;
  background: no-repeat 50% 50%;
  background-size: cover;
}
@media (max-width: 1365px) {
  .recipes-item__previews {
    width: 92px;
    height: 92px;
    top: 24px;
    left: -70px;
  }
}
@media (max-width: 767px) {
  .recipes-item__previews {
    width: 104px;
    height: 104px;
    top: -52px;
    left: 24px;
  }
}
.recipes-item__content {
  width: 100%;
  min-height: 275px;
  display: flex;
  flex-direction: column;
  padding: 40px 40px 30px 50px;
  position: relative;
}
@media (max-width: 1365px) {
  .recipes-item__content {
    min-height: 236px;
    padding: 20px 30px 25px 40px;
  }
}
@media (max-width: 767px) {
  .recipes-item__content {
    padding: 65px 25px 20px;
  }
}
.recipes-item__link {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  position: absolute;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1365px) {
  .recipes-item__link {
    width: 40px;
    height: 40px;
    right: -20px;
  }
}
@media (max-width: 767px) {
  .recipes-item__link {
    width: 36px;
    height: 36px;
    right: -18px;
  }
}
.recipes-item__link:hover {
  background-color: #8dc63f;
}
.recipes-item__link:active {
  background-color: #c6e39f;
}
.recipes-item__link:hover .recipes-item__link-icon,
.recipes-item__link:active .recipes-item__link-icon {
  stroke: #fff;
}
.recipes-item__link-icon {
  width: 12px;
  height: 12px;
  stroke: #8dc63f;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .recipes-item__link-icon {
    width: 10px;
    height: 10px;
  }
}
.recipes-item__title {
  font-family: Qanelas-Bold;
  font-size: 24px;
  line-height: 26px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(219, 225, 213, 0.4);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1365px) {
  .recipes-item__title {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .recipes-item__title {
    font-size: 14px;
    line-height: 18px;
  }
}
.recipes-item__title-link {
  display: block;
}
.recipes-item__title-link:hover .recipes-item__title {
  color: #8dc63f;
}
.recipes-item__title-link:active .recipes-item__title {
  color: #c6e39f;
}
.recipes-item__terms {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 8px 0;
  border-bottom: 1px solid rgba(219, 225, 213, 0.4);
}
.recipes-item__terms li {
  font-size: 14px;
  line-height: 16px;
  padding: 5px 0;
  margin-right: 20px;
}
@media (max-width: 1365px) {
  .recipes-item__terms li {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 767px) {
  .recipes-item__terms li {
    margin-right: 15px;
  }
}
.recipes-item__time-and-portion {
  display: flex;
  margin: 15px 0 30px;
}
.recipes-item__portion,
.recipes-item__time {
  display: flex;
  align-items: center;
  font-family: Qanelas-Bold;
  font-size: 14px;
  color: #8dc63f;
}
.recipes-item__portion {
  margin-right: 30px;
}
.recipes-item__portion-icon {
  width: 14px;
  height: 8px;
  margin-right: 10px;
}
.recipes-item__time-icon {
  width: 13px;
  height: 13px;
  margin-right: 10px;
}
.recipes-item__ingredients-button {
  display: flex;
  align-items: center;
  font-family: Qanelas-Bold;
  font-size: 18px;
  margin-top: auto;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .recipes-item__ingredients-button {
    font-size: 14px;
  }
}
.recipes-item__ingredients-button:hover {
  color: #8dc63f;
}
.recipes-item__ingredients-button:active {
  color: #c6e39f;
}
.recipes-item__ingredients-button-icon {
  width: 12px;
  height: 12px;
  margin-left: 10px;
  transform: translateY(-2px);
  stroke: #8dc63f;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .recipes-item__ingredients-button-icon {
    width: 10px;
    height: 10px;
    margin-left: 8px;
  }
}
.recipes-item__ingredients-button.active
  .recipes-item__ingredients-button-icon {
  transform: translateY(2px) rotate(-180deg);
}
.recipes-item__video-icon {
  display: block;
  width: 29px;
  height: 25px;
  position: absolute;
  right: 40px;
  bottom: 30px;
}
@media (max-width: 767px) {
  .recipes-item__video-icon {
    top: 25px;
    right: 25px;
    bottom: unset;
  }
}

.ingredients-wrap {
  max-height: 0;
  overflow: hidden;
  padding: 0 40px 0 50px;
  border-top: 1px solid rgba(219, 225, 213, 0.4);
  transition: max-height 0.3s ease-in-out;
}
@media (max-width: 1365px) {
  .ingredients-wrap {
    padding: 0 30px 0 40px;
  }
}
@media (max-width: 767px) {
  .ingredients-wrap {
    padding: 0 25px;
  }
}
.ingredients-wrap__close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #8dc63f;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .ingredients-wrap__close {
    width: 36px;
    height: 36px;
    margin: 25px 0;
  }
}
.ingredients-wrap__close:hover {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
}
.ingredients-wrap__close:active {
  background-color: #c6e39f;
  box-shadow: none;
}
.ingredients-wrap__close-icon {
  width: 12px;
  height: 12px;
  stroke: #fff;
  transform: translateY(1px) rotate(180deg);
}
@media (max-width: 767px) {
  .ingredients-wrap__close-icon {
    width: 10px;
    height: 10px;
  }
}

.ingredients-item {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  margin-top: 15px;
  position: relative;
}
.ingredients-item:after {
  position: absolute;
  bottom: 3px;
  display: block;
  content: "";
  height: 1px;
  border-bottom: 1px solid rgba(219, 225, 213, 0.4);
  width: 100%;
}
.ingredients-item:first-child {
  margin-top: 25px;
}
.ingredients-item__title {
  display: inline-flex;
  align-items: flex-end;
  font-size: 14px;
  line-height: 18px;
  padding-right: 15px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .ingredients-item__title {
    font-size: 12px;
    line-height: 16px;
  }
}
.ingredients-item__title.ingredients-item-link {
  color: #8dc63f;
  position: relative;
}
.ingredients-item__title.ingredients-item-link .ingredients-item-link__button {
  position: absolute;
  bottom: -5px;
  left: 100%;
  margin-left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
  padding: 0;
  border: none;
  white-space: nowrap;
  border-radius: 8px 0;
  font-size: 12px;
}
@media (max-width: 1023px) {
  .ingredients-item__title.ingredients-item-link
    .ingredients-item-link__button {
    display: none;
  }
}
.ingredients-item__title.ingredients-item-link
  .ingredients-item-link__button.active {
  width: auto;
  height: 30px;
  padding: 0 15px;
  border: 1px solid #8dc63f;
  -webkit-animation: scale-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94)
    both;
  animation: scale-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.ingredients-item__count {
  font-size: 16px;
  padding-left: 15px;
  background-color: #fff;
  text-align: right;
  position: relative;
  z-index: 1;
}
@media (max-width: 1365px) {
  .ingredients-item__count {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .ingredients-item__count {
    margin-left: 10px;
  }
}

/**
 * ----------------------------------------
 * animation scale-in-left
 * ----------------------------------------
 */
@-webkit-keyframes scale-in-left {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    opacity: 1;
  }
}

@keyframes scale-in-left {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
    opacity: 1;
  }
}

.recipes-heading-content-wrap {
  background-color: #fff;
  padding: 0 196px 40px 30px;
  position: relative;
}
@media (max-width: 1365px) {
  .recipes-heading-content-wrap {
    padding: 0 96px 30px 20px;
  }
}
@media (max-width: 767px) {
  .recipes-heading-content-wrap {
    padding: 30px 24px 30px;
  }
}

.recipes-heading-content {
  width: 660px;
  padding-bottom: 100px;
}
@media (max-width: 1365px) {
  .recipes-heading-content {
    width: calc(100% - 133px);
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .recipes-heading-content {
    width: 100%;
    margin-top: 196px;
    padding-bottom: 50px;
  }
}
.recipes-heading-content__previews {
  width: 465px;
  height: 414px;
  padding-bottom: 0;
  position: absolute;
  top: -245px;
  right: -300px;
  background: no-repeat 50% 50%;
  background-size: cover;
}
@media (max-width: 1365px) {
  .recipes-heading-content__previews {
    width: 216px;
    height: 219px;
    top: -65px;
    right: -133px;
  }
}
@media (max-width: 767px) {
  .recipes-heading-content__previews {
    top: -189px;
    left: 24px;
    right: unset;
  }
}
.recipes-heading-content__terms {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  border-bottom: 1px solid rgba(219, 225, 213, 0.4);
}
.recipes-heading-content__terms li {
  font-size: 14px;
  line-height: 16px;
  padding: 5px 0;
  margin-right: 20px;
}
@media (max-width: 1365px) {
  .recipes-heading-content__terms li {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 767px) {
  .recipes-heading-content__terms li {
    margin-right: 15px;
  }
}
.recipes-heading-content__time-and-portion {
  display: flex;
  margin: 30px 0;
}
.recipes-heading-content__portion,
.recipes-heading-content__time {
  display: flex;
  align-items: center;
  font-family: Qanelas-Bold;
  font-size: 14px;
  color: #8dc63f;
}
.recipes-heading-content__portion {
  margin-right: 30px;
}
.recipes-heading-content__portion-icon {
  width: 14px;
  height: 8px;
  margin-right: 10px;
}
.recipes-heading-content__time-icon {
  width: 13px;
  height: 13px;
  margin-right: 10px;
}
.recipes-heading-content__ingredients-button {
  font-family: Qanelas-Bold;
  font-size: 18px;
  margin-top: auto;
}
@media (max-width: 767px) {
  .recipes-heading-content__ingredients-button {
    font-size: 14px;
  }
}

.recipes-heading-video {
  position: relative;
}
.recipes-heading-video:after {
  display: block;
  content: "";
  width: 100%;
  height: 50%;
  background-color: #f1f4ed;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .recipes-heading-video .recipes-heading-video-wrap {
    padding-bottom: 65%;
    height: 0;
    overflow: hidden;
    position: relative;
  }
}
.recipes-heading-video iframe {
  display: block;
  width: 660px;
  height: 430px;
}
@media (max-width: 1365px) {
  .recipes-heading-video iframe {
    width: 100%;
    height: 410px;
  }
}
@media (max-width: 1023px) {
  .recipes-heading-video iframe {
    height: 320px;
  }
}
@media (max-width: 767px) {
  .recipes-heading-video iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
  }
}

.recipes-map {
  margin: 90px 0 130px;
}
@media (max-width: 1365px) {
  .recipes-map {
    margin: 80px 0 60px;
  }
}
.recipes-map__title {
  font-family: Qanelas-Bold;
  font-size: 40px;
  line-height: 46px;
  padding-left: 25px;
  margin-bottom: 30px;
}
@media (max-width: 1365px) {
  .recipes-map__title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .recipes-map__title {
    font-size: 22px;
    line-height: 26px;
    padding-left: 20px;
  }
}
.recipes-map__button {
  position: absolute;
  left: 258px;
  bottom: -20px;
}
@media (max-width: 1023px) {
  .recipes-map__button {
    left: 93px;
    bottom: -18px;
  }
}
@media (max-width: 767px) {
  .recipes-map__button {
    left: 50px;
  }
}

#single-recipes-map {
  width: 100%;
  height: 526px;
}
@media (max-width: 1365px) {
  #single-recipes-map {
    height: 346px;
  }
}
@media (max-width: 767px) {
  #single-recipes-map {
    width: calc(100% + 60px);
    margin: 0 -30px;
    height: 505px;
  }
}

.similar-recipes {
  background-color: #f1f4ed;
  padding: 80px 0 90px;
  margin-top: 100px;
}
@media (max-width: 1365px) {
  .similar-recipes {
    padding: 80px 0 60px;
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  .similar-recipes {
    padding: 60px 0 40px;
    margin-top: 60px;
  }
}
.similar-recipes__title {
  font-family: Qanelas-Bold;
  font-size: 40px;
  line-height: 46px;
  padding-left: 25px;
  margin-bottom: 50px;
}
@media (max-width: 1365px) {
  .similar-recipes__title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .similar-recipes__title {
    font-size: 22px;
    line-height: 26px;
    padding-left: 20px;
  }
}

.similar-recipes-wrap {
  width: 78%;
}
@media (max-width: 767px) {
  .similar-recipes-wrap {
    width: 100%;
  }
}

.stages-section {
  margin: 30px 0 50px;
}

.stages-wrap {
  display: none;
}
@media (max-width: 767px) {
  .stages-wrap {
    margin: 0 -30px;
  }
}
.stages-wrap.active {
  display: block;
}

.stages-item {
  width: 100%;
  display: flex;
  padding: 30px 30px 40px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .stages-item {
    flex-wrap: wrap;
    padding: 30px 30px 40px 40px;
  }
}
.stages-item:before {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #8dc63f;
  position: absolute;
  left: 216px;
  bottom: calc(100% - 64px);
  z-index: 2;
}
@media (max-width: 1365px) {
  .stages-item:before {
    left: 140px;
    bottom: calc(100% - 46px);
  }
}
@media (max-width: 767px) {
  .stages-item:before {
    left: 40px;
    bottom: calc(100% - 44px);
  }
}
.stages-item:after {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background-color: #8dc63f;
  position: absolute;
  top: 64px;
  left: 216px;
  z-index: 2;
}
@media (max-width: 1365px) {
  .stages-item:after {
    top: 46px;
    left: 140px;
  }
}
@media (max-width: 767px) {
  .stages-item:after {
    top: 44px;
    left: 40px;
  }
}
.stages-item:first-child:before,
.stages-item:last-child:after {
  display: none;
}
.stages-item__point {
  width: 11px;
  height: 11px;
  background-color: #8dc63f;
  border-radius: 50%;
  position: absolute;
  top: 64px;
  left: 211px;
}
@media (max-width: 1365px) {
  .stages-item__point {
    top: 46px;
    left: 135px;
  }
}
@media (max-width: 767px) {
  .stages-item__point {
    top: 44px;
    left: 35px;
  }
}
.stages-item__border {
  height: 1px;
  width: calc(100% - 60px);
  background-color: rgba(219, 225, 213, 0.4);
  position: absolute;
  top: 0;
  left: 30px;
  z-index: 2;
}
.stages-item:first-child .stages-item__border {
  display: none;
}
.stages-item__date {
  width: 186px;
  flex: none;
}
@media (max-width: 1365px) {
  .stages-item__date {
    width: 110px;
  }
}
@media (max-width: 767px) {
  .stages-item__date {
    width: 100%;
  }
}
.stages-item__year {
  font-family: Qanelas-Bold;
  font-size: 70px;
  line-height: 78px;
  color: #8dc63f;
}
@media (max-width: 1365px) {
  .stages-item__year {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .stages-item__year {
    padding-left: 15px;
  }
}
.stages-item__wrap {
  padding-left: 75px;
  padding-top: 20px;
  position: relative;
}
@media (max-width: 1365px) {
  .stages-item__wrap {
    padding-left: 50px;
    padding-top: 0;
  }
}
@media (max-width: 767px) {
  .stages-item__wrap {
    width: 100%;
    padding-left: 0;
    padding-top: 50px;
  }
}
.stages-item__flag {
  position: absolute;
  top: 30px;
  left: 49px;
  width: 26px;
  height: 18px;
}
@media (max-width: 1365px) {
  .stages-item__flag {
    top: 8px;
    left: 28px;
  }
}
@media (max-width: 767px) {
  .stages-item__flag {
    top: 24px;
    left: 15px;
  }
}
.stages-item__flag img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.stages-item__title {
  font-family: Qanelas-ExtraBold;
  font-size: 30px;
  line-height: 36px;
  padding-left: 24px;
  margin-bottom: 30px;
}
@media (max-width: 1365px) {
  .stages-item__title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .stages-item__title {
    padding-left: 15px;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.stages-item__content {
  max-height: 72px;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}
@media (max-width: 1365px) {
  .stages-item__content {
    max-height: 80px;
  }
}
@media (max-width: 767px) {
  .stages-item__content {
    max-height: 100px;
  }
}
.stages-item__button {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-left: 24px;
  border: 1px solid #8dc63f;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1365px) {
  .stages-item__button {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .stages-item__button {
    margin-top: 20px;
    margin-left: 15px;
  }
}
.stages-item.disabled .stages-item__button {
  display: none;
}
.stages-item__button-icon {
  stroke: #8dc63f;
  width: 12px;
  height: 12px;
  transform: translateY(-1px);
  transition: all 0.3s ease-in-out;
}
.stages-item.active .stages-item__button-icon {
  transform: rotate(180deg);
}
.stages-item:hover,
.stages-item.active {
  background-color: #f7f8f6;
}
.stages-item:hover .stages-item__button,
.stages-item:active .stages-item__button {
  background-color: #8dc63f;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
}
.stages-item:hover .stages-item__button-icon,
.stages-item:active .stages-item__button-icon {
  stroke: #fff;
}
.stages-item.disabled {
  background-color: transparent;
  pointer-events: none;
}
.stages-item:hover .stages-item__border,
.stages-item.active .stages-item__border,
.stages-item:hover + .stages-item .stages-item__border,
.stages-item.active + .stages-item .stages-item__border {
  display: none;
}

.terminology-section {
  margin: 50px 0;
}

.terminology-alphabet {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .terminology-alphabet {
    padding-left: 20px;
  }
}
.terminology-alphabet span {
  width: 40px;
  height: 60px;
  font-family: Qanelas-ExtraBold;
  font-size: 50px;
  line-height: 56px;
  color: rgba(47, 47, 47, 0.1);
  pointer-events: none;
  margin-right: 30px;
  background-color: transparent;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1365px) {
  .terminology-alphabet span {
    width: 30px;
    height: 46px;
    font-size: 36px;
    line-height: 40px;
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .terminology-alphabet span {
    width: 26px;
    height: 34px;
    font-size: 24px;
    line-height: 28px;
  }
}
.terminology-alphabet span.active-letter {
  color: rgba(47, 47, 47, 0.3);
  pointer-events: auto;
}
.terminology-alphabet span.current-letter {
  color: #8dc63f;
  pointer-events: auto;
}
.terminology-alphabet span:hover {
  color: #8dc63f;
}
.terminology-alphabet span:active {
  color: #c6e39f;
}

.terminology-wrap {
  width: 630px;
  margin-bottom: 50px;
}
@media (max-width: 1365px) {
  .terminology-wrap {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .terminology-wrap {
    padding-left: 20px;
  }
}

.terminology-item {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .terminology-item {
    margin-bottom: 30px;
  }
}
.terminology-item:last-child {
  margin-bottom: 0;
}
.terminology-item__title {
  font-family: Qanelas-ExtraBold;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .terminology-item__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 10px;
  }
}
.terminology-item__text {
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 767px) {
  .terminology-item__text {
    font-size: 14px;
    line-height: 18px;
  }
}

.search-no-result__text {
  font-family: Qanelas-Bold;
  font-size: 24px;
  line-height: 26px;
  margin-bottom: 10px;
}
@media (max-width: 1365px) {
  .search-no-result__text {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .search-no-result__text {
    font-size: 18px;
    line-height: 20px;
  }
}

.search-no-result__description {
  font-size: 20px;
  line-height: 22px;
}
@media (max-width: 1365px) {
  .search-no-result__description {
    font-size: 18px;
    line-height: 20px;
  }
}
@media (max-width: 767px) {
  .search-no-result__description {
    font-size: 16px;
    line-height: 18px;
  }
}

.about-us-content-section {
  padding-bottom: 60px;
}
@media (max-width: 1365px) {
  .about-us-content-section {
    padding-bottom: 45px;
  }
}

.team-section {
  position: relative;
  z-index: 1;
}
.team-section:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 200px;
  background-color: #fff;
  z-index: -1;
}
@media (max-width: 767px) {
  .team-section:after {
    height: 170px;
  }
}

.team-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 767px) {
  .team-wrap {
    margin: 0 20px;
  }
}
@media (max-width: 640px) {
  .team-wrap {
    max-width: 320px;
    margin: 0 20px;
  }
}

.team-item {
  width: calc(33.33% - 30px);
  margin: 0 15px 30px;
}
@media (max-width: 1365px) {
  .team-item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 767px) {
  .team-item {
    width: calc(50% - 10px);
    margin: 0 0 30px;
  }
}
@media (max-width: 640px) {
  .team-item {
    width: 100%;
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .team-item:nth-child(odd) {
    margin-right: 10px;
  }
}
@media (max-width: 640px) {
  .team-item:nth-child(odd) {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .team-item:nth-child(even) {
    margin-left: 10px;
  }
}
@media (max-width: 640px) {
  .team-item:nth-child(even) {
    margin-left: 0;
  }
}
.team-item__previews {
  padding-bottom: 76%;
  height: 0;
  border-radius: 20px 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
}
.team-item__img {
  background: no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.team-item__name {
  font-family: Qanelas-Bold;
  font-size: 18px;
  padding-left: 20px;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .team-item__name {
    font-size: 16px;
    padding-left: 0;
  }
}
.team-item__post {
  font-size: 14px;
  line-height: 16px;
  padding-left: 20px;
}
@media (max-width: 767px) {
  .team-item__post {
    padding-left: 0;
  }
}

.partners-section {
  background-color: #fff;
  padding: 50px 0 100px;
}
@media (max-width: 1365px) {
  .partners-section {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .partners-section {
    padding: 50px 0 60px;
  }
}
.partners-section__title {
  font-family: Qanelas-Bold;
  font-size: 40px;
  line-height: 46px;
  padding-left: 25px;
  margin-bottom: 30px;
}
@media (max-width: 1365px) {
  .partners-section__title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .partners-section__title {
    font-size: 22px;
    line-height: 26px;
    padding-left: 20px;
  }
}

.partners-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 1365px) {
  .partners-wrap {
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  .partners-wrap {
    margin: 0 20px;
  }
}

.partners-item {
  width: calc(33.33% - 30px);
  margin: 0 15px 30px;
  padding-left: 30px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1365px) {
  .partners-item {
    width: calc(33.33% - 20px);
    margin: 0 10px 25px;
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .partners-item {
    width: 50%;
    margin: 0;
    padding-left: 0;
  }
}
.partners-item__bg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(100% - 30px);
  height: calc(100% - 23px);
  transform: translateY(113px);
  background-color: #f7f8f6;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1365px) {
  .partners-item__bg {
    width: calc(100% - 20px);
    height: calc(100% - 16px);
    transform: translateY(68px);
  }
}
@media (max-width: 767px) {
  .partners-item__bg {
    display: none;
  }
}
.partners-item__preview {
  display: flex;
  flex: none;
  height: 0;
  padding-bottom: 74%;
  overflow: hidden;
  position: relative;
  left: -30px;
}
@media (max-width: 1365px) {
  .partners-item__preview {
    left: -20px;
  }
}
@media (max-width: 767px) {
  .partners-item__preview {
    left: 0;
  }
}
.partners-item__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  padding: 40px 50px;
}
@media (max-width: 1365px) {
  .partners-item__img {
    padding: 20px 30px;
  }
}
@media (max-width: 767px) {
  .partners-item__img {
    padding: 0;
  }
}
.partners-item__img img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
@media (max-width: 767px) {
  .partners-item__img img {
    max-width: 70%;
    max-height: 70%;
  }
}
.partners-item__content {
  padding: 12px 30px 20px 22px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1365px) {
  .partners-item__content {
    padding: 12px 10px 20px 15px;
  }
}
@media (max-width: 767px) {
  .partners-item__content {
    display: none;
  }
}
.partners-item__title {
  font-family: Qanelas-Bold;
  font-size: 18px;
  line-height: 24px;
}
@media (max-width: 1365px) {
  .partners-item__title {
    font-size: 14px;
    line-height: 18px;
  }
}
.partners-item__description {
  margin-top: 5px;
  font-size: 16px;
  line-height: 20px;
}
@media (max-width: 1365px) {
  .partners-item__description {
    font-size: 12px;
    line-height: 14px;
  }
}
.partners-item:hover .partners-item__bg,
.partners-item:active .partners-item__bg {
  transform: translateY(0);
}

.donate-section {
  background-color: #fff;
  padding-bottom: 70px;
}
@media (max-width: 1365px) {
  .donate-section {
    padding-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .donate-section {
    padding-bottom: 70px;
  }
}

.donate-block {
  background-color: #f1f4ed;
  width: 630px;
  padding: 80px 60px 80px 135px;
}
@media (max-width: 1365px) {
  .donate-block {
    width: 100%;
    padding: 40px 40px 50px 135px;
  }
}
@media (max-width: 767px) {
  .donate-block {
    width: calc(100% + 60px);
    margin: 0 -30px;
    padding: 40px 30px 30px 50px;
  }
}
.donate-block__title {
  font-family: Qanelas-Bold;
  font-size: 40px;
  line-height: 46px;
  margin-bottom: 30px;
}
@media (max-width: 1365px) {
  .donate-block__title {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .donate-block__title {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 20px;
  }
}
.donate-block__description {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 40px;
}
@media (max-width: 1365px) {
  .donate-block__description {
    font-size: 14px;
    line-height: 16px;
  }
}

#info-window-content {
  padding: 10px 10px 20px;
}

.stores-iw__close {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0px 5px 9px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
}

.stores-iw__close-icon {
  fill: #8dc63f;
  width: 13px;
  height: 12px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}

.stores-iw__close:hover .stores-iw__close-icon,
.stores-iw__close:active .stores-iw__close-icon {
  fill: #fff;
}

.stores-iw__close:hover,
.stores-iw__close:active {
  background-color: #8dc63f;
}

.stores-iw__title {
  font-family: Qanelas-Bold;
  font-size: 18px;
  line-height: 22px;
  padding-bottom: 15px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(219, 225, 213, 0.4);
}

.stores-iw__goods-list {
  list-style: none;
  display: flex;
  align-items: center;
  height: 37px;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(219, 225, 213, 0.4);
}

.stores-iw__goods-icon {
  margin-right: 16px;
}
.stores-iw__goods-icon img {
  display: block;
  height: 16px;
  width: auto;
}

.stores-iw__more-goods-icon {
  width: 25px;
  height: 25px;
  border: 1px solid rgba(61, 61, 61, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.stores-iw__more-goods-icon span {
  width: 2px;
  height: 2px;
  margin-right: 3px;
  border-radius: 50%;
  background-color: #8dc63f;
}
.stores-iw__more-goods-icon span:last-child {
  margin-right: 0;
}

.stores-iw__address {
  font-family: Qanelas-Bold;
  font-size: 14px;
  line-height: 18px;
}

.stores-iw__site {
  display: block;
  font-family: Qanelas-Bold;
  font-size: 14px;
  line-height: 14px;
  color: #8dc63f;
  margin-top: 12px;
  position: relative;
  z-index: 29;
}

.stores-iw__phone {
  display: block;
  font-size: 14px;
  line-height: 14px;
  margin-top: 12px;
  position: relative;
  z-index: 29;
}

.stores-iw__link {
  height: 36px;
  font-size: 14px;
  margin-top: 15px;
}

.gm-style .gm-style-iw-c {
  width: 300px;
  overflow: visible;
}
@media (max-width: 767px) {
  .gm-style .gm-style-iw-c {
    width: 280px;
  }
}

.gm-ui-hover-effect {
  display: none !important;
}

.search-form {
  display: flex;
  background-color: transparent;
}
.search-form_left {
  width: 100%;
  height: 30px;
  margin-top: auto;
}
@media (max-width: 1023px) {
  .search-form_left {
    display: none;
  }
}
.search-form_response {
  display: none;
}
@media (max-width: 1023px) {
  .search-form_response {
    display: flex;
    align-items: center;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 767px) {
  .search-form_response {
    height: 44px;
  }
}
.search-form_search-page,
.search-form_terminology {
  margin-top: auto;
  display: flex;
  align-items: center;
  width: calc(100% - 25px);
  height: 50px;
  margin-left: 25px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1365px) {
  .search-form_search-page,
  .search-form_terminology {
    height: 44px;
  }
}
@media (max-width: 1023px) {
  .search-form_search-page,
  .search-form_terminology {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .search-form_search-page,
  .search-form_terminology {
    width: calc(100% - 20px);
    margin-left: 20px;
    height: 36px;
  }
}
.search-form__submit {
  border: none;
  padding: 0;
  background-color: transparent;
}
.search-form_left .search-form__submit {
  height: 30px;
  width: 30px;
  margin-right: 5px;
}
@media (max-width: 1023px) {
  .search-form_response .search-form__submit {
    height: 36px;
    width: 36px;
    margin-left: 5px;
  }
}
@media (max-width: 767px) {
  .search-form_response .search-form__submit {
    height: 30px;
    width: 30px;
  }
}
.search-form_search-page .search-form__submit,
.search-form_terminology .search-form__submit {
  width: 50px;
  height: 50px;
  margin-left: 10px;
}
@media (max-width: 1365px) {
  .search-form_search-page .search-form__submit,
  .search-form_terminology .search-form__submit {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 767px) {
  .search-form_search-page .search-form__submit,
  .search-form_terminology .search-form__submit {
    width: 36px;
    height: 36px;
    margin-left: 8px;
  }
}
.search-form__icon {
  fill: #8dc63f;
  transition: all 0.3s ease-in-out;
}
.search-form_left .search-form__icon {
  width: 24px;
  height: 24px;
}
@media (max-width: 1023px) {
  .search-form_response .search-form__icon {
    width: 30px;
    height: 30px;
  }
}
@media (max-width: 767px) {
  .search-form_response .search-form__icon {
    width: 24px;
    height: 24px;
  }
}
.search-form_search-page .search-form__icon,
.search-form_terminology .search-form__icon {
  width: 30px;
  height: 30px;
}
@media (max-width: 767px) {
  .search-form_search-page .search-form__icon,
  .search-form_terminology .search-form__icon {
    width: 24px;
    height: 24px;
  }
}
.search-form__input {
  flex: 1 0 auto;
  border: none;
  background-color: transparent;
}
.search-form_left .search-form__input {
  height: 30px;
  width: calc(100% - 35px);
  font-size: 14px;
  line-height: 14px;
}
@media (max-width: 1023px) {
  .search-form_response .search-form__input {
    height: 50px;
    font-size: 18px;
    line-height: 18px;
    padding: 12px 0;
  }
}
@media (max-width: 767px) {
  .search-form_response .search-form__input {
    height: 44px;
    font-size: 14px;
    line-height: 14px;
    padding: 10px 0;
  }
}
.search-form_search-page .search-form__input,
.search-form_terminology .search-form__input {
  height: 50px;
  font-size: 24px;
  line-height: 28px;
  padding: 10px 0;
}
@media (max-width: 1365px) {
  .search-form_search-page .search-form__input,
  .search-form_terminology .search-form__input {
    height: 44px;
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .search-form_search-page .search-form__input,
  .search-form_terminology .search-form__input {
    height: 36px;
    font-size: 14px;
    line-height: 16px;
  }
}
.search-form__input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.search-form__input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.search-form__input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.search-form__input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.search-form__input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.search-form__input:placeholder {
  color: rgba(0, 0, 0, 0.3);
}

.search-section {
  margin: 100px 0;
}
@media (max-width: 1365px) {
  .search-section {
    margin: 80px 0;
  }
}

.search-section-title {
  font-family: Boita-Bold;
  font-size: 50px;
  line-height: 56px;
  padding-left: 25px;
  margin-bottom: 40px;
}
@media (max-width: 1365px) {
  .search-section-title {
    font-size: 40px;
    line-height: 46px;
  }
}
@media (max-width: 767px) {
  .search-section-title {
    font-size: 24px;
    line-height: 28px;
    padding-left: 20px;
    margin-bottom: 30px;
  }
}
.search-section-title__count-results {
  font-family: Qanelas-Regular;
  font-size: 24px;
  line-height: 24px;
  color: #8dc63f;
  position: relative;
  top: -24px;
}
@media (max-width: 1365px) {
  .search-section-title__count-results {
    font-size: 22px;
    line-height: 22px;
  }
}
@media (max-width: 767px) {
  .search-section-title__count-results {
    font-size: 14px;
    line-height: 14px;
    top: -14px;
  }
}

@media (max-width: 767px) {
  .search-section-button {
    margin-left: 20px;
  }
}

.search-not-found {
  padding-left: 25px;
}
@media (max-width: 1365px) {
  .search-not-found {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .search-not-found {
    padding-left: 20px;
  }
}
.search-not-found h3 {
  font-family: Qanelas-Bold;
  font-size: 24px;
  line-height: 28px;
  margin-bottom: 20px;
}
@media (max-width: 1365px) {
  .search-not-found h3 {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .search-not-found h3 {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
  }
}
.search-not-found__text {
  font-size: 16px;
  line-height: 22px;
}
@media (max-width: 1365px) {
  .search-not-found__text {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 767px) {
  .search-not-found__text {
    font-size: 12px;
    line-height: 16px;
  }
}

.error-404 {
  width: 100%;
  background: url("img/pattern/404_1366.svg") no-repeat center bottom;
}
@media (max-width: 1365px) {
  .error-404 {
    background: url("img/pattern/404_1024.svg") no-repeat center bottom;
  }
}
@media (max-width: 1023px) {
  .error-404 {
    background: url("img/pattern/404_768.svg") no-repeat center bottom;
  }
}
@media (max-width: 767px) {
  .error-404 {
    margin-bottom: 40px;
    background: url("img/pattern/404_320.svg") no-repeat center bottom;
  }
}
.error-404 .error-404-wrap {
  height: 680px;
  padding: 80px 25px;
  position: relative;
}
@media (max-width: 1365px) {
  .error-404 .error-404-wrap {
    padding: 70px 20px;
  }
}
@media (max-width: 1023px) {
  .error-404 .error-404-wrap {
    height: 100vh;
    display: flex;
    align-items: center;
    padding: 70px 0;
  }
}
@media (max-width: 767px) {
  .error-404 .error-404-wrap {
    padding: 60px 0 60px 20px;
  }
}
.error-404__icon {
  width: 744px;
  height: 448px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media (max-width: 1365px) {
  .error-404__icon {
    width: 560px;
    height: 337px;
  }
}
@media (max-width: 1023px) {
  .error-404__icon {
    width: 648px;
    height: 390px;
  }
}
@media (max-width: 767px) {
  .error-404__icon {
    width: 288px;
    height: 173px;
  }
}
.error-404__title {
  font-family: Boita-ExtraBold;
  font-size: 120px;
  line-height: 110px;
  margin-bottom: 40px;
}
@media (max-width: 1365px) {
  .error-404__title {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .error-404__title {
    font-size: 70px;
    line-height: 76px;
  }
}
.error-404__text {
  font-family: Qanelas-Bold;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 40px;
}

.footer {
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
  padding: 70px 30px 30px;
  position: relative;
}
@media (max-width: 1365px) {
  .footer {
    padding: 60px 22px 30px;
  }
}
@media (max-width: 1023px) {
  .footer {
    padding: 50px 30px 30px;
  }
}

.footer-button {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px 0;
  position: absolute;
  top: 70px;
  right: 30px;
  background-color: #8dc63f;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1365px) {
  .footer-button {
    width: 40px;
    height: 40px;
    top: 60px;
  }
}
@media (max-width: 767px) {
  .footer-button {
    top: -20px;
    left: 30px;
    right: 0;
  }
}
.footer-button__arrow {
  stroke: #fff;
  stroke-width: 2;
  width: 18px;
  height: 16px;
}
.footer-button:hover {
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.12);
  border-radius: 16px;
}
.footer-button:active {
  box-shadow: none;
  border-radius: 16px;
  background-color: #c6e39f;
}

.footer-nav {
  display: flex;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
@media (max-width: 1365px) {
  .footer-nav {
    padding-left: 10px;
    padding-bottom: 30px;
  }
}
@media (max-width: 1023px) {
  .footer-nav {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .footer-nav {
    flex-wrap: wrap;
    padding-bottom: 0;
    margin: 0 -12px;
  }
}

.footer-menu {
  margin-right: 70px;
  max-width: 250px;
}
@media (max-width: 1365px) {
  .footer-menu {
    margin-right: 60px;
    max-width: 200px;
  }
}
@media (max-width: 1023px) {
  .footer-menu {
    margin-right: 30px;
    max-width: 140px;
  }
}
@media (max-width: 767px) {
  .footer-menu {
    max-width: unset;
    width: calc(50% - 24px);
    margin: 0 12px 30px;
  }
}
.footer-menu:nth-child(3) {
  max-width: 270px;
}
@media (max-width: 1365px) {
  .footer-menu:nth-child(3) {
    max-width: 240px;
  }
}
@media (max-width: 1023px) {
  .footer-menu:nth-child(3) {
    max-width: 180px;
  }
}
@media (max-width: 767px) {
  .footer-menu:nth-child(3) {
    max-width: unset;
    width: calc(50% - 24px);
  }
}
.footer-menu:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .footer-menu:last-child {
    margin-right: 12px;
  }
}
.footer-menu__title {
  font-family: Boita-ExtraBold;
  font-size: 26px;
  line-height: 34px;
  color: #dbe1d5;
  margin-bottom: 20px;
}
@media (max-width: 1365px) {
  .footer-menu__title {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 15px;
  }
}
@media (max-width: 1023px) {
  .footer-menu__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 10px;
  }
}

.menu-bottom .menu-item {
  font-size: 22px;
  line-height: 26px;
  margin: 5px 0;
}
@media (max-width: 1365px) {
  .menu-bottom .menu-item {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 1023px) {
  .menu-bottom .menu-item {
    font-size: 14px;
    line-height: 18px;
  }
}
.menu-bottom .menu-item a {
  text-transform: lowercase;
  padding: 5px 0;
}
@media (max-width: 1023px) {
  .menu-bottom .menu-item a {
    padding: 3px 0;
  }
}

.footer-wrap {
  display: flex;
  align-items: center;
  padding: 50px 0 40px;
}
@media (max-width: 1365px) {
  .footer-wrap {
    padding: 30px 0;
  }
}
@media (max-width: 1023px) {
  .footer-wrap {
    flex-wrap: wrap;
    padding: 20px 0;
  }
}

.footer-logo {
  width: 170px;
  height: 50px;
  margin-right: 80px;
}
@media (max-width: 1365px) {
  .footer-logo {
    width: 128px;
    height: 38px;
    margin-right: 55px;
  }
}
@media (max-width: 1023px) {
  .footer-logo {
    order: 3;
    margin-right: 50px;
  }
}
@media (max-width: 767px) {
  .footer-logo {
    display: block;
    margin: 0 auto 25px;
  }
}

.footer-copyright {
  margin-right: 80px;
  font-size: 12px;
  line-height: 16px;
  color: #c5c5c5;
}
@media (max-width: 1365px) {
  .footer-copyright {
    margin-right: 55px;
  }
}
@media (max-width: 1023px) {
  .footer-copyright {
    order: 4;
    margin-right: 0;
    display: flex;
  }
}
@media (max-width: 767px) {
  .footer-copyright {
    width: 100%;
    padding-top: 30px;
    justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.footer-copyright__dev a {
  display: block;
  font-size: 12px;
  line-height: 16px;
  color: #c5c5c5;
  margin-top: 8px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1023px) {
  .footer-copyright__dev a {
    margin-top: 0;
    margin-left: 50px;
  }
}
@media (max-width: 767px) {
  .footer-copyright__dev a {
    margin-left: 30px;
  }
}
.footer-copyright__dev a:hover {
  color: #8dc63f;
}
.footer-copyright__dev a:active {
  color: #c6e39f;
}

.footer-social {
  display: flex;
  align-items: center;
  margin-right: 80px;
}
@media (max-width: 1365px) {
  .footer-social {
    margin-right: 55px;
  }
}
@media (max-width: 1023px) {
  .footer-social {
    order: 2;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding: 10px 0 20px;
    justify-content: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}

.footer-social-item {
  margin-right: 25px;
}
@media (max-width: 1365px) {
  .footer-social-item {
    margin-right: 20px;
  }
}
.footer-social-item:last-child {
  margin-right: 0;
}
.footer-social-item .social-icon__facebook {
  width: 14px;
  height: 27px;
}
@media (max-width: 1365px) {
  .footer-social-item .social-icon__facebook {
    width: 10px;
    height: 20px;
  }
}
.footer-social-item .social-icon__twitter {
  width: 28px;
  height: 22px;
}
@media (max-width: 1365px) {
  .footer-social-item .social-icon__twitter {
    width: 20px;
    height: 16px;
  }
}
.footer-social-item .social-icon__telegram {
  width: 24px;
  height: 20px;
}
@media (max-width: 1365px) {
  .footer-social-item .social-icon__telegram {
    width: 19px;
    height: 16px;
  }
}
.footer-social-item .social-icon__youtube {
  width: 28px;
  height: 19px;
}
@media (max-width: 1365px) {
  .footer-social-item .social-icon__youtube {
    width: 20px;
    height: 14px;
  }
}
.footer-social-item .social-icon__instagram {
  width: 26px;
  height: 26px;
}
@media (max-width: 1365px) {
  .footer-social-item .social-icon__instagram {
    width: 20px;
    height: 20px;
  }
}
.footer-social-item .social-icon__linkedin {
  width: 26px;
  height: 26px;
}
@media (max-width: 1365px) {
  .footer-social-item .social-icon__linkedin {
    width: 20px;
    height: 20px;
  }
}

@media (max-width: 1023px) {
  .footer-contacts {
    order: 1;
    width: 100%;
    text-align: center;
  }
}

.footer-contacts__item {
  display: block;
  font-family: Qanelas-Bold;
  font-size: 18px;
  line-height: 22px;
  margin: 10px 0;
}

.footer-text {
  font-size: 12px;
  line-height: 18px;
  color: rgb(94, 94, 94);
}

/* Alex Demch.co 17.11.2020 update */

.content-section_tabs-why-organic {
  margin: 15px 0;
}

.content-section_tabs-why-organic .stages-filter-item a {
  color: rgba(61, 61, 61, 0.3);
}

.content-section_tabs-why-organic .stages-filter-item.active a {
  color: #000100;
}

.content-section_tabs-why-organic .stages-filter-item:hover a {
  color: #8dc63f;
}

.page-template-page-why-organic .content-section_why-organic,
.page-template-page-useful-advice .useful-tips-section {
  padding-top: 50px;
}

.page-template-page-faq .questions-section {
  margin-top: 50px;
}

.about-us-section {
  padding: 160px 0 210px;
  background-color: unset;
}

.about-page-section{
  padding: 40px 0 60px;
  background-color: unset;
}

.article-content.about-page-info{
  padding-bottom: 40px;
} 

/* Events card */
.post-type-archive-events .events-item__days.with-time{
  font-size: 40px;
}

.home .events-item_home .events-item__days.with-time {
  font-size: 48px;
}

.post-type-archive-events .events-item__days.with-time, 
.home .events-item_home .events-item__time {
    top: 3px;
}

@media (max-width: 767px) {
  .post-type-archive-events .events-item_home .events-item__days.with-time, 
  .home .events-item_home .events-item__days.with-time {
    font-size: 40px;
  }
}

/* Padding & margin section home */
@media (max-width: 1365px) {
  .home .about-us-section{
    padding: 160px 0 160px;
  } 
}

@media (max-width: 1023px) {
  .home .about-us-section{
    padding: 80px 0 100px;
  }
}

@media (max-width: 767px) {
  .home .banners-wrap {
    margin: 0 -15px;
  }
  .post-type-archive-events .events-item__days.with-time{
    font-size: 30px;
    margin-left: -70px;
  }
}


.ppf {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
  margin-top: 30px;
}

@media screen and (max-width: 370px) {
  .ppf {
    flex-direction: column;
    align-items: flex-start;
  }
}

.knowledgebase-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 0;
  max-width: 802px;
}

.ppf.useful_links {
  margin: 0;
  padding-left: 20px;
}

.ppf.infographics {
  margin-top: 0;
  margin-bottom: 30px;
}

.filters-wrap {
  max-width: 802px;
}

.ppf.legislation {
  margin: 0 0 0 auto;
}

@media screen and (max-width: 767px) {
  .ppf.legislation {
    order: 2;
    margin: 20px 0;
    flex-direction: column;
    align-items: flex-start;
  }
}

.ppf__title {
  font-weight: 700;
  font-size: 14px;
  color:rgba(0,0,0, .58);
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .ppf.legislation .ppf__title {
    color: #fff;
  }
}

.ppf__block {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}

.ppf__block button {
  width: 44px;
  height: 44px;
  background-color: transparent;
  color: #3D3D3D;
  border: 1px solid rgba(0,0,0, .1);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  outline: none;
  transition: .3s all;
  border-radius: 10px 0 10px 0;
}

@media screen and (max-width: 767px) {
  .ppf.legislation .ppf__block button {
    color: #fff;
    border-color: #fff;
  }
}

.ppf__block button.active,
.ppf__block button:hover {
  border-color: #8DC63F;
}

@media screen and (max-width: 767px) {
  .ppf.legislation .ppf__block button.active,
  .ppf.legislation .ppf__block button:hover {
    border-color: #fff;
    background-color: #fff;
    color: #8DC63F;
  }
}