

/* Start:/local/templates/vetunion-redisign/components/bitrix/news.list/main.banner/style.css?17593414541599*/
.informer {
    padding: 10px 0;
}
.informer__inner {
    position: relative;
    text-align: center;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 6px 32px;
    border-radius: 18px;
    border-width: 1px;
    background: #E9EBED;
    height: 56px;
    display: flex;
    justify-content: center;
}
.informer__link{
    display: flex;
    align-items: center;
    justify-content: center;
}
.informer__link .icon-stroke{
    width: 5px;
    height: 9px;
    margin-left: 10px;
}
/*.informer__link::after{*/
/*  content: "";*/
/*  background: url("/images/stroke.svg");*/
/*  background-repeat: no-repeat;*/
/*  background-size: 100%;*/
/*  width: 8px;*/
/*  height: 8px;*/
/*  margin-left: 5px;*/
/*}*/
.informer__close {
    position: absolute;
    right: 30px;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    cursor: pointer;
    transition: transform .23s ease;
}
.informer__close::before {
    transform: rotate(45deg);
}
.informer__close::after {
    transform: rotate(-45deg);
}
.informer__close::after, .informer__close::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 4px;
    width: 15px;
    height: 2px;
    background: #999;
    border-radius: 50%;
}
@media (max-width: 480px) {
    .informer__inner {
        padding: 6px 16px;
        justify-content: flex-start;
    }
    .informer__link{
        font-size: 12px;
    }
    .informer__link .icon{
        display: none;
    }
}

/* End */


/* Start:/local/templates/vetunion-redisign/assets/css/crossroads.css?178493903414670*/
.mp-head {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 32px 24px;
  padding-top: 56px;
}

.mp-head:not(:last-child) {
  margin-bottom: 56px;
}

