

/* Start:/local/templates/mark/components/bitrix/catalog/main/style.css?17866982787906*/
.catalog__detail-band {
    background: #f6f7f9;
    margin-top: 40px;
    padding: 28px 0 24px;
    width: 100%;
}

.catalog__detail-text-wrap {
    margin-top: 40px;
}

.catalog__detail-sections {
    align-items: stretch;
    background: transparent;
    border-radius: 0;
    display: grid;
    gap: 8px 28px;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 280px;
    padding: 0;
}

.catalog__detail-sections .catalog__section {
    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    height: auto !important;
    min-width: 0;
    padding: 0 !important;
}

.catalog__detail-sections .catalog__section--analogs,
.catalog__detail-sections .catalog__section--recommended {
    display: flex;
    flex-direction: column;
    gap: 12px;
    min-height: 0;
}

.catalog__detail-sections .catalog__section--analogs.analog-2 {
    grid-column: 1 / 2;
}

.catalog__detail-sections .catalog__section--recommended.recommended-2 {
    grid-column: 2 / 3;
}

.catalog__detail-sections .catalog__section--recommended.recommended-4,
.catalog__detail-sections--no-analogs .catalog__section--recommended {
    grid-column: 1 / 3;
    max-width: none;
    min-width: 0;
    width: auto;
}

.catalog__detail-sections .catalog__section--delivery-payment {
    align-self: stretch;
    border-left: 1px solid rgba(15, 23, 42, 0.08) !important;
    display: flex;
    grid-column: 3 / 4;
    height: auto !important;
    padding: 2px 0 2px 24px !important;
}

.catalog__detail-sections .catalog__delivery-payment {
    gap: 24px;
    height: 100%;
    justify-content: flex-start;
}

.catalog__detail-sections .catalog__payment {
    border-top: 1px solid rgba(15, 23, 42, 0.08);
    padding-top: 20px;
}

.catalog__section-top {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: space-between;
    margin-bottom: 4px;
}

.catalog__detail-sections .catalog__section--recommended .catalog__section-title,
.catalog__detail-sections .catalog__section--analogs .catalog__section-title {
    color: #0f172a;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.2;
    margin-bottom: 0;
}

.catalog__detail-sections .catalog__section--delivery-payment .catalog__section-title {
    color: #0f172a;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: -0.02em;
    line-height: 1.25;
    margin-bottom: 4px;
}

.catalog__detail-sections .catalog__section--delivery-payment .catalog__section-subtitle {
    color: #88919e;
    font-size: 13px;
    line-height: 145%;
    margin-bottom: 16px;
}

.catalog__section-nav {
    align-items: center;
    display: flex;
    gap: 6px;
}

.catalog__section-nav-btn {
    align-items: center;
    background-color: #fff;
    border: none;
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.08);
    color: #475569;
    display: inline-flex;
    height: 32px;
    justify-content: center;
    opacity: 1;
    transition: background-color .2s ease, color .2s ease, box-shadow .2s ease;
    visibility: visible;
    width: 32px;
}

.catalog__section-nav-btn:hover:not(:disabled) {
    background-color: #2354ce;
    box-shadow: none;
    color: #fff;
}

.catalog__section-nav-btn:disabled {
    box-shadow: none;
    cursor: not-allowed;
    opacity: .35;
}

.catalog__section-nav .js-detail-swiper-next {
    transform: rotate(180deg);
}

.catalog__section-slider .swiper {
    overflow: hidden;
}

.catalog__section-slider .swiper-wrapper {
    align-items: stretch;
    height: auto !important;
}

.catalog__section-slider .swiper-slide {
    display: flex;
    height: auto !important;
}

.catalog__section-slider .swiper-slide > * {
    width: 100%;
}

.catalog__section-cards {
    margin: 0;
    padding: 0;
}

.catalog__section-slider .catalog__section-cards {
    gap: 0 !important;
}

.catalog__section-slide {
    height: auto;
}

.catalog__section-slide .card {
    height: 100%;
}

