.text_after_phone{
  color: #383a3d;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: right;
  margin-top: 4px;
}

.google-reviews-full {
  width: 100%;
  background: #f3f4f6;
  padding: 60px 20px;
  margin-bottom: -20px;
}

.google-reviews-card {
  max-width: 520px;
  margin: 0 auto;
  background: #fff;
  border-radius: 18px;
  padding: 30px;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  font-family: Arial, sans-serif;
}

.gr-header {
  text-align: center;
  margin-bottom: 20px;
}

.gr-rating-line {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.gr-rating-line img {
  height: 24px;
}

.gr-score {
  font-size: 30px;
  font-weight: 700;
}

.gr-stars {
  color: #fbbc04;
  font-size: 20px;
  letter-spacing: 2px;
}

.gr-count {
  font-size: 14px;
  color: #666;
  margin-top: 5px;
}

.gr-review {
  display: flex;
  gap: 14px;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
}

.gr-avatar{
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  user-select: none;
  flex: 0 0 44px;
}

.google-initial.bg-orange{ background:#f4511e; }
.google-initial.bg-blue{ background:#1a73e8; }
.google-initial.bg-amber{ background:#fbbc04; color:#222; }
.google-initial.bg-green{ background:#34a853; }
.google-initial.bg-purple{ background:#a142f4; }
.google-initial.bg-pink{ background:#e91e63; }
.google-initial.bg-teal{ background:#00acc1; }


.gr-content {
  flex: 1;
}

.gr-name {
  font-weight: 600;
  font-size: 15px;
}

.gr-text {
  font-size: 14px;
  margin-top: 6px;
  color: #333;
  line-height: 1.4;
}

.gr-stars.small {
  font-size: 14px;
  margin-top: 4px;
}

.gr-buttons {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.gr-btn {
    flex: 1;
    display: flex;
    text-align: center;
    padding: 12px;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    align-items: center;
    justify-content: center;
}

.gr-btn.primary {
  background: #1a73e8;
  color: #fff;
}

.gr-btn.secondary {
  background: #e8eaed;
  color: #333;
}

.gr-footer {
  margin-top: 20px;
  text-align: center;
  font-size: 13px;
  color: #777;
}

.gr-footer img {
  height: 18px;
  margin-right: 6px;
  vertical-align: middle;
}


#product .special-countdown.countdownHolder {
  top: 25px;
  right: 10px;
  position: relative;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

#product .image-block .stickers-ns {
  top: 10px;
  position: relative;
  margin-left: 0;
  margin-right: 0;
  right: 10px;
  left: auto;
  display: flex;
  flex-direction: column;
}

#product .ukrcreditsticker {
  position: absolute;
  text-align: left;
  color: #000;
  top: 10px !important;
  left: 125px !important;
  z-index: 18;
}

.product-thumb .ukrcreditsticker {
  position: absolute;
  text-align: left;
  color: #000;
  top: 0px;
  left: 0px;
  z-index: 18;
}

#button-ukrcredits img {
  width: 30px;
}

#button-ukrcredits {
  min-height: 55px;
}

.price-action-group {
  display: flex;
  flex-direction: row;
}

.price-action-group__col {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 50%;
}

.price-action-group__col:first-child {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-right: 25px;
}

#product .list-unstyled.product-discounts {
  border-bottom: 1px solid #eaedf7;
  padding-bottom: 25px;
  margin-bottom: 0;
  width: 100%;
}

.price-action-group__col-price {
  width: 100%;
  display: flex;
  align-items: center;
}

#product .btn-fastorder {
  width: auto;
  margin-top: 0px;
  margin-left: 0px;
}

#product .cart .btn-general {
  width: 100%;
  margin-bottom: 15px;
}

#product .cart .btn-paylate {
  margin-top: 15px;
  margin-bottom: 0;
}

#product .price,
#popup-quickview .price {
  height: 100%;
  display: flex;
  align-items: center !important;
  align-self: center;
}

.product-back {
    background: #ffffff;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid #EAEDF7;
}

.product-back__heading {
    font-weight: 500;
}

.category-popular-prices-block .table-bordered>tbody>tr>td {
    border-left: none;
    border-right: none;
}

.category-popular-prices-block a {
    color: #000;
}

.swiper-button-prev{
    position: absolute;
    top: 22px!important;
    left: 25px!important;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #9d9d9d;
    border-radius: 6px;
    background: #fff;
}

.swiper-button-next{
    position: absolute;
    top: auto!important;
    bottom: 22px!important;
    left: 25px !important;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #9d9d9d;
    border-radius: 6px;
    background: #fff;
}

.swiper-button-prev:after{
    content: 'prev';
    width: 16px;
    font-size: 15px!important;
    transform: rotate(90deg);
}

.swiper-button-next:after{
    content: 'prev';
    width: 16px;
    font-size: 15px!important;
    transform: rotate(-90deg);
}

.image-additional {
    max-height: 550px;
    margin-left: -10px;
    padding-top: 50px;
    padding-bottom: 50px;
}

