@media (max-width: 900px) {
  .isosource-products-top {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-radius: 0;
    background: unset;
    -webkit-mask: unset;
    mask: unset;
    position: relative;
    background-color: #4CADE1;
  }

  .isosource-products-top::before {
    content: '';
    position: absolute;
    bottom: -6px;
    z-index: 1;
    background-image: url(../assets/images/isosource-products/hexagon-white-half-invert.webp);
    background-position: center center;
    background-size: 135% 100%;
    background-repeat: no-repeat;
    height: 203px;
    width: 100%;
  }

  .isosource-products-top::after {
    content: none;
  }

  .isosource-products-top__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 100%;
    width: 100%;
    padding: 74px 40px 38px;
    gap: 32px;
  }

  .isoprod-info {
    display: contents;
  }

  .isoprod-info__title {
    order: 1;
    font-family: 'Inter', sans-serif;
    font-weight: 700;
    font-size: 3.6rem;
    line-height: 40px;
    color: white;
    max-width: 534px;
    margin: 0 auto;
  }

  .isoprod-info__title-small {
    font-size: 3rem;
  }

  .isoprod-slider {
    order: 2;
    width: 100%;
    max-width: 696px;
  }

  .isoprod-slider-slide__bottle {
    max-height: 418px;
    max-width: 379px;
    width: auto;
  }

  .isoprod-info__chips {
    order: 3;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 0;
  }

  .isoprod-info__badges,
  .isoprod-info__tags {
    justify-content: center;
    gap: 8px;
  }

  .isoprod__badge,
  .isoprod__tag {
    padding: 12px 16px;
    height: 36px;
    font-size: 1.6rem;
    line-height: 24px;
    border-radius: 8px;
  }

  .isoprod-info__description {
    order: 5;
    width: 100%;
    color: white;
    font-size: 1.6rem;
    line-height: 140%;
    -webkit-line-clamp: 5;
    margin-top: 0;
    max-width: 582px;
  }

  .isoprod-info__buy {
    order: 6;
    align-self: center;
    margin-top: 0;
    padding: 24px 56px;
    width: 187px;
    height: 64px;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 40px;
    border-radius: 104px;
  }

  .isoprod-slider__arrow {
    width: 56px;
    height: 56px;
    border-radius: 32px;
    padding: 16px;
  }

  .isoprod-slider__arrow-image {
    width: 24px;
    height: 24px;
  }

  .isoprod-slider .splide__pagination {
    gap: 16px;
    padding-top: 24px;
  }

  .isoprod-slider .splide__pagination__page {
    width: 8px;
    height: 8px;
  }

  .isoprod-slider .splide__pagination__page.is-active {
    width: 16px;
    height: 16px;
  }
}

@media (max-width: 900px) {
  .breadcrumbs {
    .breadcrumbs__item:nth-child(1) {
      display: none;
    }

    .breadcrumbs__item:nth-child(2) {
      display: none;
    }
  }

  .isoprod-features {
    padding: clamp(32px, 5vw, 56px) clamp(16px, 4vw, 32px);
    padding-top: 64px;
  }

  .isoprod__icons {
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
    max-width: 640px;
    margin: 0 auto;
  }

  .isoprod__icons>.isoprod-icon:nth-child(3):last-child {
    grid-column: 1 / -1;
    justify-self: center;
    max-width: 50%;
  }

  .isoprod-icon {
    gap: 20px;
  }

  .isoprod-icon__image {
    width: 96px;
    height: 96px;
  }

  .isoprod-icon__title {
    font-size: 1.6rem;
  }

  .isoprod-icon__text {
    font-size: 1.4rem;
  }

  .isoprod-spoilers {
    padding: 24px clamp(12px, 4vw, 24px) 40px;
  }

  .isoprod-spoiler {
    padding: 20px;
  }

  .isoprod-spoiler.height96 {
    max-height: 64px;
  }

  .isoprod-spoiler__title {
    font-size: 1.6rem;
  }

  .isoprod-spoiler__arrow {
    width: 24px;
    height: 24px;
  }

  .isoprod-spoiler__list,
  .isoprod-spoiler__text {
    font-size: 1.4rem;
  }

  .isoprod-spoiler__marks {
    gap: 16px;
  }

  .isoprod-spoiler__mark {
    font-size: 1.4rem;
  }

  .isoprod-spoiler__mark::before {
    width: 48px;
    height: 48px;
  }

  .isoprod-table {
    font-size: 1.4rem;
    line-height: 160%;
    margin-top: 16px;

    .isoprod-table-header__col-first {
        line-height: 200%;
    }

    .isoprod-table__regular td:first-child {
      line-height: 180%;
    }

    .isoprod-table__strong-border {
      line-height: 210%;
    }

    tr th:nth-child(2) {
      text-align: right;
      padding-right: 16px;
    }

    tr td:nth-child(2) {
      text-align: right;
      padding-right: 16px;
    }
  }

  .isoprod-others {
    padding: 32px 16px;
  }

  .isoprod-others__title {
    font-size: 2rem;
  }

  .isoprod-others__items {
    gap: 24px;
  }

  .isoprod-others__image {
    width: fit-content;
    height: 300px;
    max-width: 360px;
    object-fit: cover;
  }

  .isosource-footer__content {
    padding-top: 80px;
  }

  .isosource-footer .source__window {
    padding: 32px 42px;
    border-radius: 32px;
  }

  .isosource-footer__bg {
    background-size: 127% auto, 100% calc(108% - 100vw * 1926 / 1440);
  }
}

