/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/vue/components/Calc.vue?vue&type=style&index=0&id=93643f86&lang=css ***!
  \*****************************************************************************************************************************************************************************************************************************************************/

.white-popup .button-container {
    text-align: center; /* Центрирование содержимого контейнера */
    display: block;
}
.white-popup .add_printPrice {
    border: none;
    color: #FFFFFF;
    background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 100%);
    display: none;
    position: relative;
    width: 250px;
    margin: 0 auto;
    margin-bottom: 40px;
    text-transform: uppercase;
    box-shadow: 0 10px 18px rgba(37, 99, 235, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.22);
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.white-popup .add_printPrice:hover {
    background: linear-gradient(135deg, #0284c7 0%, #1d4ed8 100%);
    box-shadow: 0 12px 22px rgba(29, 78, 216, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.22);
    transform: translateY(-1px);
}
.white-popup .add_printPrice:active {
    color: #FFFFFF;
    box-shadow: 0 5px 10px rgba(29, 78, 216, 0.24), inset 0 2px 5px rgba(0, 0, 0, 0.16);
    transform: translateY(0);
}
.btn-rasschitat {
    color: #FFFFFF;
    background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 100%);
    display: none;
    position: relative;
    margin: 0 auto;
    text-transform: uppercase;
    box-shadow: 0 10px 18px rgba(37, 99, 235, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.22);
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.btn-rasschitat:hover {
    background: linear-gradient(135deg, #0284c7 0%, #1d4ed8 100%);
    box-shadow: 0 12px 22px rgba(29, 78, 216, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.22);
    transform: translateY(-1px);
}
.btn-rasschitat:active {
    box-shadow: 0 5px 10px rgba(29, 78, 216, 0.24), inset 0 2px 5px rgba(0, 0, 0, 0.16);
    transform: translateY(0);
}
.clear-prints {
    display: none;
    margin: 0 auto;
    border: 1px solid #CFCFCF;
    border-radius: 2px;
    transition-delay: 0;
    transition-duration: .2s;
    transition-property: all;
    transition-timing-function: cubic-bezier(0, 0, 1, 1)
}
.show {
    display: block;
}
#calculator.white-popup [data-visible="count"],
#calculator.white-popup [data-visible="colors"],
#calculator.white-popup [data-visible="square"],
#calculator.white-popup [data-visible="squareInput"] {
    text-align: center;
    margin-bottom: 24px;
}
#calculator.white-popup [data-visible="colors"],
#calculator.white-popup [data-visible="square"],
#calculator.white-popup [data-visible="squareInput"] {
    white-space: nowrap;
}
#calculator.white-popup [data-visible="count"] {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
    white-space: normal;
    max-width: 100%;
}
#calculator.white-popup [data-visible="count"] .calc-count-title {
    line-height: 1.2;
    white-space: nowrap;
}
#calculator.white-popup [data-visible="count"] .calc-count-stock {
    white-space: normal;
}
@media (max-width: 620px) {
#calculator.white-popup [data-visible="count"] .calc-count-title {
        display: block;
        flex-basis: 100%;
        white-space: normal;
}
}
#calculator.white-popup [data-visible="count"] input[name="PRODUCT-COUNT"],
#calculator.white-popup [data-visible="colors"] select,
#calculator.white-popup [data-visible="square"] select,
#calculator.white-popup [data-visible="squareInput"] input[name="PRINT-SQUARE-INPUT"] {
    margin: 0 10px;
}
#calculator.white-popup [data-visible="count"] br,
#calculator.white-popup [data-visible="colors"] br,
#calculator.white-popup [data-visible="square"] br,
#calculator.white-popup [data-visible="squareInput"] br {
    display: none;
}
.close-modal {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    padding: 0 0 18px 10px;
    color: #333;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
    background: transparent;
    border: 0;
    border-radius: 0;
    z-index: 1046;
}
.close-modal:hover,
.close-modal:focus {
    opacity: 1;
}
#managerPriceInfo {
    margin-top: 15px;
    padding: 10px;
    font-size: 18px;
}
@media (max-width: 991px) {
.close-modal {
        right: 0;
        top: 0;
}
}

/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/vue/components/detail/ProductItem.vue?vue&type=style&index=0&id=53ba53e8&lang=css ***!
  \*******************************************************************************************************************************************************************************************************************************************************************/

