

/* Start:/local/templates/aspro_next/components/bitrix/catalog.section/catalog_block_new/style.css?177659429127054*/

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --font-family: "Golos Text", sans-serif;
    --second-family: "Inter", sans-serif;
    --third-family: "Open Sans", sans-serif;
}

.d-wrapper {

}

.catalog_item_new{
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.w-full {
    width: 100%;
}

.d-btn {
    cursor: pointer;
    border-radius: 8px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* background: #ebf5ff; */
    background: #07f;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: -0.03em;
    text-align: center;
    /* color: #07f; */
    color: #ebf5ff;
    border: 0;
    transition: 0.3s background;
    cursor: pointer;
}

.d-btn.one_click {
    color: #07f;
}

.d-btn--border {
    background: #fff;
    border: 1px solid #c7e2fe;
}

.d-btn:hover {
    background: #07f;
    color: #fff;

}

#buy-together .d-btn:not(.btn-active) {
    color: #07f;
    background: #c7e2fe;
}

.d-title {
    font-family: var(--third-family);
    font-weight: 700;
    font-size: 36px;
    line-height: 122%;
    letter-spacing: -0.04em;
    color: #000;
}

.d-cards {
    display: flex;
    flex-wrap: wrap;
}

.d-card {
    border: 1px solid #eceef2;
    padding: 0;
    width: 25%;
    background: #fff;
    position: relative;
    display: flex;
    flex-direction: column;
    transition-duration: .5s;
}

.d-card:hover {
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.08);
}

.d-card--content {
    flex: 1;
    display: flex;
    flex-direction: column;
    padding: 0 16px 16px;
}

.d-card--badges {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    flex-direction: column;
    gap: 4px;
    z-index: 3;
}

.d-card--badge {
    width: fit-content;
    border-radius: 4px;
    padding: 2px 4px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: -0.03em;
    background: #eee;
}

.d-card--badge--new {
    background: #df2a4a;
    color: #fff;
}

.d-card--badge--hit {
    background: #07f;
    color: #fff;
}

.d-card--badge--sale {
    background: #ffca29;
    color: #121212;
}

.d-card--favorite {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    outline: none;
    border-radius: 32px;
    padding: 12px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.d-card--favorite svg path {
    fill: transparent;
    stroke: #df2a4a;
    stroke-width: 1px;
    transition: 0.3s all;
}

.d-card--favorite.active svg path,
.d-card--favorite:hover svg path {
    fill: #df2a4a;
    stroke: #df2a4a;
}

.d-card--colors {
    display: flex;
    gap: 8px;
    padding-bottom: 16px;
}

.d-card--color {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    /*cursor: pointer;*/
    border: 1px solid transparent;
    outline: 1px solid transparent;
    transition: 0.3s all;
    display: block;
}
.d-card--color-item input{
    display: none;
}

.d-card--color-item input:checked +.d-card--color {
    border: 1px solid #fff;
    outline: 1px solid #0077FF;
}
.d-card--sizes{
    display: flex;
    gap: 8px;
    padding-bottom: 16px;
}

.d-card--sizes input{
    display: none;
}
.d-card--size{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: -0.02em;
    color: #000;
    padding: 8px 12px;
    border: 1px solid #d5d8e2;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    transition: 0.3s all;

}
.d-card--sizes input:checked +.d-card--size{
    background: #d5d8e2;
}
.d-card--content__top {
    display: flex;
    align-items: center;
    /*gap: 8px;*/
    margin-bottom: 8px;
    order: 0;
}

.d-card--content__top-inner {
    display: flex;
    align-items: center;
    gap: 8px;
}
.d-product-more .d-card--colors{
    padding-bottom: 0;
}
.d-card-price {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #000;
}

.d-card-old_price, .price .discount .values_wrapper {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 171%;
    letter-spacing: -0.03em;
    text-decoration: line-through;
    color: #b1b9c8;
}

.d-card-pesent, .sale_block .value {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 171%;
    letter-spacing: -0.03em;
    color: #df2a4a;
}

a.d-card-title {
    font-family: var(--font-family);
    font-weight: 500!important;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.03em;
    color: #000;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Количество строк */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
    transition: 0.3s all;
    cursor: pointer;
}

.item-title{
    order: 1;
}

.sa_block {
    position: relative;
    order: 2;
}

.d-card-title a {
    color: #000;
}

.d-card-title:hover{
    color: #0077ff;
}

.d-card-code {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: -0.02em;
    color: #b1b9c8;
    margin-bottom: 8px;
    width: 100%;
}

.d-card-status {
    display: flex;
    gap: 8px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #8692aa;
}

.d-card-status.coming-soon {
    line-height: 131%;
    color: #e2b838;


}

.d-card-status.coming-soon span.black {
    font-weight: 400;
    font-size: 12px;
    line-height: 175%;
    color: #505050;
    display: block;
}

.d-card-status.in-stock {
    color: #34c759;

}

.d-card-status.pre-order {
    color: #8692aa;
}


.d-card-buy {
   margin-top: 32px;
    flex: 1;
    display: flex;
    align-items: flex-end;
     justify-content: space-between;
}

.d-card-buy.active {
    gap: 4px
}

.d-btn--primary.active,
.d-card-buy.active .d-btn--primary {
    background: #EBF5FF;
    color: #07f;
    /*max-width: 50%;*/
}

.d-btn--primary.active.w-full {
    max-width: 100%;
}

.product-card__counter {
    max-width: 50%;
    width: 100%;
    background: rgba(0, 119, 255, 0.08);
    border-radius: 8px;
    padding: 12px 8px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: -0.02em;
    color: #07f;
    display: none;
    align-items: center;
    justify-content: space-between;
}

.d-card-buy.active .product-card__counter {
    display: flex;
}

.product-card__counter button {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    background: transparent;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 125%;
    letter-spacing: -0.02em;
    color: #07f;
    cursor: pointer;
}

.d-cards-block {
    max-width: 1440px;
    width: 100%;
    margin: 40px auto;
    padding: 75px;
    background: #fff;
    border-radius: 24px;

}

.d-card--image {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 200px;
}

.d-card--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.d-card--preview {
    position: absolute;
    border-radius: 8px;
    padding: 8px 12px;
    backdrop-filter: blur(15px);
    background: rgba(134, 146, 170, 0.4);
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: -0.02em;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    border: 0;
    outline: none;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s all;
    cursor: pointer;
    left: 50%;
    top: 50%;
    transform: translate(-50%, 0%);
}

.d-card:hover .d-card--preview {
    opacity: 1;
    visibility: visible;
}

.d-section-title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 22px;
    line-height: 132%;
    letter-spacing: -0.03em;
    color: #121212;
}