@media (max-width: 767px) {
  .source-wrapper .height116 {
    max-height: 116px;
  }

  .isosource-footer .source__window {
    padding: 32px 24px;
  }
}

@media (max-width: 600px) {
  .isosource-products-top {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    border-radius: 0;
    background-color: #4CADE1;
    position: relative;
  }

  .isosource-products-top::before {
    bottom: -15px;
  }

  .isosource-footer__content {
    padding-top: 60px;
  }

  .underline.js-underline {
    width: 100%;
    max-width: 310px;
  }

  .isosource-products-top__content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: left;
    max-width: 100%;
    width: 100%;
    padding: 60px 24px 40px;
    gap: 24px;
  }

  .isosource-products-top__background {
    display: none;
  }

  .isoprod-slider {
    align-self: stretch;
  }

  .isoprod-features {
    padding-top: 82px;
  }

  .isoprod-slider-slide__bottle {
    max-height: 320px;
    margin: 0 auto;
  }

  .isoprod-info__title {
    font-size: 2.8rem;
    line-height: 120%;
    max-width: none;
    margin: 0;
    text-align: center;
  }

  .isoprod-info__title-small {
    font-size: 2.4rem;
  }

  .isoprod-info__description {
    -webkit-line-clamp: 5;
    font-size: 1.6rem;
    line-height: 140%;
    text-align: left;
  }

  .isoprod-info__chips {
    justify-content: flex-start;
  }

  .isoprod-info__badges,
  .isoprod-info__tags {
    justify-content: flex-start;
  }

  .isoprod-info__buy {
    align-self: flex-start;
  }

  .isoprod__badge,
  .isoprod__tag {
    padding: 12px 16px;
    height: 36px;
    font-size: 1.5rem;
    line-height: 22px;
    border-radius: 8px;
  }

  .isoprod-info__buy {
    padding: 20px 48px;
    width: auto;
    height: 56px;
    font-size: 1.6rem;
    line-height: 1;
    border-radius: 104px;
  }

  .isoprod-slider__arrow {
    width: 48px;
    height: 48px;
  }

  .isoprod-slider__arrow-image {
    width: 20px;
    height: 20px;
  }

  .isoprod__icons {
    grid-template-columns: repeat(1, 1fr);
    max-width: 400px;
    gap: 36px;
  }

  .isoprod__icons>.isoprod-icon:nth-child(3):last-child {
    max-width: unset;
  }
}

