html {
  height: 100%;
}

body {
  height: 100%;
  font-family: "Helvetica", sans-serif;
}

header {
  height: 189px;
  background: #ccc1bb;
  flex: 0 0 auto;
}

li {
  list-style: none;
}

.breadcrumb-custom {
  background-color: var(--views-color);
  height: 40px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  overflow-x: auto;
  white-space: nowrap;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.breadcrumb-link {
  display: flex;
  align-items: center;
  padding-left: 10px;
  cursor: pointer;
  text-decoration: none;
  color: #000;
}

.razdel {
  margin: 0 10px;
}

.icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.breadcrumb-title {
  font-size: 12px;
  cursor: pointer;
}

.breadcrumb-base-text {
  color: var(--red-color);
}

.fr-header-menu {
  height: 56px;
  background: var(--secondary-text-color);
  color: #ffffff;
  font-size: 20px;
  padding-top: 13px;
}

.fr-header-menu a {
  color: #fdf9fa;
  text-decoration: none;
  margin: 0 16px;
}

.fr-header-menu .input-group {
  margin: 12px 66px;
  font-size: 16px;
  width: 333px;
}

.fr-header-menu .btn,
.fr-header-menu .form-control {
  height: 33px;
  padding: 2px 12px;
}

.fr-header-dropdown-catalog .dropdown-menu a {
  color: #000000;
  text-decoration: none;
}

.fr-header-dropdown-toggle-catalog:after {
  display: none;
}

.fr-header-nav {
  height: 83px;
  font-size: 18px;
  line-height: 18px;
}

.fr-header-nav a {
  text-decoration: none;
  color: var(--background-gray-color);
  margin: 0 8px;
}

.fr-header-logo {
  display: inline-block;
  width: 278px;
  height: 42px;
  background: url(/uploads/images/logo-franke.png) no-repeat center center;
}

.fr-header-dropdown-toggle-city,
.fr-header-dropdown-toggle-phone {
  color: #ffffff !important;
  line-height: 24px;
  display: flex;
  align-items: center;
}

.fr-header-dropdown-toggle-city:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/uploads/images/cyti.svg) no-repeat center center;
}

main {
  flex: 1 0 auto;
}

footer {
  padding: 45px;
  background: var(--secondary-text-color);
  flex: 0 0 auto;
}

.btn,
.form-control {
  border-radius: 0;
}

.fr-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
}

.fr-icon-account {
  background: url(/uploads/images/acaunt.svg) no-repeat center center;
}

.fr-icon-mini {
  background: url(/uploads/images/mini.svg) no-repeat center center;
}

.fr-icon-search {
  background: url(/uploads/images/search.svg) no-repeat center center;
}

.fr-icon-phone {
  background: url(/uploads/images/phone.svg) no-repeat center center;
}

.fr-icon-basket {
  background: url(/uploads/images/basket.svg) no-repeat center center;
}

.fr-icon-basket-white {
  background: url(/uploads/images/basket2.svg) no-repeat center center;
}
.fr-icon-basket-red {
  background: url(/uploads/images/basket-red.svg) no-repeat center center;
}

.fr-icon-ri_messenger-fill {
  background: url(/uploads/images/ri_messenger-fill.svg) no-repeat center center;
}

.fr-icon-youtube2 {
  background: url(/uploads/images/youtube2.svg) no-repeat center center;
}

.fr-icon-viber2 {
  background: url(/uploads/images/viber2.svg) no-repeat center center;
}

.fr-icon-ri_instagram2 {
  background: url(/uploads/images/ri_instagram2.svg) no-repeat center center;
}

.fr-icon-ic_baseline-telegram {
  background: url(/uploads/images/ic_baseline-telegram.svg) no-repeat center
    center;
}

.fr-icon-_facebook2 {
  background: url(/uploads/images/_facebook2.svg) no-repeat center center;
}

.fr-header-menu-lang {
  display: inline-block;
  background: #d9d9d9;
  border-radius: 10px;
  width: 47px;
  height: 24px;
  position: relative;
}

.fr-header-menu-lang-ua {
  display: inline-block;
  background: var(--red-color);
  border-radius: 10px;
  padding: 0 4px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  top: 0;
  left: 0;
}

.fr-header-menu-lang-ru {
  display: inline-block;
  background: var(--red-color);
  border-radius: 10px;
  padding: 0 4px;
  height: 24px;
  line-height: 24px;
  position: absolute;
  top: 0;
  right: 0;
}

.btn-danger {
  background-color: var(--red-color);
}

.fr-catalog-menu-item {
  position: relative;
  width: 250px;
  height: 270px;
  margin: 20px 10px;
  display: block;
  transition: transform 0.5s;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
}
.fr-catalog-menu-item:hover {
  transform: scale(1.1);
}

.fr-catalog-menu-item img {
  position: absolute;
  top: 0;
}
.fr-catalog-menu-item img {
  width: 100%;
  max-width: 250px;
  height: auto;
  aspect-ratio: 250 / 270;
}