.mp-head__logotype {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.mp-events-wrapper {
  align-self: end;
  justify-self: end;
  padding: 0;
  border: none;
  background: none;
}

.mp-events {
  position: relative;
  z-index: 0;
  display: flex;
  width: 48px;
  height: 48px;
  margin-block: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background-color: #f6f6f6;
  text-decoration: none;
  cursor: pointer;
}

.mp-events__counter {
  position: absolute;
  top: -8px;
  right: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  min-height: 18px;
  padding: 2px 4px;
  border-radius: 9px;
  background-color: #dd9fd4;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.20;
  color: #ffffff;
  text-align: center;
}

.mp-events__icon {
  display: block;
  width: 22px;
  height: 22px;
  margin: auto;
}

.mp-events__hint {
  min-height: 68px;
  position: absolute;
  right: calc(100% + 20px);
  bottom: 0;
  display: block;
  width: 360px;
  padding: 16px;
  border-radius: 8px;
  background-color: #f6f6f6;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.28;
  color: #253746;
  text-align: left;
}

.mp-events__hint-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.mp-events__hint::before {
  content: '';
  position: absolute;
  bottom: 12px;
  right: -8px;
  transform: rotate(45deg);
  z-index: -1;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: #f6f6f6;
}

.mp-cards {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 32px 24px;
}

.mp-card {
  position: relative;
  z-index: 0;
  grid-column: span 2;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  padding: 36px 28px;
  border-radius: 32px;
  background-color: #f6f6f6;
  overflow: hidden;
}

.mp-card:has(.mp-card__link:hover) .mp-card__media {
  background-color: #dd9fd4;
}

.mp-card:has(.mp-card__link:hover) .mp-card__media-icon {
  transform: rotate(45deg);
}

.mp-card:hover .mp-card__controls {
  transform: translateY(0px);
}

.mp-card--lg {
  grid-column: span 3;
  aspect-ratio: 17 / 12;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.mp-card--lg::before {
  content: '';
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgb(37 55 70 / 0.75);
  pointer-events: none;
}

.mp-card--lg .mp-card__media {
  width: 80px;
  height: 80px;
}

.mp-card--lg .mp-card__title {
  max-width: calc(100% - 108px);
  font-size: 48px;
  color: #ffffff;
}

.mp-card--lg .mp-card__description {
  max-width: calc(100% - 108px);
  color: #ffffff;
}

.mp-card__link {
  position: absolute;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.mp-card__title {
  max-width: calc(100% - 64px);
  font-weight: 600;
  font-size: 32px;
  line-height: 1.125;
  color: #253746;
}

.mp-card__title:not(:last-child) {
  margin-bottom: 0;
}

.mp-card__description {
  max-width: calc(100% - 64px);
  font-weight: 400;
  font-size: 14px;
  line-height: 1.28;
  color: #253746;
}

.mp-card__description:not(:last-child) {
  margin-bottom: 0;
}

.mp-card__media {
  position: absolute;
  top: 36px;
  right: 28px;
  display: flex;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background-color: #ffffff;
  transition: background-color 0.2s ease-in-out;
}

.mp-card__media-icon {
  display: block;
  width: 14px;
  height: 14px;
  margin: auto;
  transition: transform 0.2s ease-in-out;
}

.mp-card__controls {
  position: absolute;
  inset: auto 28px 36px;
  transform: translateY(calc(36px + 100%));
  z-index: 2;
  display: flex;
  column-gap: 16px;
  width: calc(100% - 56px);
  height: auto;
  transition: transform 0.2s ease-in-out;
  pointer-events: none;
}

.mp-card__controls .mp-button {
  width: calc(50% - 8px);
}

.mp-button {
  display: block;
  width: fit-content;
  padding: 24px;
  border-radius: 32px;
  background-color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.125;
  color: #253746;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s ease-in-out;
  pointer-events: initial;
}

.mp-button:hover {
  background-color: #dd9fd4;
}

.news-pulse-widget {
  position: fixed;
  right: 28px;
  bottom: 28px;
  z-index: 199;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .news-pulse-widget {
    right: 6px;
    bottom: 16px;
  }
}

.mp-events-wrapper--floating {
  padding: 0;
  border: none;
  background: none;
}

.mp-events-wrapper--floating::before {
  content: none;
  display: none;
}

.mp-events--floating {
  width: 64px;
  height: 64px;
  margin: 0;
  border-radius: 50%;
  background-color: #ffffff;
  box-shadow: 0 4px 24px rgb(0 0 0 / 0.12);
}

.mp-events--floating .mp-events__icon {
  width: 22px;
  height: 22px;
}

.mp-events--floating .mp-events__counter {
  top: 4px;
  right: 4px;
}

.mp-events--floating .mp-events__hint {
  display: none;
}

.mp-pulse {
  position: fixed;
  top: 16px;
  right: 32px;
  transform: translateX(calc(100% + 32px));
  z-index: 200;
  display: flex;
  flex-direction: column;
  width: 512px;
  max-height: calc(100% - 32px);
  padding: 24px 32px;
  border-radius: 24px;
  box-shadow: 0 0 50px 0 rgb(0 0 0 / 0.15);
  background-color: #ffffff;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s ease-in-out,
              opacity 0.2s ease-in-out,
              transform 0.2s ease-in-out;
}

.mp-pulse--visible {
  transform: translateX(0px);
  visibility: visible;
  opacity: 1;
}

.mp-pulse__close {
  position: absolute;
  top: 24px;
  right: 32px;
  z-index: 0;
  display: flex;
  width: 32px;
  height: 32px;
  padding: 8px;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}

.mp-pulse__close:hover {
  background-color: #dd9fd4;
}

.mp-pulse__close-icon {
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
}

.mp-pulse__title {
  display: flex;
  align-items: center;
  column-gap: 8px;
  max-width: calc(100% - 64px);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.15;
  color: #253746;
}

.mp-pulse__title:not(:last-child) {
  margin-bottom: 24px;
}

.mp-pulse__title-icon {
  display: block;
  width: 26px;
  height: 26px;
}

.mp-pulse__list {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: calc(100% + 19px);
  height: 100%;
  padding-right: 13px;
  overflow-y: auto;
}

.mp-pulse__list::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.mp-pulse__list::-webkit-scrollbar-track {
  background-color: #ffffff;

}

.mp-pulse__list::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #e9ebed;
}

.mp-pulse-card {
  position: relative;
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  row-gap: 16px;
  padding: 20px;
  border-radius: 32px;
  background-color: #f6f6f6;
}

.mp-pulse-card:hover .mp-pulse-card__media {
  visibility: visible;
  opacity: 1;
}

.mp-pulse-card:hover .mp-pulse-card-date {
  visibility: hidden;
  opacity: 0;
}

.mp-pulse-card-link {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.mp-pulse-card-tag {
  display: block;
  padding: 4px 16px;
  background-color: #ffffff;
  border-radius: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.28;
  color: #253746;
}

.mp-pulse-card-date {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.28;
  color: rgb(37 55 70 / 0.4);
  transition: visibility 0.2s ease-in-out,
              opacity 0.2s ease-in-out;
}

.mp-pulse-card-title {
  width: 100%;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.18;
  color: #253746;
}

.mp-pulse-card-title:not(:last-child) {
  margin-bottom: 0;
}

.mp-pulse-card-description {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  width: 100%;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #253746;
}

.mp-pulse-card-description:not(:last-child) {
  margin-bottom: 0;
}

.mp-pulse-card__media {
  position: absolute;
  top: 24px;
  right: 24px;
  display: flex;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #dd9fd4;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.2s ease-in-out,
              opacity 0.2s ease-in-out;
}

.mp-pulse-card__media-icon {
  display: block;
  width: 14px;
  height: 14px;
  margin: auto;
}

@media (max-width: 1312px) {
  .mp-events:not(.mp-events--floating) {
    width: 32px;
    height: 32px;
    margin-inline: 8px 16px;
    background-color: #e9ebed;
  }

  .mp-events:not(.mp-events--floating) .mp-events__icon {
    width: 16px;
    height: 16px;
  }

  .mp-events:not(.mp-events--floating) .mp-events__counter {
    min-width: 12px;
    min-height: 12px;
    top: -2px;
    right: -2px;
    font-size: 8px;
    padding: 0 4px;
  }

  .mp-events--floating {
    width: 56px;
    height: 56px;
  }

  .mp-events--floating .mp-events__icon {
    width: 20px;
    height: 20px;
  }

  .mp-events__hint {
    display: none;
  }

  .mp-events-wrapper:not(.mp-events-wrapper--floating) {
    display: flex;
    align-items: center;
    padding-left: 16px;
    border-radius: 16px;
    background-color: #f6f6f6;
  }

  .mp-events-wrapper:not(.mp-events-wrapper--floating)::before {
    content: 'Пульс событий';
    font-weight: 600;
    font-size: 12px;
    line-height: 1.3;
    color: #253746;
  }

  .mp-card--lg .mp-card__title {
    font-size: 36px;
  }
}

@media (max-width: 990px) {
  .mp-cards {
    grid-template-columns: 1fr;
  }

  .mp-card {
    grid-column: unset;
  }

  .mp-card--lg {
    grid-column: unset;
    width: 100%;
    max-height: 300px;
  }
}

@media (max-width: 768px) {
    .mp-events-wrapper--floating{
        margin: 0 6px;
    }

  .mp-card:hover .mp-card__controls {
    transform: translateY(calc(36px + 100%));
  }

  .mp-card:has(.mp-card__link:hover):not(.mp-card--expanded) .mp-card__media {
    background-color: #ffffff;
  }

  .mp-card:has(.mp-card__link:hover):not(.mp-card--expanded) .mp-card__media-icon {
    transform: none;
  }

  .mp-head {
    padding-block: 12px;
  }

  .mp-head:not(:last-child) {
    margin-bottom: 8px;
  }

  .mp-card--lg .mp-card__title {
    max-width: calc(100% - 42px);
    font-size: 32px;
  }

  .mp-card .mp-card__title {
    max-width: calc(100% - 42px);
  }

  .mp-card {
    min-height: 150px;
    padding: 16px;
    transition: min-height 0.35s ease-in-out;
  }

  .mp-card--lg .mp-card__media {
    width: 48px;
    height: 48px;
  }

  .mp-card__media {
    top: 16px;
    right: 16px;
  }

  .mp-pulse-card-tag {
    font-size: 12px;
  }

  .mp-pulse-card-date {
    font-size: 12px;
  }

  .mp-pulse-card-title {
    font-size: 18px;
  }

  .mp-pulse-card-description {
    font-size: 14px;
  }

  .mp-pulse {
    transform: translateX(100%);
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    padding: 20px;
    border-radius: 0;
  }

  .mp-pulse__close {
    right: 24px;
  }

  .mp-pulse__list {
    width: calc(100% + 15px);
    padding-right: 9px;
  }

  .mp-card--lg {
    aspect-ratio: unset;
    min-height: 220px;
    transition: min-height 0.35s ease-in-out;
  }
  .mp-card--lg.mp-card--expanded {
    min-height: 348px;
  }

  .mp-card__controls {
    transform: translateY(calc(36px + 100%));
    transition: transform 0.35s ease-in-out;
  }

  .mp-card.mp-card--expanded .mp-card__controls,
  .mp-card.mp-card--expanded:hover .mp-card__controls {
    transform: translateY(0);
  }

  .mp-card--expanded .mp-card__media {
    background-color: #dd9fd4;
  }

  .mp-card .mp-card__media {
    transition: background-color 0.35s ease-in-out;
  }

  .mp-card--expanded .mp-card__media-icon {
    transform: rotate(45deg);
  }

  .mp-card .mp-card__media-icon {
    transition: transform 0.35s ease-in-out;
  }

  .mp-pulse--visible {
    transform: translateX(0px);
  }
}

@media (max-width: 670px) {
  .mp-card__controls {
    inset: auto 16px 16px;
    flex-direction: column;
    row-gap: 8px;
    width: calc(100% - 32px);
  }
  .mp-card__controls .mp-button {
    width: 100%;
  }
}
@media (min-width: 600px) {
  .mp-card__title br {
    display: none;
  }
}

@media (max-width: 600px) {
  .mp-head {
    grid-template-columns: 1fr auto;
  }

  .mp-card .mp-card__title {
    max-width: 100%;
  }
}

.vu-extra-cards {
  margin: 30px 0;
}

.vu-extra-cards__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.vu-card-sm {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 108px;
  padding: 16px 28px;
  background: #f6f6f6;
  border-radius: 24px;
  color: #253746;
  text-decoration: none;
  font-size: 18px;
  line-height: 1.25;
  font-weight: 600;
  transition: background .18s ease, transform .18s ease;
}

.vu-card-sm:hover {
  background: #dd9fd4;
  transform: translateY(-2px);
}

.vu-card-sm__arrow {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 18px;
  height: 18px;
  opacity: .55;
  border-radius: 18px;
  background: #fff;
  transition: opacity .18s ease, transform .18s ease;
}

.vu-card-sm:hover .vu-card-sm__arrow {
  opacity: 1;
  transform: translate(2px, -2px);
}

.vu-card-sm__arrow svg {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 900px) {
  .vu-extra-cards__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .vu-extra-cards__grid {
    grid-template-columns: 1fr;
  }

  .vu-card-sm {
    min-height: 84px;
  }
}

/* End */


/* Start:/local/templates/vetunion-redisign/components/vetunion/form.result.new/redisign.register.form/style.css?1769207308485*/
.select-with-arrow {
    position: relative;
    display: block;
    width: 100%;
    margin: 8px 0px;
}
.select-with-arrow select {
    padding-right: 48px;
    appearance: none;
}
.select-with-arrow::after {
    content: "";
    position: absolute;
    right: 24px;
    top: 50%;
    width: 8px;
    height: 8px;
    border-right: 2px solid #253746;
    border-bottom: 2px solid #253746;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: none;
}
/* End */


/* Start:/local/templates/vetunion-redisign/components/bitrix/news.list/main.banner.popup/style.css?17593414543341*/
.banner {
    padding: 10px 0;
    background: #E9EBED;
    border-bottom: 1px solid #D1D5DB;
}

.banner__inner {
    position: relative;
    text-align: center;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 6px 32px;
    border-radius: 18px;
    border-width: 1px;
    background: #E9EBED;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner__icon {
    margin-right: 10px;
    flex-shrink: 0;
}

.banner__content {
    flex: 1;
    min-width: 0;
}

.banner__link {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #253746;
    transition: opacity 0.2s ease;
}

.banner__link:hover {
    opacity: 0.8;
}

.banner__link-text {
    margin-left: 10px;
    font-weight: 500;
}

.banner__arrow {
    width: 5px;
    height: 9px;
    margin-left: 10px;
    flex-shrink: 0;
}

.banner__close {
    position: absolute;
    right: 30px;
    top: 50%;
    width: 20px;
    height: 20px;
    transform: translateY(-50%);
    cursor: pointer;
    transition: transform 0.23s ease;
    background: none;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner__close:hover {
    transform: translateY(-50%) scale(1.1);
}

.banner__close-icon {
    position: relative;
    width: 15px;
    height: 2px;
    background: #999;
    border-radius: 50%;
}

.banner__close-icon::before,
.banner__close-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 15px;
    height: 2px;
    background: #999;
    border-radius: 50%;
    transform-origin: center;
}

.banner__close-icon::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.banner__close-icon::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

@media (max-width: 480px) {
    .banner__inner {
        padding: 6px 16px;
        justify-content: flex-start;
    }

    .banner__link {
        font-size: 12px;
    }

    .banner__icon {
        display: none;
    }

    .banner__close {
        right: 16px;
    }
}

.modal.modal-banner{
    max-width: 563px;
}
.modal-banner__container{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.modal-banner__title{
    font-weight: 600;
    font-size: 32px;
    line-height: 110%;
    letter-spacing: -0.32px;
}
.modal-banner__content p{
    padding-bottom: 20px;
}
.modal-banner__content p{
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.32px;

}
.modal-banner__btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 307px;
}
.modal-banner__btn .button{
    color: var(--WHITE);
    background: var(--DARK-GREY);
    display: flex;
    gap: 10px;
}
.modal-banner__btn .button:hover{
    background: var(--PINK);
    color: var(--WHITE);
    border-color: var(--PINK);
}

/* End */


/* Start:/local/templates/vetunion-redisign/assets/css/breadcrumbs.css?1753109783957*/
.breadcrumbs {
    color: #253746
}
.breadcrumbs_section {
    margin-top: 40px;
    margin-bottom: 32px
}
.breadcrumbs_section-wrapper {
    padding-top: 1px !important;
}
@media (max-width: 575.98px) {
    .breadcrumbs_section-wrapper {
        padding-top: 40px !important;
    }
}
.breadcrumbs ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 0
}
.breadcrumbs ul li {
    display: flex;
    align-items: center;
    line-height: 140%;
    font-size: 16px;
    font-weight: 400
}
.breadcrumbs ul li:not(:last-child):after {
    width: 6px;
    height: 6px;
    content: '';
    display: block;
    border-radius: 50%;
    background: #253746;
    margin: 0 8px;
    position: relative;
    top: 1px
}
.breadcrumbs ul li a {
    color: #253746;
    text-decoration: none;
    transition: .24s
}
.breadcrumbs ul li a:hover {
    color: #dd9fd4;
}
/* End */


/* Start:/local/templates/vetunion-redisign/assets/css/shop.css?178902717130991*/
.page-shop [data-breadcrumb-get],
.page-shop .section > br {
  display: none;
}

.page-shop .section {
  margin-top: 0;
  padding-bottom: 80px;
  overflow-x: clip;
}

.page-shop .section > .container {
  margin-top: 0 !important;
}

.page-shop .breadcrumbs_section {
  margin-top: 16px;
  margin-bottom: 24px;
}

.page-shop .head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 32px;
}

.page-shop .head__title,
.page-shop h1.head__title {
  font-size: clamp(32px, 32px + (48 - 32) * (100vw - 320px) / (1440 - 320), 48px);
  font-weight: 600;
  line-height: 102%;
  letter-spacing: -0.96px;
  color: var(--DARK-GREY);
}

.page-shop .woo-mag-info.__mini {
  margin-top: 0 !important;
  padding: 0 !important;
  border-radius: 0;
}

.page-shop .woo-mag-info.__mini .head {
  display: none;
}

.page-shop .woo-mag-info__search-info {
  display: none !important;
}

.page-shop .woo-mag-info-text__buttons {
  display: none !important;
}

.page-shop .woo-mag-info__search {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 16px;
  margin-bottom: 24px;
}

.page-shop .woo-search {
  flex: 1 1 320px;
  min-width: 0;
}

.page-shop .woo-search__form,
.page-shop .woo-search__label {
  display: flex;
  align-items: center;
  width: 100%;
}

.page-shop .woo-search__label {
  height: 56px;
  padding: 0 8px 0 20px;
  background: var(--LIGHT-BLUE);
  border-radius: 99px;
}

.page-shop .woo-search__input {
  flex: 1;
  min-width: 0;
  height: 100%;
  font-size: 16px;
  font-weight: 500;
  color: var(--DARK-GREY);
}

.page-shop .woo-search__input::placeholder {
  color: var(--DARK-GREY);
  opacity: 0.4;
}

.page-shop .woo-search__img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  flex-shrink: 0;
}

