/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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: #1AC13B;
    display: none;
    position: relative;
    width: 250px;
    margin: 0 auto;
    margin-bottom: 40px;
    text-transform: uppercase;
}
.white-popup .add_printPrice:hover {
    background: #2DE752;
}
.white-popup .add_printPrice:active {
    color: #FFFFFF;
    box-shadow: 0 0 7px #2DE752;
}
.btn-rasschitat {
    color: #FFFFFF;
    background: #1AC13B;
    display: none;
    position: relative;
    margin: 0 auto;
    text-transform: uppercase;
}
.btn-rasschitat:hover {
    background: #2DE752;
}
.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;
}
.close-modal {
    position: absolute;
    right: 6px;
    top: 6px;
    padding: 7px 11px;
    font-size: 24px;
    border-radius: 50%;
    z-index: 1;
}
#managerPriceInfo {
    margin-top: 15px;
    padding: 10px;
    font-size: 18px;
}
@media (max-width: 991px) {
.close-modal {
        position: absolute;
        right: 6px;
        top: 6px;
        padding: 7px 11px;
        font-size: 24px;
        border-radius: 50%;
}
}

/*!*******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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;
}
.catalog_product-group {
}
.catalog_product-name {
    font-size: 24px;
    line-height: 32px;
    margin-top: 30px;
    font-weight: 200;
}
.catalog_product-name > a {
    text-decoration: none;
    border-bottom: 1px solid #000000;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
.catalog_product-name > a:hover {
    text-decoration: none;
    border-bottom: 1.5px solid #000000;
}
.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: #3649A1;
    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: #D10910;
    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;
}
.catalog_product-card {
    background-color: #ECECEC;
    border-radius: 25px;
    width: 100%;
    box-shadow: 0 0 5px 0 #9E9E9E;
    position: relative;
    margin: 0 auto;
}
.catalog_product-card-price {
    background-color: white;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding: 17px 0;
    margin-top: 5px;
    text-align: center;
}
.catalog_product-card-field-name {
    font-size: 13px;
    color: #A7A7A7;
}
.catalog_product-card-price .catalog_product-card-field-name {
    margin-top: 10px;
    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 #CCCCCC;
    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: 20px;
}
.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 #DDDDDD;
}
.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: 5px;
}
.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: #FFFFFF;
    color: #1ac13b;
    padding: 10px;
    font-size: 18px;
    border-radius: 2px;
    border: 1.5px solid #c0c0c0;
    margin-bottom: 15px;
}
.btn-primary-stoimost-naneseniya:hover {
    color: #019d20;
}
.btn-primary-add-to-set, .btn-primary-go-to-set {
    margin-top: 15px;
    background: #FFFFFF;
    color: #1ac13b;
    padding: 4px;
    font-size: 12px;
    border-radius: 2px;
    border: 1.5px solid #c0c0c0;
    margin-bottom: 15px;
}
.btn-primary-add-to-set:hover, .btn-primary-go-to-set:hover {
    color: #019d20;
}
.priceWithPrint {
    display: none;
    font-size: 21px;
    padding: 5px;
    font-weight: 600;
}
.priceWithPrint > span {
}
.btn-primary-dobavit-v-korzinu {
    width: 100%;
    border-radius: 0 0 25px 25px;
    padding: 25px;
    padding-bottom: 30px;
    background: #FFFFFF;
    font-size: 18px;
    border: none;
    color: #1ac13b;
}
.btn-primary-dobavit-v-korzinu:hover {
    color: #019d20;
}
.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;
}
.success-added {
    display: none;
    width: 300px;
    padding: 10px 10px;
    position: fixed;
    background: #1FB9E2;
    border-radius: 3px;
    top: 120px;
    right: 70px;
}
.success-added:before {
    content: "";
    border: solid transparent;
    position: absolute;
    bottom: 100%;
    right: 8px;
    border-bottom-color: #1FB9E2;
    border-width: 9px;
    margin-right: -1px;
}
.success-added span {
    display: flex;
    justify-content: space-around;
}
.korzina {
    font-size: 22px;
    color: #F2F2F2;
    padding: 17px;
    padding-bottom: 30px;
}
.complete_buys {
}
.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;
}
.success-added {
        left: 10%;
        width: 80%;
        top: 69px;
}
}
@media (max-width: 767px) {
.desktop-only {
        display: none;
}
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-color: #1ac13b;
  padding: 8px 4px 4px 4px;
  width: 15%;
  text-align: center;
  line-height: 1.1;
}
.catalog_product-opisanie-hr[data-v-f5d4cecc] {
  border: 1px solid #1ac13b;
  background: #1ac13b;
  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-color: #00b7eb !important;
    border-color: #00b7eb !important;
    border-radius: 4px !important;
}
.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-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;
}
.checkbox-with-text__decor {
    width: 20px;
    height: 20px;
    border: 2px solid #d3d4dd;
    border-radius: 4px;
    margin-right: 12px;
    flex-shrink: 0;
}
.checkbox-with-text__text {
    font-family: Arial, sans-serif;
    font-size: 16px;
    line-height: 22px;
}
.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;
}
ul.pagination li[data-v-032251fc] {
  display : inline;
}
ul.pagination li a[data-v-032251fc] {
  color           : black;
  float           : left;
  padding         : 8px 16px;
  text-decoration : none;
}
ul.pagination li .is-current[data-v-032251fc] {
  background-color : #00b7eb;
  color            : white;
}
ul.pagination li[data-v-032251fc]:hover:not(.is-current) {
  background-color : #DDDDDD;
}
.pagination-ellipsis[data-v-032251fc], .is-current[data-v-032251fc] {
  height      : 36px;
  line-height : 1.5;
}

/*!*****************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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-color: #FFFFFF;
  border: 1px solid #ffe54c;
}
.rasshirennyj-vid.active[data-v-00415f90] {
  background-color: #ffe54c;
  border: 1px solid #ffe54c;
}
.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;
}
.sokrashchennyj-vid[data-v-00415f90] {
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
  width: 160px;
  height: 40px;
  border-radius: 4px;
  background-color: #FFFFFF;
  border: 1px solid #ffe54c;
}
.sokrashchennyj-vid.active[data-v-00415f90] {
  background-color: #ffe54c;
  border: 1px solid #ffe54c;
}
.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;
}
.btn-filters[data-v-00415f90] {
  cursor: pointer;
  text-align: center;
  width: 160px;
  height: 40px;
  border-radius: 4px;
  background-color: #00b7eb
}
.btn-filters > .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: #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;
}
}
.min-free-filter[data-v-00415f90] {
  margin: 10px 0;
  text-align: center;
}
.min-free-filter label[data-v-00415f90] {
  margin-right: 10px;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.min-free-filter input[data-v-00415f90] {
  width: 100px;
  padding: 5px;
  border: 1px solid #e8e8f0;
  border-radius: 8px;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.min-free-filter button[data-v-00415f90] {
  padding: 5px 10px;
  margin-left: 5px;
  background-color: #00b7eb;
  color: white;
  border: none;
  border-radius: 3px;
  cursor: pointer;
  font-family: Arial, sans-serif;
  font-size: 14px;
}
.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;
}

/*!***********************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/ComponentBrandMainList.vue?vue&type=style&index=0&id=81097eee&scoped=true&lang=css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************/