.catalog__detail-sections article.card {
    background: #fff;
    border: none !important;
    border-radius: 12px;
    box-shadow: none;
    min-height: 0 !important;
    padding: 12px;
}

.catalog__detail-sections article.card .card__img img {
    max-height: 108px;
    padding: 4px;
}

.catalog__detail-sections article.card .card__content {
    gap: 6px;
    margin-top: 8px;
}

.catalog__detail-sections article.card .card__price {
    font-size: 18px;
    margin-top: 2px;
}

.catalog__detail-sections article.card .card__footer {
    padding-top: 8px;
}

.catalog__section-slide .card__footer {
    display: flex;
    flex-direction: column;
    margin-top: auto;
}

.catalog__section-slide .card__footer .product__actions {
    margin-top: auto;
}

.catalog__section-slider .swiper-pagination {
    background-color: rgba(15, 23, 42, 0.08);
    border-radius: 999px;
    height: 2px;
    margin-top: 14px;
    overflow: hidden;
    position: static;
}

.catalog__section-slider .swiper-pagination-progressbar-fill {
    background-color: #2354ce;
}

.catalog__detail-sections .catalog__delivery-icon,
.catalog__detail-sections .catalog__payment-icon {
    align-items: center;
    background: transparent !important;
    border-radius: 0 !important;
    display: flex;
    flex-shrink: 0;
    height: 20px !important;
    justify-content: center;
    margin-top: 1px;
    width: 20px !important;
}

.catalog__detail-sections .catalog__delivery-icon .icon,
.catalog__detail-sections .catalog__payment-icon .icon {
    color: #2354ce;
    height: 20px !important;
    width: 20px !important;
}

.catalog__detail-sections .catalog__delivery-icon .icon path,
.catalog__detail-sections .catalog__payment-icon .icon path,
.catalog__detail-sections .catalog__payment-icon .icon rect {
    fill: none !important;
    stroke: #2354ce !important;
}

.catalog__detail-sections .catalog__delivery-icon .icon circle {
    fill: #2354ce !important;
    stroke: none !important;
}

.catalog__detail-sections .catalog__delivery-icon .icon g,
.catalog__detail-sections .catalog__payment-icon .icon g {
    stroke: #2354ce !important;
}

.catalog__detail-sections .catalog__delivery-methods,
.catalog__detail-sections .catalog__payment-methods {
    gap: 14px;
}

.catalog__detail-sections .catalog__delivery-method,
.catalog__detail-sections .catalog__payment-method {
    align-items: flex-start;
    gap: 10px;
}

.catalog__detail-sections .catalog__delivery-text,
.catalog__detail-sections .catalog__payment-text {
    color: #0f172a;
    font-size: 14px;
    font-weight: 500;
    line-height: 140%;
}

.catalog__detail-sections .catalog__delivery-note {
    color: #88919e;
    font-size: 12px;
    line-height: 140%;
}

.catalog__detail-sections .catalog__delivery-link {
    font-size: 13px;
}

@media (max-width: 1200px) {
    .catalog__detail-sections {
        grid-template-columns: 1fr;
        padding: 0;
    }

    .catalog__detail-sections .catalog__section--analogs.analog-2,
    .catalog__detail-sections .catalog__section--recommended.recommended-2,
    .catalog__detail-sections .catalog__section--recommended.recommended-4,
    .catalog__detail-sections .catalog__section--delivery-payment,
    .catalog__detail-sections--no-analogs .catalog__section--recommended {
        grid-column: auto;
    }

    .catalog__detail-sections .catalog__section--delivery-payment {
        border-left: none !important;
        border-top: 1px solid rgba(15, 23, 42, 0.08) !important;
        padding: 20px 0 0 !important;
    }
}

@media (max-width: 768px) {
    .catalog__section-nav {
        display: none;
    }
}

/* End */


/* Start:/local/templates/mark/components/bitrix/catalog.element/main/style.css?17866980043484*/
.catalog__detail-aside .top-counter .button{
    position: relative!important;
    transform: none!important;
}

