.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: linear-gradient(45deg, #2e7d32 15%, #2e7d32 35%, #2e7d32);
}

.card.servise img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}

.card.servise {
  transition: all 0.3s;
  --bs-card-border-color: #535252;
}

.card.servise:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.02);
  transition: all 0.3s ease;
  border-radius: 0.5rem;
  opacity: 0.9;
}

.bs-icon.bs-icon-primary.card-icon {
  color: var(--bs-white);
  background: transparent;
  border: 2px solid #FFF;
}

.img-wrapper {
  width: 100%;
  height: 100%;
  height: 275px;
  overflow: hidden;
  border-radius: var(--bs-card-border-radius) var(--bs-card-border-radius) 0 0;
}

.woods .img-wrapper {
  width: 100%;
  height: 100%;
  height: 250px;
  overflow: hidden;
  border-radius: var(--bs-card-border-radius) var(--bs-card-border-radius) 0 0;
}

.card.servise .img-wrapper img {
  filter: grayscale(25%);
}

.card.servise:hover .img-wrapper img {
  transform: scale(1.05);
  position: relative;
  filter: grayscale(0%);
}

.card.servise:hover a.stretched-link {
  /*background-color: #b1a8ad;*/
  background-image: none;
}

.card.servise:hover .card-icon {
  background: linear-gradient(45deg, #2e7d32 15%, #2e7d32 35%, #2e7d32);
  border: none;
}

.card.servise a {
  text-decoration: none;
  color: #444;
}

.gallery-home .swiper {
  width: 100%;
  height: 100%;
}

.gallery-home .swiper-slide {
  text-align: center;
  font-size: 18px;
 /* background: #fff;*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-home .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery-home .swiper {
  width: 100%;
  height: 300px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-home .swiper-slide {
  background-size: cover;
  background-position: center;
}

.gallery-home .mySwiper2 {
  height: 80%;
  width: 100%;
  border-radius: 0.375rem;
}

.gallery-home .mySwiper {
  height: 20%;
  box-sizing: border-box;
  padding: 10px 0;
}

.gallery-home .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.gallery-home .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.gallery-home .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 0.375rem;
}