h1[data-v-81097eee] {
  font-size : 2.5em;
}
.page-wrp[data-v-81097eee] {
  display : flex;
  padding : 0;
}
.page-content[data-v-81097eee] {
  min-height : 500px;
  padding    : 50px 0;
  display    : inline-block;
  flex       : 1;
}
.brands[data-v-81097eee] {
  text-align : center;
  padding    : 20px;
  position   : relative;
}
.brands li[data-v-81097eee] {
  display        : inline-block;
  vertical-align : top;
  padding        : 10px;
}
.brands a[data-v-81097eee] {
  display  : block;
  width    : 140px;
  height   : 140px;
  position : relative;
}
.brands a[data-v-81097eee]:hover {
  box-shadow : 0 0 1px #999999;
}
.brands a img[data-v-81097eee] {
  position   : absolute;
  top        : 0;
  left       : 0;
  bottom     : 0;
  right      : 0;
  max-height : 110px;
  max-width  : 110px;
  margin     : auto;
}
.filter-grayscale[data-v-81097eee] {
  opacity        : .4;
  -webkit-filter : grayscale(1);
  transition     : opacity .3s;
}
.filter-grayscale[data-v-81097eee]:hover {
  opacity        : 1;
  -webkit-filter : grayscale(0);
}
@media (max-width : 767px) {
.page-content[data-v-81097eee] {
    padding : 40px 0;
}
.brands[data-v-81097eee] {
    padding : 0;
}
.brands a img[data-v-81097eee] {
    max-height : 80px;
    max-width  : 80px;
}
}

/*!**************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/ComponentBrandTopMenuList.vue?vue&type=style&index=0&id=b095b220&scoped=true&lang=css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************/

div.scrollmenu[data-v-b095b220] {
  background-color : #ECEDEE;
  overflow         : auto;
  white-space      : nowrap;
}
div.scrollmenu a[data-v-b095b220] {
  display         : inline-block;
  color           : #000000;
  text-align      : center;
  padding         : 14px;
  text-decoration : none;
}
div.scrollmenu a.active[data-v-b095b220], div.scrollmenu a[data-v-b095b220]:hover {
  background-color : #A2A2A2;
}
div.scrollmenu[data-v-b095b220]::-webkit-scrollbar {
  width            : 10px;
  background-color : #F9F9FD;
}
div.scrollmenu[data-v-b095b220]::-webkit-scrollbar-thumb {
  border-radius    : 10px;
  background-color : #18AAAA;
}
div.scrollmenu[data-v-b095b220]::-webkit-scrollbar-track {
  -webkit-box-shadow : inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius      : 10px;
  background-color   : #F9F9FD;
}

