@charset "UTF-8";
.container {
  padding: 0 10px;
}

input.error {
  border: 1px solid #FF3B30 !important;
}

h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  color: #333333;
}

.btn-type-1 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 40px;
  height: 46px;
  background: #008F3D;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
  width: fit-content;
  transition: all 0.3s ease;
  border: 0;
}
.btn-type-1:hover {
  background: #00B64E;
  color: #FFFFFF;
}

.btn-type-2 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 40px;
  height: 46px;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #008F3D;
  width: fit-content;
  transition: all 0.3s ease;
  border: 1px solid #008F3D;
  gap: 10px;
}
.btn-type-2:hover {
  background: #00B64E;
  color: #FFFFFF;
  border: 1px solid #00B64E;
}

.input-radio {
  position: relative;
  display: block;
  height: 14px;
}
.input-radio input {
  display: none;
}
.input-radio label {
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #333333;
  padding-left: 20px;
  margin-right: 18px;
}
.input-radio input[type=radio]:checked + label:after {
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  z-index: 5;
  content: "";
  top: 9px;
  left: 3px;
  background: #333;
  border-radius: 50px;
}
.input-radio label:before {
  display: block;
  position: absolute;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: 0;
  z-index: 5;
  content: "";
  border: 1px solid #333333;
  border-radius: 50px;
  top: 6px;
}

.slick-slider .slick-prev {
  width: 30px;
  height: 30px;
  background-color: #FFFFFF;
  border: 1px solid #B8B8B8;
  border-radius: 4px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.56754 1.575L6.50654 0.515001L0.727544 6.292C0.63439 6.38457 0.560461 6.49464 0.510013 6.61589C0.459565 6.73714 0.433594 6.86717 0.433594 6.9985C0.433594 7.12983 0.459565 7.25986 0.510013 7.38111C0.560461 7.50236 0.63439 7.61243 0.727544 7.705L6.50654 13.485L7.56654 12.425L2.14254 7L7.56754 1.575Z' fill='%23333333'/%3e%3c/svg%3e ");
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  left: 0;
}
.slick-slider .slick-prev:hover {
  background-color: #008F3D;
  border: 1px solid #008F3D;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M7.56754 1.575L6.50654 0.515001L0.727544 6.292C0.63439 6.38457 0.560461 6.49464 0.510013 6.61589C0.459565 6.73714 0.433594 6.86717 0.433594 6.9985C0.433594 7.12983 0.459565 7.25986 0.510013 7.38111C0.560461 7.50236 0.63439 7.61243 0.727544 7.705L6.50654 13.485L7.56654 12.425L2.14254 7L7.56754 1.575Z' fill='white'/%3e%3c/svg%3e ");
}
.slick-slider .slick-prev:before {
  display: none;
}
.slick-slider .slick-next {
  width: 30px;
  height: 30px;
  background-color: #FFFFFF;
  border: 1px solid #B8B8B8;
  border-radius: 4px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.432456 1.575L1.49346 0.515001L7.27246 6.292C7.36561 6.38457 7.43954 6.49464 7.48999 6.61589C7.54043 6.73714 7.56641 6.86717 7.56641 6.9985C7.56641 7.12983 7.54043 7.25986 7.48999 7.38111C7.43954 7.50236 7.36561 7.61243 7.27246 7.705L1.49346 13.485L0.433456 12.425L5.85746 7L0.432456 1.575Z' fill='%23333333'/%3e%3c/svg%3e ");
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  right: 0;
}
.slick-slider .slick-next:hover {
  background-color: #008F3D;
  border: 1px solid #008F3D;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.432456 1.575L1.49346 0.515001L7.27246 6.292C7.36561 6.38457 7.43954 6.49464 7.48999 6.61589C7.54043 6.73714 7.56641 6.86717 7.56641 6.9985C7.56641 7.12983 7.54043 7.25986 7.48999 7.38111C7.43954 7.50236 7.36561 7.61243 7.27246 7.705L1.49346 13.485L0.433456 12.425L5.85746 7L0.432456 1.575Z' fill='white'/%3e%3c/svg%3e ");
}
.slick-slider .slick-next:before {
  display: none;
}
.slick-slider .slick-list {
  margin: 0 -10px;
}
.slick-slider .slick-slide {
  padding: 0 10px;
}
.slick-slider .slick-dots li {
  width: 60px;
  height: 4px;
  background: #C4C9C6;
  border-radius: 4px;
  margin: 0 6px;
}
.slick-slider .slick-dots li.slick-active {
  background: #008F3D;
}
.slick-slider .slick-dots li button {
  display: none;
}

body {
  font-family: "Inter", sans-serif;
  background-color: #F6F6F6;
  position: relative;
  padding-top: 20px;
}
body .overlay {
  content: "";
  background-color: #D6D6D6;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 100;
  opacity: 0;
  display: none;
}
body .overlay.active {
  opacity: 0.3;
  display: block;
}
body:has(.lightboxOverlay.active) {
  overflow: hidden;
}
body .lb-dataContainer {
  height: 36px;
  z-index: 111;
}
body .lb-data .lb-close {
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background: #008F3D;
  opacity: 0.8;
  float: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10 19C8.8181 19 7.64778 18.7672 6.55585 18.3149C5.46392 17.8626 4.47177 17.1997 3.63604 16.364C2.80031 15.5282 2.13738 14.5361 1.68508 13.4442C1.23279 12.3522 1 11.1819 1 10C1 8.8181 1.23279 7.64778 1.68508 6.55585C2.13738 5.46392 2.80031 4.47177 3.63604 3.63604C4.47177 2.80031 5.46392 2.13738 6.55585 1.68508C7.64778 1.23279 8.8181 1 10 1C11.1819 1 12.3522 1.23279 13.4442 1.68508C14.5361 2.13738 15.5282 2.80031 16.364 3.63604C17.1997 4.47177 17.8626 5.46392 18.3149 6.55585C18.7672 7.64778 19 8.81811 19 10C19 11.1819 18.7672 12.3522 18.3149 13.4442C17.8626 14.5361 17.1997 15.5282 16.364 16.364C15.5282 17.1997 14.5361 17.8626 13.4441 18.3149C12.3522 18.7672 11.1819 19 10 19L10 19Z' stroke='white' stroke-linecap='round'/%3e%3cpath d='M6 6L14 14' stroke='white' stroke-linecap='round'/%3e%3cpath d='M14 6L6 14' stroke='white' stroke-linecap='round'/%3e%3c/svg%3e ");
}
body .lb-data .lb-close:hover {
  opacity: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10 19C8.8181 19 7.64778 18.7672 6.55585 18.3149C5.46392 17.8626 4.47177 17.1997 3.63604 16.364C2.80031 15.5282 2.13738 14.5361 1.68508 13.4442C1.23279 12.3522 1 11.1819 1 10C1 8.8181 1.23279 7.64778 1.68508 6.55585C2.13738 5.46392 2.80031 4.47177 3.63604 3.63604C4.47177 2.80031 5.46392 2.13738 6.55585 1.68508C7.64778 1.23279 8.8181 1 10 1C11.1819 1 12.3522 1.23279 13.4442 1.68508C14.5361 2.13738 15.5282 2.80031 16.364 3.63604C17.1997 4.47177 17.8626 5.46392 18.3149 6.55585C18.7672 7.64778 19 8.81811 19 10C19 11.1819 18.7672 12.3522 18.3149 13.4442C17.8626 14.5361 17.1997 15.5282 16.364 16.364C15.5282 17.1997 14.5361 17.8626 13.4441 18.3149C12.3522 18.7672 11.1819 19 10 19L10 19Z' stroke='white' stroke-width='2' stroke-linecap='round'/%3e%3cpath d='M6 6L14 14' stroke='white' stroke-width='2' stroke-linecap='round'/%3e%3cpath d='M14 6L6 14' stroke='white' stroke-width='2' stroke-linecap='round'/%3e%3c/svg%3e ") !important;
}
body .lightbox {
  top: 0 !important;
  left: 0 !important;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100vh;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .lightbox .lb-details {
  display: none;
}
body .lightbox .lightbox-body {
  position: relative;
}
body .lightbox .lightbox-body .lb-prev {
  left: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='11' height='20' viewBox='0 0 11 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.5 1L1.5 10L10.5 19' stroke='white'/%3e%3c/svg%3e ") !important;
}
body .lightbox .lightbox-body .lb-prev:hover {
  opacity: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.5 1L1.5 10L10.5 19' stroke='white' stroke-width='2'/%3e%3c/svg%3e ") !important;
}
body .lightbox .lightbox-body .lb-next {
  right: 0;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='11' height='20' viewBox='0 0 11 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.5 1L9.5 10L0.5 19' stroke='white'/%3e%3c/svg%3e ") !important;
}
body .lightbox .lightbox-body .lb-next:hover {
  opacity: 1;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='12' height='20' viewBox='0 0 12 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.5 1L10.5 10L1.5 19' stroke='white' stroke-width='2'/%3e%3c/svg%3e ") !important;
}
body .lightbox .lightbox-body .lb-nav a {
  display: flex !important;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background: #008F3D;
  opacity: 0.8;
  float: none;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
}
body .lightbox .lightbox-body .lb-nav a:hover {
  opacity: 1;
}
body .lightbox .lightbox-body .lb-image {
  border-radius: 0;
  border: 0;
}
body .lightbox .lightbox-body .lb-dataContainer {
  position: absolute;
  right: 0;
  top: 0;
}

h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  color: #333333;
  margin: 0;
}

h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #333333;
  margin: 0;
}

p {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
  margin-bottom: 8px;
}

a:hover {
  text-decoration: none;
}

:focus-visible {
  outline: -webkit-focus-ring-color auto 0px;
}

input::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #333333;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #333333;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #333333;
}

input::placeholder,
textarea::placeholder {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #333333;
}

label {
  margin-bottom: 0;
}

.banner {
  height: 79px;
}
.banner img {
  height: 79px;
  width: 100%;
  object-fit: cover;
}