.d-specs {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 24px;
}

.d-specs__item {
    max-width: calc(25% - 12px);
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
    border-radius: 12px;
    padding: 16px;
    background: #f5f5f5;
}

.d-specs__name {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: #525252;
}

.d-specs__value {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 18px;
    line-height: 156%;
    letter-spacing: -0.02em;
    color: #000;
}

.d-section {

}

.d-data {
    max-width: 590px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding-bottom: 57px;
}

.d-data--small {
    max-width: 475px;
}

.d-data--small .d-data--value {
    max-width: 210px;
}

.d-data--list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.d-data--item {
    display: flex;
}

.d-data--key {
    flex-grow: 1;
    display: flex;
    align-items: baseline;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.03em;
    color: #8692aa;
    text-wrap: nowrap;
}

.d-data--value {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.03em;
    text-align: right;
    color: #121212;
    max-width: 270px;
}

.d-data--key::after {
    content: '';
    width: 100%;
    margin-inline: 0.3em;
    border-bottom: 2px dashed #949494;
}

.d-faq {
    font-family: var(--font-family);
}

.d-faq__title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

.d-faq__item {
    border-bottom: 1px solid #e0e0e0;
    padding: 12px 0;
}

.d-faq__question {
    width: 100%;
    text-align: left;
    background: none;
    border: none;
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    padding-right: 20px;
}

.d-faq__question::after {
    content: "+";
    position: absolute;
    right: 0;
    font-weight: 700;
    transition: transform 0.3s;
}

.d-faq__item.active .d-faq__question::after {
    content: "−";
}

.d-faq__answer {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    color: #555;
    font-size: 15px;
    line-height: 1.5;
}

.d-faq__answer ol {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.03em;
    color: #8692aa;
    list-style: disc;
    padding-left: 30px;
}

.d-faq__item.active .d-faq__answer {
    max-height: 200px;
    opacity: 1;
    margin-top: 8px;
}

.d-product-wrapper {
    max-width: 1316px;
    width: 100%;
    margin: 0 auto;
    padding: 0 10px;
}

.d-product-content {
    margin-top: 55px;
    margin-bottom: 40px;
    border: 1px solid #ebebeb;
    border-radius: 12px;
    background: #fff;
    display: flex;
    justify-content: space-between;
}

.d-product-info {
    width: 50%;
    height: inherit;
    display: flex;
    flex-wrap: wrap;
}

.d-product-meta {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: -0.02em;
    color: #000;
    width: 50%;
    border-bottom: 1px solid #ebebeb;
    padding: 24px 20px;
    height: 68px;

}