.page-shop .woo-search__img img,
.page-shop .woo-search__img svg {
  width: 16px;
  height: 16px;
  display: block;
}

.page-shop .woo-mag-info__search-info._desktop .woo-mag-info__search-text br {
  display: none;
}

.page-shop .woo-mag-info__search-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.page-shop .woo-mag-info__search-text span {
  font-weight: 600;
}

.page-shop .woo-mag-info__search-img {
  position: relative;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}

.page-shop .woo-mag-info__search-img img {
  width: 24px;
  height: 24px;
}

.page-shop .woo-mag-info__search-img-descr {
  position: absolute;
  top: -8px;
  right: -10px;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 99px;
  background: var(--PINK);
  color: var(--WHITE);
  font-size: 11px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
}

.page-shop .woo-mag-info__bottom {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}

.page-shop .woo-mag-info__bottom-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 20px 24px;
  background: var(--LIGHT-BLUE);
  border-radius: 32px;
}

.page-shop .woo-mag-info__bottom-item img {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.page-shop .woo-mag-info__bottom-item p {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  margin: 0;
}

.page-shop .woo-mag-card__list {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr) !important;
  gap: 24px !important;
  flex-wrap: unset;
}

.page-shop .woo-mag-card__card {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 280px;
  padding: 24px;
  background: var(--LIGHT-BLUE) !important;
  border-radius: 32px !important;
}