.fr-catalog-menu-item span {
  position: absolute;
  bottom: 0;
  background-color: var(--background-gray-color);
  color: #ffffff;
  display: inline-block;
  height: 74px;
  width: 100%;
  font-size: 20px;
  text-align: center;
  line-height: 74px;
}

.fr-catalog-menu-item:hover span {
  background-color: var(--red-color);
}

.fr-section-secondary {
  padding-top: 50px;
}

.bg-secondary {
  background-color: var(--primary-background-color) !important;
}

.bg-light {
  background-color: #fdf9fa !important;
}

.fr-product-item {
  position: relative;
  background-color: #ffffff;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.2);
  width: 170px;
  height: 280px;
  padding: 10px;
  margin: 0 auto 30px auto;
  border-radius: 10px;
  transition: all 0.5s;
}

.fr-product-image {
  width: 150px;
  height: 100px;
  background: no-repeat center center;
  background-size: contain;
  transition: background-image 0.3s;
}

.fr-product-link {
  text-decoration: none;
  color: #000000;
  display: flex;
  height: 218px;
}

.fr-product-category-name {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.5);
  display: flex;
  margin-top: 12px;
  justify-content: space-between;
  align-items: center;
}

.fr-product-name {
  font-size: 14px;
  line-height: 14px;
  margin-top: auto;
  margin-bottom: auto;
}

.fr-product-price {
  font-size: 20px;
}
.fr-product-price:hover {
  color: var(--red-color);
}
.fr-product-discount-price {
  font-size: 16px;
  text-decoration: line-through;
  text-decoration-color: var(--red-color);
  margin-left: 5px;
}
.product-discount-label {
  position: absolute;
  right: 20px;
  padding: 3px 5px;
  background-color: var(--red-color);
  color: white;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 400;
  cursor: default;
}

.fr-product-price small {
  font-size: 10px;
}

.ms-30 {
  margin-left: 30px;
}

.fr-section-secondary h2 {
  padding-left: 15px;
  padding-bottom: 30px;
  font-size: 32px;
  font-weight: bold;
}

.fr-more-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 250px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #ffffff 60%);
  position: absolute;
  bottom: 0;
  z-index: 10;
  width: 100%;
  left: 0;
}

.fr-news-slick {
  min-height: 220px;
  padding-top: 5px;
}

.bg-secondary .fr-more-container {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0,
    var(--primary-background-color) 60%
  );
}
.bg-light .fr-more-container {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fdf9fa 60%);
}