.d-product-meta a {
    font-weight: 400;
    color: #07f;
    text-decoration: none;
    position: relative;
}

.d-product-meta a:before{
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: #07f;
    bottom: 0;
    left: 0;
    transition: 0.3s;
}
.d-product-meta a:hover:before {
    width: 100%;
}

.d-product-meta.article {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: -0.02em;
    color: #b1b9c8;
    border-right: 1px solid #ebebeb;
    padding-left: 0;
}

.d-product-more:nth-child(1),
.d-product-more:nth-child(3) {
    border-right: 1px solid #ebebeb;
    padding-left: 0;
}

.d-product-more {
    width: 50%;
    padding: 16px 20px;
    height: calc(100% - 68px);
}

.d-installments {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 32px;
}

.d-installments:nth-last-child(1) {
    padding-bottom: 0;
    gap: 12px;
}

.d-installments__title {
    font-family: var(--font-family);
    font-weight: 600;
    font-size: 18px;
    line-height: 156%;
    letter-spacing: -0.02em;
    color: #000;
}

.d-installments__desc {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: -0.02em;
    color: #000;
}

.d-installments__list {
    display: flex;
    flex-wrap: wrap;
    /*align-items: center;*/
    gap: 16px;
    max-width: 80%;
}

.d-installments__links {
    display: flex;
    align-items: center;
    gap: 8px;
}

.d-product-purchase__rating {
    display: flex;
    align-items: center;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: -0.02em;
    gap: 2px;
    color: #8692aa;
}

.d-product-purchase__rating.votes-not-result svg path {
    fill: #8692AA;
    stroke: #8692AA;
}

.d-product-purchase__rating span {
    color: #121212;

}

.d-product-purchase__rating.votes-not-result span {
    color: #8692AA;
}

.d-card--content__top.big {
    flex-direction: column;
    gap: 4px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 8px;
}

.d-card--content__top.big .d-card--content__top-inner {
    gap: 8px;
}

.d-card--content__top.big .d-card-price {
    font-size: 28px;
    line-height: 129%;
}

.d-card--content__top.big .d-card-old_price,
.d-card--content__top.big .d-card-pesent {
    font-size: 16px;
    line-height: 150%;
}

.d-card-status--list {
    margin: 24px 0 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.d-card-product--colors .d-card--colors {
    gap: 8px;
}

.d-card-product--colors {
    margin-bottom: 8px;
}

.d-card-product--colors__label {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: -0.02em;
    color: #8692aa;
    margin-bottom: 8px;
}

.d-product-buy {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.d-product-buy__top {
    display: flex;
    align-items: center;
    gap: 8px;
}

.mt-0 {
    margin-top: 0;
}

.d-product--favorite {
    cursor: pointer;
    border-radius: 8px;
    padding: 12px;
    width: 44px;
    height: 44px;
    background: #fdeef1;
    border: 0;
    outline: none;

}

.d-product--favorite svg path {
    stroke: #df2a4a;
    fill: transparent;
    transition: 0.3s all;
}

.d-product--favorite:hover svg path,
.d-product--favorite.active svg path {
    fill: #df2a4a;
}

.d-swiper {
    width: 100%;
    max-width: 1200px;
    margin: auto;
}

.d-swiper .swiper-slide {
    /*background: #f5f5f5;*/
    /*border-radius: 8px;*/
    /*padding: 20px;*/
    /*text-align: center;*/
    max-width: 256px;
    width: 100%;
}

.d-product-section {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 34px;
    margin: 40px 0;
}

.d-product-section__left {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 72%;
    width: 100%;
    flex: 1;
}

.d-product-section__left-inner {
    position: relative;
    margin-bottom: 60px;

}

.d-product-section__left-inner::after {
    content: '';
    right: 0;
    top: 0;
    position: absolute;
    width: 84px;
    height: 100%;
    background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 99;
}

.d-product-section__left-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.d-section-arrows {
    display: flex;
    align-items: center;
    gap: 12px;
}

.d-swiper-button-arrow {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: none;
    outline: none;
}

.d-swiper-button-arrow svg path {
    fill: #121212;
    transition: 0.3s all;
}

.d-swiper-button-arrow:hover svg path {
    fill: #07f;
}

.d-product-section__right {
    max-width: 25%;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 16px;
    border: 1px solid #ebebeb;
    border-radius: 12px;
    position: sticky;
    top: 20px;
}

.d-product-section__right-description {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 143%;
    letter-spacing: -0.02em;
    color: #666;
    max-width: 245px;
}

.d-product-section__right-links {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.d-product-section__right-link {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 125%;
    letter-spacing: -0.03em;
    color: #07f;
    text-decoration: none;
}

.d-product-section__right-link span {
    position: relative;
    display: flex;
}

.d-product-section__right-link span::before {
    content: '';
    position: absolute;
    width: 0;
    height: 1px;
    background: #07f;
    bottom: 0;
    left: 0;
    transition: 0.3s all;
}

.d-product-section__right-link:hover span:before {
    width: 100%;
}

.d-product-gallery {
    max-width: 50%;
    padding: 70px 50px;
}

.d-gallery {
    display: flex;
    gap: 10px;
    max-width: 800px;
    align-items: center;
}

/* Вертикальный мини-слайдер */
.d-gallery-thumbs {
    width: 80px;
    height: 352px;
}

.d-gallery-thumbs .swiper-slide {
    height: 64px;
    width: 100%;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 12px;
}

.d-gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border: 1px solid #07f;

}

.d-gallery-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 12px;
}

/* Основной слайдер */
.d-gallery-main {
    width: 100%;
    height: 352px;
}

.d-gallery-main img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 6px;
    max-width: 352px;
    margin: auto;
}

