/* Пользовательские стили */

.guest-memo h2,
.guest-memo .h2 {
  font-size: 1.5rem;
}

.is-home-page .site-search .field-text__input {
  color: #fff;
}

html {
  scroll-behavior: smooth;
}

.page-footer__phone-and-btn {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 0.938rem 1.875rem;
  margin-bottom: 2.5rem;
}

.popular-our-guests__title span {
  color: #15a699;
}

@media (max-width: 1024.98px) {
  .page-footer__phone-and-btn {
    justify-content: flex-start;
    margin-bottom: 20px;
  }
}

.page-footer__phone {
  font-size: 1.25rem;
  font-weight: 500;
}

.page-footer__phone a {
  color: #3d3d3d;
}

a.current {
  color: #15a699;
}

.catalog-layout .similar-products__slider-control {
  display: none;
}

.quick-booking .form-label {
  color: #f5f5f5;
  font-weight: 300 !important;
  font-size: 1rem !important;
  line-height: 1.438rem !important;
}

.quick-booking .form-check-label,
.quick-booking .form-check-label a {
  color: #f5f5f5;
}

.catalog-layout {
  margin-bottom: 100px;
}

@media (max-width: 991px) {
  .catalog-layout__sort {
    margin-right: 20px;
  }

  .catalog-layout {
    margin-bottom: 40px;
  }
}

.subcategories__item.active .subcategories__link {
  background: #3d3d3d;
  color: #f5f5f5;
  font-weight: 700;
}

.our-services a {
  color: inherit;
}

.reviews-list_slice:nth-child(n + 4) {
  display: none;
}

.quick-booking__form .form-check {
  width: 100%
}

.additional-service__content {
  display: flex;
  flex-direction: column;
}

.additional-service__action {
  margin-top: auto;
}

.how-book-2.how-book-2--low-desc {
  padding: 4.375rem 0 4.375rem;
}

.text-block-1__rework .text-block-1__inner {
  align-items: center;
}

.text-block-1__rework h2 {
  color: #15a699;
}

.text-block-1.text-block-1__rework {
  margin: 5.375rem 0 5.375rem;
}

.our-services__list--marsh .our-services__list-title {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 4;
  padding: 0 20px 0 20px;
  width: 100%;
}

.our-services__list--marsh .our-services__list-title a {
  color: #fff;
}

.our-services__list--marsh .our-services__image-wrapper {
  margin-top: 0;
}

.our-services__time {
  z-index: 4;
  position: absolute;
  right: 15px;
  top: 10px;
  color: #fff;
  background-color: #15a699;
  border-radius: 0.625rem;
  padding: 2px 10px;
}

.our-services__list--marsh .our-services__list-item::before {
  content: " ";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.45) 80%);
  border-radius: 20px;
  z-index: 2;

}

.our-services__list--marsh .our-services__list-item {
  position: relative;
}


@media (min-width: 1200px) {
  .order-details-card--410 {
    max-width: 410px;
  }
}

.order-pay-wrap-btn .btn-primary.w-100 {
  display: block;
  width: auto !important;
  margin-left: auto;
  min-width: 167px;
}

.table {
  vertical-align: middle;
}

.last-view-good-card {
  flex-direction: row;
  border-radius: 8px;
  padding: 8px;
  color: #242424;
}

.last-view-good-card__thumb {
  margin-right: 8px;
  flex-shrink: 0;
  width: 88px;
  height: 76px;
}

.last-view-good-card__image {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.last-view-good-card__body {
  flex-grow: 1;
}

.last-view-good-card__title {
  margin-bottom: 8px;
  line-height: 22px;
}

.last-view-good-card__link {
  display: inline-flex;
  color: inherit;
}

.last-view-good-card__link::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.last-view-goods .swiper-button-next.swiper-button-disabled,
.last-view-goods .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.last-view-good-card__price-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 8px;
}