header {
  border-radius: 10px;
  max-width: 1200px;
  display: flex;
  align-content: center;
  align-items: center;
  padding: 10px 10px;
  background-color: #fff;
  margin: 0 auto;
}
header .top-bar {
  background-color: #F6F6F6;
  border-radius: 10px;
  padding: 4px 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .top-bar-right {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
header .top-bar-address {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: fit-content;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #333333;
  margin-right: 17px;
}
header .top-bar-address span {
  width: calc(100% - 25px - 12px);
}
header .top-bar-address svg:nth-child(1) {
  margin-right: 12px;
  width: 25px;
}
header .top-bar-address svg:nth-child(3) {
  margin-left: 4px;
}
header .top-bar-address.active ul {
  display: block;
}
header .top-bar-address ul {
  position: absolute;
  top: 34px;
  left: 4px;
  display: none;
  width: 266px;
  padding: 0;
  margin: 0;
  background-color: #fff;
  z-index: 101;
}
header .top-bar-address ul li {
  padding: 10px 20px 10px 18px;
  width: 100%;
  min-height: 40px;
  border-bottom: 1px solid #E6E1DB;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #008E3C;
  display: flex;
  align-items: flex-start;
  transition: all 0.3s ease;
}
header .top-bar-address ul li svg {
  margin-right: 3px !important;
}
header .top-bar-address ul li:last-child {
  border-bottom: 0;
}
header .top-bar-address ul li:hover {
  background-color: #008F3D;
  color: #fff;
}
header .top-bar-address ul li:hover svg path {
  stroke: #fff;
}
header .top-bar-address ul li svg {
  margin-right: 9px;
  transition: all 0.3s ease;
}
header .top-bar-address ul li span {
  width: calc(100% - 26px);
}
header .top-bar-time {
  align-items: center;
  display: flex;
  gap: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #333333;
  margin-right: 37px;
}
header .top-bar-email {
  display: flex;
  gap: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #333333;
  align-items: center;
  margin-right: 40px;
  transition: all 0.3s ease;
}
header .top-bar-email:hover {
  color: #008F3D;
}
header .top-bar-links {
  display: flex;
  gap: 8px;
  align-items: center;
}
header .top-bar-links a {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
  transition: all 0.3s ease;
}
header .top-bar-links a:hover {
  color: #008F3D;
}
header .top-bar-call-back {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 21px;
  height: 46px;
  background: #F6F6F6;
  border-radius: 8px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #008F3D;
  transition: all 0.3s ease;
}
header .top-bar-call-back:hover {
  background: #008F3D;
  color: #fff;
}
header .open-menu {
  display: none;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: #008F3D;
  border-radius: 4px;
  justify-content: center;
  margin-left: 9px;
}
header .open-menu span {
  background-color: #fff;
  width: 26px;
  height: 2px;
  margin: 3px 0;
  display: block;
  transition: all 0.4s ease;
  transform-origin: 0 0;
}
header .open-menu.active span:nth-child(1) {
  transform: rotate(45deg) translate(-1px, -4px);
}
header .open-menu.active span:nth-child(2) {
  Transform: scaleX(0);
}
header .open-menu.active span:nth-child(3) {
  transform: rotate(-45deg) translate(1px, 0);
}
header .header-main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
header .header-main-right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 3px 0 0;
  max-width: 760px;
  width: 100%;
}
header .header-main-right .header-search-form {
  width: calc(100% - 240px);
  position: relative;
  height: 44px;
  margin-right: 20px;
}
header .header-main-right .header-search-form input {
  padding: 10px 20px;
  width: 100%;
  height: 44px;
  background: #F6F6F6;
  border-radius: 4px;
  border: 0;
}
header .header-main-right .header-search-form button {
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  height: 24px;
}
header .header-main-right .header-search-form button:hover svg path {
  fill: #008F3D;
}
header .header-main-right .header-actions-col {
  display: flex;
  gap: 20px;
  width: 220px;
}
header .header-main-right .header-actions-col > a {
  display: flex;
  align-content: flex-start;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
  width: min-content;
}
header .header-main-right .header-actions-col > a:hover span {
  color: #008F3D;
}
header .header-main-right .header-actions-col > a.header-compare:hover svg path {
  fill: #008F3D;
}
header .header-main-right .header-actions-col > a.header-favorites:hover svg path {
  stroke: #008F3D;
}
header .header-main-right .header-actions-col > a.header-cart:hover svg path {
  stroke: #008F3D;
}
header .header-main-right .header-actions-col > a .count {
  position: absolute;
  top: 1px;
  width: 16px;
  height: 16px;
  background: #008F3D;
  border-radius: 50%;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
header .header-main-right .header-actions-col > a span {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #333333;
  width: 100%;
}
header .header-main-right .header-actions-col > a.header-compare .count {
  right: 10px;
}
header .header-main-right .header-actions-col > a.header-favorites .count {
  right: 11px;
}
header .header-main-right .header-actions-col > a.header-cart .count {
  right: 3px;
}
header .header-main-right .main-menu {
  width: 100%;
}
header .header-main-right .responsive-link {
  display: none;
}
header .logo {
  height: 60px;
  display: flex;
  width: fit-content;
  margin: 10px 30px 0 0;
}
header .logo img {
  height: 60px;
}
header ul.main-menu {
  display: flex;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  transition: margin 0.3s ease, opacity 0.3s ease;
  justify-content: space-between;
  border-radius: 10px;
  width: 100%;
  background: #F6F6F6;
  border-radius: 10px;
}
header ul.main-menu > li {
  width: 100%;
}
header ul.main-menu > li > .dropdown-menu {
  width: 281px;
  padding: 0;
  margin: 0;
  border: 0;
  top: calc(100% + 6px);
  border-radius: 2px;
  z-index: 101;
}
header ul.main-menu > li > .dropdown-menu > li {
  border-bottom: 1px solid #E6E1DB;
}
header ul.main-menu > li > .dropdown-menu > li:last-child {
  border-bottom: 0;
}
header ul.main-menu > li > .dropdown-menu > li.active > a {
  color: #fff;
  background-color: #008F3D;
}
header ul.main-menu > li > .dropdown-menu > li.active > a svg:nth-child(1) {
  filter: brightness(0) invert(1);
}
header ul.main-menu > li > .dropdown-menu > li.active > a svg:nth-child(3) path {
  fill: #fff;
}
header ul.main-menu > li > .dropdown-menu > li.active > .dropdown-menu {
  display: block;
  width: 240px;
  padding: 0;
  margin: 0;
  border: 0;
  top: 0;
  border-radius: 2px;
  z-index: 101;
  left: calc(100% + 10px);
  box-shadow: 0px 2px 16px rgba(50, 50, 50, 0.1);
}
header ul.main-menu > li > .dropdown-menu > li.active > .dropdown-menu > li {
  border-bottom: 1px solid #E6E1DB;
}
header ul.main-menu > li > .dropdown-menu > li.active > .dropdown-menu > li:last-child {
  border-bottom: 0;
}
header ul.main-menu > li > .dropdown-menu > li.active > .dropdown-menu > li.active > a {
  color: #fff;
  background-color: #008F3D;
}
header ul.main-menu > li > .dropdown-menu > li.active > .dropdown-menu > li.active > a svg:nth-child(1) {
  filter: brightness(0) invert(1);
}
header ul.main-menu > li > .dropdown-menu > li.active > .dropdown-menu > li.active > a svg:nth-child(3) path {
  fill: #fff;
}
header ul.main-menu > li > .dropdown-menu > li.active > .dropdown-menu > li.active > .dropdown-menu {
  display: block;
}
header ul.main-menu > li > .dropdown-menu > li.active > .dropdown-menu > li > a {
  padding: 10px 35px 10px 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #008E3C;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
header ul.main-menu > li > .dropdown-menu > li.active > .dropdown-menu > li > a:hover, header ul.main-menu > li > .dropdown-menu > li.active > .dropdown-menu > li > a.active {
  color: #fff;
  background-color: #008F3D;
}
header ul.main-menu > li > .dropdown-menu > li.active > .dropdown-menu > li > a:hover svg:nth-child(1), header ul.main-menu > li > .dropdown-menu > li.active > .dropdown-menu > li > a.active svg:nth-child(1) {
  filter: brightness(0) invert(1);
}
header ul.main-menu > li > .dropdown-menu > li.active > .dropdown-menu > li > a:hover svg:nth-child(3) path, header ul.main-menu > li > .dropdown-menu > li.active > .dropdown-menu > li > a.active svg:nth-child(3) path {
  fill: #fff;
}
header ul.main-menu > li > .dropdown-menu > li.active > .dropdown-menu > li > a svg:nth-child(1) {
  margin-right: 10px;
}
header ul.main-menu > li > .dropdown-menu > li.active > .dropdown-menu > li > a svg:nth-child(3) {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
header ul.main-menu > li > .dropdown-menu > li.active > .dropdown-menu > li > a span {
  width: calc(100% - 26px);
}
header ul.main-menu > li > .dropdown-menu > li > a {
  padding: 10px 35px 10px 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #008E3C;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
header ul.main-menu > li > .dropdown-menu > li > a:hover, header ul.main-menu > li > .dropdown-menu > li > a.active {
  color: #fff;
  background-color: #008F3D;
}
header ul.main-menu > li > .dropdown-menu > li > a:hover svg:nth-child(1), header ul.main-menu > li > .dropdown-menu > li > a.active svg:nth-child(1) {
  filter: brightness(0) invert(1);
}
header ul.main-menu > li > .dropdown-menu > li > a:hover svg:nth-child(3) path, header ul.main-menu > li > .dropdown-menu > li > a.active svg:nth-child(3) path {
  fill: #fff;
}
header ul.main-menu > li > .dropdown-menu > li > a svg:nth-child(1) {
  margin-right: 10px;
}
header ul.main-menu > li > .dropdown-menu > li > a svg:nth-child(3) {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
header ul.main-menu > li > .dropdown-menu > li > a span {
  width: calc(100% - 26px);
}
header ul.main-menu > li.active > a {
  color: #fff;
  background-color: #008F3D;
}
header ul.main-menu > li.active > a svg path {
  fill: #fff;
}
header ul.main-menu > li.active > .dropdown-menu {
  display: block;
}
header ul.main-menu > li:first-child a {
  border-radius: 10px 0 0 10px;
}
header ul.main-menu > li:last-child a {
  border-radius: 0 10px 10px 0;
}
header ul.main-menu > li > a {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #008E3C;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
header ul.main-menu > li > a svg {
  margin-left: 10px;
}
header ul.main-menu > li > a:hover, header ul.main-menu > li > a.active {
  color: #fff;
  background-color: #008F3D;
}
header ul.main-menu > li > a:hover svg path, header ul.main-menu > li > a.active svg path {
  fill: #fff;
}
header .user-link {
  position: relative;
  padding: 4px 15px;
  height: 48px;
  display: flex;
  gap: 0;
  border-radius: 20px;
  border: 1px solid #F7F8FF;
  align-items: center;
  cursor: pointer;
  max-width: 48px;
  background: transparent;
  transition: max-width 0.3s ease, opacity 0.3s ease;
}
header .user-link div {
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  white-space: nowrap;
  transition: max-width 0.3s ease, opacity 0.3s ease;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #F7F8FF;
}
header .user-link span {
  position: absolute;
  width: 16px;
  height: 16px;
  top: 1px;
  right: 0;
  background: #FF3B30;
  border-radius: 6px;
  display: flex;
  font-style: normal;
  font-weight: 400;
  font-size: 8px;
  line-height: 10px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  justify-content: center;
  align-items: center;
}
header .user-link.hover, header .user-link.active {
  background: #008F3D;
  gap: 10px;
  max-width: 211px;
}
header .user-link.hover span, header .user-link.active span {
  display: none;
}
header .user-link.hover div, header .user-link.active div {
  max-width: 200px;
  opacity: 1;
}
header ul.hover, header ul.active {
  margin: 0;
}
header .container {
  overflow: inherit;
}
header .login-block {
  position: absolute;
  right: 11px;
  top: 58px;
  padding: 30px 13px 16px;
  width: 300px;
  background: #FFFFFF;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 20px;
  z-index: 1002;
  display: none;
}
header .login-block.active {
  display: block;
}
header .login-block-close {
  position: absolute;
  top: 14px;
  right: 14px;
  cursor: pointer;
}
@media (min-width: 992px) {
  header .login-block-close {
    display: none;
  }
}
header .login-block-header {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #333;
  margin-bottom: 20px;
  padding-left: 3px;
}
header .login-block-header.hidden {
  display: none;
}
header .login-block-header span {
  cursor: pointer;
  color: #008F3D;
}
header .login-block-header span.active {
  color: #333;
  text-decoration: underline;
}
header .login-block-body > div {
  display: none;
}
header .login-block-body > div.active {
  display: block;
}
header .login-block-body form div {
  position: relative;
}
header .login-block-body label {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 140%;
  color: #333333;
  position: absolute;
  left: 19px;
  top: 4px;
}
header .login-block-body .toggle-password {
  position: absolute;
  top: 0;
  bottom: 14px;
  cursor: pointer;
  margin: auto;
  right: 20px;
  height: 24px;
}
header .login-block-body .toggle-password.active svg line {
  display: none;
}
header .login-block-body .toggle-password svg line {
  display: block;
}
header .login-block-body input:not(.checkbox) {
  padding: 14px 20px 0;
  width: 100%;
  height: 45px;
  border: 0.5px solid #BBBBBB;
  border-radius: 20px;
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #333333;
}
header .login-block-body input::-ms-input-placeholder,
header .login-block-body textarea::-ms-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #BBBBBB;
}
header .login-block-body input::-moz-placeholder,
header .login-block-body textarea::-moz-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #BBBBBB;
}
header .login-block-body input::-webkit-input-placeholder,
header .login-block-body textarea::-webkit-input-placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #BBBBBB;
}
header .login-block-body input::placeholder,
header .login-block-body textarea::placeholder {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #BBBBBB;
}
header .login-block-body button {
  border-radius: 20px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  max-width: 268px;
  margin: auto;
  height: 47px;
  background: linear-gradient(0deg, #FFFFFF 44%, #7C99EB 100%);
  border: 0;
}
header .login-block-body button span {
  position: absolute;
  left: 1px;
  top: 1px;
  width: 100%;
  height: 45px;
  background: #244395;
  border-radius: 20px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 47px;
  text-transform: uppercase;
  color: #FFFFFF;
}
header .login-block-body button:focus span, header .login-block-body button:active span, header .login-block-body button:hover span {
  background: #4B6AB8;
}
header .login-block-body .login-form-bottom {
  display: flex;
  flex-direction: column;
}
header .login-block-body .login-form-bottom .password {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  text-align: center;
  color: #008F3D;
  cursor: pointer;
  margin-bottom: 20px;
}
header .login-block-body .login-form-bottom .input-check {
  display: flex;
  align-items: center;
  margin: 8px 0 -5px;
}
header .login-block-body .login-form-bottom .input-check a {
  text-decoration: underline;
  color: #C4C4C4;
}
header .login-block-body .login-form-bottom .input-check input {
  width: 0;
  height: 0;
}
header .login-block-body .login-form-bottom .input-check label {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #333333;
  position: relative;
  padding-left: 24px;
  left: 0;
  top: 0;
  cursor: pointer;
}
header .login-block-body .login-form-bottom .input-check label a {
  text-decoration: none;
}
header .login-block-body .login-form-bottom .input-check label:before {
  display: block;
  position: absolute;
  left: 3px;
  top: -1px;
  z-index: 5;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #333333;
  border-radius: 2px;
}
header .login-block-body .login-form-bottom .input-check label:hover:before {
  border: 1px solid #008F3D;
}
header .login-block-body .login-form-bottom .input-check label:hover:after {
  width: 12px;
  height: 12px;
  background: #008F3D;
  border-radius: 1px;
  position: absolute;
  left: 5px;
  top: 1px;
  z-index: 5;
  content: "";
}
header .login-block-body .login-form-bottom .input-check input:checked + label:before {
  border: 1px solid #008F3D;
}
header .login-block-body .login-form-bottom .input-check input:checked + label:after {
  width: 12px;
  height: 12px;
  background: #008F3D;
  border-radius: 1px;
  position: absolute;
  left: 5px;
  top: 1px;
  z-index: 5;
  content: "";
}
header .login-block-body .login-form-bottom .checkbox {
  appearance: none;
  width: 16px;
  height: 16px;
  background: var(--background-color);
  border: 1px solid var(--medium-brown);
  cursor: pointer;
  position: relative;
}
header .login-block-body .login-form-bottom > span {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #333333;
  text-align: center;
  display: block;
  margin: 22px 0 18px;
}
header .login-block-body .login-form-bottom a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 47px;
  border-radius: 20px;
  border: 1px solid #008F3D;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 45px;
  text-transform: uppercase;
  color: #008F3D;
  max-width: 268px;
  margin: auto;
  transition: all 0.3s;
}
header .login-block-body .login-form-bottom a:hover {
  background: #008F3D;
  color: #fff;
}
header .login-block-body .login-block-2 button {
  width: 100%;
  height: 44px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  color: var(--white);
  border: 0;
  justify-content: center;
  margin-top: 24px;
}
header .login-block-body .login-block-2 button:focus, header .login-block-body .login-block-2 button:active {
  background: #BB5D20;
}
header .login-block-body .login-block-3 .login-block-title-3 {
  margin-bottom: 14px;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #333333;
}
header .login-block-body .login-block-3 p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 13px;
}
header .login-block-body .login-block-3 label {
  margin-bottom: 6px;
}
header .login-block-body .login-block-3 button {
  width: 100%;
  height: 44px;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--white);
  border: 0;
  justify-content: center;
}
header .login-block-body .login-block-3 button:focus, header .login-block-body .login-block-3 button:active {
  background: #BB5D20;
}
header .login-block-body .login-block-4 {
  padding: 29px 0 43px;
}
header .login-block-body .login-block-4 .login-block-title-4 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  text-align: center;
  color: #333333;
  margin-bottom: 20px;
}
header .login-block-body .login-block-4 .login-block-text-4 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #333333;
}
header .login-block-body button {
  transition: all 0.3s;
}
header.type-2 .header-main {
  margin-top: 10px;
}
header.type-2 .logo {
  height: 100px;
  display: flex;
  width: fit-content;
  margin: 10px 30px 0 0;
}
header.type-2 .logo img {
  height: 100px;
}