.d-gallery-main .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-pagination {
    display: none;
}

@media screen and (max-width: 1100px) {
    .d-product-content {
        flex-direction: column;
    }

    .d-product-section__left,
    .d-product-section__right,
    .d-product-section__right-description,
    .d-product-info,
    .d-product-gallery {
        max-width: 100%;
        width: 100%;
    }

    .d-product-info {
        border-top: 1px solid #ebebeb;
    }

    .d-product-section {
        flex-direction: column;
    }

    .d-product-section__right-description br {
        display: none;
    }

    .swiper-pagination {
        display: flex;
        justify-content: center;
    }
}

@media screen and  (max-width: 600px) {
    .d-cards-block {
        padding: 20px;
    }

    .d-title {
        font-size: 20px;
    }

    .d-cards {
        padding-top: 24px;
    }

    .d-card {
        width: 50%;
    }

    .d-card--content {
        padding: 0 10px 16px;
    }

    .d-card--content__top {
        flex-direction: column-reverse;
        align-items: flex-start;
        gap: 2px;
        margin-bottom: 4px;
    }

    .d-card--content__top-inner {
        gap: 4px;
    }

    .d-card-price {
        font-size: 18px;
        line-height: 117%;
    }

    .d-card-old_price {
        font-size: 12px;
        line-height: 133%;
    }

    .d-card-pesent {
        font-size: 12px;
        line-height: 133%;
    }

    .d-card--color {
        width: 16px;
        height: 16px;
    }

    .d-card--colors {
        gap: 6px;
        padding-bottom: 8px;
    }

    .d-card-code,
    .d-card-title {
        font-size: 14px;
        line-height: 150%;
        margin-bottom: 4px;
    }

    .d-card .d-card-status {
        font-size: 14px;
        line-height: 150%;
    }

    .d-card .d-card-status svg {
        width: 20px;
        height: 20px;
    }

    .d-card-buy.active {
        flex-direction: column;
        gap: 4px;
    }

    .d-card-buy.active .d-btn--primary {
        max-width: 100%;
        width: 100%;
    }

    .product-card__counter {
        max-width: 100%;
        padding: 8px 12px;
    }

    .d-specs {
        margin-top: 16px;
        gap: 8px;
    }

    .d-specs__item {
        max-width: calc(50% - 4px);
        padding: 16px;
    }

    .d-specs__name {
        font-size: 16px;
        line-height: 150%;
    }

    .d-specs__value {
        font-size: 18px;
        line-height: 156%;
    }

    .d-product-meta {
        max-width: 100%;
        width: 100%;
        border-bottom: 0;
        border-right: 0;
        padding: 0 15px;
    }

    .d-product-meta:nth-child(1) {
        padding-bottom: 12px;
        border-right: 0;

    }

    .d-product-info {
        padding: 16px 0 0;
    }

    .d-product-content {
        border-radius: 0;
        margin-bottom: 4px;
    }

    .d-product-section {
        margin-top: 0;
        gap: 16px;

    }

    .d-swiper .swiper-slide {
        max-width: 175px;
    }

    .d-product-section__left-inner::after {
        content: unset;
    }

    .d-product-more {
        max-width: 100%;
        width: 100%;
        border-right: 0;
        padding: 16px 15px;
    }

    .d-product-more:nth-child(3) {
        padding-left: 15px;
    }

    .d-product-more .d-card--color {
        width: 20px;
        height: 20px;
    }

    .d-product-more .d-card-buy.active {
        flex-direction: row;
        gap: 8px;
    }

    .d-product-more .d-card-status {
        font-size: 16px;
        line-height: 150%;
    }

    .d-card-product--colors {
        margin-bottom: 16px;
    }

    .d-installments__list {
        max-width: 215px;
    }

    .d-section-title {
        font-size: 18px;
        line-height: 133%;
    }

    .d-product-section__left-inner {
        margin-bottom: 40px;
    }

    .d-gallery-thumbs {
        display: none;
    }

    .d-product-gallery {
        padding: 30px;
    }

    .d-gallery-main img {
        max-height: 188px;
    }

    .d-gallery-main {
        height: 240px;
    }

    .swiper-pagination {
        display: flex;
        justify-content: center;
    }

    .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        background: #c1c1c1;
        margin: 0 2px !important;
        border-radius: 50%;
        transition: 0.3s;
    }

    .swiper-pagination-bullet-active {
        background: #07f;
    }
}