.last-view-good-card__current-price {
  font-weight: 500;
  font-size: 24px;
  line-height: 28px;
}

.last-view-good-card__old-price {
  color: rgba(36, 36, 36, 0.6);
  text-decoration: line-through;
}

@media (min-width: 1200px) {
  .last-view-goods .swiper-button-prev {
    left: -20px;
  }

  .last-view-goods .swiper-button-next {
    right: -20px;
  }
}

.last-view-goods {
  margin-bottom: 72px;
}

@media (max-width: 991px) {
  .last-view-goods {
    margin-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .last-view-goods .swiper-button-prev {
    display: none;
  }

  .last-view-goods {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .last-view-good-card__old-price {
    font-size: 14px;
  }

  .last-view-good-card__current-price {
    font-size: 17px;
    line-height: 20px;
  }

  .last-view-good-card__title {
    font-size: 14px;
    line-height: 18px;
  }

  .last-view-good-card__thumb {
    width: 60px;
    height: 60px;
  }

  .last-view-goods .swiper-slide {
    width: 250px;
  }
}

.last-view-goods__slider-wrap {
  position: relative;
}

.review-card__rating {
  margin-bottom: 14px;
}

.review-card__head {
  margin-bottom: 10px;
}

.product-total-card__price-wrap {
  margin-bottom: 12px;
}

.product-total-card__promotions {
  margin-bottom: 24px;
  padding: 5px;
  background: #ffffff;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}

.product-total-card__promotions span {
  color: #e73131;
  font-weight: 700;
  font-size: 20px;
}

.review-count-card__count-reviews a {
  --bs-link-color: #242424;
}

.product-total-card .field-num {
  margin-bottom: 0;
}

.order-details-sub-card__list-description {
  font-weight: 500;
}

.order-details-sub-card__list-description--size-large {
  font-size: 20px;
}

.status {
  background: #15a699;
  border-radius: 4px;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  padding: 4px 8px;
}

@media (max-width: 575.98px) {
  .promotions-card__sale {
    margin-right: 10px;
    padding: 3px 5px;
    font-size: 14px;
    line-height: 18px;
  }

  .promotions-card__current-price {
    font-size: 20px;
    line-height: 24px;
  }

  .promotions-card__title {
    font-size: 14px;
    line-height: 18px;
  }

  .promotions-card__description {
    display: none;
  }

  .promotions-card__badge {
    margin: 10px 0;
  }

  .promo .promotions-card {
    width: 220px;
  }

  .promotions-card__price-container {
    gap: 10px 0;
  }

  .promotions-card__inner {
    padding: 14px;
  }

  .promotions-card__image {
    position: static;
    mix-blend-mode: normal;
    margin: 0 auto 20px;
  }
}

.product-inner__information .expandable {
  margin-bottom: 15px;
}

.promotions-card__content {
  max-width: 100%;
}

.promotions-card__description {
  max-width: 250px;
}

.page-header__address::before {
  content: "";
  background-image: url("/themes/default/images/geo-wgite-icon.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 17px;
  height: 22px;
  display: inline-block;
  margin-right: 11px;
  vertical-align: -5px;
}

.page-header__address {
  font-weight: 500;
}

.authorization .form-check {
  font-size: 14px;
  line-height: 16px;
}

.registration .form-check,
.authorization .form-check {
  color: #fff;
}

.registration .form-check a,
.authorization .form-check a {
  color: #fff;
}

.registration__inner,
.authorization__inner {
  padding: 40px 0 0;
}

.registration .form-check-input[type="checkbox"]:checked[type="checkbox"],
.authorization .form-check-input[type="checkbox"]:checked[type="checkbox"] {
  border-color: #ffffff;
}

.article__text-wrap ol,
.article__text-wrap ul {
  margin: 16px 0 30px;
  padding-left: 20px;
}

.article__text-wrap li+li {
  margin-top: 8px;
}

.article__text-wrap img {
  margin: 48px 0;
}

.article__text-wrap li::marker {
  color: #15a699;
  font-weight: 500;
}

.article__text-wrap img {
  border-radius: 8px;
}

@media (max-width: 767px) {
  .article__text-wrap img {
    margin: 30px 0;
  }
}

.page-link {
  width: auto;
  min-width: 25px;
}

.page-item.prev .page-link,
.page-item.next .page-link {
  width: 40px;
  height: 40px;
  margin: 0;
  color: rgba(36, 36, 36, 0.6);
  font-size: 0;
  background-color: #fff;
  border: 1px solid rgba(36, 36, 36, 0.6);
  border-radius: 8px;
  transition: color 0.2s, border-color 0.2s, background-color 0.2s;
  background-repeat: no-repeat;
  background-position: center;
}

.page-item.next .page-link {
  background-image: url("/themes/default/images/page-item-next.svg");
}

.page-item.prev .page-link {
  background-image: url("/themes/default/images/page-item-prev.svg");
  transform: none;
}

.page-item.prev .page-link:hover,
.page-item.next .page-link:hover {
  background-color: #fff;
}

.page-item.first .page-link,
.page-item.last .page-link {
  background-color: #fff;
  border: 1px solid rgba(36, 36, 36, 0.6);
  height: 40px;
  width: auto;
  border-radius: 8px;
  padding: 0 10px;
}

.page-item.first,
.page-item.last {
  margin: 0 10px;
}

.popular-brands__brand {
  border: 2px solid transparent;
  transition: border-color 0.2s;
}

.popular-brands__brand:hover {
  border-color: #15a699;
}

.fancybox-content-background {
  background-color: #15a699 !important;
  background-repeat: no-repeat !important;
  background-position: top -39px center !important;
  /* background-image: url("/themes/default/images/popup-bg.svg") !important; */
  border-radius: 12px;
  padding: 40px !important;
}

.add_comment.fancybox-content-background {
  background-image: none !important;
}

.fancybox-content-background .h3 {
  margin-bottom: 32px;
  color: #fff;
  font-size: 40px;
  line-height: 44px;
  font-weight: 500;
}

#popup_message .btn-primary {
  width: 100%;
  --bs-btn-color: #15a699;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #333;
  --bs-btn-hover-border-color: #333;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #333;
  min-height: 60px;
}

#popup_message .button {
  width: 100%;
  min-height: 3.75rem;
  background-color: #333;
  border-color: #333;
  color: #fff;
}

#popup_message .button-wrapper {
  margin-bottom: 20px;
}

#popup_message .form-check {
  font-size: 14px;
  line-height: 16px;
}

