
.product__content {
  display: flex;
  flex-direction: column;
  gap: 28px;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .product__content {
    gap: 10px;
  }
}
.product_inf {
  display: flex;
  flex-direction: column;
  gap: 32px;
  border-radius: 26px 26px 0 26px;
  background: #002432;
  -webkit-backdrop-filter: blur(11.5px);
          backdrop-filter: blur(11.5px);
  padding: 28px;
  color: #fff;
}
@media screen and (max-width: 1366px) {
  .product_inf {
    gap: 28px;
    padding: 32px 20px 20px 20px;
  }
}
@media screen and (max-width: 1024px) {
  .product_inf {
    padding: 15px;
    border-radius: 26px 26px 26px 0;
    gap: 20px;
  }
}
@media screen and (max-width: 700px) {
  .product_inf {
    padding: 16px 26px;
    text-align: center;
  }
}
.product_column {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1 0 auto;
}
@media screen and (max-width: 700px) {
  .product_col--desktop {
    display: none;
  }
}
.product__grid {
  display: grid;
  grid-template-columns: 3fr 1fr;
  grid-auto-rows: 1fr;
  gap: 24px;
  position: relative;
}
@media screen and (max-width: 700px) {
  .product__grid {
    gap: 8px;
    display: flex;
    flex-direction: column;
  }
}
.product__slider {
  width: 100%;
  flex-grow: 1;
  display: flex;
}
.product__img {
  width: 100%;
  height: 100%;
  position: relative;
  min-height: 550px;
}
@media screen and (max-width: 1024px) {
  .product__img {
    min-height: 300px;
  }
}
@media screen and (max-width: 700px) {
  .product__img {
    order: 2;
    flex-grow: 1;
  }
}
.product__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 26px 26px 26px 0;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 1024px) {
  .product__img img {
    border-radius: 26px 26px 26px 0;
  }
}
.product-infa_content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: auto 0 0 0;
}
@media screen and (max-width: 1024px) {
  .product-infa_content {
    gap: 10px;
  }
}
@media screen and (max-width: 700px) {
  .product-infa_content {
    flex-direction: inherit;
  }
}
@media screen and (max-width: 700px) {
  .product-infa_title {
    font-size: 12px;
  }
}
.product-label {
  width: -moz-max-content;
  width: max-content;
}
.product-label:hover {
  cursor: pointer;
}
.product-label--active .product-label_wrap {
  background: rgba(17, 17, 17, 0.7);
}

.swiper-slide-active .product-label_wrap{
  background: #002432;
}

.product-label--active .product-label__title {
  color: #fff;
}

.swiper-slide-active .product-label__title{
  color: #fff;
}

.product-label--active .product-label_txt {
  color: rgba(207, 207, 207, 0.8);
}
.swiper-slide-active .product-label_txt{
 color: #eef8f7;font-size: 16px;
}

.product-label_wrap {
  border-radius: 12px 12px 0 12px;
  background: rgba(204, 204, 204, 0.7);
  -webkit-backdrop-filter: blur(11.5px);
          backdrop-filter: blur(11.5px);
  padding: 8px 8px 2px;
  display: flex;
  align-items: stretch;
  gap: 10px;
  transition: 0.3s background;
}
@media screen and (max-width: 700px) {
  .product-label_wrap {
    gap: 8px;
    padding: 7px;
  }
}
.product-label__img {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
  border-radius: 8px;
}
@media screen and (max-width: 700px) {
  .product-label__img {
    width: 34px;
    height: 34px;
  }
}
.product-label_cont {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
}
.product-label__title, .product-label_txt {
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  transition: 0.3s color;
}
@media screen and (max-width: 700px) {
  .product-label__title, .product-label_txt {
    font-size: 12px;
  }
}
.slider {
  position: relative;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}
.slider-nav {
  position: relative;
  overflow: visible;
  padding: 0 60px;
}
.slider-nav::before, .slider-nav::after {
  content: "";
  position: absolute;
  top: 0;
  width: 360px;
  height: 100%;
  display: block;
  z-index: 2;
}
@media screen and (max-width: 700px) {
  .slider-nav
  {
    padding: 0;
  }
  .slider-nav::before, .slider-nav::after {
    display: none;
  }
}
.slider-nav::before {
  left: -100px;
  background: linear-gradient(90deg, #eef8f7 40%, rgba(255, 255, 255, 0) 100%);
}
.slider-nav::after {
  right: -100px;
  background: linear-gradient(270deg, #eef8f7 40%, rgba(255, 255, 255, 0) 100%);
}
.slider-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 24px;
  z-index: 10;
}
.slider-pagination--hidden, .slider-pagination--lock {
  display: none;
}
.slider-pagination__bullet {
  flex-shrink: 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #E3E3DF;
  transition: 0.3s background;
}
.slider-pagination__bullet--active {
  background-color: #CACAC6;
}
.slider-button {
  width: 50px;
  height: 50px;
  border-radius: 18px;
  background: #d9d9d9;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 25px);
  z-index: 12;
  transition: 0.3s background;
}
@media screen and (max-width: 1024px) {
  .slider-button {
    width: 30px;
    height: 30px;
    border-radius: 10px;
    top: calc(50% - 15px);
  }
}
@media screen and (max-width: 700px) {
  .slider-button {
    display: none;
  }
}
.slider-button:hover {
  background: rgba(255, 255, 255, 0.8);
}
.slider-button--disabled {
  pointer-events: none;
  opacity: 0.3;
}
.slider-button--hidden {
  display: none;
}
.slider-button--prev {
  left: 28px;
}
@media screen and (max-width: 1024px) {
  .slider-button--prev {
    left: 16px;
  }
}
.slider-button--prev--nav {
  left: 0;
}
.slider-button--next {
  right: 28px;
}
@media screen and (max-width: 1024px) {
  .slider-button--next {
    right: 16px;
  }
}
.slider-button--next--product {
  left: calc(70% - 14px);
}
@media screen and (max-width: 1024px) {
  .slider-button--next--product {
    left: calc(70% - 8px);
  }
}
.slider-button--next--nav {
  right: 0;
}
.slider-button--next::before {
  transform: rotate(180deg);
}
.slider-button:hover {
  cursor: pointer;
}
.slider-button::before {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: url("../img/arrow.svg") center center/contain no-repeat;
}

.product-infa_header .tit-small{font-size: 30px;color: #26c7b7;margin-bottom: -10px;}
.product-infa_header .tit-middle{font-size: 50px;color: #fff;line-height: 46px; margin-top: 10px;}
.product-infa_content .tit-small{font-size: 30px;color: #26c7b7;margin-bottom: -10px;}
.product-infa_content .tit-middle{font-size: 44px;color: #fff;}
.product_inf .btn-theme {border-radius: 15px 15px 0 15px; font-size: 24px; padding: 18px;}
@media screen and (max-width: 460px) {
  .product_inf .btn-theme {
      font-size: 18px;
      padding: 18px;
  }
}