.fr-more-container .btn-outline-secondary {
  color: var(--background-gray-color);
  border-color: var(--background-gray-color);
  height: 57px;
  width: 159px;
  line-height: 57px;
  padding: 0;
  font-size: 13px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

/*.btn-open {*/
/*    border: 0;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    margin: auto;*/
/*	height: max-content;*/
/*    width: max-content;*/
/*    line-height: 57px;*/
/*}*/

/*
.fr-more-container .btn-outline-secondary:hover,
.fr-more-container .btn-outline-secondary:focus {
    border-color: #ffffff;
    color: #ffffff;
    background-color: var(--red-color);
}
*/

.fr-news-section {
  margin-top: 55px;
}

.fr-news-section .slick-dots {
  bottom: unset;
}

.fr-news-section-title {
  margin-bottom: 40px !important;
  padding-left: 20px;
  font-weight: bold;
  font-size: 32px;
  display: block;
}

.fr-new-item-link {
  display: flex;
  width: 200px;
  height: 194px;
  padding: 15px;
  background-color: #d9d9d9;
  text-decoration: none;
  color: #000000;
  font-size: 14px;
  line-height: 17px;
  justify-content: space-between;
  margin: 0 10px;
  border-radius: 10px;
  transition: transform 0.3s ease;
}

.fr-new-item-link img {
  width: 170px;
  height: 100px;
}

.fr-new-item-link span {
  margin-top: auto;
  margin-bottom: auto;
}
.fr-new-item-link:hover {
  transform: scale(1.05);
}

.fr-news-more {
  width: 100%;
  justify-content: end;
}
.fr-news-more > a {
  color: var(--background-gray-color);
  height: 55px;
  width: 180px;
  line-height: 55px;
  font-size: 15px;
  margin: 40px 0;
  padding-right: 5px;
  border: 1px solid white;
  display: block;
  text-align: center;
  transition: all 0.5s;
  text-decoration: none;
  background: url(/uploads/images/caret_mobile_menu.svg) no-repeat 145px center;
}

/*
.fr-more-container .btn-outline-secondary:after,
.fr-news-more:after {
    display: inline-block;
    content: "";
    background: url(/uploads/images/arrow-right.svg) no-repeat center center;
    width: 15px;
    height: 15px;
    position: relative;
    top: 4px;
    left: 5px;
}
*/

.fr-news-more > a:hover {
  color: var(--red-color);
  border: 1px solid var(--red-color);
  background-image: url(/uploads/images/caret_mobile_menu_red.svg);
}
.fr-news-more > a:active {
  border: 1px solid white;
}

/*
.fr-more-container .btn-outline-secondary:hover:after,
.fr-more-container .btn-outline-secondary:focus:after,
.fr-news-more:hover:after,
.fr-news-more:focus:after {
    background-image: url(/uploads/images/arrow-right-white.svg);
}
*/
/* Cart section */

.stores {
  margin-bottom: 20px;
}

.stores-title {
  font-weight: 700;
  font-size: 32px;
  letter-spacing: -0.03em;
  margin-left: 40px;
}

.stores-wrapper {
  display: flex;
  gap: 20px;
}

.stores-list {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.store-item {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.store-item:hover {
  transform: scale(1.02);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.store-item.active-store {
  background: #e8e3e0;
  position: relative;
}

.store-item.active-store::after {
  content: "";
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #fff;
}

.store-address {
  font-weight: bold;
  margin-bottom: 10px;
}

.store-schedule {
  font-size: 0.9rem;
  margin-bottom: 10px;
}

.store-contacts {
  color: #333;
  text-decoration: none;
  font-size: 0.9rem;
}

.store-contacts:hover {
  text-decoration: underline;
}

.store-map-block {
  flex: 2;
  display: flex;
  flex-direction: column;
}

.store-map {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.call-center {
  background: #e8e3e0;
  padding: 10px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  font-size: 0.9rem;
}

.call-center-info {
  flex: 2;
}

.call-center-phones {
  flex: 1;
  text-align: right;
  white-space: nowrap;
}

.stores-wrapper {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .stores-wrapper {
    flex-direction: column;
  }
  .store-map {
    height: 220px;
  }
  .store-item.active-store::after {
    display: none;
  }
}
/* Cart section end*/

/* Video section start*/
.video-reviews {
  padding: 50px;
  background-color: #e8e3e0;
  margin-bottom: 40px;
}

.video-reviews-title {
  font-weight: 700;
  font-size: 32px;
  line-height: 1;
  color: #3d3b3b;
  margin-bottom: 20px;
  text-align: left;
}

.video-reviews-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0 50px;
}

.video-reviews-list:not(.slick-initialized) {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.video-carousel {
  min-height: 300px;
}

.video-reviews-list.slick-initialized {
  opacity: 1;
  height: auto;
  transition: opacity 0.3s ease;
}

.video-reviews-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  margin-bottom: 40px;
}

.video-review-card {
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  margin: 0 18px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.video-review-card iframe {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}

.video-review-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.video-review-text {
  font-size: 14px;
  color: #444;
  margin-bottom: 0;
  flex: 1;
  min-width: 0;
}

.go-to-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0.5rem 1rem;
  border: 1px solid #e12b36;
  border-radius: 8px;
  background: #e12b36;
  color: #fff;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  font-size: 14px;
  white-space: nowrap;
  flex-shrink: 0;
}

.go-to-btn:hover {
  background: #fff;
  color: #e12b36;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.video-reviews-youtube {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

.youtube-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  border: 1px solid #e12b36;
  border-radius: 10px;
  color: #e12b36;
  font-weight: 500;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
  font-size: 16px;
  margin-top: 30px;
}

.youtube-btn:hover {
  background: #e12b36;
  color: #fff;
}

.youtube-btn:hover svg path {
  fill: #fff;
}

/* Slick Carousel adjustments */
.slick-prev:before,
.slick-next:before {
  color: #e12b36;
  font-size: 24px;
}

.video-carousel .slick-dots {
  margin-top: 25px !important;
  bottom: -45px !important;
}

.slick-dots li button:before {
  color: #e12b36;
  font-size: 12px;
}

.slick-dots li.slick-active button:before {
  color: #e12b36;
}

.video-carousel .slick-list {
  padding: 0 20px;
}

.video-carousel .slick-track {
  display: flex;
  align-items: stretch;
  margin: auto;
}

.video-carousel .slick-slide {
  height: auto;
  display: flex;
  padding: 0 4px;
}

.video-carousel .slick-slide > div {
  width: 100%;
  height: 100%;
}

/* Кастомні стрілки */
.video-reviews-wrapper .arrow-up,
.video-reviews-wrapper .arrow-down {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border: 2px solid #e12b36;
  border-radius: 50%;
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.video-reviews-wrapper .arrow-up:hover,
.video-reviews-wrapper .arrow-down:hover {
  background: #e12b36;
  color: #fff;
}

.video-reviews-wrapper .arrow-up {
  left: -20px;
}

.video-reviews-wrapper .arrow-down {
  right: -20px;
}

.video-reviews-wrapper .arrow-up:before {
  content: "‹";
  font-size: 24px;
  font-weight: bold;
  color: #e12b36;
}

.video-reviews-wrapper .arrow-down:before {
  content: "›";
  font-size: 24px;
  font-weight: bold;
  color: #e12b36;
}

.video-reviews-wrapper .arrow-up:hover:before,
.video-reviews-wrapper .arrow-down:hover:before {
  color: #fff;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .video-carousel .slick-slide {
    width: 100% !important;
  }
  .video-reviews {
    padding: 30px 20px;
  }

  .video-reviews-title {
    font-size: 24px;
  }

  .video-carousel .slick-list {
    padding: 0 10px;
  }

  .video-review-card {
    margin: 0 5px;
    min-height: 350px;
  }

  .arrow-up,
  .arrow-down {
    display: none !important;
  }

  .youtube-btn {
    font-size: 12px;
    margin-top: 20px;
  }
  .video-review-content {
    flex-direction: column;
  }
  .video-review-text {
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
  }
}
/* Video section end*/

.fr-blog-block {
  font-size: 16px;
  line-height: 29px;
}

.fr-blog-block .h3,
.fr-blog-block h3 {
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 25px;
}

.fr-info-block p {
  font-size: 16px;
  line-height: 29px;
  margin-top: 18px;
  min-height: 40px;
  margin-bottom: 0;
  text-align: center;
}

.fr-header-block {
  margin: 50px auto 0 auto;
}

.fr-header-menu-block {
  margin: 0 auto;
}

.fr-inc {
  position: absolute;
  left: 23px;
  font-size: 8px;
  bottom: -24px;
}

.fr-main-image {
  height: 325px;
  background: url(/uploads/images/main-image.png) no-repeat center center;
  width: 100vw;
  margin-left: -12px;
  margin-right: -12px;
}

.fr-main-text-container {
  display: flex;
  align-items: center;
  justify-content: end;
  height: 100%;
  /* min-height: 490px; */
  min-height: 500px;
  /* width: 1200px; */
  width: 100%;
  max-width: 100%;
  margin: auto;
  background: linear-gradient(90deg, transparent 50%, rgb(0, 0, 0, 0.7) 100%);
}

.hero-right {
  margin: 0 auto;
}
@media (min-width: 930px) {
  .hero-right {
    margin-right: 100px;
  }
}

@media (max-width: 1200px) {
  .fr-main-text-container {
    align-items: flex-start;
    padding-top: 40px;
    min-height: 400px;
    width: 100%;
  }
  .fr-main-text-container h1 {
    margin-top: 40%;
  }
}

@media (max-width: 500px) {
  .fr-main-text-container {
    padding-top: 25px;
    min-height: 300px;
  }
  .fr-main-text-second {
    font-size: 25px;
  }
  .fr-main-text-container h1 {
    margin-top: 10%;
  }
}
.fr-main-text {
  text-shadow: 0 0 10px black;
  color: white;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  font-size: 30px;
}

.fr-main-text-second {
  font-size: 30px;
}
.fr-main-text-second-mobile {
  font-size: 25px;
}
.fr-main-button-design,
.fr-main-button-map {
  display: block;
  text-decoration: none;

  width: max-content;
  padding: 10px 20px;
  border-radius: 20px;
  color: white;
  height: 50px;
  margin: auto;
}

.fr-main-button-design {
  background-color: var(--red-color);
  font-size: 20px;
}

.fr-main-button-design:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.4);
  background: linear-gradient(173deg, #8d121a 0%, #b11b24 100%);
}
.fr-main-button-map {
  background-color: transparent;
  border: 1px solid white;
  font-weight: 700;
  font-size: 16px;
  line-height: 112%;
  width: 190px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 49px;
}

.fr-main-button-map:hover {
  color: var(--red-color);
  border: 1px solid var(--red-color);
}

.fr-main-button-map img {
  filter: brightness(0) invert(1);
}

.fr-main-button-map:hover img {
  filter: brightness(0) invert(22%) sepia(79%) saturate(5865%)
    hue-rotate(358deg) brightness(88%) contrast(92%);
}
.fr-main-button-map img {
  vertical-align: middle;
}

.fr-header-dropdown-phone .dropdown-menu {
  background: none;
  border: none;
  box-shadow: none;
}

.fr-header-dropdown-phone .dropdown-item {
  background-color: #d9d9d9;
  color: #3d3b3b;
  margin: 0 0 3px 0;
}

footer {
  color: #ffffff;
}

footer a {
  color: #ffffff;
  text-decoration: none;
  display: block;
  line-height: 28px;
  margin-bottom: 10px;
}

footer .fr-icon {
  margin: 0 0 22px 0;
}

footer p {
  margin-bottom: 22px;
}

.fr-footer-logo {
  background: url(/uploads/images/Premium%20partner%20H%201.png) no-repeat
    center center;
  width: 300px;
  height: 39px;
  margin-left: -16px;
  margin-bottom: 54px;
}
.fr-footer-icon {
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 20px;
  margin: 0;
  white-space: nowrap;
}
.fr-icon-website {
  background-image: url(/uploads/images/footer-website.svg);
}
.fr-icon-email {
  background-image: url(/uploads/images/footer-email.svg);
}
.fr-icon-address {
  background-image: url(/uploads/images/footer-address.svg);
}
.fr-icon-firm-shop {
  background-image: url(/uploads/images/footer-firm-shop.svg);
}
.fr-icon-phone {
  background-image: url(/uploads/images/footer-phone.svg);
}
.fr-icon-call-center {
  background-image: url(/uploads/images/footer-call-center.svg);
}

.fr-banner {
  background: url(/uploads/images/e-banner-main.webp) no-repeat center center;
  background-size: cover;
  max-width: 100vw;
  /* margin-left: -12px; */
  height: 200px;
}
.gradient-background {
  background: linear-gradient(to bottom, #e8e3e0, #ffffff);

  padding: 20px 0;
}
.fr-info-block img {
  height: 25px;
}

.fr-info-block p {
  font-size: 8px;
}

.fr-info-section {
  padding: 25px 20px 0 20px;
}
.fr-catalog-menu-slick {
  min-height: 400px;
  height: auto;
}
@media (min-width: 720px) {
  .fr-catalog-menu-slick {
    min-height: auto !important;
  }
  .fr-catalog-menu-item {
    margin: 20px auto;
  }

  .fr-banner {
    max-width: 100%;
    height: 400px;
  }

  .fr-info-block img {
    height: 50px;
  }

  .fr-info-block p {
    font-size: 16px;
  }

  .fr-info-section {
    padding: 50px 0 25px 0;
  }
  .fr-main-image {
    width: 100%;
  }
  .fr-main-text {
    font-size: 45px;
    line-height: 50px;
    text-align: left;
  }
  .fr-main-text-second {
    font-size: 35px;
  }
}

@media (min-width: 1140px) {
  .fr-banner {
    background-size: contain;
  }
}

@media (min-width: 1400px) {
  .fr-header-nav {
    height: 83px;
    font-size: 20px;
    line-height: 20px;
  }
  .col-xxl-20p {
    width: 20%;
  }
}

@media (min-width: 1024px) {
  .max-w-860 {
    max-width: 960px;
  }

  .max-w-1080 {
    max-width: 1180px;
    margin: 0 auto;
  }

  .max-w-1120 {
    max-width: 1220px;
    margin: 0 auto;
  }

  .fr-main-image {
    height: 100%;

    width: 100%;
  }

  .fr-header-menu {
    padding-top: 0;
  }

  .fr-header-menu-block {
    max-width: 1220px;
  }

  .fr-header-block {
    max-width: 1245px;
  }

  .fr-new-item-link {
    margin: 0 auto;
  }

  .fr-product-item {
    width: 240px;
    height: 330px;
    padding: 20px;
  }

  .fr-product-image {
    width: 200px;
    height: 150px;
  }

  .fr-product-link {
    height: 251px;
  }

  .fr-product-item.ajax:hover .fr-product-item-hover {
    display: block;
  }
  .fr-product-item:hover {
    box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.5);
  }
  .fr-product-item:hover .fr-product-icon {
    z-index: 21;
  }

  /*.fr-toggle-block,*/
  /*.fr-menu-block {*/
  /*    max-height: 600px;*/
  /*}*/
}

.fr-toggle-block,
.fr-menu-block {
  max-height: 600px;
}
.fr-toggle-block > .col {
  padding: 0;
}

.max-h-100 {
  max-height: 100% !important;
}

.slick-dots li {
  width: 7px;
  height: 7px;
  margin: 0 2px 16px 2px;
}

.slick-dots li button {
  width: 7px;
  height: 7px;
}

.slick-dots li button:before {
  background-color: var(--background-gray-color);
  opacity: 1;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  font-size: 0;
}
.slick-dots li.slick-active button:before {
  opacity: 0.5;
  background-color: var(--red-color);
}

.bottom-line__item ul {
  padding-left: 37px;
}

.bottom-line__item ul li {
  list-style: none;
}

.bottom-line__item ul li a {
  display: inline-block;
}

.fr-more-button {
  display: flex !important;
  position: relative;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-color: var(--red-color);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  transition: background-color 0.5s, rotate 0.3s;
  cursor: pointer;
}

.fr-more-button.more-button-open {
  rotate: 180deg;
  display: flex !important;
}

.fr-more-button > * {
  width: 20px;
  height: 15px;
  background: url(/uploads/images/arrow-down-more-button.svg) no-repeat center
    center;
  background-size: cover;
}

@keyframes bounceAlpha {
  0% {
    opacity: 1;
    transform: translateY(0px) scale(1);
  }
  25% {
    opacity: 0;
    transform: translateY(11px) scale(0.7);
  }
  26% {
    opacity: 0;
    transform: translateY(-11px) scale(0.7);
  }
  55% {
    opacity: 1;
    transform: translateY(0px) scale(1);
  }
}

.fr-more-button > * {
  animation-name: bounceAlpha;
  animation-duration: 1.8s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  animation-delay: 0.4s;
}

.fr-more-button > *:nth-child(1) {
  animation-delay: 0.6s;
}
.fr-more-button:hover > * {
  animation: none;
}
.fr-more-button:hover {
  background-color: rgb(231, 37, 37, 60%);
}

.fr-more-description-button {
  align-self: end;
  width: 100%;
  color: var(--red-color);
  border-bottom: 1px dashed var(--red-color);
  cursor: pointer;
}
.fr-more-description-button.more-button-open {
  align-self: start;
}
.fr-more-description-button > p {
  margin: 0;
}
.fr-more-description-button > p:last-child {
  display: none;
}
.fr-more-description-button.more-button-open > p:first-child {
  display: none;
}
.fr-more-description-button.more-button-open > p:last-child {
  display: block;
}

/*Product Card Hover*/
.fr-toggle-block.max-h-100 .fr-product-item:hover {
  z-index: 10;
}
.fr-product-item-hover {
  display: none;
  position: absolute;
  top: 95%;
  background-color: white;
  width: 100%;
  left: 0;
  padding: 0 10px 10px 10px;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.5);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-top: 20px;
  z-index: 20;
}
.fr-product-item-hover::before {
  position: absolute;
  background-color: white;
  width: 100%;
  height: 20px;
  top: -20px;
  left: 0;
  content: "";
}
.fr-product-text {
  text-align: center;
  margin: 15px 0 5px 0;
  font-weight: 600;
  font-size: 14px;
}
.fr-product-color-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.fr-product-color-container > a {
  text-align: center;
  flex-basis: 25%;
}
.fr-product-color-container img {
  height: 30px;
  object-fit: contain;
}
.fr-product-attr {
  display: flex;
  justify-content: space-between;
  font-size: 10px;
}
.fr-product-attr > div {
  overflow: hidden;
}
.fr-product-attr > div:first-child {
  color: #929292;
}
.fr-product-attr > div:last-child {
  text-align: right;
}
.fr-product-icons {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}
.fr-product-icons > a {
  width: 100%;
  height: 36px;
  cursor: pointer;
}
.fr-product-icons > a.fr-product-icon-credit {
  background: url("/uploads/images/icon-credit-procent.svg") no-repeat center
    center;
}
.fr-product-icons > a.fr-product-icon-otvir {
  background: url("/uploads/images/icon-otvir-free.svg") no-repeat center center;
}
.fr-product-icons > a.fr-product-icon-delivery {
  background: url("/uploads/images/icon-delivery-free.svg") no-repeat center
    center;
}

.fr-product-item-hover.loaded > .loader {
  display: none;
}
.loader {
  width: 35px;
  aspect-ratio: 1;
  position: relative;
  margin: 20px auto;
}
.loader:before,
.loader:after {
  content: "";
  position: absolute;
  border-radius: 50px;
  box-shadow: 0 0 0 3px inset #fff;
  animation: l4 2.5s infinite;
  border: 1px solid var(--red-color);
}
.loader:after {
  animation-delay: -1.25s;
}
@keyframes l4 {
  0% {
    inset: 0 35px 35px 0;
  }
  12.5% {
    inset: 0 35px 0 0;
  }
  25% {
    inset: 35px 35px 0 0;
  }
  37.5% {
    inset: 35px 0 0 0;
  }
  50% {
    inset: 35px 0 0 35px;
  }
  62.5% {
    inset: 0 0 0 35px;
  }
  75% {
    inset: 0 0 35px 35px;
  }
  87.5% {
    inset: 0 0 35px 0;
  }
  100% {
    inset: 0 35px 35px 0;
  }
}
.fr-product-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  width: 25px;
  position: relative;
  z-index: 10;
  cursor: pointer;
  transition: all 0.5s;
}
.fr-product-icon > .clickable {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: absolute;
  z-index: 10;
}
.fr-product-icon:has(.clickable) {
  cursor: auto;
}
.fr-icon-like svg {
  overflow: visible;
  width: 50px;
  height: 50px;
  transition: all 0.5s;
  #heart {
    transform-origin: center;
    animation: animateHeartOut 0.3s linear forwards;
  }
  #main-circ {
    transform-origin: 29.5px 29.5px;
  }
}
.fr-icon-like.start-selected #heart {
  fill: #e2264d;
}
.fr-icon-like.selected > svg {
  #heart {
    transform: scale(0.2);
    fill: #e2264d;
    animation: animateHeart 0.3s linear forwards 0.25s;
  }
  #main-circ {
    transition: all 2s;
    animation: animateCircle 0.3s linear forwards;
    opacity: 1;
  }
  #grp1 {
    opacity: 1;
    transition: 0.1s all 0.3s;
    #oval1 {
      transform: scale(0) translate(0, -30px);
      transform-origin: 0 0 0;
      transition: 0.5s transform 0.3s;
    }
    #oval2 {
      transform: scale(0) translate(10px, -50px);
      transform-origin: 0 0 0;
      transition: 1.5s transform 0.3s;
    }
  }
  #grp2 {
    opacity: 1;
    transition: 0.1s all 0.3s;
    #oval1 {
      transform: scale(0) translate(30px, -15px);
      transform-origin: 0 0 0;
      transition: 0.5s transform 0.3s;
    }
    #oval2 {
      transform: scale(0) translate(60px, -15px);
      transform-origin: 0 0 0;
      transition: 1.5s transform 0.3s;
    }
  }
  #grp3 {
    opacity: 1;
    transition: 0.1s all 0.3s;
    #oval1 {
      transform: scale(0) translate(30px, 0px);
      transform-origin: 0 0 0;
      transition: 0.5s transform 0.3s;
    }
    #oval2 {
      transform: scale(0) translate(60px, 10px);
      transform-origin: 0 0 0;
      transition: 1.5s transform 0.3s;
    }
  }
  #grp4 {
    opacity: 1;
    transition: 0.1s all 0.3s;
    #oval1 {
      transform: scale(0) translate(30px, 15px);
      transform-origin: 0 0 0;
      transition: 0.5s transform 0.3s;
    }
    #oval2 {
      transform: scale(0) translate(40px, 50px);
      transform-origin: 0 0 0;
      transition: 1.5s transform 0.3s;
    }
  }
  #grp5 {
    opacity: 1;
    transition: 0.1s all 0.3s;
    #oval1 {
      transform: scale(0) translate(-10px, 20px);
      transform-origin: 0 0 0;
      transition: 0.5s transform 0.3s;
    }
    #oval2 {
      transform: scale(0) translate(-60px, 30px);
      transform-origin: 0 0 0;
      transition: 1.5s transform 0.3s;
    }
  }
  #grp6 {
    opacity: 1;
    transition: 0.1s all 0.3s;
    #oval1 {
      transform: scale(0) translate(-30px, 0px);
      transform-origin: 0 0 0;
      transition: 0.5s transform 0.3s;
    }
    #oval2 {
      transform: scale(0) translate(-60px, -5px);
      transform-origin: 0 0 0;
      transition: 1.5s transform 0.3s;
    }
  }
  #grp7 {
    opacity: 1;
    transition: 0.1s all 0.3s;
    #oval1 {
      transform: scale(0) translate(-30px, -15px);
      transform-origin: 0 0 0;
      transition: 0.5s transform 0.3s;
    }
    #oval2 {
      transform: scale(0) translate(-55px, -30px);
      transform-origin: 0 0 0;
      transition: 1.5s transform 0.3s;
    }
  }
  #grp2 {
    opacity: 1;
    transition: 0.1s opacity 0.3s;
  }
  #grp3 {
    opacity: 1;
    transition: 0.1s opacity 0.3s;
  }
  #grp4 {
    opacity: 1;
    transition: 0.1s opacity 0.3s;
  }
  #grp5 {
    opacity: 1;
    transition: 0.1s opacity 0.3s;
  }
  #grp6 {
    opacity: 1;
    transition: 0.1s opacity 0.3s;
  }
  #grp7 {
    opacity: 1;
    transition: 0.1s opacity 0.3s;
  }
}