#popup_message .form-control {
  border-color: #fff !important;
}

#popup_message .form-check a,
#popup_message .form-check,
.add_comment .form-check,
.add_comment .form-check a {
  color: #fff;
}

@media (min-width: 768px) {
  .fancybox-content-background .fancybox-close-small {
    width: 32px !important;
    height: 32px !important;
    padding: 0 !important;
    border: 1px solid #ffffff !important;
    border-radius: 50% !important;
    right: -40px !important;
    color: #fff !important;
  }
}

@media (max-width: 576px) {
  .fancybox-content-background {
    padding: 30px 20px !important;
  }

  .fancybox-content-background .h3 {
    margin-bottom: 20px;
    font-size: 28px;
    line-height: 32px;
  }
}

.errors {
  display: none;
}

.promotions-card__badge {
  background-color: rgb(224 233 251);
}

.page-footer__menu ul ul {
  display: none !important;
}

.swiper-button-lock {
  display: none;
}

.breadcrumb-item.active {
  --bs-breadcrumb-item-active-color: #242424;
}

.page-header__phone-link-container {
  margin-left: 0;
  white-space: nowrap;
}

.page-header__information {
  flex-wrap: wrap;
  gap: 10px 30px;
}

.page-header__phone-link-container a::before {
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/phone-link.svg");
  margin-right: 8px;
}

