.product-details-container {
  width: 100%;

  display: flex;
  flex-direction: column;

  padding: 41px max(calc((100% - var(--view-port)) / 2), 5%);

  .separator-margin {
    margin: 0 !important;

    margin-top: 64px;
    margin-bottom: -64px !important;
  }

  margin-bottom: 100px;

  .tab {
    width: 100%;
    height: 1px;

    background: #efeef6;
  }

  .details-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-items: flex-start;

    width: 100%;

    .detail-image {
      max-width: 406px;
      height: 221px;
    }
  }
}

.product-details-about {
  width: 100%;

  margin-top: 25px;

  display: grid;

  grid-template-columns: 40.6% 59.4%;

  gap: 97px;

  .title {
    color: var(--blue-700);
    font-family: Poppins;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;

    padding: 0;
    margin: 0;
  }

  .text {
    color: var(--blue-600);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;

    margin: 16px 0;
  }

  .specification-text {
    color: var(--blue-700);
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
  }

  .specification-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    margin-top: 16px;
  }

  .specification-list-item {
    display: flex;
    align-items: center;
    column-gap: 12px;
    row-gap: 13px;

    img {
      width: 20px;
      height: 20px;
    }

    span {
      color: var(--blue-600);
      font-family: Inter;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 160%;
    }
  }

  .imges-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    gap: 48px;

    .main-img {
      width: 100%;
      border-radius: 15.454px;
    }

    .list-of-imges {
      width: 100%;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      gap: 12px;
      img {
        width: 100%;
      }
    }
  }

  .all-info {
    display: flex;
    width: 100%;
    justify-content: flex-start;

    flex-direction: column;

    gap: 24px;

    .code-wrapper {
      display: flex;
      justify-content: space-between;
      align-items: center;

      color: var(--blue-500);
      font-family: Inter;
      font-size: 12px;
      font-style: normal;
      font-weight: 500;
      line-height: 120%;

      span {
        color: #242054;

        padding: 10px 18px;
        border-radius: 600px;
        background: var(--blue-100);
      }
    }
  }
}

.access-catalog {
  display: flex;
  align-items: center;
  gap: 12px;

  margin-top: 48px;
  margin-bottom: 54px;

  img {
    width: 24px;
    height: 24px;
  }

  span {
    color: #33a3ff;
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
  }
}

.danger-container {
  width: 100%;
  display: grid;

  grid-template-columns: 1fr 1fr;

  column-gap: 97px;

  .icon-danger {
    width: 39px;
    height: 39px;
  }

  margin-top: 61px;

  .title {
    color: var(--blue-700);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.48px;

    margin: 0;
  }

  .danger-text {
    color: var(--blue-300);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;

    margin-top: 24px;
  }

  .w {
    width: 80%;
  }
}

.youtube-videos {
  width: 100%;

  display: flex;
  flex-direction: column;

  margin-top: 112px;

  margin-bottom: 220px;

  position: relative;

  .section-title {
    color: var(--blue-700);
    font-family: Poppins;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: 0.48px;
  }

  .image-arrow {
    width: 300px;

    position: absolute;

    right: -5%;
    bottom: -100px;
  }
}

.more-products {
  margin: 64px 0;
  display: flex;
  flex-direction: column;

  .youtube-videos-title {
    color: var(--blue-700);
    font-family: Poppins;
    font-size: 36px;
    font-style: normal;
    font-weight: 500;

    padding-bottom: 29px;
  }
}
.main-link {
  position: relative;
  .search {
    position: absolute;
    top: 15px;
    right: 15px;
    padding: 5px 10px;
    border: 1px solid #ccc;
    background-color: white;
    opacity: 1;
    transition: all 0.3s;
    color: #636363;
    font-size: 12px;
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 5px;
    img {
      width: 16px;
      display: block;
    }
  }
  &:hover {
    .search {
      opacity: 1;
    }
  }
}
.gallery-box {
  position: relative;
  .gallery-prev-button {
    position: absolute;
    top: 50%;
    left: -20px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    img {
      width: 27px;
      height: auto;
    }
    &.swiper-button-disabled {
      display: none;
    }
  }
  .gallery-next-button {
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    img {
      width: 27px;
      height: auto;
    }
    &.swiper-button-disabled {
      display: none;
    }
  }
}
.gallery-slide {
  position: relative;
  .item {
    border-radius: 8px;
    overflow: hidden;
    a {
      display: block;
      img {
        display: block;
      }
    }
  }
}

@media screen and (max-width: 1000px) {
  .product-details-about {
    grid-template-columns: 0.7fr 1fr;

    gap: 30px;
  }
}

@media screen and (max-width: 750px) {
  .product-details-about {
    grid-template-columns: 100%;
    gap: 50px;
  }

  .danger-container {
    grid-template-columns: 1fr;

    gap: 40px;
  }

  .youtube-videos {
    .image-arrow {
      width: 150px;
    }
  }
}