.basket-btns-row{
    width: 100%;
}

.catalog__detail-new-purchase .product__actions {
    display: flex;
    align-items: center;
    gap: 10px;
    width: fit-content;
}

.catalog__detail-new-purchase .top-counter .basket-btns-row {
    width: fit-content;
}

.catalog__detail-new-purchase .basket-btns-row .product__actions {
    opacity: 0;
}

.catalog__detail-new-purchase .basket-btns-row > .spinner {
    display: block;
}

.catalog__detail-new-purchase .basket-btns-row.loaded .product__actions {
    opacity: 1;
}

.catalog__detail-new-purchase .basket-btns-row.loaded > .spinner {
    display: none;
}

.catalog__detail-new-purchase .top-counter__btn {
    flex-shrink: 0;
    width: 188px;
}

.catalog__detail-new-purchase .top-counter__btn .button {
    margin-top: 0;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    transform: none !important;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 48px;
}

.catalog__detail-new-purchase .top-counter .catalog__card-counter {
    width: 170px;
    min-width: 170px;
    max-width: 170px;
    height: 48px;
}

.catalog__detail-new-purchase .top-counter__btn .detail-in-basket-btn {
    display: none;
    width: 48px;
    min-width: 48px;
    height: 48px;
    padding: 0;
    border: none;
    border-radius: 10px;
    background-color: #26a65b;
    align-items: center;
    justify-content: center;
}

.catalog__detail-new-purchase .top-counter__btn .detail-in-basket-btn:hover {
    background-color: #1f8e4c;
}

.catalog__detail-new-purchase .top-counter__btn .detail-in-basket-btn .icon {
    color: #ffffff;
    fill: none;
    width: 22px;
    height: 22px;
}

.catalog__detail-new-purchase .product__actions.counter-show .top-counter__btn .add-to-basket-action {
    display: none;
}

.catalog__detail-new-purchase .product__actions.counter-show .top-counter__btn {
    width: 48px;
}

.catalog__detail-new-purchase .product__actions.counter-show .top-counter__btn .detail-in-basket-btn {
    display: flex;
}

.catalog__title{
    flex-wrap: wrap;
}

.card__labels {
    display: flex;
    flex-direction: column;
    gap: 5px;
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

.card__label {
    padding: 4px 12px;
    border-radius: 22px;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    width: fit-content;
}

.card__label--new {
    background-color: rgb(255, 163, 58); /* Requested Orange */
}

.card__label--special {
    background-color: rgba(35, 84, 206, 0.49); /* Requested Blue */
}

.card__label--hit,
.card__label--default {
    background-color: #475569;
}

.catalog__card-bar{
    width: 100%!important;
    justify-content: end;
}

.catalog__title .card__labels {
    position: unset;
}

.catalog__detail-gallery--no-thumbs .catalog__detail-gallery--thumbs {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    width: 0 !important;
}

.catalog__detail-new .catalog__detail-gallery--no-thumbs {
    gap: 0;
    margin: 0;
    width: 100%;
}

.catalog__detail-gallery--no-thumbs .catalog__detail-gallery--main {
    flex: 1 1 auto;
    width: 100%;
}




/* End */


/* Start:/local/templates/mark/components/bitrix/catalog.item/card/style.css?17867008633299*/
article.card {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  padding: 12px;
  position: relative;
}

article.card .card__header {
  align-items: flex-start;
  display: flex;
  gap: 8px;
  justify-content: space-between;
  min-height: 24px;
  position: relative;
  z-index: 2;
}

article.card .card__labels {
  display: flex;
  flex: 1;
  flex-wrap: wrap;
  gap: 4px;
  left: auto;
  min-width: 0;
  padding-right: 4px;
  position: static;
  top: auto;
  z-index: 1;
}

article.card .card__label {
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 3px 8px;
  text-transform: none;
  width: fit-content;
}

article.card .card__label--new {
  background-color: #fff1e0;
  color: #c05612;
}

article.card .card__label--special {
  background-color: #e8eefb;
  color: #2354ce;
}

article.card .card__label--hit,
article.card .card__label--default {
  background-color: #f4f5f7;
  color: #475569;
}

article.card .catalog__card-bar {
  flex-shrink: 0;
  justify-content: flex-end;
  margin-left: auto;
  position: relative;
  width: auto !important;
  z-index: 3;
}

article.card .card__img {
  align-items: center;
  background: #f4f5f7;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  margin-top: 8px;
  overflow: hidden;
}

article.card .card__img img {
  aspect-ratio: 4 / 3;
  height: auto;
  max-height: 148px;
  object-fit: contain;
  padding: 8px;
  width: 100%;
}

article.card .card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 8px;
  margin-top: 12px;
}