.page-shop .woo-mag-card__card-title {
  position: relative;
  z-index: 1;
}

.page-shop .woo-mag-card__card-title h5 {
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--DARK-GREY);
  margin-bottom: 16px;
}

.page-shop .woo-mag-card__card-content {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-top: auto;
  padding-right: 42%;
}

.page-shop .woo-mag-card__card-categories {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.page-shop .woo-mag-card__card-categories a {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  color: var(--DARK-GREY);
  border-bottom: 1px solid transparent;
  transition: 0.3s ease;
}

.page-shop .woo-mag-card__card-categories a:hover {
  color: var(--PINK);
}

.page-shop .woo-mag-card__card-img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  display: block;
  width: 46%;
  max-width: 240px;
}

.page-shop .woo-mag-card__card-img img,
.page-shop .woo-mag-card__card-img .sec-b-img {
  display: block;
  width: 100%;
  height: auto;
  max-width: none !important;
  max-height: 220px;
  object-fit: contain;
  object-position: right bottom;
}

.page-shop .woo-mag-products {
  padding-top: 24px;
}

.page-shop .woo-mag-products__list {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr) !important;
  gap: 24px !important;
}

.page-shop .woo-mag-products__product-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 16px;
  background: var(--LIGHT-BLUE);
  border-radius: 32px;
  transition: 0.3s ease;
}

.page-shop .woo-mag-products__product-wrap:hover {
  background: #dde0e3;
}

.page-shop .woo-mag-products__product-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 1;
  padding: 16px;
  background: var(--WHITE);
  border-radius: 24px;
  overflow: hidden;
}

.page-shop .woo-mag-products__product-img,
.page-shop .woo-mag-products__product-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page-shop .woo-mag-products__product-offers {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.page-shop .woo-mag-products__product-sale,
.page-shop .woo-mag-products__product-label,
.page-shop .woo-mag-info-text__sale-block {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 4px 10px;
  border-radius: 99px;
  background: var(--PINK);
  color: var(--WHITE);
  font-size: 12px;
  font-weight: 600;
}

.page-shop .woo-mag-info-text__sale-block._blue {
  background: var(--DARK-GREY);
}

.page-shop .woo-mag-products__product-text {
  margin-top: 16px;
}

.page-shop .woo-mag-products__product-text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.page-shop .woo-mag-products__product-price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: auto;
  padding-top: 12px;
}

