.product-slider {
  /* width: 50%; */
  width: calc(700 / 1720 * 100%);
  flex-shrink: 0;
}

.product-slider .swiper-container {
  width: 100%;
  /* height: 100%; */
  aspect-ratio: 700 / 400;
}

.product-slider__flex {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  gap: 10px;
}

.product-slider__col {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 208px;
}

.product-slider__prev {
  position: absolute;
  top: 0;
  right: 36%;
  z-index: 99;
}

.product-slider__next {
  position: absolute;
  bottom: 0;
  right: 36%;
  z-index: 99;
}

.slider__prev,
.slider__next {
  display: none;
}

.slider__prev:focus,
.slider__next:focus {
  outline: none;
}

.product-slider__thumbs {
  overflow: hidden;
  height: 25%;
  flex-shrink: 0;
  /* height: 583px; */
}

.product-slider__thumbs .product-slider__image {
  border: 1px solid transparent;
  cursor: pointer;
}
.product-slider__thumbs .swiper {
  height: 100%;
}
.product-slider__thumbs .swiper-slide {
  height: 100%;
  cursor: pointer;
      background: #000;
      border-radius: calc(var(--border-radius) / 2);
      overflow: hidden;
} 
.product-slider__thumbs .swiper-slide img {
  opacity: 0.5;
  transition: 0.5s;
}

    .product-slider__thumbs .swiper-slide-thumb-active img {
      opacity: 1;
    }
.product-slider__thumbs .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-slider__thumbs .swiper-slide-thumb-active .product-slider__image {
  opacity: 1;
  border: 2px solid var(--clr-accent);
  filter: brightness(1);
  border-radius: calc(var(--border-radius) / 2);
}

.product-slider__images {
  position: relative;
  overflow: hidden;
  height: 70%;
  flex-grow: 1;
  /* aspect-ratio: 700 / 400; */
  /* height: 583px; */
  /* width: 460px; */
  border-radius: calc(calc(var(--border-radius) / 2) / 2);
}

.product-slider__image .hover-img::before {
  border-radius: calc(var(--border-radius) / 2);
}

.product-slider__image {
  width: 100%;
  height: 100%;
  border: 1px solid #f1f1f1;
  background:#f1f1f1;    border-radius: calc(var(--border-radius) / 2);
}

.product-slider__image img {
  border-radius: calc(var(--border-radius) / 2);
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.w1800 {
  display: none !important;
}
.w1440 {
  display: none !important;
}
.w1550 {
  display: none !important;
}
.w1200 {
  display: none !important;
}
@media (max-width: 1800px) {
  .h1800 {
    display: none !important;
  }

  .w1800 {
    display: flex !important;
  }
}

@media (max-width: 1650px) {
  .header .logo {
    /* width: 200px; */
  }

  .nav__item .nav__link {
    font-size: 14px;
  }
}

@media (max-width: 1550px) {

  .w1550 {
  display: flex !important;
  }
  .h1550 {
    display: none !important;
  }
  .logo {
    /* width: 250px; */
  }

  .nav__list {
    /* gap: 16px; */
  }

  .feedback__form_img .feedback__form_img-text {
    padding: 36px 32px;
    width: 34%;
  }

  .feedback__form_img img {
    /* width: 66%; */
  }

  .feedback__form_img .h4 {
    margin-bottom: 12px;
  }

  .feedback__form_img .feedback__form_img-text p {
    font-size: 12px;
    line-height: 1.6;
  }

  .feedback_form_wrapper {
    /* margin-top: 150px; */
  }
}

@media (max-width: 1440px) {
.breadcrumbs {
  margin-top: 114px;
}
  
.review_widget {
  width: 168px;
  position: absolute;
  top: calc(100% + 2px);
  right: 0;
}
.fixed-header .review_widget {
  top: calc(100% + 10px);
  opacity: 0;
  visibility: hidden;
  transition: .3s;
}
.fixed-header.is-active .review_widget {
  opacity: 0;
}
    .header .logo {
        /* width: 180px; */
    }
  .logo {
    /* width: 200px; */
  }
  h1,.h1,.text-content h1  {
    font-size: clamp(1.75rem, 1.274vw + 1.471rem, 3rem);
  }
  .header_phone-link {
    display: none !important;
  }
.hero_block_wrapper.hero_block__bottom .hero_block_content::before {
  border-width: 48px;
}
  /* .burger {
    display: block;
    opacity: 1;
    visibility: visible;
  } */
.sertificates_items {
        grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
}
  .burger.open .burger-line:nth-child(1) {
    top: 0.5rem;
    transform: rotate(135deg);
    background-color: #fff;
  }

  .burger.open .burger-line:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }

  .burger.open .burger-line:nth-child(3) {
    top: 0.5rem;
    transform: rotate(-135deg);
    background-color: #fff;
  }

  .mobile_burger.open .burger-line:nth-child(1) {
    top: 0.5rem;
    transform: rotate(135deg);
  }

  .mobile_burger.open .burger-line:nth-child(2) {
    opacity: 0;
    visibility: hidden;
  }

  .mobile_burger.open .burger-line:nth-child(3) {
    top: 0.5rem;
    transform: rotate(-135deg);
  }

  .mobile_menu-overlay.active {
    display: block;
    opacity: 1;
    visibility: visible;
  }
.w1440 {
  display: flex !important;
}
.h1440 {
  display: none !important;
}

  /* .header_nav {
    display: none;
  }

  .header_nav_mobile {
    display: flex !important;
    flex-direction: column;
    gap: 2em;
    position: fixed;
    background-color: var(--clr-wrapper);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 80%;
    height: calc(var(--vh, 1vh) * 100);
    max-width: 25em;
    padding: 30px;
    transform: translateX(-100%);
    transition: all .7s;
    z-index: 1000;
    overflow-y: auto;
    overflow-x: hidden;
    color: var(--clr-text);
  }
 .header_nav_mobile .header_social_link {
    background: #D9E3EB;
 }
 .header_nav_mobile .header_social_link svg path{
    fill: #869EB2 !important;
 }
  .nav__list_mobile .nav__item_mobile .nav__link {
    font-weight: 600;
  } */

  .header_bottom_hidden_icons {
    /* display: flex; */
  }

  .header-contacts_icons {
    gap: 10px;
  }

  .header_nav_mobile.active {
    transform: translateX(0%);
  }
.contacts-list_item {
    /* flex: 1 0 40%; */
}
  .comitets-item .accordion-content {
    margin-left: 120px;
  }

  .accordion-header-num {
    width: 105px;
  }

  .preims_2-items:not(.preims_hero-items) {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  }

  .feedback_form_wrapper {
    /* margin-top: 120px; */
  }

  .feedback__form_img .feedback__form_img-text {
    margin-bottom: 60px;
    padding: 36px 0px 36px 40px;
    width: 37%;
  }

  .feedback__form_img img {
    /* width: 63%; */
  }

  .messanger_link {
    width: 96px;
    height: 96px;
    transition: all .5s;
  }
  .our_partners_list {
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  }
  .our_partners_item img {
    max-height: 150px;
  }
}