.product-card__badge {
  color: #fff;
}

.promo .promo-slider__navigation {
  display: none;
}

@media (min-width: 1200px) {
  .mega-menu__inner {
    max-height: 500px;
    overflow-y: auto;
  }

  .mega-menu__inner::-webkit-scrollbar {
    width: 4px;
  }

  .mega-menu__inner::-webkit-scrollbar-thumb {
    background: rgba(49, 100, 231, 0.5);
    border-radius: 11px;
  }

  .mega-menu__inner::-webkit-scrollbar-track {
    background-color: #f3f5fa;
    border-radius: 11px;
  }
}

.success-card {
  width: 450px;
  background-color: #15a699 !important;
  background-image: url("/themes/default/images/success-card-bg.svg") !important;
  background-position: top right !important;
  background-repeat: no-repeat !important;
}

.js-category-products catalog-layout__product-cards .swiper-button-next,
.js-category-products catalog-layout__product-cards .swiper-button-prev {
  display: none !important;
}

.subcategories__image {
  width: 96px;
  height: 100%;
  object-fit: scale-down;
}

.catalog-inner__filter-link.form-select {
  background-image: url("/themes/default/images/up-down.svg");
  background-size: auto;
  background-position: right center;
  padding-right: 30px;
  cursor: pointer;
}

.catalog-inner__filter-link.form-select:focus {
  box-shadow: none;
}

@media (min-width: 576px) {
  .catalog-inner__head-action {
    flex-wrap: nowrap;
  }
}

.ui-slider {
  background: rgb(36 36 36 / 20%);
  height: 2px;
  position: relative;
  margin-top: 20px;
  width: 90%;
  margin-inline: auto;
}

.ui-slider-range {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  background: #15a699;
}

.ui-slider-handle {
  width: 18px;
  height: 18px;
  position: absolute;
  top: -8px;
  margin-left: -0.6em;
  border-radius: 50%;
  background: #15a699;
  cursor: pointer;
  -ms-touch-action: none;
  touch-action: none;
}

.error {
  color: red;
}

.border-bottom-last-child .border-bottom:last-child {
  --bs-border-width: 0;
}

.rating {
  display: flex;
  align-items: center;
  gap: 2px;
}

.rating .fa {
  font-size: 14px;
  line-height: 14px;
}

.gray-star {
  color: #d4d4d4;
}

.gold-star {
  color: #ffd864;
}

.del_compare {
  width: 24px;
  height: 24px;
  text-align: center;
  font-size: 18px;
  color: rgba(36, 36, 36, 0.6);
}

.product-comparison__item-thumb {
  position: relative;
}

.product-comparison__item-thumb .del_compare {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 1;
}

@media (min-width: 992px) {

  .order-total-card,
  .product-total-card {
    position: sticky;
    top: 0;
  }
}

/* .product-card__chars {
  display: none;
  font-size: 14px;
  line-height: 16px;
  list-style: none;
  padding: 0;
  margin: 12px 0 0 0;
} */

.similar-products h2 span,
.similar-products .h2 span {
  color: #15a699;
}

.product-card__chars-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.product-card__chars-item:nth-child(n + 4) {
  display: none;
}

.product-card__chars-name {
  color: rgba(36, 36, 36, 0.6);
}

.product-card__chars-value,
.product-card__chars-value a {
  color: #242424;
}

.product-card__actions-links-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