article.card .card__title {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

article.card .card__title .title {
  color: #0f172a;
  display: -webkit-box;
  font-size: 14px;
  font-weight: 500;
  height: auto;
  min-height: calc(1.35em * 2);
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-height: 135%;
  margin: 0;
  overflow: hidden;
}

article.card .card__title .title a {
  color: inherit;
  text-decoration: none;
}

article.card .card__title .title a:hover {
  color: #2354ce;
}

article.card .card__sku,
article.card .clipboard {
  align-items: center;
  color: #88919e;
  display: flex;
  gap: 4px;
  max-width: 100%;
  min-height: 16px;
}

article.card .card__sku--empty {
  visibility: hidden;
}

article.card .scrolling-text {
  color: #88919e;
  display: inline-block;
  font-size: 12px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
  white-space: nowrap;
}

article.card .card__title .firm {
  color: #88919e;
  font-size: 12px;
  min-height: 16px;
}

article.card .card__price {
  font-size: 22px;
  font-weight: 600;
  height: auto;
  letter-spacing: -.03em;
  line-height: 1.1;
  margin-top: 4px;
}

article.card .card__footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: auto;
  padding-top: 12px;
}

article.card .card__footer .button {
  margin-top: 0;
  width: 100%;
}

article.card .card__unavailable {
  align-items: center;
  background: #f4f5f7;
  border-radius: 6px;
  color: #94a3b8;
  display: flex;
  font-size: 13px;
  font-weight: 500;
  justify-content: center;
  line-height: 1.2;
  min-height: 42px;
  padding: 0 12px;
  text-align: center;
  width: 100%;
}

/* End */


/* Start:/local/templates/mark/components/prolaba/form/subscribe/style.css?1758720227492*/
.response p {
    padding: 10px 20px;
    margin: 0;
    border-radius: 5px;
    width: fit-content;
}

.response p.error {
    color: red;
    background-color: #fff0f0;
}


.success-block {
    display: none;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.success-block.view {
    display: block;
}

.subscribe__form{
    overflow: hidden;
}

.subscribe .response p.error{
    width: 100%;
    margin-bottom: 10px;
}
/* End */


/* Start:/local/templates/mark/components/prolaba/form/popup/style.css?1758720320492*/
.response p {
    padding: 10px 20px;
    margin: 0;
    border-radius: 5px;
    width: fit-content;
}

.response p.error {
    color: red;
    background-color: #fff0f0;
}


.success-block {
    display: none;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.success-block.view {
    display: block;
}

.subscribe__form{
    overflow: hidden;
}

.subscribe .response p.error{
    width: 100%;
    margin-bottom: 10px;
}
/* End */
/* /local/templates/mark/components/bitrix/catalog/main/style.css?17866982787906 */
/* /local/templates/mark/components/bitrix/catalog.element/main/style.css?17866980043484 */
/* /local/templates/mark/components/bitrix/catalog.item/card/style.css?17867008633299 */
/* /local/templates/mark/components/prolaba/form/subscribe/style.css?1758720227492 */
/* /local/templates/mark/components/prolaba/form/popup/style.css?1758720320492 */