.hero-main {
  padding: 20px 40px 40px 40px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
.hero-main h1 {
  font-size: 48px;
  line-height: 120%;
  margin-bottom: 20px;
}
.hero-main .hero-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
  margin-bottom: 40px;
}
.hero-main .hero-img {
  width: 100%;
  height: 500px;
  border-radius: 10px;
  object-fit: cover;
}
.hero-main .hero-img-responsive {
  display: none;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.hero-slider {
  margin-top: 30px;
  padding: 0 35px;
}
.hero-slider .slick-slide {
  padding: 0;
}
.hero-slider .slick-slide {
  padding: 0 5px;
}
.hero-slider .slick-slide img {
  height: 140px;
  border-radius: 10px;
  object-fit: cover;
  opacity: 0.3;
}
.hero-slider .slick-slide.slick-center img {
  opacity: 1;
}
.hero-slider .slick-slide-title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #333333;
}
.hero-slider .slick-prev {
  left: 0;
}
.hero-slider .slick-next {
  right: 0;
}
.hero-slider .slick-prev, .hero-slider .slick-next {
  margin: auto;
  top: 0;
  bottom: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.mobile-menu {
  z-index: 1001;
  position: absolute;
  left: -100vw;
  top: 0;
  width: 100%;
  height: fit-content;
  background-color: #008F3D;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.mobile-menu-address {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #333333;
  background-color: #F6F6F6;
  height: 36px;
  margin: 55px 10px 0;
  width: calc(100% - 20px);
  border-radius: 4px;
  padding: 0 0 0 10px;
}
.mobile-menu-address-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
  margin: 0 0 10px 27px;
}
.mobile-menu-address svg:nth-child(1) {
  margin-right: 12px;
  width: 25px;
  height: auto;
}
.mobile-menu-address svg:nth-child(3) {
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mobile-menu-address.active ul {
  display: block;
}
.mobile-menu-address ul {
  position: absolute;
  top: 40px;
  left: 0;
  display: none;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #fff;
  z-index: 101;
}
.mobile-menu-address ul li {
  padding: 10px 12px;
  width: 100%;
  min-height: 40px;
  border-bottom: 1px solid #E6E1DB;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #008E3C;
  display: flex;
  align-items: flex-start;
  transition: all 0.3s ease;
}
.mobile-menu-address ul li:last-child {
  border-bottom: 0;
}
.mobile-menu-address ul li:hover {
  background-color: #008F3D;
  color: #fff;
}
.mobile-menu-address ul li:hover svg path {
  stroke: #fff;
}
.mobile-menu-address ul li svg {
  margin-right: 9px;
  transition: all 0.3s ease;
}
.mobile-menu-address ul li span {
  width: calc(100% - 26px);
  padding-top: 4px;
}
.mobile-menu-form {
  width: calc(100% - 56px);
  position: relative;
  height: 36px;
  margin: 10px 0 0 10px;
}
.mobile-menu-form input {
  padding: 10px 20px;
  width: 100%;
  height: 36px;
  background: #F6F6F6;
  border-radius: 4px;
  border: 0;
}
.mobile-menu-form button {
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  height: 24px;
}
.mobile-menu-form button svg {
  width: 16px;
  height: 16px;
}
.mobile-menu-form button:hover svg path {
  fill: #008F3D;
}
.mobile-menu-links {
  padding: 22px 10px;
  display: flex;
  flex-wrap: wrap;
  background-color: #333333;
  flex-direction: row;
  gap: 10px;
}
.mobile-menu-links > div:nth-child(2) {
  display: flex;
  gap: 8px;
  align-items: center;
}
.mobile-menu-links > div:nth-child(2) a {
  gap: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}
.mobile-menu-links a {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
  height: 24px;
  display: flex;
  gap: 12px;
  align-items: center;
}
.mobile-menu-time {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
  height: 24px;
  display: flex;
  gap: 12px;
  align-items: center;
}
.mobile-menu .logo {
  height: 21px;
  display: flex;
  width: fit-content;
}
.mobile-menu .logo svg {
  height: 100%;
  width: auto;
}
.mobile-menu.active {
  left: 0;
}
.mobile-menu-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}
.mobile-menu > ul {
  list-style: none;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px 2px 124px 10px;
  margin: 0;
}
.mobile-menu > ul li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
  transition: all 0.3s;
}
.mobile-menu > ul li a.active, .mobile-menu > ul li a:hover {
  color: #008E3C;
}
.mobile-menu-close {
  position: absolute;
  right: 18px;
  top: 14px;
}

#breadcrumb {
  position: relative;
  z-index: 10;
  margin: 20px 0 30px;
}
#breadcrumb .breadcrumb {
  background-color: transparent;
  padding: 0;
  display: flex;
  margin: 0;
}
#breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #008E3C;
  padding: 0;
  margin: 0 4px 0 -2px;
}
#breadcrumb .breadcrumb-item + .breadcrumb-item {
  padding-left: 5px;
}
#breadcrumb .breadcrumb-item:nth-child(2):before {
  display: none;
}
#breadcrumb li {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #B8B8B8;
}
#breadcrumb li a {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #008E3C;
}
#breadcrumb li a span {
  color: #008E3C;
}
#breadcrumb h1 {
  margin: 31px 0 0;
  display: flex;
  align-content: flex-start;
  justify-content: flex-start;
  gap: 10px;
}
#breadcrumb h1 .count {
  font-weight: 400;
  font-size: 21px;
  line-height: 140%;
  color: #333333;
}

.modal {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 1000;
  display: none;
  background: rgba(0, 0, 0, 0.3);
  justify-content: center;
  align-items: center;
}
.modal-body {
  padding: 40px;
  border-radius: 10px;
  flex: none;
  position: relative;
  display: none;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #fff;
}
@media (max-height: 900px) {
  .modal-body {
    max-height: calc(100vh - 30px);
  }
}
.modal-body-contact-thank, .modal-body-reviews-thank {
  width: 600px;
  height: 520px;
  justify-content: center;
}
.modal-body-reviews {
  width: 1120px;
  height: auto;
  justify-content: center;
}
.modal-body-reviews .reviews-form {
  padding: 0;
}
.modal-body-reviews .reviews-form h3 {
  font-size: 32px;
}
.modal-body.open {
  display: flex;
  flex-direction: column;
}
.modal .modal-home {
  width: 100%;
  cursor: pointer;
}
.modal .modal-body-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  color: #333333;
  margin-bottom: 20px;
  text-align: center;
}
.modal .modal-body-text {
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #333333;
  margin-bottom: 20px;
}
.modal .hidden {
  display: none;
}
.modal-close {
  position: absolute;
  right: 28px;
  top: 25px;
  cursor: pointer;
  transition: all 0.3s;
}
.modal-close:hover svg path {
  fill: #008F3D;
}
.modal .modal-body-question-thank, .modal .modal-body-question, .modal .modal-body-contact-thank, .modal .modal-body-reviews-thank, .modal .modal-body-reviews {
  display: none;
  align-items: center;
}
.modal .modal-body-question-thank.open, .modal .modal-body-question.open, .modal .modal-body-contact-thank.open, .modal .modal-body-reviews-thank.open, .modal .modal-body-reviews.open {
  display: flex;
  flex-direction: column;
}
.modal.open {
  display: flex;
}
.modal.open .modal-body {
  display: flex;
}

body.open {
  overflow: hidden;
}

.label-check {
  cursor: pointer;
}

.category {
  padding: 100px 0 80px;
}
.category .tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.category .tab-btn {
  padding: 0 40px;
  cursor: pointer;
  border: 1px solid #008F3D;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #008F3D;
  height: 46px;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}
.category .tab-btn.active, .category .tab-btn:hover {
  background: #008F3D;
  color: #fff;
}
.category .products {
  margin: 0 -10px;
  width: calc(100% + 20px);
  display: flex;
  flex-wrap: wrap;
}
.category .product-item {
  width: calc(33.3333333333% - 20px);
  margin: 0 10px 20px;
  background: #FFFFFF;
  border-radius: 0 0 10px 10px;
}
.category-type-2 {
  padding: 0 0 80px;
}
.category-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.category-links {
  display: flex;
  gap: 10px;
  align-items: center;
}
.category-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.category-items .category-item {
  margin: 0 10px 20px;
  width: calc(25% - 20px);
  padding: 20px;
  background: #FFFFFF;
  border-radius: 8px;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
}
.category-items .category-item:hover {
  box-shadow: 0px 2px 16px rgba(50, 50, 50, 0.1);
  border-radius: 8px;
}
.category-items .category-item:hover img {
  opacity: 0.1;
  transition: all 0.4s;
}
.category-items .category-item:hover .category-item-count {
  display: none;
}
.category-items .category-item:hover .category-item-info {
  position: absolute;
  left: 20px;
  top: 20px;
}
.category-items .category-item:hover .category-item-list {
  position: relative;
  left: 0;
  top: 0;
}
.category-items .category-item img {
  height: 186px;
  object-fit: cover;
  margin-bottom: 10px;
  width: 100%;
}
.category-items .category-item-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #008E3C;
  margin-bottom: 10px;
  transition: all 0.4s;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.category-items .category-item-count {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #333333;
}
.category-items .category-item-list {
  transition: all 0.4s;
  position: absolute;
  top: 385px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.category-items .category-item-list a {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #333333;
}
.category-items .category-item-list a:hover {
  transition: all 0.3s;
  color: #008F3D;
}

.products:has(.products-slider) {
  padding: 0 0 75px;
}
.products .container {
  overflow: initial;
}
.products-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.products-links {
  display: flex;
  gap: 10px;
}
.products-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.products-items.products-slider {
  margin: 0;
  display: block;
  padding: 0 0 20px;
}
.products-items.products-slider .product-item {
  margin: 0;
}
.products-items.products-slider .slick-prev, .products-items.products-slider .slick-next {
  border-radius: 50%;
  bottom: auto;
  top: -52px;
}
.products-items.products-slider .slick-prev {
  left: auto;
  right: 50px;
}
.products-items.products-slider .slick-next {
  right: 0;
}
.products-more {
  margin: 10px auto 0;
  cursor: pointer;
}
.products-more span:nth-child(2) {
  display: none;
}
.products-more.active span:nth-child(1) {
  display: none;
}
.products-more.active span:nth-child(2) {
  display: block;
}

.product-item {
  margin: 0 10px 20px;
  width: calc(33.3333333333% - 20px);
  background: #FFFFFF;
  border-radius: 8px;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
  cursor: pointer;
}
.product-item-info {
  padding: 0 10px 10px 20px;
  position: relative;
}
.product-item.active {
  display: block !important;
}
.product-item-image {
  height: 300px;
  margin-bottom: 10px;
  overflow: hidden;
}
.product-item-image img {
  height: 300px;
  width: 100%;
  object-fit: cover;
  transition: all 0.4s;
}
.product-item:hover {
  box-shadow: 0px 2px 16px rgba(50, 50, 50, 0.1);
}
.product-item:hover img {
  transform: scale(1.1);
}
.product-item-btn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 48px;
  background: #008F3D;
  border-radius: 4px;
  position: absolute;
  right: 20px;
  bottom: 10px;
  transition: all 0.3s ease;
}
.product-item-btn:hover {
  background: #00B64E;
  color: #FFFFFF;
}
.product-item-name {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
  transition: all 0.4s;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  margin-bottom: 30px;
}
.product-item-name:hover {
  color: #008E3C;
}
.product-item-price-new {
  font-weight: 700;
  font-size: 20px;
  line-height: 140%;
  color: #333333;
}
.product-item-price-old {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  text-decoration-line: line-through;
  color: #828282;
}
.product-item-bottom {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0;
  align-items: flex-end;
}
.product-item-bottom button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 48px;
  background: #008F3D;
  border-radius: 4px;
  border: 0;
}
.product-item-bottom button:hover {
  background: #00B64E;
  color: #FFFFFF;
}
.product-item-prices {
  display: flex;
  gap: 12px;
  align-items: center;
}
.product-item-labels {
  position: absolute;
  left: 20px;
  top: 20px;
  display: flex;
  gap: 6px;
  flex-direction: column;
  z-index: 10;
}
.product-item-actions {
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
  gap: 6px;
  flex-direction: column;
  z-index: 10;
}
.product-item-favorite svg {
  transition: all 0.3s;
}
.product-item-favorite:hover, .product-item-favorite.active {
  cursor: pointer;
}
.product-item-favorite:hover svg path, .product-item-favorite.active svg path {
  stroke: #008F3D;
}
.product-item-compare svg {
  transition: all 0.3s;
}
.product-item-compare:hover, .product-item-compare.active {
  cursor: pointer;
}
.product-item-compare:hover svg path, .product-item-compare.active svg path {
  fill: #008F3D;
}
.product-item-label {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px;
  height: 21px;
  width: fit-content;
  border-radius: 2px;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #FFFFFF;
}
.product-item-label-type-1 {
  background: #59A1FF;
}
.product-item-label-type-2 {
  background: #FF4B4B;
}
.product-item-characteristics {
  display: flex;
  width: calc(100% - 40px);
  margin: 0 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #333333;
  gap: 10px;
}
.product-item-characteristics-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #828282;
  margin-bottom: 5px;
}
.product-item-characteristics > div {
  display: flex;
  flex-direction: column;
}
.product-item-characteristics > div:nth-child(1) {
  width: calc(100% - 63px);
}
.product-item-characteristics > div:nth-child(2) {
  width: 53px;
}
.product-item-unit {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 9px 0 10px 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}
.product-item-unit span {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
}
.product-item-unit-type-1 {
  color: #35C16E;
}
.product-item-unit-type-1 span {
  background: #35C16E;
}
.product-item-unit-type-2 {
  color: #B8B8B8;
}
.product-item-unit-type-2 span {
  background: #B8B8B8;
}
.product-item-unit-type-3 {
  color: #FF4B4B;
}
.product-item-unit-type-3 span {
  background: #FF4B4B;
}