@media (min-width: 768px) {
  .catalog-inner__list--list-style .product-card {
    margin-bottom: 20px;
    border: 1px solid rgba(36, 36, 36, 0.2);
    padding: 16px 20px 16px 16px;
  }

  .catalog-inner__list--list-style .product-card__chars {
    display: block;
  }

  .catalog-inner__list--list-style .product-card__inner {
    display: grid;
    grid-template-columns: 195px 1fr 200px;
    grid-template-areas:
      "thumb title price"
      "thumb review actions"
      "thumb chars actions";
  }

  .catalog-inner__list--list-style .product-card__thumb {
    grid-area: thumb;
    margin-bottom: 0;
  }

  .catalog-inner__list--list-style .product-card__title {
    grid-area: title;
    margin-bottom: 0;
    min-height: unset;
  }

  .catalog-inner__list--list-style .product-card__rating-and-reviews {
    grid-area: review;
    margin-top: 0;
  }

  .catalog-inner__list--list-style .product-card__price-wrap {
    grid-area: price;
    margin-top: 0;
    text-align: right;
    margin-left: auto;
  }

  .catalog-inner__list--list-style .product-card__chars {
    grid-area: chars;
    margin-top: 0;
  }

  .catalog-inner__list--list-style .product-card__actions {
    grid-area: actions;
    margin-top: 0;
    text-align: right;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    padding: 8px 0;
  }

  .catalog-inner__list--list-style .product-card__actions .btn-primary {
    min-width: 160px;
  }

  .catalog-inner__list--list-style .product-card__actions-button-wrap {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .review-card {
    min-height: unset;
  }
}

.review-card__head {
  justify-content: flex-start;
}

.swiper-slide .product-card {
  height: 100%;
}

.product-comparison__item-rating-and-reviews {
  min-height: 24px;
}

.ratio {
  display: block;
}

.product-filter__devider::before {
  content: none;
}

.rcrumbs {
  overflow-x: hidden;
  white-space: nowrap;
}

.rcrumbs>ul>li {
  overflow: hidden;
}

@media (max-width: 479px) {
  .rcrumbs>ul>li {
    display: none;
  }
}

.rcrumbs>ul>li.show {
  display: inline-block;
}

.rcrumbs>ul>li.ellipsis {
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
}

.rcrumbs .divider {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  vertical-align: -2px;
  background-image: url(../images/breadcrumb-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: none;
}

.registration__card .invalid-feedback {
  color: #000;
}

.user-nav__note {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 10px;
  top: -5px;
  background: #15a699;
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  font-weight: 500;
  font-size: 10px;
}

._social__link {
  transition: color 0.2s, background-color 0.2s;
}

._social__link:hover {
  background-color: #15a699;
  color: #fff;
}

.contacts-card__description a {
  transition: color 0.2s;
}

.contacts-card__description a:hover {
  color: #15a699;
}

.sweet-alert .sa-success {
  display: none !important;
}

.sweet-alert {
  padding: 40px !important;
  background-color: #15a699 !important;
  background-repeat: no-repeat !important;
  background-position: top -50px center !important;
  background-image: url("/themes/default/images/popup-bg.svg") !important;
  border-radius: 12px !important;
  color: #fff !important;
  text-align: center !important;
  width: 416px !important;
}

.sweet-alert p {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}

.sweet-alert h2 {
  margin: 0 0 16px !important;
  font-weight: 500 !important;
  font-size: 40px !important;
  line-height: 47px !important;
  color: #fff !important;
}

@media (max-width: 476px) {
  .sweet-alert {
    padding: 30px 20px !important;
  }

  .sweet-alert h2 {
    font-size: 30px !important;
    line-height: 34px !important;
  }
}

.inWishList,
.inCompare {
  color: #15a699;
}

/*******************Смена изображения при наведении ***********************************************/

.promotions-card__sale,
.promotions-card__current-price {
  white-space: nowrap;
}

.image {
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}

.image-switch {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
  width: 75%;
  height: 50%;
  display: flex;
  opacity: 1;
  transition:
    all 0.3s ease-in-out;
  margin:
    0 auto;
}

.mobile .image-switch {
  opacity: 1;
}

.image-switch-item {
  width: 100%;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 5px;
}

.image-switch-item:only-child {
  opacity: 0;
}

.image-switch-item::after {
  content: "";
  width: 85%;
  margin: 0 auto;
  height: 4px;
  background: #15a69936;
  border-radius: 11px;
  z-index: 2;
  position: relative;
  transition: all 0.3s ease-in-out;
}

.image-switch-item.hover::after {
  background: #15a699;
}

.image:hover .image-switch {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.image-switch-item:hover::after,
.image-switch-item.hover::after {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}

.button--main-call {
  background-color: transparent;
  color: #fff;
  margin-left: 10px;
}

@media (max-width: 1199.98px) {
  .reviews__item {
    min-height: 13rem;
  }
}

@media (max-width: 554.98px) {
  .button--main-call {
    margin-left: 0;
    margin-top: 20px;
  }

  .reviews__item-text {
    height: 157px;
    overflow: hidden;
  }

  .reviews__item {
    min-height: 14rem;
  }
}

/*******************Смена изображения при наведении ***********************************************/

.filter .form-control {
  border-color: #bdbdbd;
  min-height: 50px;
}

@media (max-width: 1024px) {
  .filter-wrap__toggler {
    box-shadow: none;
    appearance: none;
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    border-radius: 6px;
    border: 1px solid #15a699;
    padding: 10px 15px;
    color: #15a699;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }

  .filter-wrap__toggler::before {
    content: '';
    display: block;
    margin-right: 10px;
    flex-shrink: 0;
    width: 22px;
    height: 22px;
    background-image: url("../images/catalog-layout-filter-icon.svg");
    background-repeat: no-repeat;
    background-position: center;
  }

  .filter-wrap {
    margin-bottom: 10px;
    display: grid;
    gap: 10px 0;
  }

  .filter {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
  }

  .filter--open {
    max-height: 1000px;
  }
}

@media (min-width: 1025px) {
  .filter-wrap__header {
    display: none;
  }

  ._filter__row-sort {
    margin-top: 10px;
    grid-column: span 2;
    max-width: fit-content;
    margin-left: auto;
    display: flex;
    gap: 10px;
    align-items: baseline;
  }

  ._filter__row-sort .field-select__select {
    border: 0;
  }

  .filter .field-select__select {
    min-height: 35px;
    padding: 5px 50px 5px 10px;
  }

  .filter {
    background-color: transparent;
    box-shadow: none;
  }

  .filter__row {
    border-bottom: none;
    padding: 0;
    ;
  }

  .filter__head {
    padding: 0 0 20px;
    justify-content: flex-start;
    gap: 0 30px;
  }

  .filter__checkboxes {
    max-height: 200px;
    overflow-y: auto;
  }

  ._filter__row-sort .filter__row-title {
    margin-bottom: 0;
  }

  .filter__checkboxes::-webkit-scrollbar {
    width: 4px;
  }

  .filter__checkboxes::-webkit-scrollbar-track {
    background-color: rgb(230 239 245);
    border-radius: 6px;
  }

  .filter__checkboxes::-webkit-scrollbar-thumb {
    background-color: #15a699;
    border-radius: 6px;
  }

  #filter_form {
    margin-bottom: 20px;
  }

  .catalog-layout__head {
    display: none;
  }

  .filter__list {
    display: grid;
    gap: 20px 30px;
    grid-template-columns: repeat(4, 1fr);
  }
}

.our-services__title.h2 {
  text-transform: uppercase;
}

@media(max-width:1024.98px) {
  .has-submenu ul {
    display: none;
  }

  .has-submenu.open ul {
    display: block;
  }

  .main-nav>ul>li>a {
    width: 88%;
    padding: 8px 25px 8px 15px;
    font-size: 20px;
  }

  .toggle {
    font-size: 20px;
    cursor: pointer;
    margin-left: 5px;
    cursor: pointer;
    transition: transform 0.3s ease;
    display: inline-flex;
    background-image: url("/upload/media/free-icon-down-arrow-2985150.png");
    height: 16px;
    width: 16px;
  }

  .toggle.rotate {
    transform: rotate(180deg);
  }


}

.reviews__title {
  text-transform: uppercase;
}

.input-group> :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-radius: 7px;
}

.input-group.has-validation>.dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation>.form-floating:nth-last-child(n + 3)>.form-control,
.input-group.has-validation>.form-floating:nth-last-child(n + 3)>.form-select,
.input-group.has-validation> :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,
.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select,
.input-group:not(.has-validation)> :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-radius: 7px;
}

.text-block-1__text-content h2.h2 {
  color: #15a699;
}

.how-book-2__subtitle h2 {
  color: #fff;
}

.how-book-2__desc-text {
  color: #fff;
}

.how-book-2__desc-text--bottom {
  margin-top: 6.875rem;
}

.text-block-1__inner ul li::marker {
  color: #15a699;
}

.our-boats-fit h2 span {
  color: #15a699;
}

.our-services__title {
  margin-bottom: 37px;
}

.our-services__desc {
  margin-bottom: 37px;
  margin-top: 0;
}

.our-services__list .our-services__list-item {
  display: flex;
  flex-direction: column;
}

.our-services__list-description {
  margin-bottom: auto;
}

.our-services__image-wrapper {

  margin-top: 0;
}

.faq-wrapper h2 {
  color: #15a699;
}

.our-services {
  margin: 8.375rem 0 5.6875rem;
}

@media (max-width: 479.98px) {
  .search .product-card__thumb::before {
    content: none;
  }

  .search .product-card__image {
    position: static;
  }

}

.contacts-card__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 50px;
}