.swiper-button-next{
    position: absolute;
    top: 22px;
    left: 25px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #9d9d9d;
    border-radius: 6px;
    background: #fff;
}

@media (min-width: 500px) {
  #product .cart {
    width: auto;
    margin-top: 0px;
    margin-left: 0;
  }
}

@media (max-width: 992px) {
  #fm-fixed-mobile-bottom{
    z-index: 1001;
  }
}

.sertificates{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}

.sertificates a {
    width: auto;
}

.sertificates a img {
    width: 100%;
    height: auto;
}

@media (max-width: 768px) {
   #product.row-flex {
    margin-bottom: -5px;
  }
  .price-action-group {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .price-action-group__col:first-child {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }
  .price-action-group__col {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
  }
  #product .list-unstyled.product-discounts {
    border-bottom: 1px solid #eaedf7;
    padding-bottom: 25px;
    margin-bottom: 0;
    width: 100%;
  }
  .sertificates{
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
  }
}

@media (max-width: 992px) {
  #fm-fixed-mobile-bottom:not(.z-index-low) {
    z-index: 1002 !important;
  }
  #fm-fixed-mobile {
    z-index: 1002 !important;
  }
}

.bingc-phone-button {
  bottom: 100px!important;
  left: 0px !important;
  z-index: 20 !important;
}

.cl-launcher {
  left: 18px !important;
  bottom: 190px !important;
  z-index: 20 !important;
}

#bingc-phone-button {
  z-index: 20 !important;
}

.heading-content {
    padding: 20px 20px 10px 20px;
    background: #f7f8fb;
    border-radius: 8px;
}

.heading-content a{
  max-width: 100%;
}

.heading-content a img{
  max-width: 100%;
}

.heading-content + .heading-content {
    margin-top: 20px;
}

.youtube-block-home {
    margin-bottom: 40px;
}

.youtube-block-home__top {
  margin-bottom: 20px;
  position: relative;
}

.youtube-block-home__title {
  color: #000;
  line-height: 20px;
  display: flex;
  align-items: center;
  width: 100%;
  font-size: 18px;
  text-decoration: none;
  flex-direction: row;
  justify-content: space-between;
}

.youtube-block-home__title:hover span {
  color: #365A95;
}

.youtube-block-home__icon-channel {
  margin-right: 10px;
  width: 28px;
}

.youtube-block-home__link {
  position: static;
}

.youtube-block-home__content .owl-dots {
  display: flex;
  justify-content: center;
  height: 18px;
  background: #F7F8FB;
  border-radius: 18px;
  padding: 2px 6px;
  align-items: center !important;
  width: min-content;
  margin-left: auto;
  margin-right: auto;
}

.youtube-block-home__content.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 4px;
  border-radius: 50px;
  opacity: 1;
  background: #000;
  box-shadow: 0px 6px 10px rgba(232, 234, 243, 0.8);
}

.youtube-block-home__content.owl-theme .owl-dots .owl-dot.active span, 
.youtube-block-home__content.owl-theme .owl-dots .owl-dot:hover span {
  background: #1060C1;
}

.youtube-block-home__card {
  position: relative;
}

.youtube-block-home__card iframe {
  width: 100%;
  pointer-events: none;
  height: 100%;
  aspect-ratio: 9 / 16;
  border-radius: 10px;
}

.youtube-block-home__card:hover iframe {
  pointer-events: auto;
}

@media screen and (min-width: 568px) {
  .youtube-block-home__content {
    display: grid !important;
    grid-gap: 20px;
    grid-template-columns: repeat(5, 1fr);
  }
}


.box-sub-cat-desktop {
  display: none;
}
.carousel-subcategories-mob {
  display: block;
}
@media (min-width: 992px) {
  .box-sub-cat-desktop {
    display: flex;
  }
  .carousel-subcategories-mob {
    display: none;
  }
}

.carousel-subcategories-mob .swiper-mod-arrow {
  top: -57px;
}

.carousel-subcategories-mob .swiper-mod-arrow.prev-prod {
  right: 44px;
}

.carousel-subcategories-mob .swiper-mod-arrow.next-prod {
  right: 8px;
}

.carousel-subcategories-mob .swiper-module {
  margin: -10px 0;
  padding: 10px 0;
}

.more-categories-block {
  margin-top: 10px;
  margin-bottom: 20px;
}
.more-categories-title {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  color: #1c2b4a;
  margin-bottom: 15px;
}
.more-categories-items {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -5px;
}
.more-categories-items a {
  display: inline-block;
  margin: 5px;
  padding: 10px 16px;
  border: 1px solid #DCE0E9;
  border-radius: 6px;
  font-size: 14px;
  color: #222;
  background: #fff;
  white-space: nowrap;
  transition: border-color .2s ease, background .2s ease;
}
.more-categories-items a:hover {
  background: #F7F8FB;
  border-color: #BFC7D6;
  text-decoration: none;
}