@media (max-width: 992px) {
  .logo-image {
    height: 100% !important;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    }
}
#sp-section-1 {
  padding: 8px 0;
}
#sp-section-2 {
  background-color: #007e45;
  color: #fff;
}
#sp-bottom {
  background-color: #202020;
  color: #fff;
  padding: 50px 0px;
  font-size: 1rem;
}
#sp-footer {
  color: #fff;
  text-align: center;
  padding: 20px 0;
  background-color: #2a2a2a;
  font-size: 1rem;
}
#sp-section-2 a, #sp-footer a {
  color: #fff;
  font-size: 1rem;
}
#sp-footer a:hover {
  color: #ccc;
}
.sp-contact-info li {
  white-space: wrap;
}
search {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 767.98px) {
  search {
    justify-content: center;
  }
}
.finder {
  display: none;
}
.mod-finder__search {
  position: relative;
  z-index: 3000;
}
.mod-finder__search .awesomplete > ul {
  position: absolute;
  z-index: 9999;
}
.mod-finder__search .btn-primary {
  border-color: #0a693d;
  background-color: #0d854d;
}
.mod-finder__search .btn-primary:hover,
.mod-finder__search .btn-primary:focus {
  background-color: #0a693d;
  border-color: #085a34;
}
.article-intro-image, .article-full-image {
  width: 350px;
}
.article-intro-image.float-center,
.article-full-image.float-center {
  width: 100%;
  float: none;
  margin: 0 auto 1.5rem !important;
}
.article-details .article-full-image {
  margin-bottom: 7px;
}
.float-left {
  float: left;
  margin: 7px 10px 10px 0 !important;
}
.float-center {
  display: flex;
  justify-items: center;
  justify-content: center;
  text-align: center;
}
.breadcrumb {
  background-color: #f9f9f9;
}
#sp-main-body {
  padding: 15px 0 0 0;
}
#sp-menu .sp-megamenu-wrapper {
  justify-content: flex-end;
}
.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner {
  background: #08864d;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item>a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge) {
  padding: 8px 10px;
}
.sp-menu-item:hover {
  background-color: #099958;
}
#sp-menu .sp-megamenu-parent > li > a,
#sp-menu .sp-megamenu-parent > li > span.sp-menu-separator {
  display: block;
  padding: 0 15px 6px;
}
.burger-icon>span {
  background-color: #fff;
}
.scale {
  transition:
    transform .25s ease,
    box-shadow .25s ease;
}
.scale:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
}
#sp-footer .container-inner {
  border-top: none;
}
#sp-right .sp-module {
  margin-top: 15px;
  padding: 10px;
}
/*Щоб список не налазив на картинку*/
li {
  list-style-position: inside;
}
/*Лінія підкреслення в меню при наведенні*/
#sp-menu .sp-megamenu-parent > li {
  position: relative;
}
#sp-menu .sp-megamenu-parent > li > a::after,
#sp-menu .sp-megamenu-parent > li > span.sp-menu-separator::after {
  display: none;
}
#sp-menu .sp-megamenu-parent > li::after {
  content: "";
  position: absolute;
  left: 1px;
  right: 1px;
  bottom: 0;
  height: 2px;
  background-color: currentColor;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}
#sp-menu .sp-megamenu-parent > li:hover::after,
#sp-menu .sp-megamenu-parent > li.active::after {
  transform: scaleX(1);
  transform-origin: left;
}