.pier-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  gap: 50px;
  margin-bottom: 2rem;
  width: 100%;
  max-width: 1200px;
  margin-top: 2rem;
}


@media (max-width: 1199.98px) {
  .contacts-card__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 50px;
  }

}

@media (max-width: 767.98px) {
  .contacts-card__list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px 50px;
  }

}

/* Spacing and responsive fixes for similar products grid and services/routes list */
.similar-products__grid--marsh {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  gap: 40px 24px !important;
}

.our-services__list.our-services__list--marsh {
  gap: 30px 24px !important;
}

@media (max-width: 991.98px) {
  .similar-products__grid--marsh {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 24px 16px !important;
  }

  .our-services__list.our-services__list--marsh {
    gap: 24px 16px !important;
  }
}

@media (max-width: 575.98px) {
  .similar-products__grid--marsh {
    grid-template-columns: 100% !important;
    gap: 20px 0 !important;
  }

  .our-services__list.our-services__list--marsh {
    gap: 20px 0 !important;
  }
}

@media(max-width:991.98px) {
  .product-card__thumb {
    width: 100%;
    max-height: max-content;
  }

}

/* Fix for swiper product slider overlapping elements on mobile devices (below 768px) */
@media (max-width: 767.98px) {
  .similar-products-swiper--js .swiper-slide {
    height: auto !important;
  }

  .swiper-slide .product-card {
    height: auto !important;
    min-height: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    background: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.08) !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    padding-bottom: 15px !important;
  }

  .swiper-slide .product-card__inner {
    height: auto !important;
  }

  .swiper-slide .product-card__body {
    height: auto !important;
    display: flex !important;
    flex-direction: column !important;
    flex-grow: 1 !important;
    padding: 15px 15px 0 15px !important;
  }

  .swiper-slide .product-card__title-and-price {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 6px !important;
    margin-bottom: 12px !important;
  }

  .swiper-slide .product-card__title {
    margin-right: 0 !important;
    font-size: 1.1rem !important;
    line-height: 1.3rem !important;
  }

  .swiper-slide .product-card__price {
    font-size: 1.15rem !important;
  }

  .swiper-slide .product-card__chars {
    margin-bottom: 15px !important;
    gap: 8px !important;
  }

  .swiper-slide .product-card__action {
    margin-top: auto !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    width: 100% !important;
  }

  .swiper-slide .product-card__action .button {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 44px !important;
    padding: 10px !important;
    font-size: 0.95rem !important;
  }
}