.catalog_product-card-price {
    position: relative;
    padding: 10px;
}
.favorite-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    display: inline-block;
    cursor: pointer;
}
.favorite-icon-img {
    width: 24px;
    height: 24px;
}
.favorite-icon-abr-mobile {
    display: none;
}
.add-to-set-notice .order-form-confirm__text {
  margin-top: 20px;
  font-size: 22px;
  font-weight: 400;
  line-height: 3;
  text-align: center;
}
.catalog_product-group {
}
.catalog_product-name {
    font-size: 24px;
    line-height: 32px;
    margin-top: 30px;
    font-weight: 200;
}
.catalog_product-name-line {
    display: flex;
    align-items: center;
    gap: 8px;
}
.catalog_product-name-link {
    text-decoration: none;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    min-width: 0;
    flex: 0 1 auto;
}
.catalog_product-name-link:hover {
    text-decoration: none;
}
.catalog_product-art-toggle {
    width: 1em;
    height: 1em;
    font-size: 1em;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    flex: 0 0 auto;
    line-height: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.catalog_product-art-toggle-icon {
    width: 1em;
    height: 1em;
    display: block;
    opacity: 0.75;
    filter: grayscale(1) brightness(0.65);
    transition: opacity 0.2s ease, filter 0.2s ease;
}
.catalog_product-art-toggle:hover .catalog_product-art-toggle-icon {
    opacity: 0.9;
}
.catalog_product-art-toggle.is-active .catalog_product-art-toggle-icon {
    opacity: 1;
    filter: invert(41%) sepia(96%) saturate(3434%) hue-rotate(205deg) brightness(102%) contrast(103%);
}
.catalog_product-art-toggle:focus {
    outline: none;
}
.catalog_product-art-toggle:focus-visible {
    outline: 2px solid rgba(31, 120, 255, 0.35);
    border-radius: 4px;
}
.catalog_product-art-copy-hint {
    font-size: 11px;
    line-height: 1.2;
    color: #444;
    white-space: nowrap;
}
.catalog_product-images {
    margin-top: 20px;
    margin-left: 15px;
}
.catalog_product-images-item_solo {
    display: inline-block;
    margin-right: 18px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid white;
}
.catalog_product-images-item_solo:hover {
    cursor: pointer;
    border-bottom-color: #2D9A07;
}
.catalog_product-images-item_solo.active,
.catalog_product-images-item_solo.router-link-exact-active,
.catalog_product-images-item_solo.router-link-active {
    border-bottom-color: #9A9A9A;
}
.catalog_product-images-item_solo img {
    width: auto;
    height: 60px;
}
.catalog_product {
    margin-top: 32px;
    margin-bottom: 15px;
}
.catalog_product-preview-image {
    text-align: center;
}
.catalog_product-preview-image a {
    cursor: zoom-in;
}
.catalog_product-preview-image img {
}
.col-xs-12 > .other-images {
    text-align: left;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.col-xs-12 > .other-images > a {
    display: flex;
    width: 90px; /* Фиксированная ширина контейнера */
    height: 90px; /* Фиксированная высота контейнера */
    overflow: hidden; /* Предотвращает выход изображения за пределы контейнера */
    text-align: center;
    vertical-align: middle;
    margin: 5px;
}
.col-xs-12 > .other-images > a > img {
    max-width: 100%;
    max-height: 100%;
    transition: transform 0.3s ease; /* Плавный переход для масштабирования */
    transform-origin: center center; /* Масштабирование от центра */
}
.col-xs-12 > .other-images > a > img:hover {
    cursor: pointer;
    transform: scale(0.95); /* Уменьшение изображения на 5% */
}
.more_images_product {
    margin: 5px;
    vertical-align: middle;
    text-align: center;
    height: 90px;
    width: 90px;
    border: 1px solid #9E9E9EFF;
    border-radius: 10px;
    display: inline-flex;
    justify-content: space-around;
    flex-direction: column;
}
.more_images_product:hover {
    cursor: pointer;
    text-decoration: none;
    border: 2px solid #9e9e9e;
    border-radius: 10px;
}
.more_images_product > span {
    line-height: 0.9;
    font-size: 27px;
    font-weight: 200;
}
.more_images_product > span:hover {
    line-height: 0.9;
    font-size: 27px;
    color: #000000;
}
.catalog_product-info {
}
.harakteristiki {
    padding: 0;
    margin-top: 30px;
}
.harakteristiki li {
    align-items: baseline;
    display: flex;
    margin-bottom: 0.5em;
}
.harakteristiki li::before {
    min-width: 20px;
    content: '';
    border-bottom: 1px dashed #CCCCCC;
    flex-grow: 1;
    order: 2;
    margin-left: 4px;
    margin-right: 4px;
}
.harakteristiki .razmer {
    display: block;
}
.harakteristiki .value {
    order: 3;
    text-align: left;
}
.catalog_product-info-overlays {
}
.catalog_product-info-overlays a {
    margin: 2px 0 2px 1px;
    font-size: 0.85em;
    border-radius: 8px;
}
.catalog_product-info-field-name {
    font-size: 14px;
    color: #1d4ed8;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.catalog_product-info-field-value-container {
    display: flex;
    align-items: flex-start; /* Вертикальное выравнивание */
    justify-content: flex-start; /* Оставляем элементы слева */
    width: 100%; /* Ширина контейнера будет равна 100% строки */
}
.catalog_product-info-field-value {
    font-size: 12px;
    text-transform: uppercase;
    display: grid;
    flex: 1; /* Занимает всё возможное пространство */
}
.vozmojnie-vidy {
    flex: 1; /* Этот блок займет оставшуюся ширину */
    margin-left: 100px; /* Отступ справа */
    max-width: 300px; /* Ограничение ширины для изображения */
    visibility: visible; /* Убираем скрытие блока */
    position: static; /* Убираем абсолютное позиционирование */
    box-shadow: none; /* Убираем тень */
}
.vozmojnie-vidy-ankor {
}
.vozmojnie-vidy-ankor .vozmojnie-vidy {
    width: 300px;
    visibility: hidden;
    position: absolute;
    top: 150px;
    background: #FFFFFF;
    box-shadow: -2px 2px 10px -1px #333333;
    border-radius: 5px;
    color: black;
}
.vozmojnie-vidy-ankor:hover .vozmojnie-vidy {
    visibility: visible;
    z-index: 1;
}
.vozmojnie-vidy img {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}
.vozmojnie-vidy-text {
    padding: 10px;
}
.ne-pocazivat-on-mobile {
}
.infliction {
    margin-top: 25px;
}
.infliction-preview {
}
.infliction-preview-name {
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
    padding-bottom: 10px;
    color: #1d4ed8;
    letter-spacing: 1px;
}
.infliction-items {
    text-align: center;
}
.infliction-item {
    display: inline-block;
    margin: 5px;
}
/*    .infliction-image {
    }*/
.infliction-item-image {
    display: inline-block;
    width: 60px; /* Фиксированная ширина контейнера */
    height: 60px; /* Фиксированная высота контейнера */
    overflow: hidden; /* Предотвращает выход изображения за пределы контейнера */
    /*margin: 10px;*/ /* Добавляем отступ между изображениями */
    text-align: center;
    vertical-align: middle;
}
.infliction-item-image img {
    width: 60px;
    height: 60px;
    max-width: 100%;
    max-height: 100%;
    transition: transform 0.3s ease; /* Плавный переход для масштабирования */
    transform-origin: center center; /* Масштабирование от центра */
    /*border-radius: 10px;*/
}
.infliction-item-image img:hover {
    cursor: pointer;
    transform: scale(0.95); /* Уменьшение изображения на 5% при наведении */
}
.more_images_infliction {
    margin: 5px;
    vertical-align: middle;
    text-align: center;
    height: 60px;
    width: 60px;
    border: 1px solid #9E9E9EFF;
    border-radius: 10px;
    display: inline-flex;
    justify-content: space-around;
    flex-direction: column;
}
.more_images_infliction:hover {
    cursor: pointer;
    text-decoration: none;
    border: 2px solid #9e9e9e;
    border-radius: 10px;
}
.more_images_infliction > span {
    line-height: 0.9;
    font-size: 17px;
    font-weight: 200;
}
.more_images_infliction > span:hover {
    line-height: 0.9;
    font-size: 17px;
    color: #000000;
}

/* Refresh blocks: material/specs, print types and print samples */
.harakteristiki {
    list-style: none;
    padding: 16px 18px;
    margin: 0 0 22px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #dbe8ff;
    border-radius: 16px;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
}
.harakteristiki li {
    margin-bottom: 10px;
    line-height: 1.45;
}
.harakteristiki li:last-child {
    margin-bottom: 0;
}
.harakteristiki li > span:first-child {
    color: #334155;
    font-weight: 500;
}
.harakteristiki li::before {
    border-bottom-color: #cbd5e1;
    margin-left: 8px;
    margin-right: 8px;
    transform: translateY(-2px);
}
.harakteristiki .value {
    color: #0f172a;
    font-weight: 600;
}
.harakteristiki li.brand-row > .brand-name-link {
    order: 3;
    margin-left: auto;
    text-align: right;
}
.harakteristiki li.brand-row > .value {
    order: 4;
    text-align: right;
}
.harakteristiki li.brand-row .brand-value-with-logo {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
}
.harakteristiki li.brand-row .brand-value-with-logo img {
    width: 50px;
    position: static;
}
.catalog_product-info-overlays {
    margin-top: 22px;
    padding: 16px;
    border: 1px solid #dbe8ff;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
}
.catalog_product-info-overlays table {
    margin: 0;
    border-collapse: separate;
    border-spacing: 0 8px;
}
.catalog_product-info-overlays td {
    vertical-align: top;
}
.catalog_product-info-overlays a {
    margin: 0;
    font-size: 11.5px;
    border-radius: 12px;
    min-height: 38px;
    padding: 8px 12px;
    border: 1px solid #cbd5e1;
    background: #ffffff;
    color: #0f172a;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.catalog_product-info-overlays a:hover {
    text-decoration: none;
    border-color: #93c5fd;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.14);
    transform: translateY(-1px);
}
.catalog_product-info-overlays td:first-child .vozmojnie-vidy-ankor {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
}
.catalog_product-info-overlays td:first-child .vozmojnie-vidy-ankor span {
    overflow-wrap: anywhere;
}
.catalog_product-info-overlays td.ne-pocazivat-on-mobile {
    width: 116px;
    padding-left: 8px;
}
.catalog_product-info-overlays td.ne-pocazivat-on-mobile .vozmojnie-vidy-ankor {
    width: 100%;
    min-width: 108px;
}
.catalog_product-info-field-name {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 12px;
    letter-spacing: 1.4px;
}
.catalog_product-info-field-name--toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    user-select: none;
    min-height: 24px;
    margin-bottom: 0;
    padding-right: 24px;
    line-height: 1.2;
}
.catalog_product-info-field-name--toggle:after {
    content: "";
    border-color: #1d4ed8;
    border-bottom: 2px solid;
    border-left: 2px solid;
    width: 9px;
    height: 9px;
    transition: transform 0.25s ease;
    position: absolute;
    top: 50%;
    right: 2px;
    transform: translateY(-50%) rotate(-45deg);
}
.catalog_product-info-field-name--toggle.is-open:after {
    transform: translateY(-50%) rotate(135deg);
}
.catalog_product-info-overlays-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    margin-top: 0;
    transition: max-height 0.3s cubic-bezier(0, 1, 0.5, 1), opacity 0.2s ease, margin-top 0.2s ease;
}
.catalog_product-info-overlays-content.is-open {
    max-height: 2400px;
    opacity: 1;
    overflow: visible;
    margin-top: 8px;
    transition: max-height 0.3s cubic-bezier(1, 0, 1, 0.5), opacity 0.2s ease, margin-top 0.2s ease;
}
.catalog_product-info-field-value {
    font-size: 11.5px;
    gap: 8px;
}
.vozmojnie-vidy-ankor {
    position: relative;
    font-weight: 500;
    letter-spacing: 0.4px;
}
.vozmojnie-vidy {
    width: 260px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    border: 1px solid #bfdbfe;
    border-radius: 12px;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 18px 30px rgba(15, 23, 42, 0.2);
    transform: translateY(6px);
    transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
}
.vozmojnie-vidy-ankor:hover .vozmojnie-vidy {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
    z-index: 2;
}
.vozmojnie-vidy img {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}
.infliction {
    margin-top: 22px;
    padding: 16px;
    border: 1px solid #dbe8ff;
    border-radius: 16px;
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
}
.infliction-preview-name {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    padding-bottom: 12px;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}
.infliction-items {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.infliction-item {
    margin: 0;
}
.infliction-item-image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 74px;
    height: 74px;
    border: 1px solid #dbe8ff;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.09);
}
.infliction-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease, filter 0.25s ease;
}
.infliction-item-image img:hover {
    transform: scale(1.06);
    filter: saturate(1.05);
}
.more_images_infliction {
    margin: 0;
    width: 74px;
    height: 74px;
    border: 1px dashed #93c5fd;
    border-radius: 12px;
    background: #eff6ff;
    color: #1d4ed8;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.more_images_infliction:hover {
    border: 1px solid #60a5fa;
    background: #dbeafe;
    color: #1e40af;
    transform: translateY(-1px);
}
.more_images_infliction > span,
.more_images_infliction > span:hover {
    line-height: 1;
    font-size: 15px;
    font-weight: 600;
    color: inherit;
}
@media (max-width: 991px) {
.harakteristiki {
        margin-top: 0;
        padding: 14px;
        border-radius: 14px;
}
.catalog_product-info-overlays,
    .infliction {
        padding: 14px;
        border-radius: 14px;
}
.catalog_product-info-overlays td.ne-pocazivat-on-mobile {
        display: none;
}
.infliction-item-image,
    .more_images_infliction {
        width: 68px;
        height: 68px;
}
}