.reviews {
  padding: 0 0 90px;
}
.reviews-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
.reviews-links {
  display: flex;
  gap: 10px;
}
.reviews-slider-item {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px;
  display: flex!important;
  flex-direction: column;
}
.reviews-slider-item-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
.reviews-slider-item-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #333333;
  max-height: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 10;
  -webkit-box-orient: vertical;
  flex: 1;
  transition: all 0.3s;
}
.reviews-slider-item-text.active {
  max-height: max-content;
  -webkit-line-clamp: 100;
  -webkit-box-orient: vertical;
}
.reviews-slider-item-date {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
}
.reviews-slider-item-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
  margin-top: 20px;
}
.reviews-slider-item-more {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.reviews-slider-item-more.active {
  display: none;
}
.reviews-slider-item-more span {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #008F3D;
  cursor: pointer;
}
.reviews-slider-item .rating {
  display: flex;
  gap: 4px;
  padding-left: 4px;
}
.reviews-slider-item .rating .star {
  display: flex;
  height: 14px;
}
.reviews-slider {
  margin-top: 30px;
  padding: 0 40px 15px;
}
.reviews-slider .slick-track {
  display: flex;
}
.reviews-slider .slick-slide {
  padding: 0;
  height: auto;
  display: flex;
}
.reviews-slider .slick-slide {
  padding: 0 5px;
}
.reviews-slider .slick-slide > div {
  display: flex;
  width: 100%;
}
.reviews-slider .slick-prev, .reviews-slider .slick-next {
  margin: auto;
  top: 0;
  bottom: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.map {
  padding: 0 0 130px 0;
}
.map img {
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}

.faq {
  padding: 0 0 90px 0;
}
.faq h2 {
  margin-bottom: 30px;
}
.faq-img {
  height: 500px;
  border-right: 10px;
  width: 100%;
  object-fit: cover;
}
.faq .accordion-category {
  margin-bottom: 10px;
}
.faq .accordion-category-title {
  padding: 20px 20px;
  height: 62px;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-content: center;
  align-items: center;
  cursor: pointer;
}
.faq .accordion-category-title span {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
  width: calc(100% - 20px);
}
.faq .accordion-category-title-button {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 20px;
  top: 20px;
  margin: auto;
  z-index: 3;
  transition: all 0.3s;
  width: 20px;
  height: 20px;
}
.faq .accordion-category-title-button:before, .faq .accordion-category-title-button:after {
  content: "";
  position: absolute;
  background-color: #008F3D;
  transition: transform 0.3s ease;
}
.faq .accordion-category-title-button:before {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  transform: translateY(-50%);
}
.faq .accordion-category-title-button:after {
  left: 50%;
  top: 0;
  width: 2px;
  height: 100%;
  transform: translateX(-50%);
}
.faq .accordion-category-body {
  overflow: hidden;
  height: 0;
  border-radius: 0 0 10px 10px;
  background: #FFFFFF;
  z-index: 1;
  position: relative;
}
.faq .accordion-category-body-text, .faq .accordion-category-body-text p {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #333333;
}
.faq .accordion-category.active .accordion-category-title {
  border-radius: 10px 10px 0 0;
}
.faq .accordion-category.active .accordion-category-title .accordion-category-title-button:after {
  display: none;
}
.faq .accordion-category.active .accordion-category-body {
  height: auto;
  padding: 0 20px 20px 20px;
  margin-top: -8px;
}
.faq .accordion-category.active .accordion-category-body audio {
  width: 100%;
}

.about {
  padding: 0 0 100px 0;
}
.about-img-responsive {
  display: none;
}
.about-main {
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
}
.about h2 {
  margin-bottom: 20px;
}
.about .btn-type-1 {
  margin-top: 20px;
}
.about h3 {
  margin: 50px 0 20px;
}
.about-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.about-items .about-item {
  margin: 0 5px 18px;
  width: calc(33.3333333333% - 10px);
}
.about-items .about-item-icon {
  margin-bottom: 16px;
}
.about-items .about-item-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
  margin-bottom: 10px;
}
.about-items .about-item-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #333333;
}