.page-shop .woo-mag-products__product-price-actual {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.page-shop .woo-mag-products__product-price-old {
  font-size: 14px;
  opacity: 0.4;
  text-decoration: line-through;
}

.page-shop .woo-mag-products__list-empty {
  grid-column: 1 / -1;
  padding: 48px 24px;
  text-align: center;
  background: var(--LIGHT-BLUE);
  border-radius: 32px;
  font-size: 16px;
  font-weight: 500;
}

.page-shop .smart-filter {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 8px 0 16px;
}

.page-shop .smart-filter-parameters-box {
  position: relative;
}

.page-shop .smart-filter_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-width: 148px;
  height: 48px;
  padding: 0 20px;
  background: var(--LIGHT-BLUE);
  border-radius: 99px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.page-shop .smart-filter_title:hover {
  background: #dde0e3;
}

.page-shop .smart-filter_title i {
  display: none;
}

.page-shop .smart-filter_title._category::after {
  content: "";
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-right: 2px solid var(--DARK-GREY);
  border-bottom: 2px solid var(--DARK-GREY);
  transform: rotate(45deg);
}

.page-shop .smart-filter-parameters-box.bx-active .smart-filter_title._category::after {
  margin-top: 4px;
  transform: rotate(-135deg);
}

.page-shop .woo-mag-filters__filter-burger {
  display: none;
}

.page-shop .bx_filter_block_expanded {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  z-index: 5;
  min-width: 260px;
  max-height: 320px;
  overflow: auto;
  padding: 16px;
  background: var(--LIGHT-BLUE) !important;
  border: 0;
  border-radius: 24px;
  box-shadow: 0 16px 40px rgba(37, 55, 70, 0.12);
}

.page-shop .smart-filter-parameters-box.bx-active1 .bx_filter_block_expanded,
.page-shop .smart-filter-parameters-box:hover .bx_filter_block_expanded {
  display: none;
}

.page-shop .smart-filter-parameters-box.bx-active .bx_filter_block_expanded {
  display: flex;
  flex-direction: column;
  gap: 4px;
  height: auto !important;
  opacity: 1 !important;
  overflow: auto !important;
}

.page-shop .smart-filter-parameters-box_parts .smart-filter_checkbox {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.page-shop .smart-filter_link,
.page-shop .smart-filter_checkbox label {
  display: block;
  padding: 8px 12px;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  color: var(--DARK-GREY);
  text-decoration: none;
}

.page-shop .smart-filter_link:hover,
.page-shop .smart-filter_checkbox label:hover {
  background: #fff;
}

.page-shop .woo-mag-card-info {
  margin-top: 8px;
}

.page-shop .woo-mag-card-info__wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.page-shop .woo-mag-card-info__box {
  min-width: 0;
}

.page-shop .woo-mag-card-info__box:nth-child(n + 3) {
  grid-column: 1 / -1;
}

.page-shop .woo-mag-card-photo__wrap {
  display: flex;
  flex-direction: column-reverse;
  gap: 16px;
  padding: 24px;
  background: var(--LIGHT-BLUE);
  border-radius: 32px;
}

.page-shop .woo-mag-card-photo__photo {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 360px;
  background: var(--WHITE);
  border-radius: 24px;
  overflow: hidden;
}

.page-shop .woo-mag-card-photo__photo img,
.page-shop .woo-mag-card-photo__item img {
  display: block;
  max-width: 100%;
  max-height: 420px;
  object-fit: contain;
  margin: 0 auto;
}

.page-shop .woo-mag-card-photo__item {
  padding: 8px;
  background: var(--WHITE);
  border-radius: 16px;
  cursor: pointer;
}

.page-shop .woo-mag-info-text,
.page-shop .woo-mag-info-text__wrap,
.page-shop .woo-mag-info-text__block {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page-shop .woo-mag-info-text__wrap {
  padding: 32px;
  background: var(--LIGHT-BLUE);
  border-radius: 32px;
}

.page-shop .woo-mag-info-text__block {
  gap: 20px;
}

.page-shop .woo-mag-info-text__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
}

.page-shop .woo-mag-info-text__id {
  margin-left: auto;
  font-size: 14px;
  line-height: 140%;
  opacity: 0.5;
}

.page-shop .woo-mag-info-text__title h4,
.page-shop .woo-mag-card-description__title h4,
.page-shop .woo-mag-card-character h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: -0.02em;
}

.page-shop .woo-mag-info-text__weight {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.page-shop .woo-mag-info-text__weight-item {
  padding: 8px 16px;
  border-radius: 99px;
  background: var(--WHITE);
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}

.page-shop .woo-mag-info-text__weight-item.selected,
.page-shop .woo-mag-info-text__weight-item.active {
  background: var(--DARK-GREY);
  color: var(--WHITE);
}

.page-shop .woo-mag-info-text__weight-stock {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  width: 100%;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: var(--DARK-GREY);
}

.page-shop .woo-mag-info-text__weight-stock p,
.page-shop .woo-mag-info-text__weight-stock a {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  color: var(--DARK-GREY);
}

.page-shop .woo-mag-info-text__stock-dot {
  display: block;
  width: 8px;
  height: 8px;
  margin-top: 8px;
  border-radius: 50%;
  flex-shrink: 0;
  background: #3aa394;
}

.page-shop .woo-mag-info-text__stock-dot--off {
  background: var(--DARK-GREY);
}

.page-shop .woo-mag-info-text__price {
  display: flex;
  align-items: baseline;
  gap: 12px;
}

.page-shop .woo-mag-info-text__price-actual h4 {
  font-size: 32px;
  font-weight: 600;
}

.page-shop .woo-mag-info-text__price-old h4 {
  font-size: 20px;
  opacity: 0.4;
  text-decoration: line-through;
}

.page-shop .woo-mag-info-text__button.button {
  max-width: 280px;
}

.page-shop .woo-cart__item-pc-action {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  height: 56px;
  padding: 0 8px;
  background: var(--WHITE);
  border-radius: 99px;
}

.page-shop .woo-cart__item-pc-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--DARK-GREY);
  color: var(--WHITE);
  font-size: 20px;
  font-weight: 500;
}

.page-shop .woo-cart__item-pc-btn:hover {
  background: var(--PINK);
}

.page-shop .woo-mag-info-text__bottom {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: auto;
  padding-top: 8px;
}

.page-shop .woo-mag-info-text__bottom-caption {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 14px;
  line-height: 150%;
  opacity: 0.6;
}

.page-shop .woo-mag-info-text__bottom-caption p {
  margin: 0;
}