/* Requested layout tweaks */
.catalog_product-info {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 20;
    overflow: visible;
}
.harakteristiki {
    order: 1;
}
.infliction {
    order: 2;
}
.catalog_product-info-overlays {
    order: 3;
    position: relative;
    z-index: 30;
    overflow: visible;
}
.catalog_product-info-overlays-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 8px;
    table-layout: auto;
}
.catalog_product-info-overlays-table td {
    padding: 0;
    vertical-align: middle;
    display: table-cell;
}
.overlay-example-cell {
    width: 1%;
    white-space: nowrap;
    text-align: right;
    padding-left: 8px !important;
    display: table-cell !important;
    vertical-align: middle !important;
}
.overlay-type-link,
.overlay-example-link {
    min-height: 38px;
    display: flex;
    align-items: center;
    overflow: visible;
}
.overlay-type-link {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
}
.overlay-type-link > span {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow-wrap: anywhere;
}
.overlay-example-link {
    display: inline-flex;
    width: auto;
    min-width: auto;
    height: 38px;
    min-height: 38px;
    padding: 0 16px;
    margin: 0 !important;
    position: relative;
    top: -1px;
    justify-content: center;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    line-height: 1;
    vertical-align: middle;
}
.overlay-example-link > span {
    display: block;
    line-height: 1;
    transform: none;
}
.overlay-example-link .vozmojnie-vidy {
    top: 50%;
    left: calc(100% + 12px);
    right: auto;
    z-index: 20000;
    transform: translateY(-50%) translateX(6px);
}
.overlay-example-link:hover .vozmojnie-vidy {
    transform: translateY(-50%) translateX(0);
}
.catalog_product-info-overlays .vozmojnie-vidy.ne-pocazivat-on-mobile {
    display: block !important;
}
.catalog_product .col-md-3,
.catalog_product .col-lg-4 {
    position: relative;
    z-index: 20;
    overflow: visible;
}
.catalog_product .col-md-5,
.catalog_product .col-lg-5 {
    position: relative;
    z-index: 5;
}