.addresses {
  padding-bottom: 100px;
}
.addresses h2 {
  margin-bottom: 30px;
}
.addresses-item {
  padding: 20px;
  height: 176px;
  background: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 10px;
}
.addresses-item:last-child {
  margin-bottom: 0;
}
.addresses-item-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #008F3D;
  margin-bottom: 17px;
}
.addresses-item p {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
  margin-bottom: 10px;
}
.addresses-item p:last-child {
  margin-bottom: 0;
}
.addresses-item p a {
  color: #333333;
  transition: all 0.3s;
}
.addresses-item p a:hover {
  color: #008F3D;
}
.addresses-main {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.addresses-main .addresses-items {
  width: 438px;
  margin: 0 10px;
}
.addresses-main iframe {
  width: calc(100% - 478px);
  height: 921px;
  margin: 0 10px;
  object-fit: cover;
  border-radius: 20px;
}

.contact {
  padding: 0 0 130px;
}
.contact h2 {
  margin-bottom: 30px;
}
.contact p {
  margin-bottom: 15px;
}
.contact iframe {
  width: calc(100% - 458px);
  height: 400px;
  object-fit: cover;
  border-radius: 20px;
  border: 0;
}
.contact-main {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.contact-main-line {
  display: flex;
  gap: 4px;
  margin-bottom: 8px;
}
.contact-main-line div {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
}
.contact-main-line span {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
}
.contact-main-line a {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
  display: flex;
  gap: 8px;
}
.contact-main-left {
  padding: 20px;
  background: #FFFFFF;
  border-radius: 10px;
  max-width: 438px;
  width: 100%;
}
.contact-main-left-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #008F3D;
  margin-bottom: 10px;
}

footer {
  background-color: #333333;
  padding: 30px 0 23px 0;
}
footer .container {
  overflow: inherit;
}
footer ul.main-menu {
  display: flex;
  list-style: none;
  padding: 0;
  transition: margin 0.3s ease, opacity 0.3s ease;
  justify-content: space-between;
  border-radius: 10px;
  margin: 0 0 20px;
}
footer ul.main-menu > li {
  width: 100%;
}
footer ul.main-menu > li > .dropdown-menu {
  width: 281px;
  padding: 0;
  margin: 0;
  border: 0;
  bottom: calc(100% + 6px);
  top: auto;
  border-radius: 2px;
  z-index: 101;
}
footer ul.main-menu > li > .dropdown-menu > li {
  border-bottom: 1px solid #E6E1DB;
}
footer ul.main-menu > li > .dropdown-menu > li:last-child {
  border-bottom: 0;
}
footer ul.main-menu > li > .dropdown-menu > li.active > a {
  color: #fff;
  background-color: #008F3D;
}
footer ul.main-menu > li > .dropdown-menu > li.active > a svg:nth-child(1) {
  filter: brightness(0) invert(1);
}
footer ul.main-menu > li > .dropdown-menu > li.active > a svg:nth-child(3) path {
  fill: #fff;
}
footer ul.main-menu > li > .dropdown-menu > li.active > .dropdown-menu {
  display: block;
  width: 240px;
  padding: 0;
  margin: 0;
  border: 0;
  top: 0;
  border-radius: 2px;
  z-index: 101;
  left: calc(100% + 10px);
  box-shadow: 0px 2px 16px rgba(50, 50, 50, 0.1);
}
footer ul.main-menu > li > .dropdown-menu > li.active > .dropdown-menu > li {
  border-bottom: 1px solid #E6E1DB;
}
footer ul.main-menu > li > .dropdown-menu > li.active > .dropdown-menu > li:last-child {
  border-bottom: 0;
}
footer ul.main-menu > li > .dropdown-menu > li.active > .dropdown-menu > li.active > a {
  color: #fff;
  background-color: #008F3D;
}
footer ul.main-menu > li > .dropdown-menu > li.active > .dropdown-menu > li.active > a svg:nth-child(1) {
  filter: brightness(0) invert(1);
}
footer ul.main-menu > li > .dropdown-menu > li.active > .dropdown-menu > li.active > a svg:nth-child(3) path {
  fill: #fff;
}
footer ul.main-menu > li > .dropdown-menu > li.active > .dropdown-menu > li.active > .dropdown-menu {
  display: block;
}
footer ul.main-menu > li > .dropdown-menu > li.active > .dropdown-menu > li > a {
  padding: 10px 35px 10px 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #008E3C;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
footer ul.main-menu > li > .dropdown-menu > li.active > .dropdown-menu > li > a:hover, footer ul.main-menu > li > .dropdown-menu > li.active > .dropdown-menu > li > a.active {
  color: #fff;
  background-color: #008F3D;
}
footer ul.main-menu > li > .dropdown-menu > li.active > .dropdown-menu > li > a:hover svg:nth-child(1), footer ul.main-menu > li > .dropdown-menu > li.active > .dropdown-menu > li > a.active svg:nth-child(1) {
  filter: brightness(0) invert(1);
}
footer ul.main-menu > li > .dropdown-menu > li.active > .dropdown-menu > li > a:hover svg:nth-child(3) path, footer ul.main-menu > li > .dropdown-menu > li.active > .dropdown-menu > li > a.active svg:nth-child(3) path {
  fill: #fff;
}
footer ul.main-menu > li > .dropdown-menu > li.active > .dropdown-menu > li > a svg:nth-child(1) {
  margin-right: 10px;
}
footer ul.main-menu > li > .dropdown-menu > li.active > .dropdown-menu > li > a svg:nth-child(3) {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
footer ul.main-menu > li > .dropdown-menu > li.active > .dropdown-menu > li > a span {
  width: calc(100% - 26px);
}
footer ul.main-menu > li > .dropdown-menu > li > a {
  padding: 10px 35px 10px 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #008E3C;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
footer ul.main-menu > li > .dropdown-menu > li > a:hover, footer ul.main-menu > li > .dropdown-menu > li > a.active {
  color: #fff;
  background-color: #008F3D;
}
footer ul.main-menu > li > .dropdown-menu > li > a:hover svg:nth-child(1), footer ul.main-menu > li > .dropdown-menu > li > a.active svg:nth-child(1) {
  filter: brightness(0) invert(1);
}
footer ul.main-menu > li > .dropdown-menu > li > a:hover svg:nth-child(3) path, footer ul.main-menu > li > .dropdown-menu > li > a.active svg:nth-child(3) path {
  fill: #fff;
}
footer ul.main-menu > li > .dropdown-menu > li > a svg:nth-child(1) {
  margin-right: 10px;
}
footer ul.main-menu > li > .dropdown-menu > li > a svg:nth-child(3) {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
footer ul.main-menu > li > .dropdown-menu > li > a span {
  width: calc(100% - 26px);
}
footer ul.main-menu > li.active > a {
  color: #fff;
  background-color: #008F3D;
}
footer ul.main-menu > li.active > a svg path {
  fill: #fff;
}
footer ul.main-menu > li.active > .dropdown-menu {
  display: block;
}
footer ul.main-menu > li > a {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #fff;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
footer ul.main-menu > li > a svg {
  margin-left: 10px;
  transform: scale(1, -1);
}
footer ul.main-menu > li > a:hover, footer ul.main-menu > li > a.active {
  color: #fff;
  background-color: #008F3D;
}
footer ul.main-menu > li > a:hover svg path, footer ul.main-menu > li > a.active svg path {
  fill: #fff;
}
footer .footer-logo {
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  color: #FFFFFF;
}
footer .footer-copyright {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #FFFFFF;
  height: 24px;
}
footer .footer-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
  margin: 10px 0 67px;
}
footer .footer-address {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  cursor: pointer;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #FFF;
  height: 46px;
  padding: 0 0 0 20px;
}
footer .footer-address-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  color: #FFFFFF;
  margin: 0 0 21px 52px;
}
footer .footer-address svg:nth-child(1) {
  margin-right: 12px;
  width: 25px;
  height: auto;
}
footer .footer-address svg:nth-child(3) {
  margin-left: 4px;
  transform: scale(1, -1);
}
footer .footer-address.active ul {
  display: block;
}
footer .footer-address ul {
  position: absolute;
  bottom: 40px;
  left: 0;
  display: none;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #fff;
  z-index: 101;
}
footer .footer-address ul li {
  padding: 10px 21px;
  width: 100%;
  min-height: 40px;
  border-bottom: 1px solid #E6E1DB;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #008E3C;
  display: flex;
  align-items: flex-start;
  transition: all 0.3s ease;
}
footer .footer-address ul li:last-child {
  border-bottom: 0;
}
footer .footer-address ul li:hover {
  background-color: #008F3D;
  color: #fff;
}
footer .footer-address ul li:hover svg path {
  stroke: #fff;
}
footer .footer-address ul li svg {
  margin-right: 9px;
  transition: all 0.3s ease;
}
footer .footer-address ul li span {
  width: calc(100% - 26px);
  padding-top: 4px;
}
footer .footer-links {
  margin: 0 0 28px 52px;
  display: flex;
  flex-wrap: wrap;
}
footer .footer-links > div {
  display: flex;
  gap: 12px;
  width: 100%;
}
footer .footer-links a {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
  height: 24px;
  display: flex;
  gap: 12px;
  align-items: center;
}
footer .footer-time {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
  height: 24px;
  display: flex;
  gap: 12px;
  margin-top: 19px;
}
footer .col-xl-6:last-child {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}
footer .col-xl-6:last-child a {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #FFFFFF;
  height: 24px;
  display: flex;
  width: max-content;
}

.page-404 {
  padding-top: 30px;
}

.block-pagination {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.block-pagination .pagination {
  margin: 0 -4px;
  padding: 0;
}
.block-pagination .pagination .page-item {
  margin: 0 4px;
}
.block-pagination .pagination div.page-link {
  pointer-events: none;
}
.block-pagination .pagination .page-link {
  display: flex;
  width: 32px;
  height: 32px;
  background: #FFFFFF;
  border: 1px solid #BBBBBB;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #333333;
  padding: 0;
  justify-content: center;
  align-items: center;
}
.block-pagination .pagination .page-link:hover, .block-pagination .pagination .page-link.active {
  color: #008F3D;
  border: 1px solid #008F3D;
}
.block-pagination .pagination .page-link.disabled {
  background: #008F3D;
  border: 1px solid #008F3D;
  color: #fff;
  pointer-events: none;
}
.block-pagination .pagination .page-link.disabled svg path {
  fill: #fff;
}

.category-links-responsive, .reviews-links-responsive, input[type=search i]::-webkit-search-cancel-button {
  display: none;
}

.custom-select {
  padding: 0;
  border: 0;
  background: none;
  height: 48px;
}

.custom-select__trigger {
  padding: 0 40px;
  height: 48px;
  border: 1px solid #008F3D;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #008F3D;
  background: none;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}

.custom-select-wrapper {
  position: relative;
  width: 300px;
}

.custom-select {
  position: relative;
  z-index: 100;
}

.custom-select__trigger .arrow {
  position: relative;
  height: 10px;
  width: 10px;
}

.custom-select__trigger .arrow::before,
.custom-select__trigger .arrow::after {
  content: "";
  position: absolute;
  bottom: 0px;
  width: 0.15rem;
  height: 100%;
  transition: all 0.3s;
}

.custom-select__trigger .arrow::before {
  left: -3px;
  transform: rotate(45deg);
  background-color: #394a6d;
}

.custom-select__trigger .arrow::after {
  left: 3px;
  transform: rotate(-45deg);
  background-color: #394a6d;
}

.custom-select.open .custom-select__trigger .arrow::before {
  transform: rotate(-45deg);
}

.custom-select.open .custom-select__trigger .arrow::after {
  transform: rotate(45deg);
}

.custom-options {
  position: absolute;
  display: block;
  top: calc(100% + 17px);
  right: 0;
  border-top: 0;
  background: #fff;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
  overflow-y: auto;
  width: 240px;
  border-radius: 2px;
}

.custom-select.open .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.custom-option {
  position: relative;
  display: block;
  padding: 10px 20px;
  cursor: pointer;
  transition: all 0.3s;
  border-bottom: 1px solid #E6E1DB;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #333333;
}
.custom-option:hover {
  background-color: #008F3D;
  color: #fff;
}
.custom-option:last-child {
  border-bottom: 0;
}

.custom-option.selected {
  background-color: #008F3D;
  color: #fff;
}

.filter-btn {
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
  position: relative;
}
.filter-btn > .dropdown-menu {
  width: 281px;
  padding: 0;
  margin: 0;
  border: 0;
  top: calc(100% + 6px);
  border-radius: 2px;
  z-index: 101;
}
.filter-btn > .dropdown-menu > li {
  border-bottom: 1px solid #E6E1DB;
}
.filter-btn > .dropdown-menu > li:last-child {
  border-bottom: 0;
}
.filter-btn > .dropdown-menu > li.active > a {
  color: #fff;
  background-color: #008F3D;
}
.filter-btn > .dropdown-menu > li.active > a svg:nth-child(1) {
  filter: brightness(0) invert(1);
}
.filter-btn > .dropdown-menu > li.active > a svg:nth-child(3) path {
  fill: #fff;
}
.filter-btn > .dropdown-menu > li.active > .dropdown-menu {
  display: block;
  width: 240px;
  padding: 0;
  margin: 0;
  border: 0;
  top: 0;
  border-radius: 2px;
  z-index: 101;
  left: calc(100% + 10px);
  box-shadow: 0px 2px 16px rgba(50, 50, 50, 0.1);
}
.filter-btn > .dropdown-menu > li.active > .dropdown-menu > li {
  border-bottom: 1px solid #E6E1DB;
}
.filter-btn > .dropdown-menu > li.active > .dropdown-menu > li:last-child {
  border-bottom: 0;
}
.filter-btn > .dropdown-menu > li.active > .dropdown-menu > li.active > a {
  color: #fff;
  background-color: #008F3D;
}
.filter-btn > .dropdown-menu > li.active > .dropdown-menu > li.active > a svg:nth-child(1) {
  filter: brightness(0) invert(1);
}
.filter-btn > .dropdown-menu > li.active > .dropdown-menu > li.active > a svg:nth-child(3) path {
  fill: #fff;
}
.filter-btn > .dropdown-menu > li.active > .dropdown-menu > li.active > .dropdown-menu {
  display: block;
}
.filter-btn > .dropdown-menu > li.active > .dropdown-menu > li > a {
  padding: 10px 35px 10px 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #008E3C;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
.filter-btn > .dropdown-menu > li.active > .dropdown-menu > li > a:hover, .filter-btn > .dropdown-menu > li.active > .dropdown-menu > li > a.active {
  color: #fff;
  background-color: #008F3D;
}
.filter-btn > .dropdown-menu > li.active > .dropdown-menu > li > a:hover svg:nth-child(1), .filter-btn > .dropdown-menu > li.active > .dropdown-menu > li > a.active svg:nth-child(1) {
  filter: brightness(0) invert(1);
}
.filter-btn > .dropdown-menu > li.active > .dropdown-menu > li > a:hover svg:nth-child(3) path, .filter-btn > .dropdown-menu > li.active > .dropdown-menu > li > a.active svg:nth-child(3) path {
  fill: #fff;
}
.filter-btn > .dropdown-menu > li.active > .dropdown-menu > li > a svg:nth-child(1) {
  margin-right: 10px;
}
.filter-btn > .dropdown-menu > li.active > .dropdown-menu > li > a svg:nth-child(3) {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.filter-btn > .dropdown-menu > li.active > .dropdown-menu > li > a span {
  width: calc(100% - 26px);
}
.filter-btn > .dropdown-menu > li > a {
  padding: 10px 35px 10px 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #008E3C;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  cursor: pointer;
  position: relative;
  width: 100%;
  transition: all 0.3s;
}
.filter-btn > .dropdown-menu > li > a:hover, .filter-btn > .dropdown-menu > li > a.active {
  color: #fff;
  background-color: #008F3D;
}
.filter-btn > .dropdown-menu > li > a:hover svg:nth-child(1), .filter-btn > .dropdown-menu > li > a.active svg:nth-child(1) {
  filter: brightness(0) invert(1);
}
.filter-btn > .dropdown-menu > li > a:hover svg:nth-child(3) path, .filter-btn > .dropdown-menu > li > a.active svg:nth-child(3) path {
  fill: #fff;
}
.filter-btn > .dropdown-menu > li > a svg:nth-child(1) {
  margin-right: 10px;
}
.filter-btn > .dropdown-menu > li > a svg:nth-child(3) {
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.filter-btn > .dropdown-menu > li > a span {
  width: calc(100% - 26px);
}
.filter-btn.active > .dropdown-menu {
  display: block;
}

.mobile-panel {
  display: none;
  flex-wrap: wrap;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 100;
  padding: 6px 22px;
  height: 53px;
  background: #FFFFFF;
  box-shadow: 0px -2px 4px rgba(40, 66, 140, 0.1);
  width: 100%;
  gap: 20px;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .mobile-panel {
    display: none;
  }
}
.mobile-panel-form {
  width: 100%;
  position: relative;
  height: 36px;
}
.mobile-panel-form input {
  padding: 10px 20px;
  width: 100%;
  height: 36px;
  background: #F6F6F6;
  border-radius: 4px;
  border: 0;
}
.mobile-panel-form button {
  background-color: transparent;
  border: 0;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 0;
  height: 24px;
}
.mobile-panel-form button svg {
  width: 16px;
  height: 16px;
}
.mobile-panel-form button:hover svg path {
  fill: #008F3D;
}
.mobile-panel > a, .mobile-panel > div {
  display: flex;
  align-content: flex-start;
  position: relative;
  flex-wrap: wrap;
  justify-content: center;
  width: min-content;
  transition: all 0.3s ease;
}
.mobile-panel > a.mobile-panel-search, .mobile-panel > div.mobile-panel-search {
  z-index: 1001;
  position: absolute;
  bottom: -100vw;
  width: 100%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  padding: 10px 22px 15px;
  background: #FFFFFF;
  box-shadow: 0px -2px 4px rgba(40, 66, 140, 0.1);
  left: 0;
}
.mobile-panel > a.mobile-panel-search.active, .mobile-panel > div.mobile-panel-search.active {
  bottom: 53px;
}
.mobile-panel > a:hover span, .mobile-panel > div:hover span {
  color: #008F3D;
}
.mobile-panel > a.mobile-panel-compare:hover svg path, .mobile-panel > div.mobile-panel-compare:hover svg path {
  fill: #008F3D;
}
.mobile-panel > a.mobile-panel-favorites:hover svg path, .mobile-panel > div.mobile-panel-favorites:hover svg path {
  stroke: #008F3D;
}
.mobile-panel > a.mobile-panel-cart:hover svg path, .mobile-panel > div.mobile-panel-cart:hover svg path {
  stroke: #008F3D;
}
.mobile-panel > a.mobile-panel-search-btn:hover svg path, .mobile-panel > div.mobile-panel-search-btn:hover svg path {
  fill: #008F3D;
}
.mobile-panel > a .count, .mobile-panel > div .count {
  position: absolute;
  top: 1px;
  width: 16px;
  height: 16px;
  background: #008F3D;
  border-radius: 50%;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.mobile-panel > a span, .mobile-panel > div span {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #333333;
  width: 100%;
}
.mobile-panel > a.mobile-panel-compare .count, .mobile-panel > div.mobile-panel-compare .count {
  right: 10px;
}
.mobile-panel > a.mobile-panel-favorites .count, .mobile-panel > div.mobile-panel-favorites .count {
  right: 11px;
}
.mobile-panel > a.mobile-panel-cart .count, .mobile-panel > div.mobile-panel-cart .count {
  right: 3px;
}

.subcategory-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.subcategory-items .subcategory-item {
  margin: 0 10px 20px;
  width: calc(25% - 20px);
  padding: 20px;
  background: #FFFFFF;
  border-radius: 8px;
  position: relative;
  transition: all 0.3s;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.subcategory-items .subcategory-item:hover {
  box-shadow: 0px 2px 16px rgba(50, 50, 50, 0.1);
}
.subcategory-items .subcategory-item-info {
  width: calc(100% - 118px - 10px);
  gap: 4px;
  display: flex;
  flex-wrap: wrap;
  min-height: 81px;
  align-content: center;
}
.subcategory-items .subcategory-item-name {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #008E3C;
}
.subcategory-items .subcategory-item-count {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #333333;
}
.subcategory-items .subcategory-item-image {
  height: 106px;
  width: 118px;
  display: flex;
  margin-right: 10px;
}
.subcategory-items .subcategory-item-image img {
  max-height: 106px;
  max-width: 118px;
  object-fit: cover;
}

.category-catalog {
  padding-bottom: 80px;
}
.category-catalog-links {
  display: flex;
  gap: 10px;
  align-items: center;
}
.category-catalog-filter {
  padding: 20px;
  background: #FFFFFF;
  border-radius: 20px;
  position: relative;
}
.category-catalog-filter-show {
  width: 100%;
  display: none;
}
.category-catalog-filter-btn {
  width: 64px !important;
  padding: 0 !important;
  height: 48px !important;
  display: none;
}
.category-catalog-filter-close {
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
}
.category-catalog-filter-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #333333;
  margin-bottom: 30px;
}
.category-catalog-filter .input-check {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.category-catalog-filter .input-check:last-child {
  margin-bottom: 0;
}
.category-catalog-filter .input-check input {
  width: 0;
  height: 0;
}
.category-catalog-filter .input-check label {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
  padding-left: 27px;
  left: 0;
  top: 0;
  cursor: pointer;
  position: relative;
}
.category-catalog-filter .input-check label:before {
  display: block;
  position: absolute;
  left: 0px;
  top: 4px;
  z-index: 5;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #333333;
  border-radius: 2px;
}
.category-catalog-filter .input-check label:hover:before {
  border: 1px solid #008F3D;
}
.category-catalog-filter .input-check label:hover:after {
  width: 12px;
  height: 12px;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='20' height='20' fill='%23008F3D'/%3e%3cpath d='M7.95789 13.2337L15.2929 5.89952C15.374 5.81841 15.4696 5.77507 15.5796 5.76952C15.6896 5.76396 15.7904 5.80729 15.8821 5.89952C15.9737 5.99174 16.0198 6.09091 16.0204 6.19702C16.0209 6.30313 15.9751 6.40202 15.8829 6.49368L8.42955 13.952C8.29455 14.087 8.13733 14.1545 7.95789 14.1545C7.77844 14.1545 7.62122 14.087 7.48622 13.952L4.11122 10.577C4.03011 10.4959 3.98788 10.3995 3.98455 10.2879C3.98122 10.1762 4.02511 10.0745 4.11622 9.98285C4.20733 9.89118 4.3065 9.84535 4.41372 9.84535C4.52094 9.84535 4.62011 9.89118 4.71122 9.98285L7.95789 13.2337Z' fill='white'/%3e%3c/svg%3e ");
  border-radius: 1px;
  position: absolute;
  left: 2px;
  top: 6px;
  z-index: 5;
  content: "";
}
.category-catalog-filter .input-check input:checked + label:before {
  border: 1px solid #008F3D;
}
.category-catalog-filter .input-check input:checked + label:after {
  width: 12px;
  height: 12px;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='20' height='20' fill='%23008F3D'/%3e%3cpath d='M7.95789 13.2337L15.2929 5.89952C15.374 5.81841 15.4696 5.77507 15.5796 5.76952C15.6896 5.76396 15.7904 5.80729 15.8821 5.89952C15.9737 5.99174 16.0198 6.09091 16.0204 6.19702C16.0209 6.30313 15.9751 6.40202 15.8829 6.49368L8.42955 13.952C8.29455 14.087 8.13733 14.1545 7.95789 14.1545C7.77844 14.1545 7.62122 14.087 7.48622 13.952L4.11122 10.577C4.03011 10.4959 3.98788 10.3995 3.98455 10.2879C3.98122 10.1762 4.02511 10.0745 4.11622 9.98285C4.20733 9.89118 4.3065 9.84535 4.41372 9.84535C4.52094 9.84535 4.62011 9.89118 4.71122 9.98285L7.95789 13.2337Z' fill='white'/%3e%3c/svg%3e ");
  border-radius: 1px;
  position: absolute;
  left: 2px;
  top: 6px;
  z-index: 5;
  content: "";
}
.category-catalog-filter-options {
  margin-bottom: 30px;
}
.category-catalog-filter-options:last-child {
  margin-bottom: 0;
}
.category-catalog-filter-options-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #333333;
  margin-bottom: 8px;
}
.category-catalog-filter-options-price-input {
  display: flex;
  margin: 0 -5px;
}
.category-catalog-filter-options-price-input .field {
  width: calc(50% - 10px);
  margin: 0 5px;
}
.category-catalog-filter-options-price-input span {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #333333;
}
.category-catalog-filter-options-price-input input {
  border: 0;
  width: 100%;
  height: 36px;
  background: #F6F6F6;
  border-radius: 4px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #333333;
  padding-left: 8px;
}
.category-catalog-line {
  display: flex;
  margin-bottom: 26px;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.category-catalog-count {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
}
.category-catalog .products-items .product-item-name {
  -webkit-line-clamp: 2;
}
.category-catalog .products-items .product-item-prices {
  display: flex;
  gap: 4px;
  align-items: flex-start;
  flex-direction: column;
}
.category-catalog .products-items .product-item {
  display: block;
}
.category-catalog .products-more {
  display: none;
}

.product-detail {
  padding-bottom: 100px;
}
.product-detail-main {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 60px;
}
.product-detail-main-info {
  padding: 20px;
  background: #FFFFFF;
  border-radius: 10px;
  width: 438px;
  margin: 0 10px;
}
.product-detail-main-info h1 {
  margin-bottom: 18px;
}
.product-detail-main-info-number {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #B8B8B8;
  width: 100%;
  margin-bottom: 15px;
}
.product-detail-main-info-number-copy {
  cursor: pointer;
  transition: all 0.3s ease;
}
.product-detail-main-info-number-copy:hover svg path {
  stroke: #008F3D;
}
.product-detail-main-info-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}
.product-detail-main-info-actions span {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #008F3D;
}
.product-detail-main-info-actions div {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  align-items: center;
}
.product-detail-main-info-unit {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 9px 0 16px 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}
.product-detail-main-info-unit span {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
}
.product-detail-main-info-unit-type-1 {
  color: #35C16E;
}
.product-detail-main-info-unit-type-1 span {
  background: #35C16E;
}
.product-detail-main-info-unit-type-2 {
  color: #B8B8B8;
}
.product-detail-main-info-unit-type-2 span {
  background: #B8B8B8;
}
.product-detail-main-info-unit-type-3 {
  color: #FF4B4B;
}
.product-detail-main-info-unit-type-3 span {
  background: #FF4B4B;
}
.product-detail-main-info-option {
  margin-bottom: 91px;
}
.product-detail-main-info-option .custom-options {
  width: 100%;
}
.product-detail-main-info-option-label {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #333333;
  margin-bottom: 8px;
}
.product-detail-main-info-option .custom-select__trigger {
  border: 0;
  background: #F6F6F6;
  padding: 0 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: #008E3C;
  justify-content: space-between;
}
.product-detail-main-info-price-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.product-detail-main-info-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -5px;
}
.product-detail-main-info-buttons button, .product-detail-main-info-buttons div {
  margin: 0 5px;
  width: calc(50% - 10px);
  padding: 0;
}
.product-detail-main-info-price-new {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #333333;
}
.product-detail-main-info-price-old {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-decoration-line: line-through;
  color: #828282;
}
.product-detail-main-info-prices {
  display: flex;
  align-items: center;
  gap: 10px;
}
.product-detail-main-info-quantity {
  width: 112px;
  height: 40px;
  border: 1px solid #B8B8B8;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.product-detail-main-info-quantity div:not(.quantity-display) {
  height: 40px;
  width: 42px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #B8B8B8;
  justify-content: center;
  transition: all 0.3s ease;
}
.product-detail-main-info-quantity div:not(.quantity-display):hover {
  color: #008F3D;
}
.product-detail-main-info-quantity .quantity-display {
  width: 28px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
  text-align: center;
}
.product-detail-main-gallery {
  margin: 0 10px;
  width: calc(100% - 438px - 40px);
  padding: 20px;
  background: #FFFFFF;
  border-radius: 10px;
}
.product-detail-main-gallery-for {
  margin-bottom: 17px;
}
.product-detail-main-gallery-for a {
  display: flex !important;
  justify-content: center;
}
.product-detail-main-gallery-for img {
  height: 400px;
  object-fit: contain;
}
.product-detail-main-gallery-nav {
  max-width: 600px;
  margin: 0 auto;
}
.product-detail-main-gallery-nav img {
  height: 85px;
  object-fit: contain;
  cursor: pointer;
}
.product-detail-main-gallery-nav .slick-prev, .product-detail-main-gallery-nav .slick-next {
  border-radius: 50%;
}
.product-detail-main-gallery-nav .slick-prev {
  left: -40px;
}
.product-detail-main-gallery-nav .slick-next {
  right: -40px;
}
.product-detail-main-gallery-nav .slick-slide {
  padding: 0 5px;
}
.product-detail-main-gallery-nav .slick-current div {
  border: 1px solid #008E3C;
  border-radius: 2px;
}
.product-detail-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 25px;
}
.product-detail-nav div {
  padding: 0 20px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 10px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: 5px;
}
.product-detail-nav div.active, .product-detail-nav div:hover {
  color: #fff;
  background: #008F3D;
}
.product-detail-characteristic {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 30px;
  background: #FFFFFF;
  border-radius: 10px;
  margin-bottom: 30px;
}
.product-detail-characteristic h3 {
  margin-bottom: 21px;
}
.product-detail-characteristic-table-line {
  display: flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
  margin-bottom: 12px;
  align-items: flex-end;
  position: relative;
}
.product-detail-characteristic-table-line:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='268' height='1' viewBox='0 0 268 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline y1='0.5' x2='268' y2='0.5' stroke='%23C5C5C5' stroke-dasharray='2 2'/%3e%3c/svg%3e ");
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: calc(100% - 4px);
  height: 1px;
  z-index: 1;
}
.product-detail-characteristic-table-line div:first-child {
  width: 305px;
  position: relative;
}
.product-detail-characteristic-table-line div:first-child span {
  background: #fff;
  z-index: 2;
  position: relative;
  padding-right: 4px;
}
.product-detail-characteristic-table-line div:last-child {
  width: calc(100% - 305px);
}
.product-detail-characteristic-table-line div:last-child span {
  background: #fff;
  z-index: 2;
  position: relative;
  width: 100%;
  display: block;
}
.product-detail-characteristic-table-line:last-child {
  margin-bottom: 0;
}
.product-detail-characteristic > div:nth-child(1) {
  width: calc(53% - 10px);
}
.product-detail-characteristic > div:nth-child(2) {
  width: calc(47% - 10px);
}
.product-detail-characteristic > div:nth-child(2) .product-detail-characteristic-table-line {
  justify-content: space-between;
}
.product-detail-characteristic > div:nth-child(2) .product-detail-characteristic-table-line:nth-child(3), .product-detail-characteristic > div:nth-child(2) .product-detail-characteristic-table-line:nth-child(4) {
  max-width: 265px;
}
.product-detail-characteristic > div:nth-child(2) .product-detail-characteristic-table-line div:first-child {
  width: 100%;
}
.product-detail-description {
  padding: 30px 31px 20px 31px;
  background: #FFFFFF;
  border-radius: 10px;
  height: 100%;
}
.product-detail-description h3 {
  margin-bottom: 20px;
}
.product-detail-documentation {
  padding: 30px 31px 20px 31px;
  background: #FFFFFF;
  border-radius: 10px;
  height: 100%;
}
.product-detail-documentation h3 {
  margin-bottom: 20px;
}
.product-detail-documentation-link {
  display: flex;
  gap: 20px;
  margin-bottom: 19px;
}
.product-detail-documentation-link:last-child {
  margin-bottom: 0;
}
.product-detail-documentation-link div {
  width: calc(100% - 40px - 20px);
}
.product-detail-documentation-link div span:nth-child(1) {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
}
.product-detail-documentation-link div span:nth-child(2) {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #B8B8B8;
  display: block;
}
.product-detail .col-xl-8 {
  max-width: calc(100% - 457px);
  width: 100%;
  flex: none;
}
.product-detail .col-xl-4 {
  max-width: 457px;
  width: 100%;
  flex: none;
}
.product-detail-reviews {
  padding: 30px;
  background: #FFFFFF;
  border-radius: 10px;
  margin: 30px 0;
}
.product-detail-reviews-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.product-detail-reviews-rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.product-detail-reviews-rating > div:nth-child(2) {
  display: flex;
  gap: 10px;
  align-items: center;
}
.product-detail-reviews-rating-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #333333;
}
.product-detail-reviews-rating-number {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
}
.product-detail-reviews-item {
  padding: 20px;
  background: #F6F6F6;
  border-radius: 10px;
  margin-bottom: 20px;
}
.product-detail-reviews-item:last-child {
  margin-bottom: 0;
}
.product-detail-reviews-item-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
  align-items: center;
}
.product-detail-reviews-item-date {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
}
.product-detail-reviews-item-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #333333;
  margin-bottom: 13px;
}
.product-detail-reviews-item-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  color: #333333;
  margin-bottom: 6px;
}
.product-detail-reviews-item-images {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 10px;
}
.product-detail-reviews-item-images a {
  margin: 0 5px 10px;
  display: flex;
  width: calc(16.6666666667% - 10px);
  height: 85px;
  background: #fff;
  border-radius: 2px;
}
.product-detail-reviews-item-images a img {
  width: 100%;
  object-fit: contain;
}
.product-detail-reviews-item-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
}
.product-detail-payment {
  padding: 30px 31px 20px 31px;
  background: #FFFFFF;
  border-radius: 10px;
  margin: 30px 0 20px;
}
.product-detail-payment h3 {
  margin-bottom: 18px;
}
.product-detail-payment p:not(:last-child) {
  margin-bottom: 10px;
}
.product-detail-delivery {
  padding: 30px 31px 29px 31px;
  background: #FFFFFF;
  border-radius: 10px;
}
.product-detail-delivery h3 {
  margin-bottom: 21px;
}
.product-detail-delivery-line {
  display: flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
  margin-bottom: 10px;
  position: relative;
}
.product-detail-delivery-line:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='268' height='1' viewBox='0 0 268 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline y1='0.5' x2='268' y2='0.5' stroke='%23C5C5C5' stroke-dasharray='2 2'/%3e%3c/svg%3e ");
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: calc(100% - 4px);
  height: 1px;
  z-index: 1;
}
.product-detail-delivery-line div:first-child {
  width: 305px;
  position: relative;
}
.product-detail-delivery-line div:first-child span {
  background: #fff;
  z-index: 2;
  position: relative;
  padding-right: 4px;
}
.product-detail-delivery-line div:last-child {
  margin-bottom: 0;
  width: calc(100% - 305px);
}
.product-detail-delivery-line div:last-child span {
  background: #fff;
  z-index: 2;
  position: relative;
  display: block;
  width: 100%;
}
.product-detail-ask-question {
  padding: 40px 16px 40px 31px;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
}
.product-detail-ask-question h3 {
  margin-bottom: 20px;
}
.product-detail-ask-question > div {
  width: calc(100% - 563px - 40px);
  margin: 0 3px 0 10px;
}
.product-detail-ask-question form {
  width: 563px;
  margin: 0 10px;
  display: flex;
  flex-wrap: wrap;
}
.product-detail-ask-question form > div:nth-child(1), .product-detail-ask-question form > div:nth-child(2) {
  margin: 0 6px 6px;
  width: calc(50% - 12px);
}
.product-detail-ask-question form > div:nth-child(3) {
  margin: 0 6px 10px;
  width: calc(100% - 12px);
}
.product-detail-ask-question form > div:nth-child(3) textarea {
  width: 100%;
  height: 164px;
  background: #F6F6F6;
  border-radius: 10px;
  border: 0;
  resize: none;
  padding: 10px 20px;
}
.product-detail-ask-question form .form-file {
  padding: 10px 20px;
  background: #F6F6F6;
  border-radius: 10px;
  width: calc(100% - 12px);
  margin: 0 6px;
}
.product-detail-ask-question form .form-file #file {
  display: none;
}
.product-detail-ask-question form .form-file label {
  display: flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #008F3D;
  gap: 8px;
  align-items: center;
  cursor: pointer;
}
.product-detail-ask-question form .form-file p {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #333333;
  margin-bottom: 0;
}
.product-detail-ask-question form .form-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: calc(100% - 12px);
  margin: 0 6px;
  align-items: center;
}
.product-detail-ask-question form .form-footer button {
  width: 270px;
}
.product-detail-ask-question form .form-footer div {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #333333;
  width: calc(100% - 270px - 10px);
}
.product-detail-ask-question form .input-check {
  display: flex;
  align-items: center;
  margin: 2px 6px 13px 0;
  width: calc(100% - 12px);
  gap: 8px;
}
.product-detail-ask-question form .input-check a {
  text-decoration: underline;
  color: #C4C4C4;
}
.product-detail-ask-question form .input-check input {
  width: 0;
  height: 0;
}
.product-detail-ask-question form .input-check label {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
  position: relative;
  padding-left: 24px;
  left: 0;
  top: 0;
  cursor: pointer;
  height: 24px;
  margin-bottom: 0;
}
.product-detail-ask-question form .input-check label a {
  text-decoration: none;
}
.product-detail-ask-question form .input-check label:before {
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  z-index: 5;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #008F3D;
  border-radius: 2px;
}
.product-detail-ask-question form .input-check label:hover:before {
  border: 1px solid #008F3D;
}
.product-detail-ask-question form .input-check label:hover:after {
  width: 12px;
  height: 12px;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='20' height='20' fill='%23008F3D'/%3e%3cpath d='M7.95789 13.2337L15.2929 5.89952C15.374 5.81841 15.4696 5.77507 15.5796 5.76952C15.6896 5.76396 15.7904 5.80729 15.8821 5.89952C15.9737 5.99174 16.0198 6.09091 16.0204 6.19702C16.0209 6.30313 15.9751 6.40202 15.8829 6.49368L8.42955 13.952C8.29455 14.087 8.13733 14.1545 7.95789 14.1545C7.77844 14.1545 7.62122 14.087 7.48622 13.952L4.11122 10.577C4.03011 10.4959 3.98788 10.3995 3.98455 10.2879C3.98122 10.1762 4.02511 10.0745 4.11622 9.98285C4.20733 9.89118 4.3065 9.84535 4.41372 9.84535C4.52094 9.84535 4.62011 9.89118 4.71122 9.98285L7.95789 13.2337Z' fill='white'/%3e%3c/svg%3e ");
  border-radius: 1px;
  position: absolute;
  left: 2px;
  top: 5px;
  z-index: 5;
  content: "";
}
.product-detail-ask-question form .input-check input:checked + label:before {
  border: 1px solid #008F3D;
}
.product-detail-ask-question form .input-check input:checked + label:after {
  width: 12px;
  height: 12px;
  border-radius: 1px;
  position: absolute;
  left: 2px;
  top: 5px;
  z-index: 5;
  content: "";
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='20' height='20' fill='%23008F3D'/%3e%3cpath d='M7.95789 13.2337L15.2929 5.89952C15.374 5.81841 15.4696 5.77507 15.5796 5.76952C15.6896 5.76396 15.7904 5.80729 15.8821 5.89952C15.9737 5.99174 16.0198 6.09091 16.0204 6.19702C16.0209 6.30313 15.9751 6.40202 15.8829 6.49368L8.42955 13.952C8.29455 14.087 8.13733 14.1545 7.95789 14.1545C7.77844 14.1545 7.62122 14.087 7.48622 13.952L4.11122 10.577C4.03011 10.4959 3.98788 10.3995 3.98455 10.2879C3.98122 10.1762 4.02511 10.0745 4.11622 9.98285C4.20733 9.89118 4.3065 9.84535 4.41372 9.84535C4.52094 9.84535 4.62011 9.89118 4.71122 9.98285L7.95789 13.2337Z' fill='white'/%3e%3c/svg%3e ");
}
.product-detail-ask-question form .checkbox {
  appearance: none;
  width: 16px;
  height: 16px;
  background: var(--background-color);
  border: 1px solid var(--medium-brown);
  cursor: pointer;
  position: relative;
}
.product-detail-ask-question form label {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
  margin-bottom: 4px;
}
.product-detail-ask-question form input {
  width: 100%;
  height: 58px;
  background: #F6F6F6;
  border-radius: 10px;
  border: 0;
  padding: 0 20px;
}