.page-shop .woo-mag-description,
.page-shop .woo-mag-card-character {
  padding: 24px;
  background: var(--LIGHT-BLUE);
  border-radius: 32px;
}

.page-shop .woo-mag-card-description__text,
.page-shop .woo-mag-card-description__text p {
  margin-top: 16px;
  font-size: 16px;
  line-height: 150%;
}

.page-shop .woo-mag-card-character__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 24px;
}

.page-shop .woo-mag-card-character__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(37, 55, 70, 0.08);
  font-size: 16px;
}

.page-shop .woo-mag-card-character__item-text:first-child {
  opacity: 0.5;
}

.page-shop .woo-mag-products__button {
  max-width: 320px;
  margin: 40px auto 0;
}

.page-shop .woo-mag-customers {
  padding-top: 40px;
}

.page-shop .woo-mag-customers__content-block > br {
  display: none;
}

.page-shop .woo-mag-customers__content-block:not(:has(.woo-mag-pay__wrap)) {
  padding: 32px;
  background: var(--LIGHT-BLUE);
  border-radius: 32px;
}

.page-shop .woo-mag-pay__wrap {
  position: relative;
  padding: 32px;
  background: var(--LIGHT-BLUE);
  border-radius: 32px;
}

.page-shop .woo-mag-pay__title {
  margin-bottom: 24px;
}

.page-shop .woo-mag-pay__title h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.02em;
}

.page-shop .woo-mag-pay__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: calc(100% - 320px);
}

.page-shop .woo-mag-pay__content-box {
  display: block;
}

.page-shop .woo-mag-pay__content-box p,
.page-shop .woo-mag-customers__content-block p {
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.page-shop .woo-mag-customers__content-block h2,
.page-shop .woo-mag-customers__content-block h3,
.page-shop .woo-mag-customers__content-block h4,
.page-shop .woo-mag-customers__content-block h5,
.page-shop .woo-mag-customers__content-block h6,
.page-shop .woo-mag-card-description__text h2,
.page-shop .woo-mag-card-description__text h3,
.page-shop .woo-mag-card-description__text h4,
.page-shop .woo-mag-card-description__text h5,
.page-shop .woo-mag-card-description__text h6 {
  font-weight: 600;
  line-height: 120%;
  letter-spacing: -0.02em;
  color: var(--DARK-GREY);
}

.page-shop .woo-mag-customers__content-block h2,
.page-shop .woo-mag-card-description__text h2 {
  font-size: 24px;
}

.page-shop .woo-mag-customers__content-block h3,
.page-shop .woo-mag-card-description__text h3 {
  font-size: 20px;
}

.page-shop .woo-mag-customers__content-block h4,
.page-shop .woo-mag-customers__content-block h5,
.page-shop .woo-mag-customers__content-block h6,
.page-shop .woo-mag-card-description__text h4,
.page-shop .woo-mag-card-description__text h5,
.page-shop .woo-mag-card-description__text h6 {
  font-size: 18px;
}

.page-shop .woo-mag-customers__content-block h2:not(:first-child),
.page-shop .woo-mag-customers__content-block h3:not(:first-child),
.page-shop .woo-mag-customers__content-block h4:not(:first-child),
.page-shop .woo-mag-customers__content-block h5:not(:first-child),
.page-shop .woo-mag-customers__content-block h6:not(:first-child),
.page-shop .woo-mag-card-description__text h2:not(:first-child),
.page-shop .woo-mag-card-description__text h3:not(:first-child),
.page-shop .woo-mag-card-description__text h4:not(:first-child),
.page-shop .woo-mag-card-description__text h5:not(:first-child),
.page-shop .woo-mag-card-description__text h6:not(:first-child) {
  margin-top: 24px;
}

.page-shop .woo-mag-customers__content-block h2:not(:last-child),
.page-shop .woo-mag-customers__content-block h3:not(:last-child),
.page-shop .woo-mag-customers__content-block h4:not(:last-child),
.page-shop .woo-mag-customers__content-block h5:not(:last-child),
.page-shop .woo-mag-customers__content-block h6:not(:last-child),
.page-shop .woo-mag-card-description__text h2:not(:last-child),
.page-shop .woo-mag-card-description__text h3:not(:last-child),
.page-shop .woo-mag-card-description__text h4:not(:last-child),
.page-shop .woo-mag-card-description__text h5:not(:last-child),
.page-shop .woo-mag-card-description__text h6:not(:last-child) {
  margin-bottom: 12px;
}

.page-shop .woo-mag-card-description__text .table-container,
.page-shop .woo-mag-customers__content-block .table-container {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  margin: 8px 0 24px;
  border-radius: 16px;
  background: #fff;
}

.page-shop .woo-mag-card-description__text table,
.page-shop .woo-mag-customers__content-block table {
  width: 100%;
  border-collapse: collapse;
}

.page-shop .woo-mag-card-description__text th,
.page-shop .woo-mag-card-description__text td,
.page-shop .woo-mag-customers__content-block th,
.page-shop .woo-mag-customers__content-block td {
  padding: 12px 16px;
  font-size: 14px;
  line-height: 140%;
  text-align: left;
  vertical-align: top;
  color: var(--DARK-GREY);
  border-bottom: 1px solid rgba(37, 55, 70, 0.08);
}

.page-shop .woo-mag-card-description__text thead th,
.page-shop .woo-mag-customers__content-block thead th {
  font-weight: 600;
  background: rgba(37, 55, 70, 0.06);
}

.page-shop .woo-mag-card-description__text td,
.page-shop .woo-mag-customers__content-block td {
  font-weight: 500;
}

.page-shop .woo-mag-card-description__text tbody tr:nth-child(even) td,
.page-shop .woo-mag-customers__content-block tbody tr:nth-child(even) td {
  background: rgba(37, 55, 70, 0.03);
}

.page-shop .woo-mag-card-description__text tbody tr:last-child td,
.page-shop .woo-mag-customers__content-block tbody tr:last-child td {
  border-bottom: 0;
}

.page-shop .woo-mag-pay__content-box strong,
.page-shop .woo-mag-customers__content-block strong,
.page-shop .woo-mag-pay__content-box b,
.page-shop .woo-mag-customers__content-block b {
  font-weight: 600;
}

.page-shop .woo-mag-pay__content-box ul,
.page-shop .woo-mag-customers__content-block ul {
  margin: 0;
  padding: 0;
}

.page-shop .woo-mag-pay__content-box li,
.page-shop .woo-mag-customers__content-block li {
  position: relative;
  padding-left: 18px;
  margin-top: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
}

.page-shop .woo-mag-pay__content-box li::before,
.page-shop .woo-mag-customers__content-block li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--PINK);
}