@media (max-width: 390px) {

  .breadcrumbs__wrapper {
    padding: 7px 7px;
    gap: 12px 20px;
  }

  .breadcrumbs__item {
    font-size: 11px;
  }

  a.breadcrumbs__item::after {
    right: -12px;
  }

  .isosource-products-top__content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    text-align: left;
    max-width: 100%;
    width: 100%;
    padding: 47px 16px 36px;
    gap: 20px;
  }

  .isoprod-info__title {
    font-size: 2.4rem;
    line-height: 120%;
    text-align: center;
  }

  .isoprod-info__title-small {
    font-size: 2.4rem;
    margin-top: 0;
  }

  .isoprod-slider-slide__bottle {
    max-height: 335px;
    margin: 0 auto;
  }

  .isoprod-slider__arrow {
    width: 44px;
    height: 44px;
  }

  .isoprod-slider__arrow-image {
    width: 18px;
    height: 18px;
  }

  .isoprod-slider .splide__pagination {
    gap: 14px;
    padding-top: 20px;
  }

  .isoprod-slider .splide__pagination__page {
    width: 8px;
    height: 8px;
  }

  .isoprod-slider .splide__pagination__page.is-active {
    width: 14px;
    height: 14px;
  }

  .isoprod__badge,
  .isoprod__tag {
    padding: 10px 14px;
    height: 32px;
    font-size: 1.4rem;
    line-height: 20px;
    border-radius: 8px;
  }

  .isoprod-info__description {
    font-size: 1.4rem;
    line-height: 140%;
    -webkit-line-clamp: 5;
  }

  .isoprod-info__buy {
    padding: 16px 40px;
    height: 48px;
    width: auto;
    font-size: 1.4rem;
    line-height: 1;
  }

  .isoprod-features {
    padding: 24px 12px;
    padding-top: 54px;
  }

  .isoprod__icons {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .isoprod__icons>.isoprod-icon:nth-child(3):last-child {
    grid-column: auto;
    justify-self: stretch;
    max-width: none;
  }

  .isoprod-icon {
    gap: 16px;
  }

  .isoprod-icon__image {
    width: 80px;
    height: 80px;
  }

  .isoprod-icon__title {
    font-size: 1.4rem;
  }

  .isoprod-icon__divider {
    width: 140px;
  }

  .isoprod-icon__text {
    font-size: 1.2rem;
  }

  .isoprod-spoilers {
    padding: 16px 8px 28px;
    gap: 12px;
  }

  .isoprod-spoiler {
    padding: 14px 16px;
  }

  .isoprod-spoiler.height96 {
    max-height: 56px;
  }

  .isoprod-spoiler__title {
    font-size: 1.4rem;
    line-height: 1.3;
  }

  .isoprod-spoiler__arrow {
    width: 20px;
    height: 20px;
  }

  .isoprod-spoiler__content {
    margin-top: 14px;
  }

  .isoprod-spoiler__list,
  .isoprod-spoiler__text {
    font-size: 1.2rem;
    line-height: 1.4;
  }

  .isoprod-spoiler__list {
    padding-left: 18px;
  }

  .isoprod-spoiler__list li {
    margin-bottom: 6px;
  }

  .isoprod-spoiler__marks {
    gap: 10px;
    margin-top: 12px;
  }

  .isoprod-spoiler__mark {
    font-size: 1.2rem;
    gap: 8px;
  }

  .isoprod-spoiler__mark::before {
    width: 36px;
    height: 36px;
  }

  .isoprod-table {
    font-size: 1.2rem;
    line-height: 140%;
  }

  .isoprod-table thead th {
    line-height: 180%;
  }

  .isoprod-table tbody td:first-child {
    line-height: 160%;
  }

  .isoprod-table__group {
    line-height: 190%;
  }

  .isoprod-others {
    padding: 24px 12px;
    gap: 16px;
  }

  .isoprod-others__title {
    font-size: 1.6rem;
  }

  .isoprod-others__items {
    gap: 0;
  }

  .isoprod-others__item {
    width: 120px;
  }

  .isoprod-others__image {
    width: 120px;
    height: 140px;
  }

  .isoprod-others__name {
    font-size: 1.2rem;
  }

  .isosource-footer__content {
    padding-top: 40px;
  }

  .underline.js-underline {
    max-width: 220px;
  }

  .isosource-footer .purchase__title {
    font-size: 2rem;
  }

  .isosource-footer .purchase__list {
    gap: 12px;
  }

  .isosource-footer .purchase__item img {
    max-width: 80%;
  }

  .isosource-footer .source__window {
    padding: 20px 16px;
    border-radius: 24px;
  }

  .isosource-footer .source__title {
    font-size: 1.8rem;
  }

  .source__text {
    font-size: 1.1rem;
    line-height: 1.4;
  }

  .source__footnote {
    margin-bottom: 10px;
  }

  .isosource-footer__bg {
    background-size: 100% auto, 100% calc(108% - 100vw * 1926 / 1440);
  }
}