/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/ComponentBrand.vue?vue&type=style&index=0&id=0bd813f2&scoped=true&lang=css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/

ol[data-v-0bd813f2], ul[data-v-0bd813f2], ul li[data-v-0bd813f2] {
  list-style : none;
}
h1[data-v-0bd813f2] {
  font-size   : 3em;
  font-weight : 300;
  line-height : 1.5;
}
h2[data-v-0bd813f2] {
  font-size     : 2.5em;
  margin-bottom : 20px;
  line-height   : 1.2
}
h3[data-v-0bd813f2] {
  font-size     : 2em;
  margin-bottom : 20px;
  margin-top    : 20px;
  line-height   : 1.2
}
p[data-v-0bd813f2] {
  margin      : 1em 0;
  max-width   : 800px;
  line-height : 1.4em;
  font-weight : 300;
  text-indent : 0;
}
.lead[data-v-0bd813f2] {
  margin      : 1em 0;
  padding     : 0;
  font-size   : 1.4em;
  font-weight : 300;
}
.flex[data-v-0bd813f2] {
  display : flex;
}
.link[data-v-0bd813f2] {
  color : #1AC13B;
}
.catalog-brand[data-v-0bd813f2] {
  padding : 5vh 5vw;
}
.catalog-brand-header[data-v-0bd813f2] {
  justify-content : center;
  display         : flex;
  max-width       : 1200px;
  margin          : auto;
  position        : relative;
}
.catalog-brand-logo[data-v-0bd813f2] {
  position        : relative;
  width           : 35%;
  justify-content : center;
  align-items     : center;
}
.catalog-brand-logo img[data-v-0bd813f2] {
  width : 220px;
}
.catalog-brand-logo + .catalog-brand-about[data-v-0bd813f2] {
  text-align : left;
}
.catalog-brand-logo + .catalog-brand-about > div[data-v-0bd813f2] {
  justify-content : left;
  align-items     : flex-start;
}
.catalog-brand-about[data-v-0bd813f2] {
  flex        : 1;
  display     : flex;
  align-items : center;
  text-align  : center;
}
.catalog-brand-about > div[data-v-0bd813f2] {
  width           : 100%;
  display         : flex;
  flex-direction  : column;
  justify-content : center;
  align-items     : center;
}
.catalog-brand-cover[data-v-0bd813f2] {
  background : #FFFFFF;
  position   : relative;
  z-index    : 10;
}
.catalog-brand-cover li[data-v-0bd813f2] {
  flex     : 1;
  position : relative;
}
.catalog-brand-cover img[data-v-0bd813f2] {
  width      : 100%;
  object-fit : cover;
}
.catalog-brand-cover-top[data-v-0bd813f2] {
  max-width     : 1100px;
  position      : absolute;
  left          : 50%;
  margin-top    : 30px;
  transform     : translate(-50%, 0);
  z-index       : 10;
  height        : 40vh;
  min-height    : 400px;
  border-radius : 1em;
}
.catalog-brand-cover-blur[data-v-0bd813f2] {
  -webkit-filter : blur(30px);
  filter         : blur(30px);
  height         : 46vh;
  min-height     : 460px;
}
.catalog-brand-cover li + li[data-v-0bd813f2] {
  display : none;
}
.page-container[data-v-0bd813f2] {
  max-width : 1650px;
  margin    : auto;
}
.page-container-mid[data-v-0bd813f2] {
  margin-top : 60px !important;
  max-width  : 960px;
}
.text_block[data-v-0bd813f2] {
  font-size : 16px;
}
.text_block img[data-v-0bd813f2] {
  max-width  : 100%;
  max-height : 100%;
  height     : auto;
}
@media (max-width : 767px) {
p[data-v-0bd813f2] {
    max-width : none;
    padding   : 10px 0;
}
.lead[data-v-0bd813f2] {
    font-size : 1.1em;
}
.m-block[data-v-0bd813f2] {
    display : block !important;
}
.catalog-brand-logo[data-v-0bd813f2] {
    justify-content : flex-start;
    padding-bottom  : 1em;
}
.catalog-brand-logo img[data-v-0bd813f2] {
    object-position : 0 0;
    margin          : 0;
}
.catalog-brand-about > div[data-v-0bd813f2] {
    flex-direction  : column;
    justify-content : flex-start;
    align-items     : flex-start;
}
}
@media (max-width : 767px) {
.m-block[data-v-0bd813f2] {
    display : block !important;
}
.catalog-brand-cover li[data-v-0bd813f2]:first-child {
    display : none;
}
.catalog-brand-cover img[data-v-0bd813f2] {
    min-height    : 300px;
    border-radius : 0;
}
.catalog-brand-cover img[data-v-0bd813f2] {
    min-height    : 300px;
    border-radius : 0;
}
.catalog-brand-cover li[data-v-0bd813f2]:last-child {
    display : block;
}
}

/*!***************************************************************************!*\
  !*** 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 ***!
  \***********************************************************************/