.page-shop .woo-mag-pay__map {
  position: absolute;
  top: 96px;
  right: 32px;
  width: 280px;
}

.page-shop .woo-mag-pay__map-wrap {
  display: block;
}

.page-shop .woo-mag-pay__map-container {
  position: relative;
  height: 180px;
  overflow: hidden;
  background: url("/local/assets/media/images/img-map.webp") center / cover no-repeat;
  border-radius: 20px;
  box-shadow: 4px 4px 10px rgba(37, 55, 70, 0.18);
}

.page-shop .woo-mag-pay__map-container img {
  display: none;
}

.page-shop .woo-mag-pay__map-button {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.page-shop .woo-mag-pay__map-button-round,
.page-shop .woo-mag-pay__map-button-round.hdn-bgr {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  background: var(--PINK) !important;
  border-radius: 50%;
}

.page-shop .woo-mag-pay__map-button-round::after {
  content: "";
  width: 32px;
  height: 32px;
  background: var(--WHITE);
  -webkit-mask: url("/local/assets/media/images/woo-delivery.svg") center / contain no-repeat;
  mask: url("/local/assets/media/images/woo-delivery.svg") center / contain no-repeat;
}

.page-shop .woo-mag-pay__map-text {
  display: none;
}

.page-shop .woo-mag-pay__content-caption:empty {
  display: none;
}

.page-shop .js-count-title {
  display: block;
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 500;
}

.page-shop .woo-cart__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.page-shop .woo-cart__item {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 24px;
  background: var(--LIGHT-BLUE);
  border-radius: 32px;
}

.page-shop .woo-cart__item-img {
  width: 120px;
  height: 120px;
  overflow: hidden;
  flex-shrink: 0;
  background: var(--WHITE);
  border-radius: 24px;
}

.page-shop .woo-cart__item-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.page-shop .woo-cart__item-box-wrapper {
  display: flex;
  flex: 1;
  min-width: 0;
  align-items: center;
  gap: 24px;
}

.page-shop .woo-cart__item-caption {
  font-size: 16px;
  font-weight: 600;
  line-height: 130%;
}

.page-shop .woo-cart__item-data {
  margin-left: auto;
}

.page-shop .woo-cart__item-data-list {
  display: flex;
  align-items: center;
  gap: 24px;
}

.page-shop .woo-cart__item-price-val,
.page-shop .woo-cart__item-total {
  font-size: 20px;
  font-weight: 600;
  white-space: nowrap;
}

.page-shop .woo-cart__item-price-info {
  margin-top: 4px;
  font-size: 14px;
  opacity: 0.5;
}

.page-shop .woo-cart__item-remove {
  cursor: pointer;
}

.page-shop .woo-cart__item-remove-ico {
  width: 24px;
  height: 24px;
}

.page-shop .cart__list-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  min-height: 280px;
  padding: 32px;
  background: var(--LIGHT-BLUE);
  border: 0;
  border-radius: 32px;
  font-size: 20px;
  font-weight: 500;
}

.page-shop .cart__list-empty .button {
  width: auto;
  min-width: 240px;
}

.page-shop .woo-cart__result {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 32px;
  padding-top: 0;
  border: 0;
}

.page-shop .woo-cart__result-info {
  display: flex;
  align-items: center;
  gap: 24px;
}

.page-shop .woo-cart__result-price {
  font-size: 24px;
  font-weight: 600;
}

.page-shop .woo-cart__result-order .button,
.page-shop .button-back {
  width: auto;
  min-width: 240px;
}

.page-shop .button-back {
  gap: 8px;
  padding-left: 20px;
  background: var(--LIGHT-BLUE);
  color: var(--DARK-GREY);
}

.page-shop .button-back:hover {
  background: var(--PINK);
  color: var(--WHITE);
}

.page-shop .button-back-ico {
  width: 24px;
  height: 24px;
}

.page-shop .modal-registration.shop_order input[type="hidden"] {
  display: none;
}

.page-shop .modal-registration.shop_order .cart-orderList {
  max-height: 180px;
  overflow: auto;
  margin-bottom: 16px;
  font-size: 14px;
  line-height: 140%;
}

.page-shop .pagination-container,
.page-shop [data-pagination-num] {
  display: flex;
  justify-content: center;
  margin: 40px 0 8px;
}

.page-shop .pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 16px;
  margin: 0;
}

.page-shop .pagination ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.page-shop .modern-page-title {
  display: none;
}

.page-shop .pagination-btn,
.page-shop .pagination-page,
.page-shop .pagination li a,
.page-shop .pagination li span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 99px;
  background: var(--LIGHT-BLUE);
  color: var(--DARK-GREY);
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
}

.page-shop .pagination-btn {
  width: 40px;
  padding: 0;
  background: var(--DARK-GREY);
}

.page-shop .pagination-btn--prev {
  background: rgba(37, 55, 70, 0.3);
}

.page-shop .pagination-btn:hover:not(.pagination-btn--disabled),
.page-shop .pagination-page:hover,
.page-shop .pagination li a:hover {
  background: var(--PINK);
  color: var(--WHITE);
}

.page-shop .pagination-btn--disabled {
  opacity: 0.4;
  pointer-events: none;
}

.page-shop .pagination-pages {
  display: flex;
  align-items: center;
  gap: 8px;
}

.page-shop .pagination-page--active,
.page-shop .modern-page-current {
  background: var(--PINK);
  color: var(--WHITE);
  pointer-events: none;
}

.page-shop .pagination-dots {
  width: 24px;
  text-align: center;
  font-weight: 600;
  color: var(--DARK-GREY);
}

@media (max-width: 1199px) {
  .page-shop .woo-mag-products__list {
    grid-template-columns: repeat(3, 1fr) !important;
  }
}