.product-detail-reviews-header-add, .reviews-links .btn-type-1 {
  cursor: pointer;
}

.reviews-form {
  background: #fff;
  border-radius: 10px;
  padding: 40px;
}
.reviews-form .rating-input {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 4px;
  margin-top: 6px;
}
.reviews-form .rating-input input {
  display: none;
}
.reviews-form .rating-input label {
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: url('data:image/svg+xml;utf8,<svg fill="none" stroke="%23008F3D" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14"><path d="M7 0.864014L8.66699 4.76147L13.2676 5.43042L10.1064 8.2312L10.9141 12.8337L7 10.5183L3.08691 12.8337L3.89355 8.2312L0.732422 5.43042L5.33398 4.76147L7 0.864014Z"/></svg>') no-repeat center;
  background-size: contain;
  transition: 0.2s;
}
.reviews-form .rating-input label:hover,
.reviews-form .rating-input label:hover ~ label,
.reviews-form .rating-input input:checked ~ label {
  background: url('data:image/svg+xml;utf8,<svg fill="%23008F3D" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 14 14"><path d="M7.00039 11.102L3.37039 13.294C3.26372 13.3467 3.16472 13.368 3.07339 13.358C2.98272 13.3473 2.89439 13.316 2.80839 13.264C2.72172 13.2107 2.65639 13.1353 2.61239 13.038C2.56839 12.9407 2.56439 12.8343 2.60039 12.719L3.56639 8.60901L0.371391 5.83901C0.281391 5.76568 0.222057 5.67801 0.193391 5.57601C0.164724 5.47401 0.171057 5.37635 0.212391 5.28301C0.253724 5.18968 0.308724 5.11301 0.377391 5.05301C0.446724 4.99501 0.540058 4.95568 0.657391 4.93501L4.87339 4.56701L6.51739 0.675014C6.56272 0.565014 6.62806 0.48568 6.71339 0.437014C6.79872 0.388347 6.89439 0.364014 7.00039 0.364014C7.10639 0.364014 7.20239 0.388347 7.28839 0.437014C7.37439 0.48568 7.43939 0.565014 7.48339 0.675014L9.12739 4.56701L13.3424 4.93501C13.4604 4.95501 13.5541 4.99468 13.6234 5.05401C13.6927 5.11268 13.7481 5.18901 13.7894 5.28301C13.8301 5.37635 13.8361 5.47401 13.8074 5.57601C13.7787 5.67801 13.7194 5.76568 13.6294 5.83901L10.4344 8.60901L11.4004 12.719C11.4377 12.833 11.4341 12.939 11.3894 13.037C11.3447 13.135 11.2791 13.2103 11.1924 13.263C11.1071 13.3163 11.0187 13.348 10.9274 13.358C10.8367 13.368 10.7381 13.3467 10.6314 13.294L7.00039 11.102Z"/></svg>') no-repeat center;
  background-size: contain;
}
.reviews-form h3 {
  margin-bottom: 19px;
}
.reviews-form-items {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -6px 0;
}
.reviews-form-items label {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
  margin-bottom: 4px;
}
.reviews-form-items input {
  width: 100%;
  height: min(4.5347928069vh, 58px);
  background: #F6F6F6;
  border-radius: 10px;
  border: 0;
  padding: 0 20px;
}
.reviews-form-items textarea {
  width: 100%;
  height: min(5.7857701329vh, 74px);
  background: #F6F6F6;
  border-radius: 10px;
  border: 0;
  padding: 10px 20px;
  resize: none;
}
.reviews-form-items .form-file {
  padding: 10px 20px;
  background: #F6F6F6;
  border-radius: 10px;
  width: calc(100% - 12px);
  margin: 0 6px 16px;
}
.reviews-form-items .form-file #file {
  display: none;
}
.reviews-form-items .form-file label {
  display: flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #008F3D;
  gap: 8px;
  align-items: center;
  cursor: pointer;
}
.reviews-form-items .form-file p {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #333333;
  margin-bottom: 0;
}
.reviews-form-items button {
  margin: 0 6px 10px;
  width: calc(100% - 12px);
}
.reviews-form-items > div {
  margin: 0 6px 2px;
  width: calc(100% - 12px);
}
.reviews-form-items > div:nth-child(1), .reviews-form-items > div:nth-child(2) {
  width: calc(50% - 12px);
}
.reviews-form-items > div:nth-child(2) {
  margin-bottom: 16px;
}
.reviews-form-text {
  font-size: 12px;
  text-align: center;
  width: 100%;
}

