.skg-catalog .full-slide img{
    width: 100%;
}.skg-catalog .baner-section .mobile{
    display: none;
}.skg-catalog .baner-head{
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
    padding: 24px 0 28px;
}.skg-catalog .baner-head__title{
    font-family: 'Akrobat', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0;
    color: #1a1a1a;
    margin: 0;
    padding: 0;
    flex: 1 1 auto;
    max-width: 70%;
}.skg-catalog .baner-head__subtitle{
    font-family: 'Akrobat', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: 0;
    color: #1a1a1a;
    text-align: right;
    margin: 0;
    padding: 0;
    flex: 0 0 auto;
    max-width: 30%;
}.skg-catalog .baner-head__subtitle span{ display: block; }@media (max-width: 1200px) {.skg-catalog .baner-head__title{ font-size: 40px; }}@media (max-width: 768px) {.skg-catalog .baner-section .desctop{ display: none; }.skg-catalog .baner-section .mobile{ display: block; }.skg-catalog .baner-head{
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding: 18px 0 20px;
    }.skg-catalog .baner-head__title,.skg-catalog .baner-head__subtitle{
        max-width: 100%;
        text-align: left;
    }.skg-catalog .baner-head__title{ font-size: 32px; }.skg-catalog .baner-head__subtitle{ font-size: 16px; }}.skg-catalog .catalog-filter-section{ padding: 24px 0 8px; }.skg-catalog .tab-btn[hidden],.skg-catalog .lustra-card__price-pane[hidden],.skg-catalog .lustra-card__gallery-pane[hidden]{ display: none !important; }.skg-catalog .catalog-filter{
    display: flex; align-items: center; justify-content: space-between;
    flex-wrap: wrap; gap: 16px;
}.skg-catalog .catalog-filter__tabs{ display: flex; flex-wrap: wrap; gap: 8px; }.skg-catalog .catalog-filter__tab{
    font-family: 'Roboto Condensed', sans-serif; font-size: 14px; font-weight: 400;
    padding: 8px 16px; border-radius: 6px; border: none;
    background: #F8F7F7; color: #1a1a1a; cursor: pointer; white-space: nowrap;
    transition: background .2s;
}.skg-catalog .catalog-filter__tab:hover{ background: #ececec; }.skg-catalog .catalog-filter__tab--active{ background: #CCCCCC; color: #1a1a1a; }.skg-catalog .catalog-filter__extra{ display: flex; align-items: center; }.skg-catalog .catalog-filter__more{
    display: inline-flex; align-items: center; gap: 8px;
    font-family: 'Roboto Condensed', sans-serif; font-size: 14px;
    padding: 8px 14px; border-radius: 6px; border: 1px solid transparent;
    background: transparent; color: #1a1a1a; cursor: pointer; opacity: .5;
}.skg-catalog .catalog-filter__more[disabled]{ cursor: not-allowed; }.skg-catalog .catalog-filter__empty{
    padding: 40px 0; text-align: center;
    font-family: 'Roboto Condensed', sans-serif; font-size: 16px; color: #777;
}.skg-catalog .catalog-filter__empty[hidden]{ display: none; }@media (max-width: 768px) {.skg-catalog .catalog-filter{ flex-direction: column; align-items: stretch; gap: 12px; }.skg-catalog .catalog-filter__tabs{
        flex-wrap: nowrap; overflow-x: auto;
        scrollbar-width: none; -webkit-overflow-scrolling: touch;
        padding-bottom: 4px;
    }.skg-catalog .catalog-filter__tabs::-webkit-scrollbar{ display: none; }.skg-catalog .catalog-filter__extra{ justify-content: flex-end; }}.skg-catalog .lustra-series{ padding: 12px 0; }.skg-catalog .lustra-series[hidden]{ display: none !important; }.skg-catalog .v_catalog-item[hidden]{ display: none !important; }.skg-catalog .lustra-card{
    margin-bottom: 24px;
    background: #F9F9F9;
    padding: 32px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}.skg-catalog .lustra-card__header{
    display: flex; align-items: flex-start; justify-content: space-between;
    gap: 24px; flex-wrap: wrap;
}.skg-catalog .lustra-card__title{
    font-family: 'Akrobat', sans-serif; font-weight: 500;
    font-size: 40px; line-height: 1.1; color: #1a1a1a;
    margin: 0; padding: 0; flex: 1 1 auto;
}.skg-catalog .lustra-card__title a{ color: inherit; text-decoration: none; transition: opacity .2s; }.skg-catalog .lustra-card__title a:hover{ opacity: .7; }.skg-catalog .lustra-card__actions{ display: inline-flex; align-items: center; gap: 12px; flex: 0 0 auto; }.skg-catalog .lustra-card__order,.skg-catalog .lustra-card__more{
    display: inline-flex; align-items: center; gap: 8px;
    border: 1px solid #1a1a1a;
    padding: 10px 22px; border-radius: 4px;
    font-family: 'Roboto Condensed', sans-serif; font-size: 15px;
    cursor: pointer; flex: 0 0 auto; text-decoration: none;
    transition: background .2s, color .2s, border-color .2s;
}.skg-catalog .lustra-card__order{ background: #1a1a1a; color: #fff; }.skg-catalog .lustra-card__order:hover{ background: transparent; color: #1a1a1a; }.skg-catalog .lustra-card__more{ background: transparent; color: #1a1a1a; }.skg-catalog .lustra-card__more:hover{ background: #1a1a1a; color: #fff; }.skg-catalog .lustra-card__order svg,.skg-catalog .lustra-card__more svg{ transition: transform .2s; }.skg-catalog .lustra-card__order:hover svg,.skg-catalog .lustra-card__more:hover svg{ transform: translate(2px, -2px); }.skg-catalog .lustra-card__row{
    display: flex; flex-direction: row; align-items: center; justify-content: space-between;
    gap: 24px; flex-wrap: wrap;
}.skg-catalog .lustra-card__tabs{
    display: inline-flex; flex-wrap: wrap; gap: 6px; width: auto;
}.skg-catalog .tab-btn{
    font-family: 'Akrobat', sans-serif; border: none;
    padding: 8px 18px; border-radius: 6px; background: #fff; color: #1a1a1a;
    font-size: 15px; font-weight: 500; cursor: pointer; transition: background .2s ease;
}.skg-catalog .tab-btn:hover{ background: #f0f0f0; }.skg-catalog .tab-btn.tab-btn-active{ background: #CCCCCC; color: #1a1a1a; }.skg-catalog .lustra-card__price-row{ display: flex; flex-direction: row; gap: 24px; align-items: stretch; flex: 0 0 auto; font-family: 'Akrobat', sans-serif; position: relative; }.skg-catalog .lustra-card__price-pane{ display: none; flex-direction: row; gap: 24px; }.skg-catalog .lustra-card__price-pane.is-active{ display: flex; }.skg-catalog .lustra-card__price-row .price-alt-block{
    display: flex; flex-direction: column; gap: 4px; align-items: flex-start; min-width: 0;
}.skg-catalog .lustra-card__price-row .price-alt-block + .price-alt-block{
    padding-left: 24px; border-left: 1px solid #d4d4d4; opacity: 0.5;
}.skg-catalog .lustra-card__price-row .price-main{ font-size: 24px; font-weight: 600; color: #000; white-space: nowrap; line-height: 1.1; }.skg-catalog .lustra-card__price-row .price-alt{ font-size: 24px; font-weight: 600; color: #343434; white-space: nowrap; line-height: 1.1; }.skg-catalog .lustra-card__price-row .price-alt-note{ font-family: 'Roboto Condensed', sans-serif; font-size: 12px; font-weight: 400; color: #343434; line-height: 1.3; white-space: nowrap; }.skg-catalog .lustra-card__galleries{ position: relative; }.skg-catalog .lustra-card__gallery-pane{ display: none; }.skg-catalog .lustra-card__gallery-pane.is-active{ display: block; }.skg-catalog .lustra-gallery{ display: grid; grid-template-columns: 40fr 40fr 20fr; gap: 12px; }.skg-catalog .lustra-gallery--one{ grid-template-columns: 1fr; }.skg-catalog .lustra-gallery__main,.skg-catalog .lustra-gallery__second{
    display: block; width: 100%; 
    overflow: hidden; border-radius: 6px;
}.skg-catalog .lustra-gallery__main img,.skg-catalog .lustra-gallery__second img{ width: 100%; height: 100%; object-fit: cover; display: block; transition: opacity .2s; }.skg-catalog .lustra-gallery__main:hover img,.skg-catalog .lustra-gallery__second:hover img{ opacity: .9; }.skg-catalog .lustra-gallery__aside{ display: flex; flex-direction: column; gap: 12px; }.skg-catalog .lustra-gallery__aside a{ display: block; overflow: hidden; border-radius: 6px; flex: 1 1 0; min-height: 0; }.skg-catalog .lustra-gallery__aside img{ width: 100%; height: 100%; object-fit: cover; display: block; }@media (max-width: 1200px) {.skg-catalog .lustra-card__title{ font-size: 32px; }.skg-catalog .lustra-card__price-row .price-main,.skg-catalog .lustra-card__price-row .price-alt{ font-size: 20px; }}@media (max-width: 992px) {.skg-catalog .lustra-card__row{ flex-direction: column; }.skg-catalog .lustra-card__price-row{ width: 100%; }}@media (max-width: 768px) {.skg-catalog .lustra-card{ padding: 24px 20px; }.skg-catalog .lustra-card__title{ font-size: 28px; }.skg-catalog .lustra-card__header{ flex-direction: column; align-items: stretch; gap: 16px; }.skg-catalog .lustra-card__actions{ width: 100%; flex-direction: column; gap: 10px; }.skg-catalog .lustra-card__order,.skg-catalog .lustra-card__more{ width: 100%; justify-content: center; padding: 14px 20px; font-size: 14px; }.skg-catalog .lustra-card__tabs{ display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; gap: 6px; width: 100%; }.skg-catalog .tab-btn{ padding: 14px 6px; font-size: 14px; text-align: center; white-space: nowrap; min-width: 0; }.skg-catalog .lustra-card__price-pane{ flex-direction: row; gap: 16px; align-items: stretch; }.skg-catalog .lustra-card__price-row .price-alt-block + .price-alt-block{ padding-left: 16px; border-left: 1px solid #d4d4d4; padding-top: 0; border-top: none; width: auto; }.skg-catalog .lustra-card__price-row .price-main,.skg-catalog .lustra-card__price-row .price-alt{ font-size: 17px; }.skg-catalog .lustra-card__price-row .price-alt-note{ white-space: normal; font-size: 11px; }.skg-catalog .lustra-gallery{ display: flex; flex-direction: column; gap: 10px; }.skg-catalog .lustra-gallery__main,.skg-catalog .lustra-gallery__second{ aspect-ratio: 4 / 5; }.skg-catalog .lustra-gallery__aside{ display: flex; flex-direction: column; gap: 10px; }.skg-catalog .lustra-gallery__aside a{ aspect-ratio: 4 / 5; flex: none; }}.skg-catalog .fancybox__caption,.skg-catalog .fancybox__container .fancybox__caption,.skg-catalog .fancybox__container .fancybox__caption *{
    background: transparent !important;
    background-color: transparent !important;
}
.skg-catalog .container{max-width:1320px;margin:0 auto;padding:0 24px;box-sizing:border-box}
.skg-catalog *{box-sizing:border-box}
.skg-catalog .lustra-card__lead{font-family:'Roboto Condensed',sans-serif;font-size:16px;color:#555;line-height:1.45;margin:-8px 0 0;max-width:70ch}
.skg-catalog img{max-width:100%;display:block}
.skg-catalog a{text-decoration:none;color:inherit}