@media (max-width: 991px) {
  .page-shop .woo-mag-pay__wrap {
    padding: 24px;
  }

  .page-shop .woo-mag-pay__content {
    max-width: none;
  }

  .page-shop .woo-mag-pay__map {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    max-width: 280px;
  }

  .page-shop .woo-cart__item,
  .page-shop .woo-cart__item-box-wrapper,
  .page-shop .woo-cart__item-data-list,
  .page-shop .woo-cart__result,
  .page-shop .woo-cart__result-info {
    flex-direction: column;
    align-items: stretch;
  }

  .page-shop .woo-cart__item-data {
    margin-left: 0;
    width: 100%;
  }

  .page-shop .woo-cart__result-order .button,
  .page-shop .button-back,
  .page-shop .cart__list-empty .button {
    width: 100%;
    min-width: 0;
  }

  .page-shop .woo-mag-card__list,
  .page-shop .woo-mag-card-info__wrap,
  .page-shop .woo-mag-info__bottom {
    grid-template-columns: 1fr !important;
  }

  .page-shop .woo-mag-products__list {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .page-shop .woo-mag-card-info__box:nth-child(n + 3) {
    grid-column: auto;
  }
}

@media (max-width: 767px) {
  .page-shop {
    overflow-x: clip;
  }

  .page-shop .section {
    padding-bottom: 48px;
  }

  .page-shop .head__title,
  .page-shop h1.head__title {
    font-size: 28px;
    letter-spacing: -0.04em;
  }

  .page-shop .breadcrumbs_section {
    margin-top: 8px;
    margin-bottom: 16px;
  }

  .page-shop .breadcrumbs ul li {
    font-size: 14px;
  }

  .page-shop .woo-mag-info__search {
    margin-bottom: 16px;
  }

  .page-shop .woo-search__label {
    height: 48px;
  }

  .page-shop .woo-mag-info__bottom {
    gap: 8px;
    margin-bottom: 24px;
  }

  .page-shop .woo-mag-info__bottom-item {
    padding: 14px 16px;
    border-radius: 24px;
    gap: 12px;
  }

  .page-shop .woo-mag-info__bottom-item p {
    font-size: 14px;
  }

  .page-shop .woo-mag-info__search-info._desktop {
    flex-basis: 100%;
  }

  .page-shop .woo-mag-card__card {
    min-height: 220px;
    padding: 16px;
    border-radius: 24px !important;
  }

  .page-shop .woo-mag-card__card-title h5 {
    font-size: 20px;
    margin-bottom: 12px;
  }

  .page-shop .woo-mag-card__card-content {
    padding-right: 38%;
  }

  .page-shop .woo-mag-card__card-img {
    width: 46%;
  }

  .page-shop .woo-mag-card__card-img img,
  .page-shop .woo-mag-card__card-img .sec-b-img {
    max-height: 140px;
  }

  .page-shop .woo-mag-products__list {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 12px !important;
  }

  .page-shop .woo-mag-products__product-wrap {
    padding: 12px;
    border-radius: 24px;
  }

  .page-shop .woo-mag-products__product-box {
    padding: 8px;
    border-radius: 16px;
  }

  .page-shop .woo-mag-products__product-text {
    margin-top: 10px;
  }

  .page-shop .woo-mag-products__product-text p {
    font-size: 13px;
  }

  .page-shop .woo-mag-products__product-price-actual {
    font-size: 16px;
  }

  .page-shop .smart-filter_title {
    min-width: 0;
    height: 44px;
    font-size: 14px;
  }

  .page-shop .bx_filter_block_expanded {
    min-width: min(260px, calc(100vw - 32px));
  }

  .page-shop .woo-mag-card-photo__wrap,
  .page-shop .woo-mag-info-text__wrap,
  .page-shop .woo-mag-description,
  .page-shop .woo-mag-card-character,
  .page-shop .woo-mag-pay__wrap,
  .page-shop .woo-mag-customers__content-block:not(:has(.woo-mag-pay__wrap)) {
    padding: 16px;
    border-radius: 24px;
  }

  .page-shop .woo-mag-card-photo__photo {
    min-height: 220px;
  }

  .page-shop .woo-mag-info-text__title h4,
  .page-shop .woo-mag-card-description__title h4,
  .page-shop .woo-mag-card-character h4,
  .page-shop .woo-mag-pay__title h4,
  .page-shop .woo-mag-customers__content-block h2,
  .page-shop .woo-mag-card-description__text h2 {
    font-size: 20px;
  }

  .page-shop .woo-mag-customers__content-block h3,
  .page-shop .woo-mag-card-description__text h3 {
    font-size: 18px;
  }

  .page-shop .woo-mag-customers__content-block h4,
  .page-shop .woo-mag-customers__content-block h5,
  .page-shop .woo-mag-customers__content-block h6,
  .page-shop .woo-mag-card-description__text h4,
  .page-shop .woo-mag-card-description__text h5,
  .page-shop .woo-mag-card-description__text h6 {
    font-size: 16px;
  }

  .page-shop .woo-mag-card-description__text th,
  .page-shop .woo-mag-card-description__text td,
  .page-shop .woo-mag-customers__content-block th,
  .page-shop .woo-mag-customers__content-block td {
    padding: 10px 12px;
    font-size: 13px;
  }

  .page-shop .woo-mag-info-text__price-actual h4 {
    font-size: 24px;
  }

  .page-shop .woo-mag-card-character__item {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .page-shop .pagination-container,
  .page-shop [data-pagination-num] {
    margin-top: 24px;
  }

  .page-shop .pagination {
    gap: 8px;
  }

  .page-shop .pagination-btn,
  .page-shop .pagination-page,
  .page-shop .pagination li a,
  .page-shop .pagination li span {
    min-width: 36px;
    height: 36px;
    font-size: 14px;
  }
}

@media (max-width: 575px) {
  .page-shop .header__right .controls__link--dark {
    display: none;
  }
}

/* End */
/* /local/templates/vetunion-redisign/components/bitrix/news.list/main.banner/style.css?17593414541599 */
/* /local/templates/vetunion-redisign/assets/css/crossroads.css?178493903414670 */
/* /local/templates/vetunion-redisign/components/vetunion/form.result.new/redisign.register.form/style.css?1769207308485 */
/* /local/templates/vetunion-redisign/components/bitrix/news.list/main.banner.popup/style.css?17593414543341 */
/* /local/templates/vetunion-redisign/assets/css/breadcrumbs.css?1753109783957 */
/* /local/templates/vetunion-redisign/assets/css/shop.css?178902717130991 */