.reviews-detail {
  padding-bottom: 111px;
}
.reviews-detail-reviews {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 10px;
  padding: 18px 30px 40px;
  margin: 0;
}
.reviews-detail-reviews-item {
  padding: 20px;
  background: #F6F6F6;
  border-radius: 10px;
  margin: 0 10px 20px;
  width: calc(50% - 20px);
}
.reviews-detail-reviews-item-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 16px;
}
.reviews-detail-reviews-item-date {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
}
.reviews-detail-reviews-item-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #333333;
  margin-bottom: 13px;
}
.reviews-detail-reviews-item-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  color: #333333;
  margin-bottom: 6px;
}
.reviews-detail-reviews-item-images {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px 10px;
}
.reviews-detail-reviews-item-images a {
  margin: 0 5px 10px;
  display: flex;
  width: calc(16.6666666667% - 10px);
  height: 85px;
  background: #fff;
  border-radius: 2px;
}
.reviews-detail-reviews-item-images a img {
  width: 100%;
}
.reviews-detail-reviews-item-name {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
}

.cart-detail {
  padding-bottom: 84px;
}
.cart-detail-main {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.cart-detail-main .input-check {
  display: flex;
  align-items: center;
}
.cart-detail-main .input-check input {
  width: 0;
  height: 0;
}
.cart-detail-main .input-check label {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
  padding-left: 27px;
  left: 0;
  top: 0;
  cursor: pointer;
  position: relative;
}
.cart-detail-main .input-check label:before {
  display: block;
  position: absolute;
  left: -1px;
  top: 3px;
  z-index: 5;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #B8B8B8;
  border-radius: 2px;
}
.cart-detail-main .input-check label:hover:before {
  border: 1px solid #008F3D;
}
.cart-detail-main .input-check label:hover:after {
  width: 12px;
  height: 12px;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='20' height='20' fill='%23008F3D'/%3e%3cpath d='M7.95789 13.2337L15.2929 5.89952C15.374 5.81841 15.4696 5.77507 15.5796 5.76952C15.6896 5.76396 15.7904 5.80729 15.8821 5.89952C15.9737 5.99174 16.0198 6.09091 16.0204 6.19702C16.0209 6.30313 15.9751 6.40202 15.8829 6.49368L8.42955 13.952C8.29455 14.087 8.13733 14.1545 7.95789 14.1545C7.77844 14.1545 7.62122 14.087 7.48622 13.952L4.11122 10.577C4.03011 10.4959 3.98788 10.3995 3.98455 10.2879C3.98122 10.1762 4.02511 10.0745 4.11622 9.98285C4.20733 9.89118 4.3065 9.84535 4.41372 9.84535C4.52094 9.84535 4.62011 9.89118 4.71122 9.98285L7.95789 13.2337Z' fill='white'/%3e%3c/svg%3e ");
  border-radius: 1px;
  position: absolute;
  left: 1px;
  top: 5px;
  z-index: 5;
  content: "";
}
.cart-detail-main .input-check input:checked + label:before {
  border: 1px solid #008F3D;
}
.cart-detail-main .input-check input:checked + label:after {
  width: 12px;
  height: 12px;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='20' height='20' fill='%23008F3D'/%3e%3cpath d='M7.95789 13.2337L15.2929 5.89952C15.374 5.81841 15.4696 5.77507 15.5796 5.76952C15.6896 5.76396 15.7904 5.80729 15.8821 5.89952C15.9737 5.99174 16.0198 6.09091 16.0204 6.19702C16.0209 6.30313 15.9751 6.40202 15.8829 6.49368L8.42955 13.952C8.29455 14.087 8.13733 14.1545 7.95789 14.1545C7.77844 14.1545 7.62122 14.087 7.48622 13.952L4.11122 10.577C4.03011 10.4959 3.98788 10.3995 3.98455 10.2879C3.98122 10.1762 4.02511 10.0745 4.11622 9.98285C4.20733 9.89118 4.3065 9.84535 4.41372 9.84535C4.52094 9.84535 4.62011 9.89118 4.71122 9.98285L7.95789 13.2337Z' fill='white'/%3e%3c/svg%3e ");
  border-radius: 1px;
  position: absolute;
  left: 1px;
  top: 5px;
  z-index: 5;
  content: "";
}
.cart-detail-main-products {
  margin: 0 10px;
  width: calc(100% - 477px);
}
.cart-detail-main-products-product {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}
.cart-detail-main-products-product-price-new {
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
}
.cart-detail-main-products-product-price-old {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-decoration-line: line-through;
  color: #828282;
}
.cart-detail-main-products-product-prices {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 4px;
}
.cart-detail-main-products-product-info a {
  font-weight: 500;
  font-size: 24px;
  line-height: 140%;
  color: #333333;
  margin-bottom: 4px;
  display: flex;
}
.cart-detail-main-products-product img {
  width: 160px;
  height: auto;
  margin-right: 10px;
}
.cart-detail-main-products-product .label-check {
  margin-right: 10px;
  width: 16px;
  height: 16px;
  padding-left: 16px;
  margin-top: -9px;
}
.cart-detail-main-products-header {
  padding: 0 20px;
  height: 56px;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.cart-detail-main-products-header .cart-all-products-delete {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-decoration-line: underline;
  color: #333333;
  cursor: pointer;
}
.cart-detail-main-summary {
  padding: 30px;
  width: 437px;
  background: #FFFFFF;
  border-radius: 20px;
  margin: 0 10px;
  height: fit-content;
}
.cart-detail-main-summary-header {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #333333;
  padding-bottom: 6px;
  border-bottom: 1px solid #C5C5C5;
  margin-bottom: 20px;
}
.cart-detail-main-summary-header div:nth-child(2) {
  font-size: 20px;
}
.cart-detail-main-summary-line {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
  margin-bottom: 10px;
}
.cart-detail-main-summary-line .discount {
  color: #FF4B4B;
}
.cart-detail-main-summary .btn-type-1 {
  margin-top: 38px;
  width: 100%;
}

.order-detail {
  padding-bottom: 100px;
}
.order-detail-main {
  display: flex;
  flex-wrap: wrap;
  padding: 40px 30px;
  background: #fff;
  border-radius: 10px;
  gap: 60px;
  justify-content: space-between;
}
.order-detail-main-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #333333;
  margin-bottom: 29px;
}
.order-detail-main-info {
  width: 33.86%;
}
.order-detail-main-info div:not(.order-detail-main-title) {
  margin-bottom: 10px;
}
.order-detail-main-info div:last-child {
  margin-bottom: 0;
}
.order-detail-main-info label {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
  margin-bottom: 4px;
}
.order-detail-main-info input {
  width: 100%;
  height: 58px;
  background: #F6F6F6;
  border-radius: 10px;
  border: 0;
  padding: 0 20px;
}
.order-detail-main-info textarea {
  width: 100%;
  height: min(5.7857701329vh, 74px);
  background: #F6F6F6;
  border-radius: 10px;
  border: 0;
  padding: 10px 20px;
  resize: none;
}
.order-detail-main-payments {
  width: 25%;
}
.order-detail-main-payments input {
  display: none;
}
.order-detail-main-payments label {
  width: calc(50% - 20px);
  border-radius: 20px;
  height: 95px;
  border: 1px solid #B8B8B8;
  margin: 0 10px 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.order-detail-main-payments label img {
  height: 93px;
}
.order-detail-main-payments input:checked + label {
  border: 2px solid #00B64E;
}
.order-detail-main-payments-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.order-detail-main-summary {
  padding: 30px;
  width: 30.4%;
  background: #F6F6F6;
  border-radius: 20px;
  height: fit-content;
}
.order-detail-main-summary-header {
  display: flex;
  justify-content: space-between;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #333333;
  padding-bottom: 6px;
  border-bottom: 1px solid #C5C5C5;
  margin-bottom: 20px;
}
.order-detail-main-summary-header div:nth-child(2) {
  font-size: 20px;
}
.order-detail-main-summary-line {
  display: flex;
  justify-content: space-between;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
  margin-bottom: 10px;
}
.order-detail-main-summary-line .discount {
  color: #FF4B4B;
}
.order-detail .btn-type-1 {
  width: 100%;
  margin-top: 45px;
}

.order-done-detail {
  padding-bottom: 264px;
}
.order-done-detail-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #008E3C;
  margin-bottom: 16px;
}
.order-done-detail-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
}
.order-done-detail .btn-type-1 {
  width: 100%;
  margin-top: 16px;
}

