.fix-panel {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  padding: 10px 40px;
  background: #f0efeb;
  z-index: 20;
  transition: all 0.3s ease;
  transform: translateY(-100%);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}
.fix-panel.active {
  transform: none;
}
.fix-panel-in {
  width: 1400px;
  max-width: 100%;
  display: flex;
  align-items: center;
  margin: 0 auto;
}
.fix-logo {
  font-size: 0;
  margin: 0;
}
.fix-contacts {
  padding: 0 30px;
  flex: 1 0 0;
}
.fix-contacts .top-contacts {
  padding: 0;
}
.fix-search .site-header {
  padding: 0;
  display: block;
}
.fix-search .site-header .header-search-form2 {
  position: relative;
  width: 485px;
  height: 50px;
  overflow: hidden;
  border-radius: 4px;
}
.fix-search .site-header .header-search-form2:before {
  position: absolute;
  content: "";
  top: 14px;
  left: 20px;
  width: 25px;
  height: 25px;
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2225px%22%20height%3D%2225px%22%20%20viewBox%3D%220%200%2025%2025%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%202.454c-3.866%200-7%203.149-7%207.033%200%203.885%203.134%207.034%207%207.034a6.958%206.958%200%20004.95-2.06A7.025%207.025%200%200016%209.487c0-3.884-3.134-7.033-7-7.033zM0%209.487C0%204.493%204.03.444%209%20.444s9%204.049%209%209.043a9.036%209.036%200%2001-1.968%205.645l5.675%205.702c.39.393.39%201.029%200%201.421a.997.997%200%2001-1.414%200l-5.675-5.702A8.939%208.939%200%20019%2018.53c-4.97%200-9-4.048-9-9.043z%22%20fill%3D%22%231C1C1C%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
@media (max-width: 1370px) {
  .fix-search .site-header .header-search-form2 {
    width: 380px;
  }
}
@media (max-width: 1260px) {
  .fix-search .site-header .header-search-form2 {
    width: 330px;
  }
}
@media (max-width: 1023px) {
  .fix-panel {
    display: none;
  }
  .site-header__top {
    position: fixed;
    left: 0;
    right: 0;
    padding-left: 40px;
    padding-right: 40px;
    top: 0;
    z-index: 20;
    background: #f0efeb;
  }
  .site-header {
    padding-top: 71px;
  }
}
@media (max-width: 768px) {
  .site-header__top {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 475px) {
  .site-header__top {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.fixed-social-block {
  position: fixed;
  z-index: 500;
  bottom: 55%;
  right: 0;
  background: #fff;
  padding: 10px 17px;
  border-radius: 4px 0 0 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  font-size: 0;
  line-height: 0;
}
@media (max-width: 768px) {
  .fixed-social-block {
    top: 35%;
  }
}
.fixed-social-block a {
  display: block;
}
.fixed-social-block a + a {
  margin-top: 5px;
}
.fixed-social-block img {
  width: auto;
  height: auto;
  max-width: 30px;
}
.fix_btn {
  color: #fff;
  padding: 15px 6px;
  margin-right: 20px;
  background: #222;
  border-radius: 4px;
  text-decoration: none;
}
.cookie-block {
  position: fixed;
  z-index: 9999999;
  bottom: 64px;
  left: 0;
  right: 0;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
  display: none;
}
@media (max-width: 980px) {
  .cookie-block {
    bottom: 20px;
  }
}
.cookie-block.active {
  display: block;
}
.cookie-block__inner {
  max-width: 1664px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  background: #3ba200;
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
  box-shadow: 2px 2px 18px rgba(0, 0, 0, 0.14);
  border-radius: 8px;
  max-width: 1664px;
  padding: 32px;
  color: #fff;
}
@media (max-width: 980px) {
  .cookie-block__inner {
    padding: 20px;
  }
}
.cookie-block__btns {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
@media (max-width: 980px) {
  .cookie-block__btns .shop2-btn {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.sand2 .folder-block__item {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  justify-content: flex-start;
  flex-direction: row;
  display: flex;
}
@media (min-width: 1260px) {
  .sand2 .folder-block__item {
    min-height: 450px;
  }
}
.sand2 .folder-block__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sand2 .folder-block__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sand2 .folder-block__list {
  position: relative;
  z-index: 1;
  background: none;
  width: 100%;
  max-width: 290px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 1023px) {
  .sand2 .folder-block__list {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .sand2 .folder-block__list {
    background: #44944a;
  }
}
.sand2 .folder-block__list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sand2 .folder-block__list ul li a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  padding: 0;
}
.sand2 .folder-block__list ul li a .icon {
  width: 35px;
  height: 35px;
  min-width: 35px;
  font-size: 0;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sand2 .folder-block__list ul li a .icon img {
  max-width: 100%;
  max-height: 100%;
}
.sand2 .folder-block__list ul li a:before {
  display: none;
}
.sand2 .folder-block__title {
  padding-bottom: 15px;
  margin-bottom: 20px;
  position: relative;
}
.sand2 .folder-block__title:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: #ffcc7e;
}
.sand2 .folder-block__title a {
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  font-size: 24px;
  line-height: normal;
}
.sand2 .folder-block__text {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  margin-top: 20px;
}
.sand2 .folder-block__btn-item {
  margin-top: auto;
  padding-top: 20px;
}
.sand2 .folder-block__btn-item a {
  display: inline-flex;
  align-items: center;
  gap: 15px;
  text-decoration: none;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  padding: 10px 20px;
  transition: all 0.3s ease;
}
.sand2 .folder-block__btn-item a:hover {
  background: #ffcc7e;
  border-color: #ffcc7e;
  color: #000;
}
.sand2 .folder-block__btn-item a:hover svg path {
  fill: #000;
}
.sand2 .folder-block__btn-item a svg path {
  transition: all 0.3s ease;
}
.site-header .header-search-form__btn {
  background: #44944a !important;
  color: #fff !important;
}
body .site-header .header-search-form__input::placeholder {
  color: #fff !important;
  font-weight: 600;
}
.site-header .header-search-form__advanced-btn .gr-svg-icon {
  fill: #fff !important;
}
body .site-header .header-search-form__input {
  background: rgba(68, 148, 74, 0.57) !important;
  color: #fff !important;
}
.fix-search .site-header .header-search-form2:before {
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%202.454c-3.866%200-7%203.149-7%207.033%200%203.885%203.134%207.034%207%207.034a6.958%206.958%200%20004.95-2.06A7.025%207.025%200%200016%209.487c0-3.884-3.134-7.033-7-7.033zM0%209.487C0%204.493%204.03.444%209%20.444s9%204.049%209%209.043a9.036%209.036%200%2001-1.968%205.645l5.675%205.702c.39.393.39%201.029%200%201.421a.997.997%200%2001-1.414%200l-5.675-5.702A8.939%208.939%200%20019%2018.53c-4.97%200-9-4.048-9-9.043z%22%20fill%3D%22%23FFFFFF%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
.site-header .header-search-form:before {
  /*background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%202.454c-3.866%200-7%203.149-7%207.033%200%203.885%203.134%207.034%207%207.034a6.958%206.958%200%20004.95-2.06A7.025%207.025%200%200016%209.487c0-3.884-3.134-7.033-7-7.033zM0%209.487C0%204.493%204.03.444%209%20.444s9%204.049%209%209.043a9.036%209.036%200%2001-1.968%205.645l5.675%205.702c.39.393.39%201.029%200%201.421a.997.997%200%2001-1.414%200l-5.675-5.702A8.939%208.939%200%20019%2018.53c-4.97%200-9-4.048-9-9.043z%22%20fill%3D%22%2344944A%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;*/
  background: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20baseProfile%3D%22full%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20xmlns%3Aev%3D%22http%3A%2F%2Fwww.w3.org%2F2001%2Fxml-events%22%20xml%3Aspace%3D%22preserve%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2225px%22%20height%3D%2225px%22%20viewBox%3D%220%200%2025%2025%22%20preserveAspectRatio%3D%22none%22%20shape-rendering%3D%22geometricPrecision%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M9%202.454c-3.866%200-7%203.149-7%207.033%200%203.885%203.134%207.034%207%207.034a6.958%206.958%200%20004.95-2.06A7.025%207.025%200%200016%209.487c0-3.884-3.134-7.033-7-7.033zM0%209.487C0%204.493%204.03.444%209%20.444s9%204.049%209%209.043a9.036%209.036%200%2001-1.968%205.645l5.675%205.702c.39.393.39%201.029%200%201.421a.997.997%200%2001-1.414%200l-5.675-5.702A8.939%208.939%200%20019%2018.53c-4.97%200-9-4.048-9-9.043z%22%20fill%3D%22%23FFFFFF%22%2F%3E%3C%2Fsvg%3E") 50% 50% no-repeat;
}