@media (max-width: 992px) {
  .product-slider__images {
    /* width: 70%; */
    max-height: 520px; 
        aspect-ratio: 700 / 400;
  }

  .product-slider__flex {
    justify-content: space-between;
  }

  .product-slider__col {
    width: 30%;
  }

  .product-slider {
    width: 100%;
  }

  .preims_2-items:not(.preims_hero-items) {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }

  .preims_2-item:not(.preims_hero-item) img {
    height: 64px;
    
  }
}


@media (max-width: 767.98px) {
  .product-slider__flex {
    flex-direction: column-reverse;
  }

  .product-slider__col {
    flex-direction: row;
    align-items: center;
    margin-right: 0;

    width: 100%;
  }

  .product-slider__images {
    position: relative;
    width: 100%;
    overflow: hidden;
  }

  .product-slider__thumbs {
    overflow: hidden;
    /* height: clamp(5.625rem, 2.94rem + 13.42vw, 9.375rem); */
    
    width: 100%;
  }

  .product-slider__images {
    /* height: clamp(16.875rem, 2.871rem + 70.02vw, 36.438rem); */
  }

  .preims_2-items:not(.preims_hero-items) {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
  }

  .preims_2-item:not(.preims_hero-item) img {
    height: 56px;
    width: 56px;
  }
}


.product-slider__btn-main--next {
  position: absolute;
  top: 50%;
  right: 2%;
  z-index: 6;
}

.product-slider__btn-main--prev {
  position: absolute;
  top: 50%;
  left: 2%;
  z-index: 6;
}




.service_description-container_img_right {
  /* float: right; */
  /* margin-left: 50px; */
  border-radius: var(--border-radius);
  /* min-height: 300px; */
  /* width: 100%; */
  width: auto;
}

.service_description-pwr {
  width: 45%;
  flex-shrink: 0;
  height: auto;
  /* float: right; */
  position: sticky;
  top: 110px;
  display: flex;
    flex-direction: column;
  /* margin-bottom: 20px;
    align-items: flex-end; */
    aspect-ratio: 700 / 600;
  gap: 16px;
  border-radius: var(--border-radius);
  box-shadow: 0px 0px 34.2px 0px rgba(0, 0, 0, 0.07);

}
.service_description-pwr.noslider {
  aspect-ratio: 700 / 400;
  height: fit-content;
  /* background: var(--clr-100); */
}
.service_description-pwr img {
  width:auto;
  height: 100%;
  object-fit: cover;
  /* object-fit:  contain; */
  /* width: auto; */
  margin: 0 auto;
  /* height: 100%; */
  display: block;
}
.service_description-pwr img.full {
    width: 100%;
    object-fit:  cover;
}
.service_description-pwr a {
  display: flex;
  justify-content: center;
      width: fit-content;
    margin: auto;
}
.service_description-pwr .tag {
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 4px;
    background: #979797;
    color: var(--clr-50);
    z-index: 1;

}

.service_description-content {
  padding: var(--block-vertical-padding) var(--block-horizontal-padding);
  background-color: var(--clr-secondary);
  border-radius: var(--border-radius);
  min-height: 750px;
}

@media(max-width: 992px) {
  .service_description-container_img_right {
    margin: 0;
    width: 100%;
  }

  .service_description-pwr {
    width: 100%;
    /* margin-bottom: 30px; */
  }
}

@media(max-width: 576px) {
  .about-block_price .btn {
    width: auto !important;
    padding: 10px 15px;
  }

  .about-block_price .btn svg {
    display: none;
  }
}

.about-block_price .price-btn {
  font-size: clamp(0.875rem, 0.8rem + 0.38vw, 1.25rem);
  font-family: var(--font_accent);
  font-weight: bold;
}