.contacts-info.is-delivery {
  min-height: auto;
}

.delivery__container {
  max-width: 1100px;
}

.delivery__tabs {
  display: flex;
  align-items: center;
  gap: 25px;
  flex-wrap: wrap;
  margin-bottom: 50px;
  justify-content: center;
  row-gap: 10px;
}

.catalog-card__name {
  text-align: center;
}

.delivery__tab {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.07;
  text-align: center;
  text-transform: uppercase;
  color: rgb(14, 19, 22);
  transition: 0.3s;
  opacity: 0.5;
}
.delivery__tab.is-active, .delivery__tab:hover {
  opacity: 1;
}
.delivery__contents {
  display: none;
}
.delivery__contents p {
  margin-bottom: 0;
}
.delivery__contents p, .delivery__contents li {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.44;
  color: rgb(14, 19, 22);
}
.delivery__contents li {
  position: relative;
  padding-left: 28px;
}
.delivery__contents li::before {
  position: absolute;
  content: "";
  top: 8px;
  width: 4px;
  height: 4px;
  background: rgb(14, 19, 22);
  left: 11px;
  border-radius: 50%;
}
.delivery__contents.is-active {
  display: block;
}
.delivery__items {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.delivery__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.delivery__item-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 1.07;
  text-transform: uppercase;
  color: rgb(14, 19, 22);
  padding: 10px 0;
  position: relative;
}
.delivery__item-name::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 200px;
  height: 2px;
  background: rgb(14, 19, 22);
}

.modal-form__btn {
  transition: .3s;
}

.modal-form:not(:has(.modal-form__agree input:checked)) .modal-form__btn {
  opacity: .5;
  pointer-events: none;
}

@media(max-width: 1199px) {
  .catalog-cards__grid[data-layout] .catalog-card {
    width: calc(50% - 25px);
  }
}

@media(max-width: 1023px) {
  .product-gal__nav-left, .product-gal__nav-right, .product-gal__nav {
    pointer-events: none;
  }

  .product-gal__nav-left .product-gal__btn, .product-gal__nav-right .product-gal__btn {
    pointer-events: all !important;
  }
}

@media(max-width: 768px) {
  .catalog-cards__grid[data-layout] .catalog-card {
    width: 100% !important;
  }
}

@media(max-width: 767px) {
  .delivery__tabs {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }

  .delivery__tab,
  .delivery__contents p, .delivery__contents li,
  .delivery__item-name {
    font-size: 12px;
    text-align: left;
  }
}

.menu-bottom__link {
  text-align: center;
}

.header-burger.is-menu {
  background-image: url("data:image/svg+xml,%3Csvg width='95' height='24' viewBox='0 0 95 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='1.49609' y='2' width='65' height='3' transform='rotate(15 1.49609 2)' fill='%230E1316'/%3E%3Crect x='0.71875' y='19' width='65' height='3' transform='rotate(-15 0.71875 19)' fill='%230E1316'/%3E%3C/svg%3E%0A");
}

.js-menu .menu__middle {
  display: none;
}

@media (max-width: 1199px) {
  .menu {
    z-index: 9;
    padding-top: 80px;
  }
  .menu__sublink {
    font-weight: 500;
    font-size: 12px;
    line-height: 1.33;
    text-transform: uppercase;
    color: rgb(14, 19, 22);
    display: block;
  }
  .menu__sublinks {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
  }
  .menu__close {
    display: none;
  }
  .menu-bottom__links {
    gap: 15px;
  }
  .js-menu .menu__middle {
    border-bottom: 1px solid var(--UI-Divider, rgba(14, 19, 22, 0.1));
    padding-bottom: 70px;
    margin-bottom: 70px;
    gap: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .menu__middle-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 1;
    letter-spacing: -2%;
    text-transform: uppercase;
    color: rgb(14, 19, 22);
  }
  .menu__middle .menu-bottom__links {
    padding-bottom: 0;
  }
  .menu__middle .menu-bottom__links:last-child {
    padding-bottom: 0;
  }
  .page:has(.js-menu-products.is-active) .overlay {
    display: none !important;
  }
  .js-menu-products {
    display: none !important;
  }
  .page:has(.js-menu-products.is-active) {
    overflow: visible !important;
  }
}

.js-header-search.is-mob {
  display: none;
}

.catalog-card__discount span:last-child {
  padding-bottom: 3px;
}

.product-info__about-text p {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.2;
  text-align: justify;
  text-transform: uppercase;
  color: rgba(26, 35, 40, 1);
}

/* .product-price__card-left {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.product-price__card-img {
  max-width: none;
  max-height: none;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.product-price__card-img img {
  flex: 1 1 auto;
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  max-height: none;
} */

/* 
.product-price__card-left img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  height: 100%;
  object-position: center;
  max-width: none;
} */


@media (max-width: 1199px) {
  .header-nav__link.is-mob {
    display: block;
    margin-right: auto;
  }

  .js-full-viewport {
    min-height: calc(100vh) !important;
    min-height: calc(var(--vh, 1vh) * 100) !important;
  }

  .header-burger {
    width: 42px;
    height: 24px;
    flex: 0 0 42px;
    background-image: url("data:image/svg+xml,%3Csvg width='42' height='24' viewBox='0 0 42 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='6' width='42' height='3' fill='%230E1316'/%3E%3Crect y='15' width='42' height='3' fill='%230E1316'/%3E%3C/svg%3E%0A");
  }

  .header-burger.is-menu {
    background-image: url("data:image/svg+xml,%3Csvg width='64' height='20' viewBox='0 0 64 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.777344' width='65' height='3' transform='rotate(15 0.777344 0)' fill='%230E1316'/%3E%3Crect y='17' width='65' height='3' transform='rotate(-15 0 17)' fill='%230E1316'/%3E%3C/svg%3E%0A");
  }
}

@media (max-width: 767px) {
    .menu__top {
        padding-bottom: 0;
    }

    .menu {
      padding-top: 60px;
    }

    .catalog-card__name {
      text-align: left;
    }

    .product-info__about-text p {
      font-size: 14px;
      line-height: 1.44;
    }
}


.about-distrib {
  padding-bottom: 100px;
}

.about-distrib__anim {
  height: 200vh;
  position: relative;
  padding-top: 45vh;
  width: 100%;
}
.about-distrib__anim .about-distrib__main {
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.about-distrib__anim .about-distrib__name {
  white-space: nowrap;
  pointer-events: none;
  will-change: transform, opacity, font-size;
  position: absolute;
  left: 50%;
  top: 50%;
}

@media (max-width: 767px) {
  .about-distrib {
    padding-top: 45vh;
    padding-bottom: 40px;
  }
}