/* Main photos block in the same visual style as infliction samples */
.catalog_product-preview-panel {
    padding: 0;
    border: none;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}
.catalog_product-preview-panel .catalog_product-preview-image {
    margin: 0;
}
.catalog_product-preview-panel .catalog_product-preview-image a {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    min-height: 0;
    padding: 8px;
    border: 1px solid #dbe8ff;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.09);
    overflow: hidden;
}
.catalog_product-preview-panel .catalog_product-preview-image img {
    width: 100%;
    height: 100%;
    max-width: none;
    max-height: none;
    object-fit: contain;
    object-position: center center;
    image-rendering: auto;
}
.catalog_product-preview-panel .other-images {
    margin-top: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.catalog_product-preview-panel .other-images > a {
    width: 74px;
    height: 74px;
    margin: 0;
    border: 1px solid #dbe8ff;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.09);
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}
.catalog_product-preview-panel .other-images > a > img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    transition: transform 0.25s ease, filter 0.25s ease;
}
.catalog_product-preview-panel .other-images > a > img:hover {
    transform: scale(1.06);
    filter: saturate(1.05);
}
.catalog_product-preview-panel .more_images_product {
    margin: 0;
    width: 74px;
    height: 74px;
    border: 1px dashed #93c5fd;
    border-radius: 12px;
    background: #eff6ff;
    color: #1d4ed8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}
.catalog_product-preview-panel .more_images_product:hover {
    border: 1px solid #60a5fa;
    background: #dbeafe;
    color: #1e40af;
    transform: translateY(-1px);
}
.catalog_product-preview-panel .more_images_product > span,
.catalog_product-preview-panel .more_images_product > span:hover {
    line-height: 1;
    font-size: 15px;
    font-weight: 600;
    color: inherit;
}
@media (max-width: 991px) {
.catalog_product-preview-panel {
        margin-bottom: 14px;
        padding: 0;
        border-radius: 0;
}
.catalog_product-preview-panel .catalog_product-preview-image a {
        min-height: 0;
        padding: 6px;
}
.catalog_product-preview-panel .other-images > a,
    .catalog_product-preview-panel .more_images_product {
        width: 68px;
        height: 68px;
}
}
.catalog_product-card {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
    border: 1px solid #dbe8ff;
    border-radius: 16px;
    width: 100%;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
    position: relative;
    margin: 0 auto;
}
.catalog_product-card,
.catalog_product-card-price {
    transition: none !important;
}
.catalog_product-card:hover {
    background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%) !important;
    border-color: #dbe8ff !important;
    box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06) !important;
}
.catalog_product-card-price {
    background: transparent;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 16px 16px 10px;
    margin-top: 0;
    text-align: center;
    border-bottom: 1px solid #e4ecfb;
}
.catalog_product-card-price:hover,
.catalog_product-card:hover .catalog_product-card-price {
    background: transparent !important;
    border-bottom-color: #e4ecfb !important;
}
.catalog_product-card-field-name {
    font-size: 13px;
    color: #A7A7A7;
}
.catalog_product-card-price .catalog_product-card-field-name {
    margin-top: 2px;
    font-family: system, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Segoe WP', Roboto, Ubuntu, Oxygen, Cantarell, 'Fira Sans', 'Helvetica Neue', Helvetica, 'Lucida Grande', 'Droid Sans', Tahoma, 'Microsoft Sans Serif', sans-serif;
    color: #000000;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600
}
.catalog_product-card-price .catalog_product-card-field-value-old {
    padding-left: 20px;
    font-family: system, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Segoe WP', Roboto, Ubuntu, Oxygen, Cantarell, 'Fira Sans', 'Helvetica Neue', Helvetica, 'Lucida Grande', 'Droid Sans', Tahoma, 'Microsoft Sans Serif', sans-serif;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    margin-right: 10px;
    color: #8B8B8B;
    font-weight: 600;
}
.catalog_product-card-price .catalog_product-card-field-value-old:after {
    margin-left: 15px;
    content: '';
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background-color: #8B8B8B;
    -webkit-box-shadow: 0 1px 0 #FFFFFF;
    box-shadow: 0 1px 0 #FFFFFF
}
.so-skidkoi {
    padding: 0;
}
.so-skidkoi li {
    align-items: baseline;
    display: flex;
    margin-bottom: 0.5em;
}
.so-skidkoi li::before {
    content: '';
    border-bottom: 1px dashed #cbd5e1;
    flex-grow: 1;
    order: 2;
    margin: 0 5px;
}
.so-skidkoi .value {
    order: 3;
}
.catalog_product-card-field-value {
    font-size: 12px;
}
.catalog_product-card-price .catalog_product-card-field-value {
    font-family: system, -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Segoe WP', Roboto, Ubuntu, Oxygen, Cantarell, 'Fira Sans', 'Helvetica Neue', Helvetica, 'Lucida Grande', 'Droid Sans', Tahoma, 'Microsoft Sans Serif', sans-serif;
    color: #000000;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600
}
table {
    margin-top: 10px;
    margin-bottom: 10px;
}
.table > thead > tr > th {
    border-bottom: none !important;
}
.catalog_product-card-products {
    margin-top: 14px;
    margin-bottom: 8px;
}
.catalog_product-card-products-head {
}
.catalog_product-card-products-head-column {
    color: #000000;
    font-weight: inherit;
    font-size: 14px;
    text-align: center;
    border: none;
}
.catalog_product-card-products-body {
    border-bottom: 1px solid #e4ecfb;
}
.catalog_product-card-products-body-column {
    text-align: center;
    font-size: 18px;
    color: #000000;
    padding-top: 0 !important;
}
.catalog_product-card-products-body-column input {
    font-weight: normal;
    width: 85px;
    border-radius: 2px;
    text-align: center;
    background-color: rgb(251, 251, 251);
    color: #000000;
}
.size_code {
}
.CurrentItemPrice {
}
.all_count {
}
.count {
}
.card_error {
    display: block;
    text-align: center;
    color: red;
    font-weight: bold;
}
.catalog_product-card-btns {
    text-align: center;
    bottom: 11px;
    width: 100%;
    margin-bottom: 0;
    padding: 10px 12px 0;
}
.order-message {
    text-align: center;
    padding: 20px 0;
    color: #1ac13b;
}
.final_price {
    display: block;
    font-size: 21px;
    padding: 5px;
    font-weight: 600;
}
.btn-primary-stoimost-naneseniya {
    background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 100%);
    color: #ffffff;
    padding: 10px;
    font-size: 18px;
    border-radius: 2px;
    border: 1.5px solid #1d4ed8;
    margin-bottom: 15px;
    box-shadow: 0 10px 18px rgba(37, 99, 235, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.22);
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}
.btn-primary-stoimost-naneseniya:hover {
    color: #ffffff;
    background: linear-gradient(135deg, #0284c7 0%, #1d4ed8 100%);
    border-color: #1e40af;
    box-shadow: 0 12px 22px rgba(29, 78, 216, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.22);
    transform: translateY(-1px);
}
.btn-primary-add-to-set, .btn-primary-go-to-set {
    margin-top: 15px;
    background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 100%);
    color: #ffffff;
    padding: 4px;
    font-size: 12px;
    border-radius: 2px;
    border: 1.5px solid #1d4ed8;
    margin-bottom: 15px;
    box-shadow: 0 10px 18px rgba(37, 99, 235, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.22);
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}
.btn-primary-add-to-set:hover, .btn-primary-go-to-set:hover {
    color: #ffffff;
    background: linear-gradient(135deg, #0284c7 0%, #1d4ed8 100%);
    border-color: #1e40af;
    box-shadow: 0 12px 22px rgba(29, 78, 216, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.22);
    transform: translateY(-1px);
}
.priceWithPrint {
    display: none;
    font-size: 21px;
    padding: 5px;
    font-weight: 600;
}
.priceWithPrint > span {
}
.btn-primary-dobavit-v-korzinu {
    width: 100%;
    border-radius: 0 0 16px 16px;
    padding: 25px;
    padding-bottom: 30px;
    background: linear-gradient(180deg, #ffffff 0%, #eff6ff 100%);
    font-size: 18px;
    border: 1.5px solid #2563eb;
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
    border-color: #1d4ed8;
    color: #1d4ed8;
    font-weight: 600;
    box-shadow:
            0 10px 18px rgba(29, 78, 216, 0.22),
            inset 0 1px 0 rgba(255, 255, 255, 0.9),
            inset 0 -2px 0 rgba(29, 78, 216, 0.18);
    transition: color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}
.btn-primary-dobavit-v-korzinu:hover {
    color: #1e40af;
    border-color: #1e40af;
    background: linear-gradient(180deg, #ffffff 0%, #e5efff 100%);
    box-shadow:
            0 12px 20px rgba(29, 78, 216, 0.26),
            inset 0 1px 0 rgba(255, 255, 255, 0.9),
            inset 0 -2px 0 rgba(29, 78, 216, 0.2);
    transform: translateY(-1px);
}
.btn-primary-dobavit-v-korzinu:active {
    transform: translateY(1px);
    box-shadow:
            0 6px 10px rgba(29, 78, 216, 0.18),
            inset 0 1px 0 rgba(255, 255, 255, 0.9),
            inset 0 -1px 0 rgba(29, 78, 216, 0.16);
}
.prv-image {
    min-width: 75%;
}
.prv-image-caption {
    font-size: 23px;
    text-align: center;
    margin-bottom: 20px;
}
.prv-image-element {
    text-align: center;
}
.prv-image-element img {
}
.catalog_product-empty-result {
    text-align: center;
    font-size: 18px;
    border-top: 1px solid #D6D6D6;
    padding-top: 15px;
}
.cart-fly-amount {
    position: fixed;
    z-index: 10050;
    transform: translate3d(0, 0, 0) scale(1);
    transform-origin: center center;
    transition: transform var(--fly-duration, 1.44s) cubic-bezier(0.22, 0.68, 0.2, 1), opacity var(--fly-duration, 1.44s) ease;
    pointer-events: none;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 20px;
    font-weight: 700;
    color: #ffffff;
    background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 100%);
    box-shadow: 0 12px 24px rgba(29, 78, 216, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.24);
    white-space: nowrap;
}
.cart-fly-amount.is-flying {
    transform: translate3d(var(--fly-x), var(--fly-y), 0) scale(0.42);
    opacity: 0.18;
}
.cart-fly-target-pulse {
    animation: cartFlyTargetPulse 0.48s ease;
}
@keyframes cartFlyTargetPulse {
0% {
        transform: scale(1);
        box-shadow: none;
}
50% {
        transform: scale(1.05);
        box-shadow: 0 0 0 6px rgba(37, 99, 235, 0.2);
}
100% {
        transform: scale(1);
        box-shadow: none;
}
}
.favorite-fly-icon {
    position: fixed;
    z-index: 10050;
    width: 26px;
    height: 26px;
    transform: translate3d(0, 0, 0) scale(1);
    transform-origin: center center;
    transition: transform var(--fly-duration, 1.44s) cubic-bezier(0.22, 0.68, 0.2, 1), opacity var(--fly-duration, 1.44s) ease;
    pointer-events: none;
    filter: drop-shadow(0 6px 10px rgba(217, 119, 6, 0.35));
}
.favorite-fly-icon.is-flying {
    transform: translate3d(var(--fly-x), var(--fly-y), 0) scale(0.25);
    opacity: 0.2;
}
.favorite-fly-target-pulse {
    animation: favoriteFlyTargetPulse 0.48s ease;
}
@keyframes favoriteFlyTargetPulse {
0% {
        transform: scale(1);
        box-shadow: none;
}
50% {
        transform: scale(1.06);
        box-shadow: 0 0 0 6px rgba(245, 158, 11, 0.25);
}
100% {
        transform: scale(1);
        box-shadow: none;
}
}
.button-buy {
    display: none;
}
.button-buy:hover {
    text-decoration: none;
}
.nhover:hover {
    text-decoration: none;
    cursor: default;
}
.nhover:link {
    text-decoration: none;
    cursor: default;
}
@media (max-width: 1000px) {
.catalog_product-images-item_solo img {
        height: 40px;
}
.catalog_product-card-price {
        margin-top: 30px;
}}
@media (max-width: 767px) {
.desktop-only {
        display: none;
}
.catalog_product-name-line {
        display: block;
}
.catalog_product-name-link {
        white-space: normal;
        overflow: visible;
        text-overflow: clip;
        overflow-wrap: anywhere;
        word-break: break-word;
        line-height: 1.35;
        flex: 0 1 auto;
        display: inline;
}
.catalog_product-art-toggle {
        display: inline-flex;
        vertical-align: text-bottom;
        margin-top: 0;
        margin-left: 4px;
}
.catalog_product-art-copy-hint {
        display: inline;
        margin-top: 0;
        margin-left: 4px;
        vertical-align: baseline;
}
.catalog_product-preview-panel .catalog_product-preview-image a {
        border: 0 !important;
        box-shadow: none !important;
        background: transparent !important;
        border-radius: 0 !important;
        padding: 0 !important;
}
.catalog_product-preview-panel .catalog_product-preview-image img {
        border-radius: 0 !important;
        box-shadow: none !important;
}
.catalog_product-card-price {
        margin-top: 30px !important;
}
.catalog_product-card-btns {
        padding-bottom: 14px;
}
.btn-primary-dobavit-v-korzinu {
        margin-bottom: 12px;
}
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/vue/components/ComponentProduct.vue?vue&type=style&index=0&id=f5d4cecc&scoped=true&lang=css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/

.catalog_product-content[data-v-f5d4cecc] {
  font-size: 1.2em;
  text-indent: 0;
  font-weight: 300;
  line-height: 1.5;
}
.html-content[data-v-f5d4cecc] {
  text-indent: 0;
}
.catalog_product-opisanie[data-v-f5d4cecc] {
  margin-top: 37px;
  font-size: 18px;
  color: white;
  background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 100%);
  border: 1px solid #1d4ed8;
  border-bottom: 0;
  padding: 8px 4px 4px 4px;
  width: 15%;
  text-align: center;
  line-height: 1.1;
}
.catalog_product-opisanie-hr[data-v-f5d4cecc] {
  border: 1px solid #1d4ed8;
  background: #1d4ed8;
  margin-top: 0;
}
.split-table[data-v-f5d4cecc] {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}
.split-table td[data-v-f5d4cecc],
.split-table th[data-v-f5d4cecc] {
  border: 1px solid #ddd;
  padding: 8px;
}
.split-table tr[data-v-f5d4cecc]:nth-child(even) {
  background-color: #f2f2f2;
}
.split-table th[data-v-f5d4cecc] {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
}
@media (max-width: 991px) {
.catalog_product-opisanie[data-v-f5d4cecc] {
    font-size: 14px;
    width: 25%;
}
}

/*!****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/vue/components/ComponentFilter.vue?vue&type=style&index=0&id=796609c6&lang=css ***!
  \****************************************************************************************************************************************************************************************************************************************************************/

.filter-checkbox-selected {
    background: linear-gradient(135deg, #0ea5e9 0%, #2563eb 100%) !important;
    border-color: #1d4ed8 !important;
    border-radius: 4px !important;
    box-shadow: 0 6px 12px rgba(37, 99, 235, 0.26), inset 0 1px 0 rgba(255, 255, 255, 0.24);
}
.filter-checkbox-selected::after {
    content: "";
    position: absolute;
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.overlay.show {
    opacity: 1;
    visibility: visible;
}
.filters-desktop {
    background-color: #fff;
    width: 358px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: -358px;
    transition: left 0.3s ease-in-out;
    overflow: hidden;
    z-index: 10001;
}
.filters-desktop.slide {
    left: 0;
}
.filters-desktop__container {
    background-color: #f6f6f9;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 0 4px 0 8px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.filters-desktop__header {
    background-color: #fff;
    border: 1px solid #f6f6f9;
    border-radius: 0 0 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 8px 20px;
    margin-bottom: 8px;
    margin-right: 10px;
}
.filters-desktop__title {
    font-family: Arial, sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin-right: auto;
}
.filters-desktop__close {
    background-color: transparent;
    border: none;
    width: 28px;
    height: 28px;
    cursor: pointer;
    position: relative;
    margin: 10px 0px;
}
.filters-desktop__close:before,
.filters-desktop__close:after {
    content: "";
    background-color: #b9b9c1;
    border-radius: 1px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}
.filters-desktop__close:before {
    width: 2px;
    height: 20px;
}
.filters-desktop__close:after {
    width: 20px;
    height: 2px;
}
.filters-desktop__list {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding: 25px 4px 20px 0;
    touch-action: pan-y;
}
.filters-desktop__list::-webkit-scrollbar {
    width: 6px;
}
.filters-desktop__list::-webkit-scrollbar-track {
    background-color: transparent;
}
.filters-desktop__list::-webkit-scrollbar-thumb {
    background-color: #d3d4dd;
    border-radius: 3px;
    height: 30px;
}
.filters-desktop__list::-webkit-scrollbar-thumb:hover {
    background: #605f65;
}
.filters-desktop__item {
    background-color: #fff;
    border-radius: 20px;
    margin-bottom: 8px;
    padding: 16px 24px 20px;
    display: none;
}
.filters-desktop__item.show {
    display: block;
}
.filters-desktop__item--min-free {
    padding-bottom: 16px;
}
.filter-min-free {
    margin-top: 12px;
}
.filter-min-free__input {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #d3d4dd;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
    color: #242424;
    outline: none;
}
.filter-min-free__input:focus {
    border-color: #00b7eb;
}
.filters-desktop__item-head {
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding-right: 24px;
}
.filters-desktop__item-head:after {
    content: "";
    border-color: #d3d4dd;
    border-bottom: 2px solid;
    border-left: 2px solid;
    width: 8px;
    height: 8px;
    transition: transform 0.3s;
    position: absolute;
    top: calc(50% - 4px);
    right: 2px;
    transform: rotate(-45deg);
}
.filters-desktop__item.open .filters-desktop__item-head:after {
    transform: rotate(135deg);
}
.filters-desktop__item-title {
    font-family: Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
}
.filter {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s cubic-bezier(0, 1, 0.5, 1);
}
.filters-desktop__item.open .filter {
    max-height: 5000px;
    transition: max-height 0.3s cubic-bezier(1, 0, 1, 0.5);
}
.filter__list {
    width: 100%;
    max-height: none;
}
.filter__item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    position: relative;
}
.filter__item ~ .filter__item {
    margin-top: 12px;
}
.checkbox-with-text {
    display: flex;
    align-items: center;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
}
.checkbox-with-text:hover .checkbox-with-text__decor:not(.checkbox-with-text__decor--disabled):not(.filter-checkbox-selected) {
    border-color: #2563eb;
    box-shadow: 0 4px 8px rgba(37, 99, 235, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.checkbox-with-text--disabled {
    cursor: not-allowed;
    pointer-events: none;
}
.checkbox-with-text__decor--disabled {
    border-color: #e8e8f0;
    background-color: #f5f5f8;
    box-shadow: none;
}
.checkbox-with-text__decor {
    width: 20px;
    height: 20px;
    border: 2px solid #cbd5e1;
    border-radius: 4px;
    background: #ffffff;
    margin-right: 12px;
    flex-shrink: 0;
    position: relative;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}
.checkbox-with-text__text {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
}
.checkbox-with-text__text--disabled {
    color: #b9b9c1;
}
.filters-desktop__footer {
    background-color: #fff;
    border: 1px solid #f6f6f9;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 16px 24px 24px;
    margin-right: 10px;
}
.filters-desktop__btn-wrap {
    display: flex;
    flex-direction: column;
    gap: 8px;
    max-width: 288px;
    margin: 0 -4px;
}
.filters-desktop__btn-main,
.filters-desktop__btn-minor,
.copy-filter-link {
    width: 100%;
    margin: 0 4px;
    padding: 5px 5px 7px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    border-radius: 3px;
    cursor: pointer;
}
.filters-desktop__btn-main {
    background-color: #00b7eb;
    color: #fff;
    border: none;
}
.filters-desktop__btn-minor {
    background-color: transparent;
    border: 1px solid #d3d4dd;
    color: #242424;
}
.copy-filter-link {
    background-color: transparent;
    border: none;
    color: #9d9da5;
    text-align: center;
    text-decoration: underline;
}
.copy-filter-link:hover {
    color: #605f65;
}
:root {
    --filter-height: calc(100vh - 60px);
}
@media (max-width: 768px) {
.filters-desktop {
        margin-top: 60px;
        height: var(--filter-height);
}
}

/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/vue/components/Pagination.vue?vue&type=style&index=0&id=032251fc&scoped=true&lang=css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/

.pagination-block[data-v-032251fc] {
  text-align : center;
  width      : 100%;
  margin     : 20px 0;
}
ul.pagination[data-v-032251fc] {
  display : inline-block;
  padding : 0;
  margin  : 0;
  white-space : nowrap;
}
ul.pagination li[data-v-032251fc] {
  display : inline;
}
ul.pagination li a[data-v-032251fc] {
  color           : #000000;
  float           : left;
  padding         : 8px 16px;
  text-decoration : none;
  background      : #ffffff;
  border          : 1px solid #dddddd;
  margin-left     : -1px;
}
ul.pagination li a[data-v-032251fc]:hover {
  background : #f2f2f2;
}
ul.pagination li .is-current[data-v-032251fc] {
  float            : left;
  padding          : 8px 16px;
  color            : #ffffff;
  border           : 1px solid #1d4ed8;
  margin-left      : -1px;
  text-decoration  : none;
  cursor           : default;
  background       : linear-gradient(135deg, #19b0ef 0%, #1e63d6 100%);
}
ul.pagination li:first-child a[data-v-032251fc],
ul.pagination li:first-child .is-current[data-v-032251fc] {
  border-top-left-radius    : 4px;
  border-bottom-left-radius : 4px;
}
ul.pagination li:last-child a[data-v-032251fc],
ul.pagination li:last-child .is-current[data-v-032251fc] {
  border-top-right-radius    : 4px;
  border-bottom-right-radius : 4px;
}
.pagination-ellipsis[data-v-032251fc] {
  float            : left;
  padding          : 8px 12px;
  color            : #777777;
  background-color : #ffffff;
  border           : 1px solid #dddddd;
  margin-left      : -1px;
}
.pagination-ellipsis[data-v-032251fc],
.is-current[data-v-032251fc] {
  height      : 36px;
  line-height : 1.5;
}
@media (max-width: 480px) {
ul.pagination li a[data-v-032251fc],
  ul.pagination li .is-current[data-v-032251fc],
  .pagination-ellipsis[data-v-032251fc] {
    padding   : 8px 9px;
    font-size : 14px;
}
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/vue-loader/lib/loaders/stylePostLoader.js!./node_modules/vue-loader/lib/index.js??vue-loader-options!./resources/vue/components/ComponentSection.vue?vue&type=style&index=0&id=00415f90&scoped=true&lang=css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************/

.hr-mob[data-v-00415f90] {
  border: 0;
  height: 1px;
  background: #9E9E9E;
  background-image: -webkit-linear-gradient(left, #FFFFFF, #9E9E9E, #FFFFFF);
  background-image: -moz-linear-gradient(left, #FFFFFF, #9E9E9E, #FFFFFF);
  background-image: -ms-linear-gradient(left, #FFFFFF, #9E9E9E, #FFFFFF);
  background-image: -o-linear-gradient(left, #FFFFFF, #9E9E9E, #FFFFFF);
  margin-top: 60px;
  margin-bottom: 30px;
}
.mobile-center-container[data-v-00415f90] {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}
.rasshirennyj-vid[data-v-00415f90] {
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  width: 160px;
  height: 40px;
  border-radius: 4px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
  border: 1px solid #d9d9d9;
  box-shadow: 0 6px 12px rgba(15, 23, 42, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.rasshirennyj-vid.active[data-v-00415f90],
.sokrashchennyj-vid.active[data-v-00415f90] {
  background: linear-gradient(180deg, #fff6a8 0%, #ffe54c 100%);
  border: 1px solid #facc15;
  box-shadow: 0 8px 15px rgba(250, 204, 21, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.75);
}
.rasshirennyj-vid[data-v-00415f90]:not(.active):hover,
.sokrashchennyj-vid[data-v-00415f90]:not(.active):hover {
  border-color: #facc15;
  box-shadow: 0 7px 14px rgba(234, 179, 8, 0.18), inset 0 1px 0 rgba(255, 255, 255, 0.75);
}
.rasshirennyj-vid[data-v-00415f90]:not(.active):hover {
  transform: translateY(-1px);
}
.sokrashchennyj-vid[data-v-00415f90]:not(.active):hover {
  transform: translateY(-1px);
}
.rasshirennyj-vid[data-v-00415f90]:active {
  transform: scale(.97);
}
.rasshirennyj-vid-text[data-v-00415f90] {
  line-height: 40px;
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 16px;
  color: #1f2937;
}
.sokrashchennyj-vid[data-v-00415f90] {
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  width: 160px;
  height: 40px;
  border-radius: 4px;
  background: linear-gradient(180deg, #FFFFFF 0%, #F8FAFC 100%);
  border: 1px solid #d9d9d9;
  box-shadow: 0 6px 12px rgba(15, 23, 42, 0.08), inset 0 1px 0 rgba(255, 255, 255, 0.7);
  transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.sokrashchennyj-vid[data-v-00415f90]:active {
  transform: scale(.97);
}
.sokrashchennyj-vid-text[data-v-00415f90] {
  line-height: 40px;
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 16px;
  color: #1f2937;
}
.btn-filters[data-v-00415f90] {
  cursor: pointer;
  text-align: center;
  width: 160px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid transparent;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}
.btn-filters > .text[data-v-00415f90] {
  display: block;
  line-height: 40px;
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  font-size: 16px;
  color: #FFFFFF;
}
@media (max-width: 1000px) {
.mobile-center-container[data-v-00415f90] {
    flex-direction: column;
    align-items: center;
    gap: 10px;
}
.rasshirennyj-vid[data-v-00415f90] {
    width: 80%;
    margin: 0 auto;
}
.sokrashchennyj-vid[data-v-00415f90] {
    width: 80%;
    margin: 0 auto;
}
.btn-filters[data-v-00415f90] {
    width: 80%;
    margin: 0 auto;
}
}
@media (min-width: 768px) {
.mobile-center-container[data-v-00415f90] {
    justify-content: flex-end;
}
.sokrashchennyj-vid[data-v-00415f90] {
    margin: 0;
}
}
.no-results-message[data-v-00415f90] {
  text-align: center;
  margin-bottom: 500px;
  color: #333;
  font-family: Arial, sans-serif;
  font-size: 16px;
}
.no-results-message p[data-v-00415f90] {
  margin-bottom: 10px;
}
.reset-filter-btn[data-v-00415f90] {
  padding: 5px 10px;
  background-color: #00b7eb;
  color: white;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 14px;
  text-transform: uppercase;
}
.catalog-load-more[data-v-00415f90] {
  margin: 10px 0 24px;
  text-align: center;
}
.catalog-load-more-btn[data-v-00415f90] {
  min-width: 180px;
  border: 0;
  padding: 11px 24px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.2;
  cursor: pointer;
}
.catalog-load-more-btn[disabled][data-v-00415f90] {
  opacity: 0.7;
  cursor: default;
  pointer-events: none;
}

/*!***************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./resources/css/style.css ***!
  \***************************************************************************/
.html-content table {
	font-size   : 1.2em;
	text-indent : 0;
	font-weight : 300;
	line-height : 1.5;
}

.html-content table td {
	border  : 1px solid;
	padding : 10px;
}

.html-content table th {
	border  : 1px solid;
	padding : 10px;
}

.html-content table p {
	text-indent : 0;
}

.html-content table a {
	color          : #000000;
	pointer-events : none;
	cursor         : default;
}

.error-border {
	border : 1px solid red
}

@media (min-width : 1000px) {
	.mfp-arrow-right {
		right : 200px !important;
	}

	.mfp-arrow-left {
		left : 200px !important;
	}
}

/* Центрирование кнопок на мобильной версии */
@media (max-width: 767px) {
	.mobile-center-container {
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.mobile-center-container div {
		margin-bottom: 10px; /* небольшие отступы между кнопками */
	}

	.rasshirennyj-vid, .sokrashchennyj-vid, .btn-filters {
		width: 80%; /* ширина кнопок на мобильной версии */
		margin: 0 auto; /* центрирование кнопок */
		text-align: center;
	}
}

/* Отступ между кнопками "Сокращенный вид" и "Фильтры" для ПК */
@media (min-width: 768px) {
	.sokrashchennyj-vid {
		margin-bottom: 8px; /* Добавляем отступ снизу для кнопки "Сокращенный вид" */
	}
}

/*!***********************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./resources/index.css ***!
  \***********************************************************************/