@keyframes animateCircle {
  40% {
    transform: scale(10);
    opacity: 1;
    fill: #dd4688;
  }
  55% {
    transform: scale(11);
    opacity: 1;
    fill: #d46abf;
  }
  65% {
    transform: scale(12);
    opacity: 1;
    fill: #cc8ef5;
  }
  75% {
    transform: scale(13);
    opacity: 1;
    fill: transparent;
    stroke: #cc8ef5;
    stroke-width: 0.5;
  }
  85% {
    transform: scale(17);
    opacity: 1;
    fill: transparent;
    stroke: #cc8ef5;
    stroke-width: 0.2;
  }
  95% {
    transform: scale(18);
    opacity: 1;
    fill: transparent;
    stroke: #cc8ef5;
    stroke-width: 0.1;
  }
  100% {
    transform: scale(19);
    opacity: 1;
    fill: transparent;
    stroke: #cc8ef5;
    stroke-width: 0;
  }
}
@keyframes animateHeart {
  0% {
    transform: scale(0.2);
  }
  40% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes animateHeartOut {
  0% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

.fr-icon-scales svg {
  height: 28px;
  margin-top: -3px;
  fill: var(--background-gray-color);
}
.fr-icon-scales svg * {
  transition: all 0.5s;
}
.fr-icon-scales.selected svg {
  fill: var(--red-color);
  .ls {
    translate: 0 4px;
  }
  .rs {
    translate: 0 -4px;
  }
  .c {
    rotate: -26.5deg;
    translate: -1.5px 6px;
  }
}

.product-pp-link {
  position: absolute;
  top: 10px;
  right: 30px;
  display: block;
  height: 40px;
  width: 40px;
  background: url(/uploads/files/prom_cred.png) no-repeat center center;
  background-size: contain;
}
.part-payment-popover > p {
  font-size: 18px;
  margin: 10px 0;
  padding-left: 50px;
}
.part-payment-popover > p > span {
  font-size: 14px;
  margin: 0;
  font-style: italic;
}
.product-pp-popover .popover-header {
  text-align: center;
  background-color: var(--red-color);
  color: white;
}
.part-payment-popover > p:nth-child(1) {
  background: url(/uploads/files/privat-bank.svg) no-repeat left center;
  background-size: 50px 50px;
}
.part-payment-popover > p:nth-child(2) {
  background: url(/uploads/files/monobank-logo.jpeg) no-repeat left center;
  background-size: 40px 40px;
}
.part-payment-popover > p:nth-child(3) {
  background: url(/uploads/files/franke-pp-logo.png) no-repeat left center;
  background-size: 40px 40px;
}

/* Get actions */
.actions-container {
  padding: 40px;
  background-color: var(--showroom-color);
  border-radius: 25px;
}

.sale-blocks_prox {
  background-color: #e8e3e0;
  color: #000;
  padding: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.action-img-overlay {
  display: block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;

  overflow: hidden;
}

.action-img-overlay img {
  display: block;
  width: 100%;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
}
.sale-blocks_prox .head {
  margin: auto;
  font-weight: 700;
  font-size: 20px;
  line-height: 1.25;
  text-align: center;
  color: #000;
  max-width: 230px;
}

.sale-blocks_prox a {
  color: #fff;
  text-decoration: none;
}

.sale-blocks_prox .action_present_price,
.sale-blocks.sale-blocks--page {
  background-color: var(--showroom-color);
}

.center-blocks {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

.sale-blocks__item .count-box {
  border: none !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.sale-blocks__item .count-box .count-text-box {
  text-align: center;
}

.sale-blocks__item {
  padding: 20px !important;
}

/* Compare and Favourite buttons */

.fixed-buttons {
  position: fixed;
  bottom: 20px;
  left: 82px;
  z-index: 1000;
}

.small-buttons-header {
  display: flex;
  gap: 10px;
  margin-top: 16px;
  margin-right: 5px;
}

.small-buttons-header .button-link {
  width: 35px;
  height: 35px;
}

.button-link {
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transition: transform 0.3s ease;
  margin-bottom: 10px;
  position: relative;
}

.button-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.button-link:hover {
  transform: scale(1.1);
}

.button-link:active {
  transform: scale(1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.badge {
  position: absolute;
  bottom: -5px;
  right: -5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: lightgrey;
  color: var(--red-color);
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}

.search-input-mobile {
  background-color: white !important;
}
.footer-logo-text {
  margin-top: 20px;
  line-height: 0;
}

@media (max-width: 370px) {
  .fr-footer-icon {
    white-space: wrap;
  }
}
@media (max-width: 1100px) {
  .footer-logo {
    max-width: 180px;
  }
}

.fr-footer-socials .row {
  justify-content: center;
  gap: 15px;
}

.fr-footer-socials .col {
  flex: 0 0 auto;
  max-width: fit-content;
  padding: 0;
}

.fr-footer-socials a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s;
}

.fr-footer-socials a:hover {
  transform: scale(1.1);
}

.bottom-line .row {
  display: flex;

  align-items: start;
  border-left: 1px solid #aaa;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: -20px;
}

.bottom-line .col-lg-6 {
  border-right: 1px solid #aaa;
  padding-right: 20px;
}

.bottom-line .col-lg-6:last-child {
  border-right: none;
  padding-left: 20px;
}

.bottom-line ul {
  list-style-type: none;
  padding: 0;
}

.bottom-line ul li {
  margin-bottom: 10px;
  line-height: 28%;
}

.bottom-line hr {
  margin: 10px 0;
  border: none;
  border-top: 1px solid #aaa;
}

.footer-col {
  flex-direction: column;
  line-height: 35px;
}

.social-header {
  margin-top: 64px;
}

b,
strong {
  font-weight: bold !important;
}
@media (max-width: 430px) {
  .fr-catalog-menu-slick {
    width: 100%;
    min-height: auto !important;
  }
  .fr-catalog-menu-slick .col > .slide:not(:first-child) {
    visibility: hidden;
  }

  .fr-news-slick {
    width: 100%;
    height: 220px;
  }

  .fr-news-slick .col-lg > .slide:not(:first-child) {
    visibility: hidden;
  }
}

/* *********Для статей *************/
.about-product ul > li {
  list-style: disc !important;
}

.about-product ol > li {
  list-style: decimal !important;
}