@media screen and  (max-width: 400px) {
    .d-data--small .d-data--value,
    .d-data--value {
        text-align: left;
        max-width: 142px;
        width: 100%;
    }

    .d-data--key {
        text-wrap: wrap;
        /*max-width: 127px;*/
    }
}

div.button_block.wide{
    width: 100%!important;
}

.sale_block .value {
    color: #df2a4a!important;
}

.sale_wrapper .text{
    display: none!important;
}

.price_matrix_wrapper{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.js_price_wrapper.price .price .values_wrapper {
    display: inline-block;
    white-space: nowrap;
}

.catalog_item {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.wraps .item {
    height: 100%;
}

input[type="text"].counter__value {
    width: 100%;
    background: transparent;
    border: 0;
    font-size: inherit;
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
    color: #0077FF;
}

body .ajax_load .main_item_wrapper div.total_summ {
    display: none!important;
}

.d-card-buy{
    order: 3;
}

@media screen and  (max-width: 600px) {
    .ce_cmp .ajax_load.block .counter_wrapp .button_block {
        margin-top: 0;
        width: 100%;
    }

    .d-btn {
        padding: 8px 12px;
    }

    .price:not(.discount) .values_wrapper span{
            font-size: 18px;
            font-weight: 500;
            color: #000;
    }

    .discount .values_wrapper span{
        text-decoration: line-through;
        color: #b1b9c8;
        font-weight: 500;
    }

    .price_matrix_wrapper {
        justify-content: normal;
        flex-wrap: wrap;
    }

    a.d-card-title{
        font-size: 14px!important;
    }

    .d-card-buy.active {
        justify-content: end;
    }

    div.catalog_item {
        padding: 10px 10px 16px;
    }

    .mobile .catalog_item .item_info {
        padding-bottom: 0;
    }

    div.button_block{
        width: 100%;
    }

    .catalog_block .item_info {
        width: 100%!important;
    }

    .sale_block .value {
        display: block!important;
    }

    .d-card-buy {
        margin-top: 16px;
    }

}

@media only screen
and (min-width: 1024px)
and (orientation: portrait)
{

    .d-card-buy {
        flex-wrap: wrap;
        align-content: end;   
        margin-top: 20px;
    }

    .button_block{
        width: 100%;
    }  

    .product-card__counter {
        max-width: 100%;
    }

    .price_matrix_wrapper {
            flex-wrap: wrap;
    }          

}

@media only screen and (width: 1180px) and (orientation: landscape) {

        .d-btn {
            padding: 12px 8px;
            font-size: 14px;
        }

        .product-card__counter
        {
            padding: 12px 8px;
            font-size: 14px;
            line-height: 1;
        }
        

}

@media screen and (min-width:600px) and (max-width:1024px) and (orientation:portrait){

         .d-card-buy {
            flex-wrap: wrap;
            align-content: end;   
            margin-top: 20px;
        }

        .button_block{
            width: 100%;
        }  

        .product-card__counter {
            max-width: 100%;
        }

         .price_matrix_wrapper {
            flex-wrap: wrap;
        }       

}

@media screen and (min-width:768px) and (max-width:1320px) and (orientation:landscape){

        .d-btn {
            padding: 12px 8px;
            font-size: 14px;
        }

        .product-card__counter
        {
            padding: 12px 8px;
            font-size: 14px;
            line-height: 1;
        }

        a.d-card-title {
            font-family: var(--font-family);
            font-weight: 500 !important;
            font-size: 14px;       
        }

        .price_matrix_wrapper {
            flex-wrap: wrap;
        }

}


/* End */
/* /local/templates/aspro_next/components/bitrix/catalog.section/catalog_block_new/style.css?177659429127054 */