.page-404 {
  padding: 40px 0 100px;
}
.page-404 svg {
  margin: 0 auto;
  display: block;
  max-height: 354px;
  width: 100%;
}
.page-404 a {
  width: 100%;
  margin-top: 20px;
}

.page-text-404 {
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #333333;
  margin-top: 20px;
  text-align: center;
}

.text-page {
  padding-bottom: 100px;
}
.text-page .text-page-main {
  padding: 19px 40px 40px;
  background: #FFFFFF;
  border-radius: 20px;
}
.text-page .text-page-main p:last-child {
  margin-bottom: 0;
}

.comparison-page {
  padding-bottom: 100px;
}
.comparison-page-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.comparison-page-table-header {
  padding: 0 20px;
  height: 56px;
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  margin-bottom: 16px;
}
.comparison-page-table-header .input-check {
  display: flex;
  align-items: center;
}
.comparison-page-table-header .input-check input {
  width: 0;
  height: 0;
}
.comparison-page-table-header .input-check label {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
  padding-left: 27px;
  left: 0;
  top: 0;
  cursor: pointer;
  position: relative;
}
.comparison-page-table-header .input-check label:before {
  display: block;
  position: absolute;
  left: -1px;
  top: 3px;
  z-index: 5;
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #B8B8B8;
  border-radius: 2px;
}
.comparison-page-table-header .input-check label:hover:before {
  border: 1px solid #008F3D;
}
.comparison-page-table-header .input-check label:hover:after {
  width: 12px;
  height: 12px;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='20' height='20' fill='%23008F3D'/%3e%3cpath d='M7.95789 13.2337L15.2929 5.89952C15.374 5.81841 15.4696 5.77507 15.5796 5.76952C15.6896 5.76396 15.7904 5.80729 15.8821 5.89952C15.9737 5.99174 16.0198 6.09091 16.0204 6.19702C16.0209 6.30313 15.9751 6.40202 15.8829 6.49368L8.42955 13.952C8.29455 14.087 8.13733 14.1545 7.95789 14.1545C7.77844 14.1545 7.62122 14.087 7.48622 13.952L4.11122 10.577C4.03011 10.4959 3.98788 10.3995 3.98455 10.2879C3.98122 10.1762 4.02511 10.0745 4.11622 9.98285C4.20733 9.89118 4.3065 9.84535 4.41372 9.84535C4.52094 9.84535 4.62011 9.89118 4.71122 9.98285L7.95789 13.2337Z' fill='white'/%3e%3c/svg%3e ");
  border-radius: 1px;
  position: absolute;
  left: 1px;
  top: 5px;
  z-index: 5;
  content: "";
}
.comparison-page-table-header .input-check input:checked + label:before {
  border: 1px solid #008F3D;
}
.comparison-page-table-header .input-check input:checked + label:after {
  width: 12px;
  height: 12px;
  background-size: cover;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='20' height='20' fill='%23008F3D'/%3e%3cpath d='M7.95789 13.2337L15.2929 5.89952C15.374 5.81841 15.4696 5.77507 15.5796 5.76952C15.6896 5.76396 15.7904 5.80729 15.8821 5.89952C15.9737 5.99174 16.0198 6.09091 16.0204 6.19702C16.0209 6.30313 15.9751 6.40202 15.8829 6.49368L8.42955 13.952C8.29455 14.087 8.13733 14.1545 7.95789 14.1545C7.77844 14.1545 7.62122 14.087 7.48622 13.952L4.11122 10.577C4.03011 10.4959 3.98788 10.3995 3.98455 10.2879C3.98122 10.1762 4.02511 10.0745 4.11622 9.98285C4.20733 9.89118 4.3065 9.84535 4.41372 9.84535C4.52094 9.84535 4.62011 9.89118 4.71122 9.98285L7.95789 13.2337Z' fill='white'/%3e%3c/svg%3e ");
  border-radius: 1px;
  position: absolute;
  left: 1px;
  top: 5px;
  z-index: 5;
  content: "";
}
.comparison-page-table-body {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  /* Скрываем стрелки в WebKit */
}
.comparison-page-table-body .product-item-prices {
  display: flex;
  gap: 4px;
  align-items: flex-start;
  flex-direction: column;
}
.comparison-page-table-body .product-item-prices .product-item-price-new {
  order: 2;
}
.comparison-page-table-body .product-item-prices .product-item-price-old {
  order: 1;
}
.comparison-page-table-body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  margin-right: -1px;
  background-color: #fff;
}
.comparison-page-table-body::-webkit-scrollbar-thumb {
  background-color: #008F3D;
  height: 4px;
  border-radius: 2px;
}
.comparison-page-table-body::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
}
.comparison-page-table-body::-webkit-scrollbar-button {
  display: none; /* Убираем стрелки */
}
.comparison-page-table-body-scroll {
  display: flex;
  gap: 10px;
  padding-bottom: 20px;
}
.comparison-page-table-body-scroll .product-item {
  margin: 0 0 20px;
  width: 285px;
}
.comparison-page-product-item-line {
  padding: 0 20px 4px;
  border-bottom: 1px solid rgba(122, 99, 68, 0.2);
  margin-bottom: 8px;
}
.comparison-page-product-item-line.green {
  background: #BEFFC9;
}
.comparison-page-product-item-line:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  background: #FFFFFF;
}
.comparison-page-product-item-line-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #828282;
  margin-bottom: 4px;
}
.comparison-page-product-item-line-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #333333;
}

.favorite-products .product-item {
  width: calc(25% - 20px);
}
.favorite-products .product-item-prices {
  display: flex;
  gap: 4px;
  align-items: flex-start;
  flex-direction: column;
}
.favorite-products .product-item-prices .product-item-price-new {
  order: 2;
}
.favorite-products .product-item-prices .product-item-price-old {
  order: 1;
}

.favorite-count {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #333333;
  margin: 9px 0 0;
}

.photo-material {
  padding-bottom: 80px;
}
.photo-material h2 {
  margin-bottom: 30px;
}
.photo-material-items {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.photo-material-items a {
  margin: 0 10px 20px;
  width: calc(25% - 20px);
  overflow: hidden;
  border-radius: 10px;
}
.photo-material-items a:hover img {
  transform: scale(1.1);
}
.photo-material-items a img {
  height: 222px;
  border-radius: 10px;
  width: 100%;
  transition: all 0.3s;
  object-fit: cover;
}

.modal-body-product {
  max-width: 1064px;
  width: 100%;
  margin: 20px 20px 0;
  display: none;
}
.modal-body-product-body {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 40px;
  gap: 20px;
}
.modal-body-product-category {
  font-weight: 400;
  font-size: 12px;
  line-height: 140%;
  color: #B8B8B8;
  margin-bottom: 15px;
}
.modal-body-product-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
  margin-bottom: 20px;
}
.modal-body-product-price {
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
  color: #333333;
}
.modal-body-product-price-old {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  text-decoration-line: line-through;
  color: #828282;
}
.modal-body-product-prices {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 31px;
}
.modal-body-product-links {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.modal-body-product-links a {
  width: calc(50% - 5px);
}
.modal-body-product-quantity {
  width: 112px;
  height: 40px;
  border: 1px solid #B8B8B8;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.modal-body-product-quantity div:not(.quantity-display) {
  height: 40px;
  width: 42px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: #B8B8B8;
  justify-content: center;
  transition: all 0.3s ease;
}
.modal-body-product-quantity div:not(.quantity-display):hover {
  color: #008F3D;
}
.modal-body-product-quantity .quantity-display {
  width: 28px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #333333;
  text-align: center;
}
.modal-body-product-unit {
  display: flex;
  gap: 8px;
  align-items: center;
  margin: 9px 0 19px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}
.modal-body-product-unit span {
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
}
.modal-body-product-unit-type-1 {
  color: #35C16E;
}
.modal-body-product-unit-type-1 span {
  background: #35C16E;
}
.modal-body-product-unit-type-2 {
  color: #B8B8B8;
}
.modal-body-product-unit-type-2 span {
  background: #B8B8B8;
}
.modal-body-product-unit-type-3 {
  color: #FF4B4B;
}
.modal-body-product-unit-type-3 span {
  background: #FF4B4B;
}
.modal-body-product-name {
  font-weight: 700;
  font-size: 32px;
  line-height: 140%;
  color: #333333;
  margin-bottom: 18px;
}
.modal-body-product-info {
  width: 100%;
  max-width: 482px;
}
.modal-body-product-image {
  width: 100%;
  max-width: 482px;
  border-radius: 20px;
}
.modal-body-product-image img {
  width: 100%;
  max-width: 482px;
  border-radius: 20px;
  height: 346px;
  object-fit: cover;
}
.modal-body-product-image-responsive {
  display: none;
}
.modal-body-product-image-responsive img {
  width: 100%;
  border-radius: 20px;
  height: 160px;
  object-fit: cover;
}
.modal-body-product.open {
  display: flex;
  flex-wrap: wrap;
}
@media (max-height: 900px) {
  .modal-body-product.open {
    height: calc(100vh - 100px);
    padding-right: 10px;
    overflow: scroll;
  }
}
.modal-body-product h2, .modal-body-product .contact-main {
  width: 100%;
}
.modal-body-product iframe {
  width: calc(100% - 522px);
  height: 311px;
  object-fit: cover;
  border-radius: 20px;
  border: 0;
  margin-top: 30px;
}
.modal-body-product .contact-main-left {
  padding: 30px 0 0 0;
  max-width: 502px;
}
.modal-body-product .contact-main-left p, .modal-body-product .contact-main-left .contact-main-line {
  margin-bottom: 11px;
}

.modal-body-review-item {
  max-width: 603px;
  width: 100%;
  display: none;
}
.modal-body-review-item.open {
  display: flex;
}
.modal-body-review-item .reviews-slider-item {
  padding: 0;
  background: #F6F6F6;
}

.modal.open-review-item .modal-body {
  padding: 60px 20px 20px;
  background: #F6F6F6;
}

.cookie_policy {
  z-index: 1000;
  max-width: 550px;
  position: fixed;
  bottom: 0;
  left: 10px;
  width: 100%;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 6px #00000012;
  transform: translateY(100%);
}

.cookie_policy.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(-10px);
}

.cookie_policy__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #333333;
  margin-bottom: 20px;
}

.cookie_policy__text a {
  color: #008F3D;
  text-decoration: underline;
}

/*# sourceMappingURL=styles.css.map */
