@font-face {
    font-family: "Rubik";
    src: url(/template/font/Rubik/Rubik-Regular.woff2)format("woff2"), url(/template/font/Rubik/Rubik-Regular.woff)format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

.shop-toolbar .shop-items-header:last-child {
    margin-bottom: 0
}

.shop-toolbar .shop-filter-strip {
    position: relative
}

.shop-toolbar .filter>.group {
    display: contents
}

.shop-toolbar .filter .group>div,
.shop-toolbar .filter>div {
    margin: 0
}

.shop-toolbar .filter .group>div:first-child {
    display: none
}

.shop-toolbar .filter .field-select-wrap {
    min-width: 0
}

.shop-toolbar .filter .filter-select,
.shop-toolbar .filter .select2-container {
    width: 100% !important
}

.shop-toolbar .filter .select2-container--default .select2-selection--multiple::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 12px;
    width: 14px;
    height: 14px;
    transform: translateY(-50%);
    background-image: url(/template/img/bottom-arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
    pointer-events: none
}

.shop-toolbar .filter .select2-container--open .select2-selection--multiple::after {
    background-image: url(/template/img/top-arrow.svg)
}

.shop-toolbar .filter .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
    border: 0;
    background: 0 0
}

.shop-toolbar .filter .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    height: 28px;
    margin: 0 !important
}

.select2-dropdown.catalog-filter-dropdown {
    border: 1px solid rgba(148, 163, 184, .24);
    border-radius: 16px;
    padding: 8px;
    box-shadow: 0 16px 40px rgba(15, 23, 42, .12)
}

.catalog-filter-dropdown .filter-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px
}

.shop-toolbar {
    margin-bottom: 20px;
    background-color: #f8f8f8;
    padding: 18px 20px;
    border: 1px solid rgba(148, 163, 184, .18);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .98)0, rgba(248, 250, 252, .96) 100%);
    box-shadow: 0 12px 32px rgba(15, 23, 42, .06)
}

.shop-toolbar .shop-items-header {
    padding: 0;
    background: 0 0;
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid rgba(148, 163, 184, .18)
}

.shop-toolbar .filter {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    border: 0;
    gap: 12px;
    margin-top: 0;
    padding-top: 0;
    border-top: 0
}

.shop-toolbar .filter .group>div[data-field] {
    flex: 1 1 220px;
    min-width: 190px;
    padding: 0;
    margin: 0;
    border: 0
}

.shop-toolbar .filter>div[data-field] {
    flex: 1 1 220px;
    min-width: 190px;
    padding: 0;
    margin: 0;
    border: 0
}

.shop-toolbar .filter .field-name {
    text-transform: uppercase;
    opacity: .6;
    margin: 0 0 8px;
    color: var(--site-muted);
    font-size: 11px;
    letter-spacing: .12em
}

.shop-toolbar .filter .field-check {
    margin: 0;
    min-height: 38px;
    padding: 0 12px;
    border: 1px solid rgba(148, 163, 184, .24);
    border-radius: 999px;
    background: rgba(255, 255, 255, .88)
}

.shop-toolbar .filter .field-min-max>div:first-child {
    grid-column: 1/-1
}

.shop-toolbar .filter .select2-container--default .select2-selection--multiple {
    position: relative;
    padding-right: 34px;
    min-height: 38px;
    border: 1px solid rgba(148, 163, 184, .24);
    border-radius: 999px;
    background: rgba(255, 255, 255, .88)
}

.shop-toolbar .filter .select2-container--default.select2-container--focus .select2-selection--multiple,
.shop-toolbar .filter .select2-container--default.select2-container--open .select2-selection--multiple {
    border-color: rgba(32, 53, 74, .24)
}

.shop-toolbar .filter .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 4px 12px
}

.shop-toolbar .filter .select2-container--default .select2-selection--multiple .select2-selection__choice {
    position: relative;
    margin: 0;
    padding: 5px 10px 5px 24px;
    border: 0;
    border-radius: 999px;
    font-size: 13px;
    background: rgba(32, 53, 74, .08);
    color: var(--site-text)
}

.shop-toolbar .filter-selected {
    gap: 10px;
    margin-top: 14px;
    margin-bottom: 0
}

.shop-toolbar .filter-selected>div {
    margin: 0;
    border: 1px solid transparent;
    background: 0 0 !important;
    border-color: transparent;
    color: var(--site-text);
    box-shadow: inset 0 0 0 1px rgba(200, 123, 79, .78), var(--site-metal-shadow)
}

.shop-toolbar .filter-selected>h2 {
    margin: 0;
    border: 1px solid transparent;
    background: 0 0 !important;
    border-color: transparent;
    color: var(--site-text);
    box-shadow: inset 0 0 0 1px rgba(200, 123, 79, .78), var(--site-metal-shadow)
}

.catalog-filter-dropdown {
    border-color: rgba(148, 163, 184, .24);
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 18px 48px rgba(15, 23, 42, .14);
    padding: 6px
}

.catalog-filter-dropdown .select2-results__option--highlighted[aria-selected] {
    color: inherit;
    background: rgba(32, 53, 74, .06)
}

.catalog-filter-dropdown .filter-option-label {
    color: var(--site-text)
}

.cart .cart-order .check p,
.header .phone p,
.header .search>form>div,
.register .check p {
    margin: 0
}

.shop-main .shop-toolbar .filter .field-check {
    min-height: 32px;
    padding: 0 10px;
    font-size: 12px
}

.shop-main .shop-toolbar .filter .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    left: 6px
}

.shop-main .shop-toolbar .filter .select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
    height: 18px;
    font-size: 12px
}

.catalog-filter-dropdown .select2-results>.select2-results__options,
.catalog-filter-dropdown .select2-results__options {
    max-height: none !important;
    overflow-y: visible !important
}

.catalog-filter-dropdown .select2-results__option {
    border-radius: 10px;
    padding: 6px 8px;
    font-size: 13px
}

.catalog-filter-dropdown .filter-option-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    line-height: 1;
    background: rgba(148, 163, 184, .12);
    color: var(--site-muted);
    min-width: 24px;
    min-height: 18px;
    padding: 0 6px;
    font-size: 11px
}

.site-metal-frame {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border: 1px solid transparent !important;
    border-radius: var(--site-metal-radius, 24px) !important;
    background: var(--site-metal-fill, linear-gradient(var(--site-surface-soft), var(--site-surface-soft)) padding-box) !important;
    box-shadow: var(--site-metal-box-shadow, var(--site-shadow-soft)), var(--site-metal-shadow) !important
}

.site-metal-dropdown::after,
.site-metal-frame::after,
.site-metal-selection::before {
    content: "" !important;
    position: absolute !important;
    inset: 0 !important;
    padding: 1px !important;
    border-radius: inherit !important;
    background: var(--site-metal-border, var(--site-metal-border-default)) !important;
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) !important;
    -webkit-mask-composite: xor !important;
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0) !important;
    mask-composite: exclude !important;
    pointer-events: none !important;
    opacity: var(--site-metal-border-opacity, 1) !important
}

.select2-container--focus .site-metal-selection::before,
.select2-container--open .site-metal-selection::before,
.site-metal-frame.is-active::after,
.site-metal-frame.selected::after,
.site-metal-frame:hover::after,
.site-metal-selection:hover::before {
    background: var(--site-metal-border-hover, var(--site-metal-teal-soft)) !important
}

.site-metal-frame--pill {
    --site-metal-radius: 999px
}

.site-metal-frame--panel {
    --site-metal-radius: 24px
}

.site-metal-frame--tile {
    --site-metal-radius: 18px
}

.site-metal-selection {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border: 1px solid transparent !important;
    border-radius: var(--site-metal-radius, 24px) !important;
    background: var(--site-metal-fill, linear-gradient(var(--site-surface-soft), var(--site-surface-soft)) padding-box) !important;
    box-shadow: var(--site-metal-box-shadow, var(--site-shadow-soft)), var(--site-metal-shadow) !important;
    --site-metal-radius: 999px;
    --site-metal-fill: var(--site-control-bg);
    --site-metal-box-shadow: var(--site-metal-shadow)
}

.site-metal-dropdown .filter-option-label,
.site-metal-selection .select2-search__field,
.site-metal-selection .select2-selection__rendered {
    color: var(--site-text) !important
}

.site-metal-dropdown {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border: 1px solid transparent !important;
    border-radius: var(--site-metal-radius, 24px) !important;
    background: var(--site-metal-fill, linear-gradient(var(--site-surface-soft), var(--site-surface-soft)) padding-box) !important;
    box-shadow: var(--site-metal-box-shadow, var(--site-shadow-soft)), var(--site-metal-shadow) !important;
    --site-metal-fill: var(--site-search-tip-bg);
    --site-metal-box-shadow: var(--site-shadow-soft);
    --site-metal-radius: 16px;
    padding: 8px !important
}

.site-metal-dropdown .select2-search {
    padding: 4px
}

.site-metal-dropdown .select2-search__field {
    color: var(--site-text) !important;
    border: 1px solid rgba(148, 163, 184, .18) !important;
    border-radius: 10px !important;
    background: var(--site-control-bg) !important
}

.site-metal-dropdown .select2-results__option {
    color: var(--site-text) !important;
    border-radius: 10px
}

.site-metal-dropdown .select2-results__option--highlighted[aria-selected] {
    background: var(--site-accent-soft-alt) !important;
    color: var(--site-text) !important
}

.site-metal-dropdown .select2-results__option--selected {
    background: rgba(148, 163, 184, .12)
}

.site-metal-dropdown .filter-option-count {
    background: rgba(148, 163, 184, .16);
    color: var(--site-muted)
}

.slick-next {
    right: 10px;
    background-image: url(/template/img/right_w.svg);
    z-index: 2;
    top: calc(50% - 22px);
    width: 44px;
    height: 44px;
    min-width: 44px;
    margin: 0;
    position: absolute;
    overflow: hidden;
    isolation: isolate;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, .14);
    border: 1px solid transparent;
    box-shadow: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
    transform: none;
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease
}

.slick-prev {
    left: 10px;
    background-image: url(/template/img/left_w.svg);
    z-index: 2;
    top: calc(50% - 22px);
    width: 44px;
    height: 44px;
    min-width: 44px;
    margin: 0;
    position: absolute;
    overflow: hidden;
    isolation: isolate;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, .14);
    border: 1px solid transparent;
    box-shadow: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px;
    transform: none;
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease
}

.slick-next::after,
.slick-prev::after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: var(--site-metal-border-default);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    pointer-events: none
}

.slick-next:hover,
.slick-prev:hover {
    transform: none
}

.slick-next:hover::after,
.slick-prev:hover::after {
    background: var(--site-metal-border-hover)
}

.shop-item .to-cart,
body .shop-items .quantity {
    display: none
}

@font-face {
    font-family: "Rubik";
    src: url(/template/font/Rubik/Rubik-Medium.woff2)format("woff2"), url(/template/font/Rubik/Rubik-Medium.woff)format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: "Rubik";
    src: url(/template/font/Rubik/Rubik-Bold.woff2)format("woff2"), url(/template/font/Rubik/Rubik-Bold.woff)format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

BODY {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: #fff
}

* {
    font-family: var(--site-font-family, "Rubik", sans-serif);
    box-sizing: border-box
}

HTML {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    --site-font-family: "Rubik", sans-serif;
    --site-heading-font-family: "VAG World", "Rubik", sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility
}

html[data-site-font=roboto] {
    --site-font-family: "Roboto", sans-serif;
    --site-heading-font-family: "Roboto", sans-serif
}

html[data-site-font=open-sans] {
    --site-font-family: "Open Sans", sans-serif;
    --site-heading-font-family: "Open Sans", sans-serif
}

html[data-site-font=raleway] {
    --site-font-family: "Raleway", sans-serif;
    --site-heading-font-family: "Raleway", sans-serif
}

html[data-site-font=montserrat] {
    --site-font-family: "Montserrat", sans-serif;
    --site-heading-font-family: "Montserrat", sans-serif
}

html[data-site-font=nunito] {
    --site-font-family: "Nunito", sans-serif;
    --site-heading-font-family: "Nunito", sans-serif
}

A {
    color: #000;
    text-decoration: none
}

IMG {
    vertical-align: middle
}

A:hover {
    text-decoration: underline
}

H1,
H2 {
    font-weight: 500
}

.default-bg-gray-hover:hover {
    transition: background-color .3s linear;
    background-color: #eee
}

.default-padding {
    padding: 10px
}

.header>div.widther>div:last-child {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex-grow: 1
}

.header>div.widther>div:last-child>div {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header .logo a,
.header .search>form {
    position: relative;
    display: block
}

.mobile-menu>ul,
.slider-1 img,
.slider-2 img {
    width: 100%
}

.is-search .header>div.search-block {
    display: block
}

.header .search {
    position: relative
}

.header .search button {
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
    background-image: url(/template/img/search.svg);
    background-size: 16px;
    width: 24px;
    height: 24px;
    z-index: 2;
    border: 0;
    box-shadow: none;
    transition: none
}

.header .search input {
    width: 100%;
    font-size: 1em;
    padding: 10px 68px 10px 10px;
    border: 1px solid var(--site-line);
    color: var(--site-text);
    background: var(--site-surface-soft)
}

.header .search .tip:empty,
.tip .search-categories:empty,
.tip .search-history:empty {
    display: none
}

.tip .search-history {
    display: flex;
    flex-direction: column;
    padding-bottom: 20px
}

.tip .search-history>a {
    display: block;
    margin-bottom: 5px;
    cursor: pointer;
    position: relative;
    padding-left: 26px
}

.tip .shop-items .item>div>div {
    padding: 5px 5px 2px
}

.tip .search-items .price-cart>div:first-child {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.tip .search-categories {
    display: flex;
    flex-wrap: wrap
}

.header .favorite>div:empty {
    display: none
}

.header .menu .menu-wrapper {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .08);
    transition: box-shadow .25s ease, transform .25s ease;
    position: absolute;
    left: 0;
    top: 100%;
    border: 1px solid #eee;
    background-color: #fff
}

.header .menu .menu-wrapper>ul>li {
    white-space: nowrap;
    padding: 10px;
    border-bottom: 1px solid #eee
}

.header .menu .menu-wrapper>ul>li>ul>li {
    padding: 5px 10px;
    white-space: nowrap
}

.header .menu .menu-wrapper>ul>li:last-child {
    border-bottom: none
}

.header .menu .menu-wrapper>ul>li>ul {
    border: 1px solid #eee;
    background-color: #fff;
    position: absolute;
    left: 100%;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity .3s ease, transform .3s ease, visibility .3s ease;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .2)
}

.header .menu .menu-wrapper>ul>li:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.title {
    margin-top: 40px;
    font-size: 48px;
    padding: 0 10px 20px
}

.slider .slick-slide>div {
    position: relative
}

.slick-dots li button:before {
    font-size: 20px
}

.slider-1 {
    margin: 80px auto 0;
    max-width: 1600px
}

.slider-1 .slick-slide {
    padding: 30px 0
}

.slider-1 .slick-slide>div {
    aspect-ratio: 4/3;
    transition: transform .5s ease;
    padding: 15px 0;
    transform: scale(1)
}

.slider-1 .slick-slide.slick-active+.slick-active>div {
    transform: scale(1.1)
}

.slider-1 .slick-slide>div>div>img {
    transition: box-shadow .5s ease
}

.slider-1 .slick-slide.slick-current>div>div>img {
    box-shadow: -5px 5px 8px 0 rgba(0, 0, 0, .2)
}

.slider-1 .text,
.slider-2 .text {
    padding: 20px 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    backdrop-filter: blur(2px);
    background-color: rgba(255, 255, 255, .2)
}

.slider-1 .text:empty,
.slider-2 .text:empty {
    display: none
}

.slider-1 a,
.slider-2 a {
    display: block;
    position: relative;
    max-height: 800px
}

.slider-1 a::before,
.slider-2 a::before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .2)
}

.collections .slick-next,
.collections .slick-prev {
    bottom: auto;
    transform: translateY(-30px)
}

.mobile-menu .mobile-main-menu>li {
    padding: 0
}

.home .collections {
    display: block;
    margin: 40px 0
}

.slider-wrapper {
    position: relative
}

.mobile-menu .mobile-main-menu {
    width: 100%
}

.mobile-menu li,
.mobile-menu ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.mobile-menu .shop-menu ul>li {
    padding-top: 0;
    padding-bottom: 0
}

.mobile-menu>ul ul li {
    font-size: .9em;
    padding: 0 0 0 14px
}

.mobile-menu .shop-menu {
    margin-bottom: 12px;
    margin: 0;
    padding: 0
}

.mobile-menu .shop-menu.loading {
    min-height: 64px;
    background-image: url(/template/img/loading.gif);
    background-position: left center;
    background-size: contain;
    background-repeat: no-repeat
}

.letters {
    display: flex;
    margin-top: 30px;
    margin-bottom: 20px
}

.letters>div {
    padding: 10px;
    text-transform: uppercase;
    cursor: pointer
}

.letters>div.selected {
    position: relative;
    font-weight: 700;
    background-color: #f8f8f8;
    border: 1px solid #ddd
}

.sant-menu .categories {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding-right: 10px
}

.sant-menu .categories>div {
    text-align: center;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd
}

.sant-menu .categories>div:hover a {
    text-decoration: none
}

.sant-menu .categories>div:hover img {
    transform: scale(.95)
}

.sant-menu .categories>div img {
    width: 64px;
    margin-bottom: 10px;
    transition: transform .3s ease
}

.shop-items.shop-items-block {
    width: 100%;
    min-width: 100%;
    grid-template-columns: repeat(5, 1fr)
}

.shop-items-block::before {
    display: block;
    margin: 30px 10px;
    font-weight: 700;
    font-size: 1.4em;
    text-align: center
}

.collections .collection .images img,
.shop-items.shop-items-block>.slick-list {
    width: 100%
}

.shop-items-block .slick-track {
    margin-left: 0;
    display: flex
}

.shop-items-block .slick-slide {
    margin: 0 10px;
    height: inherit
}

.shop-items-block.shop-items .item>div {
    border: 0
}

.collections .collection .images>div {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0
}

.collections .collection .images>div:first-child {
    opacity: 1;
    position: relative
}

.collections .collection .images:hover>div:nth-child(2) {
    opacity: 1;
    transition: opacity .3s
}

.collections .collection .info strong {
    font-weight: 400;
    margin-right: 5px;
    padding-right: 0;
    opacity: .5;
    border-right: 0
}

.collection-info .images-for:empty {
    display: none
}

.collection-info .images-nav {
    display: none
}

.collection-info .info h1,
.shop-items .item div.vendor-name-info p {
    padding: 0;
    margin: 0
}

.collection-info .info .data>div:nth-child(2n+1) {
    opacity: .5;
    font-size: .8em
}

.collection-info .info .data>div:nth-child(2n+1)::after {
    content: ":"
}

.collection-info .images-for .slick-track {
    margin-left: 0
}

.images-for .image a {
    display: block;
    height: 400px
}

.images-for .image img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.images-nav .slick-current img {
    opacity: 1;
    border-color: #000
}

.shop-categories {
    display: grid;
    grid-gap: 40px;
    grid-column-gap: 50px;
    grid-template-columns: repeat(6, 1fr)
}

.shop-categories .category:hover {
    box-shadow: 0 2px 6px rgba(0, 0, 0, .1)
}

.shop-categories img {
    max-width: 100%;
    max-height: 100%
}

.shop-categories a {
    color: #000
}

.shop-categories>div {
    display: flex;
    flex-direction: column;
    align-items: center
}

.shop-categories .category {
    padding: 10px;
    border: 1px solid #eee;
    text-align: center;
    transition: box-shadow .25s ease, transform .25s ease;
    display: flex;
    flex-direction: column;
    align-items: center
}

.shop-categories>div:last-child {
    display: none
}

.modal {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: rgba(255, 255, 255, .2);
    -webkit-backdrop-filter: blur(6px) saturate(120%);
    backdrop-filter: blur(6px) saturate(120%);
    z-index: 6
}

.modal>div {
    position: relative;
    padding: 24px;
    border: 1px solid rgba(148, 163, 184, .22);
    background: rgba(255, 255, 255, .74);
    -webkit-backdrop-filter: blur(24px) saturate(150%);
    backdrop-filter: blur(24px) saturate(150%);
    border-radius: 28px;
    min-width: 200px;
    min-height: 50px;
    max-width: min(920px, 100%);
    max-height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 24px 60px rgba(15, 23, 42, .16)
}

.modal>div>div:last-child {
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    padding-top: 18px
}

.modal>div>div:last-child::-webkit-scrollbar {
    width: 0;
    background: 0 0
}

.modal>div>.close {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: 1px solid rgba(148, 163, 184, .24);
    border-radius: 999px;
    background: linear-gradient(135deg, #1b1b1d 0, #2f2f34 100%);
    box-shadow: 0 12px 28px rgba(15, 23, 42, .08)
}

.modal>div>.close:after {
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg)
}

.modal>div>.close:before {
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg)
}

.page {
    display: flex;
    align-items: center;
    flex-wrap: wrap
}

.page>a {
    padding: 3px;
    margin: 5px;
    line-height: 20px;
    min-width: 26px;
    text-align: center;
    color: var(--site-text)
}

.page>a:hover {
    text-decoration: none
}

.page>a:first-child {
    margin-left: 0
}

.page .selected {
    color: var(--site-text)
}

.page .first:before {
    content: "Первая"
}

.page .last:before {
    content: "Последняя ("
}

.page .last:after {
    content: ")"
}

.shop h1 {
    margin: 0;
    padding: 12px
}

.filter-button,
.shop-menu li ul {
    display: none
}

.shop-menu li ul li {
    padding-bottom: 0
}

.shop-menu li ul li a {
    font-size: .9em;
    opacity: .5
}

.shop-menu>ul>li {
    padding-left: 0
}

.shop .filter {
    position: relative;
    font-size: .9em
}

.shop .filter.loading::before {
    content: "";
    display: block;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .5)
}

.price {
    display: flex;
    align-items: center;
    font-weight: 500
}

.price>div::after {
    content: "₽";
    margin-left: 3px
}

.price.eur>div::after {
    content: "€"
}

.price.usd>div::after {
    content: "$"
}

.price.zar>div::after {
    content: "€"
}

.cart .price>div {
    margin: 0 5px
}

.price>div:empty,
.shop-items .price-za .za:empty {
    display: none
}

.price>div:last-child {
    color: #0b54a0
}

.price>div:nth-child(1) {
    color: #e63619
}

.price>div:nth-child(1)+div {
    position: relative;
    padding: 0 5px;
    color: #bacfe3;
    font-weight: 400;
    font-size: .9em
}

.price>div:nth-child(1)+div::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e63619;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%)
}

.price>div:nth-child(1):empty+div {
    margin-left: 0;
    padding-left: 0;
    color: inherit;
    font-size: inherit;
    text-decoration: none;
    font-weight: 500
}

.price>div:nth-child(1):empty+div::before {
    display: none
}

.shop-items-header .sort-list {
    display: flex;
    align-items: center
}

.shop-items-header .sort-list>div.default-bg-gray {
    color: inherit
}

.shop-items-header .sort-list>div.sort-price {
    padding-left: 20px;
    position: relative
}

.shop-items-header .sort-list>div.sort-price::before {
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-image: url(/template/img/sort.svg);
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat
}

.shop-items-header .sort-list>div.sort-price.desc::before {
    background-image: url(/template/img/sort_desc.svg)
}

.shop-items-header .view {
    display: none;
    justify-content: flex-end;
    margin-left: 40px
}

.shop-items-header .view>div {
    width: 44px;
    height: 44px;
    background-image: url(/template/img/view-grid.svg);
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: .2
}

.shop-items-header .view>div.selected {
    opacity: 1
}

.shop-items-header .view>div.list {
    background-image: url(/template/img/view-list.svg)
}

.shop-items-header .view-collections-items>div:hover {
    opacity: 1
}

.shop-items-header .view-collections::before {
    content: "Коллекции"
}

.shop-items-header .view-items::before {
    content: "Товары"
}

.shop-items.shop-items-list .item>div,
.shop-items.shop-items-list>div {
    display: contents
}

.shop-items.shop-items-list .item>div>div {
    background-color: #fff
}

.shop-items.shop-items-list .item>div>div:nth-child(2) {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.shop-items.shop-items-list .item {
    border-bottom: 1px solid #ddd
}

.shop .shop-items-list,
.shop>div.shop-items-list {
    padding-left: 0;
    padding-top: 1px;
    margin-left: 10px;
    gap: 0;
    row-gap: 1px;
    background-color: #eee;
    grid-template-columns: auto 1fr auto
}

.shop-items-list .quantity {
    padding: 10px
}

.shop-items-list .quantity-za {
    justify-content: flex-end
}

.shop-items .slick-list {
    padding-bottom: 60px
}

.shop-items .slick-dots {
    bottom: 30px;
    z-index: -1
}

.shop-items .item.sklad .vendor-name>div:nth-child(2)::after {
    content: "Складская программа";
    display: inline-block;
    margin-top: 5px;
    padding: 3px 6px;
    color: #fff;
    font-size: .8em;
    background-color: #76ba52;
    margin-bottom: 10px;
    z-index: 1
}

.shop-items .item.sklad::after {
    content: "Образец в салоне";
    max-width: 150px;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 5px;
    padding: 3px 6px;
    color: #fff;
    font-size: .8em;
    background-color: #0a55a1;
    z-index: 1
}

.shop-items-list .image {
    width: 100px;
    height: 100px;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    padding: 10px;
    margin-bottom: 0
}

.shop-items-list .price-cart {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.shop-items-list .favorite {
    display: none
}

.shop-items .price-za {
    display: flex;
    align-items: center
}

.shop-items .price-za .za {
    font-size: .9em;
    opacity: .6
}

.shop-items .price-za .za::before {
    content: " за "
}

.about-copy li+li,
.lead-menu-tree li ul li+li,
.lead-menu-tree>ul>li+li {
    margin-top: 10px
}

.shop-items .collection:empty,
.shop-items .vendor:empty {
    display: none
}

.shop-items .razmer:empty,
.shop-items .razmer:empty::before {
    display: none;
    content: ""
}

.shop-items .razmer::before {
    content: "Размер: "
}

.shop-items .quantity-za {
    display: flex;
    align-items: center;
    color: #76ba52;
    font-size: .9em
}

.shop-items .rest-road:empty,
.shop-items .rest-road:empty+div,
.shop-items .rest:empty,
.shop-items .rest:empty+div {
    display: none
}

.shop-items .rest::before {
    content: "В наличии:";
    margin-right: 3px
}

.shop-items .rest-road::before {
    content: "В пути:";
    margin-right: 3px
}

.shop-items .rest+.za,
.shop-items .rest-road+.za {
    padding-left: 3px
}

.shop-items .quick-view {
    position: absolute;
    white-space: nowrap;
    bottom: 0;
    left: 0;
    padding: 5px 10px 10px;
    cursor: pointer;
    opacity: .5;
    transition: opacity .3s;
    font-size: .9em;
    z-index: 1
}

.shop-items .quick-view:hover,
.hero-media .slider-1 .slick-dots li.slick-active button:before {
    opacity: 1
}

.shop-items .favorite.on {
    background-image: url(/template/img/favorite-on.svg)
}

.collections+.page,
.shop-items+.page {
    padding: 10px 0
}

.shop-items .info {
    font-size: .9em;
    opacity: .5
}

.shop-items .info:empty {
    display: none
}

.shop-items .info>div {
    margin: 0 5px 5px 0;
    padding: 3px 5px;
    font-size: .9em;
    color: #e63619;
    background-color: #f8f8f8
}

.shop-items .item .sale {
    background-color: #e63619;
    color: #fff;
    padding: 3px 10px;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
    font-size: .9em
}

.shop-items .item .sale::before {
    content: "-"
}

.shop-items .item .sale::after {
    content: "%"
}

.shop-items.list .item {
    width: 100%;
    margin: 10px 0 10px 10px
}

.shop-items.list .item>div {
    flex-direction: row;
    justify-content: space-between
}

.shop-items.list .image {
    height: 150px;
    width: 150px;
    min-width: 150px;
    margin-bottom: 0
}

.shop-items.list .info {
    display: flex
}

.shop-items.list .vendor-name {
    display: flex;
    flex-direction: column-reverse
}

.next {
    text-align: center;
    margin: 20px 0;
    cursor: pointer
}

.filter .field-name.opened {
    background-image: url(/template/img/top-arrow.svg)
}

.filter .field-min-max>div,
.header .menu>ul>li.has-shop-menu {
    position: relative
}

.filter .field-min-max>div:nth-child(2)::before {
    content: "от";
    font-size: 12px;
    line-height: 1;
    opacity: .6;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    pointer-events: none
}

.filter .field-min-max>div:nth-child(3)::before {
    font-size: 12px;
    line-height: 1;
    opacity: .6;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    pointer-events: none;
    content: "до"
}

.filter .filtered-count {
    display: none;
    position: fixed;
    top: auto;
    left: 50%;
    padding: 10px 20px;
    bottom: 20px;
    transform: translateX(-50%);
    z-index: 3
}

.filter .filtered-count>div {
    font-weight: 500;
    cursor: pointer;
    white-space: nowrap
}

.filter-selected:empty {
    display: none
}

.filter-selected .clear-all::after {
    color: #e63619
}

.breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: .9em;
    margin: 10px 0
}

.breadcrumbs>div {
    position: relative;
    padding-right: 25px
}

.breadcrumbs>div:last-child {
    padding-right: 0
}

.breadcrumbs>div::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
    opacity: .5
}

.breadcrumbs>div:last-child::after {
    display: none
}

.breadcrumbs a {
    opacity: .5
}

.modal .shop-item {
    max-width: 1200px
}

.shop-item>h1+div {
    display: grid;
    align-items: center;
    gap: 20px;
    grid-template-columns: 2fr 2fr 1fr;
    margin: 30px 0
}

.shop-item .art {
    font-weight: 700;
    margin-bottom: 0
}

.shop-item-media>.favorite {
    position: absolute;
    top: 18px;
    right: 18px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-image: url(/template/img/favorite.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    background-color: rgba(255, 255, 255, .9);
    box-shadow: 0 10px 24px rgba(15, 23, 42, .14);
    cursor: pointer;
    z-index: 5
}

.shop-item-media>.favorite.on {
    background-image: url(/template/img/favorite-on.svg)
}

.shop-item .image>div:empty {
    width: 256px;
    height: 256px;
    background-image: url(/template/img/no-image.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.shop-item .buy .sklad {
    background-color: #76ba52;
    color: #fff;
    padding: 5px 10px
}

.shop-item .buy .v-salone {
    color: #fff;
    padding: 5px 10px;
    background-color: #000;
    font-size: .9em
}

.shop-item .buy .manager-stock .name {
    opacity: .6
}

.shop-item .buy .manager-stock .value {
    font-weight: 500
}

.shop-item .price-za .za:empty {
    display: none
}

.shop-item .price.sh {
    font-size: 1.5em
}

.shop-item .price.sh+.za {
    font-size: 1em
}

.shop-item .to-cart button {
    font-size: 1em;
    margin-top: 10px
}

.shop-item .cart-count input {
    font-size: 1em;
    padding: 5px 30px;
    max-width: 120px;
    background-color: transparent
}

.shop-item .data {
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: repeat(5, auto);
    gap: 10px;
    border-radius: 8px
}

.shop-item .to-cart>div {
    max-width: none
}

.shop-item .category-images .slick-track {
    margin-left: 0
}

.to-cart-message .shop-items.list .image {
    width: 64px;
    height: 64px;
    min-width: 64px
}

.to-cart-message .shop-items.list .item {
    margin: 20px 0
}

.to-cart-message>div.shop-items.list:last-child {
    justify-content: space-between
}

.to-cart-message>div.shop-items.list:last-child .item {
    width: 100%;
    margin: 5px 0
}

.to-cart-message .price-cart>div:first-child {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.to-cart-message .shop-items .item>div {
    padding: 5px
}

.to-cart-message>div:nth-child(3)>a,
.to-cart-message>div:nth-child(3)>div {
    display: flex;
    align-items: center;
    padding: 10px 20px 8px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: .9em
}

.to-cart-message>div:nth-child(3)>a:hover {
    text-decoration: none
}

.to-cart-message>div:nth-child(3)>a:first-child {
    color: #fff;
    background-color: #e63619;
    margin-right: 0;
    margin-bottom: 10px
}

.to-cart-message>div:nth-child(3)>div:last-child {
    color: #e63619;
    border: 2px solid #e7edf3
}

.to-cart>div {
    display: flex;
    align-items: center
}

.to-cart {
    justify-content: space-between;
    display: flex;
    align-items: center
}

.to-cart>div:last-child {
    flex-grow: 1
}

.to-cart button {
    cursor: pointer;
    margin: 0;
    border: 0;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    background: linear-gradient(135deg, #000, #333);
    padding: 8px 10px;
    background-color: transparent;
    display: flex;
    justify-content: center;
    transition: background .6s ease, box-shadow .3s ease
}

.cart-count>div.dec:hover,
.cart-count>div.inc:hover,
.to-cart button:hover {
    background: linear-gradient(135deg, #333, #000);
    box-shadow: 0 6px 16px rgba(0, 0, 0, .15)
}

.to-cart button:hover::after {
    background-image: url(/template/img/cart_w.svg)
}

.to-cart button::after {
    background-position: left center;
    background-size: 16px;
    background-repeat: no-repeat;
    white-space: nowrap;
    display: block;
    padding-left: 24px;
    content: "В корзину";
    background-image: url(/template/img/cart_w.svg)
}

.cart-count {
    position: relative;
    display: flex;
    align-items: center;
    padding: 4px 0
}

.cart-count input {
    border: 0;
    width: 100px;
    padding: 4px;
    text-align: center
}

.cart-count>div.dec {
    cursor: pointer;
    margin: 0;
    border: 0;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    background: linear-gradient(135deg, #000, #333);
    position: absolute;
    left: 0;
    min-width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #000;
    transition: all .1s ease-in-out
}

.cart-count>div.inc {
    cursor: pointer;
    margin: 0;
    border: 0;
    color: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    background: linear-gradient(135deg, #000, #333);
    position: absolute;
    min-width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #000;
    transition: all .1s ease-in-out;
    left: auto;
    right: 0
}

.cart-count>div.dec:before {
    content: "-";
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
    line-height: 15px;
    padding-bottom: 2px
}

.cart-count>div.inc:before {
    font-family: Arial, Helvetica, sans-serif;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 15px;
    line-height: 15px;
    content: "+"
}

.cart .cart-items:empty {
    display: block
}

.cart:empty::before {
    content: "Корзина пуста"
}

.cart .cart-items:empty+div {
    display: none
}

.cart .cart-items {
    display: block;
    margin-top: 20px
}

.cart .cart-items .item {
    margin: 5px 0
}

.cart .shop-items.list.cart-items .image {
    width: 80px;
    height: 120px;
    margin-right: 20px
}

.cart .cart-items .price-cart {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    white-space: nowrap
}

.cart .shop-items .item div.vendor-name-info {
    justify-content: space-between;
    flex-grow: 1
}

.cart .shop-items .item div.vendor-name-info>div:last-child {
    flex-grow: 1;
    display: flex;
    align-items: flex-end
}

.cart .sum>div {
    display: flex;
    margin: 5px 0;
    justify-content: flex-end
}

.cart .sum .order-sale {
    color: #e63619
}

.cart .sum .order-sum.price>div:nth-child(1) {
    color: #000
}

.cart .cart-delivery,
.cart .cart-pay {
    margin: 20px 0
}

.cart .cart-delivery>div,
.cart .cart-pay>div {
    display: flex;
    padding: 20px
}

.cart .cart-delivery:before {
    content: "Доставка";
    display: block;
    font-size: 1.2em;
    font-weight: 500;
    padding: 20px 10px 0 20px
}

.cart .cart-pay:before {
    display: block;
    font-size: 1.2em;
    font-weight: 500;
    padding: 20px 10px 0 20px;
    content: "Способ оплаты"
}

.cart .cart-delivery>div>div:first-child {
    display: flex;
    flex-direction: column
}

.cart .cart-pay>div>div {
    position: relative;
    padding: 8px 20px;
    background-color: #f8f8f8;
    margin-right: 10px;
    cursor: pointer
}

.cart .cart-delivery>div>div:first-child>div {
    margin-bottom: 10px;
    position: relative;
    padding: 8px 20px;
    background-color: #f8f8f8;
    margin-right: 10px;
    cursor: pointer
}

.cart .cart-delivery>div>div:first-child>div.selected,
.cart .cart-pay>div>div.selected {
    background-color: #000;
    color: #fff;
    padding-left: 52px
}

.cart .cart-delivery>div>div:first-child>div.selected::after,
.cart .cart-pay>div>div.selected:after {
    content: "";
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(/template/img/check_w.svg);
    background-position: center;
    background-repeat: no-repeat
}

.cart .cart-delivery>div>div:last-child {
    margin-left: 20px;
    flex-grow: 1
}

.cart .cart-delivery>div>div:last-child>div:before {
    margin-right: 5px;
    font-weight: 400
}

.cart .cart-delivery>div>div:last-child .price:before {
    content: "Стоимость: "
}

.cart .cart-delivery>div>div:last-child .free-from:before {
    content: "Бесплатно от: "
}

.cart .cart-delivery>div>div:last-child>.days {
    display: flex;
    align-items: center;
    font-weight: 500
}

.cart .cart-delivery>div>div:last-child>.days>div:before {
    content: ", при заказе до";
    margin-right: 5px;
    font-weight: 400
}

.cart .cart-delivery>div>div:last-child>.days:before {
    content: "Срок, дней: "
}

.cart .cart-delivery>div>div:last-child label {
    display: block;
    font-weight: 500;
    margin-top: 20px;
    margin-bottom: 5px
}

.cart .cart-delivery>div>div:last-child input {
    width: 100%;
    padding: 5px
}

.cart .cart-delivery .pickup .pickup-select>div {
    position: relative;
    padding: 5px 5px 5px 24px;
    cursor: pointer
}

.cart .cart-delivery .pickup .pickup-select>div.selected,
h2,
h3 {
    font-weight: 500
}

.cart .cart-delivery .pickup .pickup-select>div::before {
    content: "";
    position: absolute;
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #ddd;
    border-radius: 50%;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.cart .cart-delivery .pickup .pickup-select>div.selected::after {
    content: "";
    position: absolute;
    display: block;
    width: 10px;
    height: 10px;
    background-color: #000;
    border-radius: 50%;
    left: 2px;
    top: 50%;
    transform: translateY(-50%)
}

.cart .cart-delivery .pickup>div:last-child>div {
    padding: 3px 0;
    font-size: .9em
}

.cart .cart-delivery .pickup>div:last-child>div:before {
    margin-right: 3px;
    opacity: .5
}

.cart .cart-delivery .pickup>div:last-child .city:before {
    content: "Город: "
}

.cart .cart-delivery .pickup>div:last-child .address:before {
    content: "Адрес: "
}

.cart .cart-delivery .pickup>div:last-child .code:before {
    content: "Код: "
}

.cart .cart-delivery .pickup>div:last-child .phone:before {
    content: "Телефон: "
}

.cart .cart-delivery .pickup>div:last-child .email:before {
    content: "Электронная почта: "
}

.cart .cart-delivery .pickup>div:last-child .days:before {
    content: "Срок, дней: "
}

.cart .cart-delivery .pickup>div:last-child .work_time:before {
    content: "Время работы: "
}

.cart .cart-order {
    margin: 30px 0;
    padding: 20px
}

.cart .cart-order .check {
    display: flex;
    align-items: center
}

.cart .cart-order .check input,
.register .check>input {
    margin-right: 5px
}

.login button,
.register button {
    width: 100%
}

.user>div>div:first-child {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 0
}

.user>div>div:first-child>div {
    padding: 0 10px 10px 0
}

.user>div>div:first-child>div.selected {
    font-weight: 500
}

.user .logout {
    cursor: pointer
}

.user .orders:empty::before {
    content: "Заказов пока нет"
}

.user .orders {
    display: table
}

.user .orders>div {
    display: table-row;
    cursor: pointer
}

.user .orders>div:hover>div {
    background-color: #f8f8f8
}

.user .orders>div>div {
    display: table-cell;
    padding: 5px;
    border-bottom: 1px solid #ddd
}

.user .orders>div:last-child>div {
    border-bottom: none
}

.user .order>div {
    padding: 5px 0
}

.user .order>div:before {
    opacity: .5;
    margin-right: 3px
}

.user .order .id:before {
    content: "ID:"
}

.user .order .date:before {
    content: "Дата:"
}

.user .order .name:before {
    content: "Имя:"
}

.user .order .phone:before {
    content: "Телефон:"
}

.user .order .email:before {
    content: "Электронная почта:"
}

.user .order .delivery-info:before {
    content: "Доставка:"
}

.user .order .comment:before {
    content: "Комментарий:"
}

.user .order .status:before {
    content: "Статус:"
}

.user .order .items {
    margin: 20px 0;
    display: table;
    border-collapse: collapse
}

.user .order .items>div {
    display: table-row
}

.user .order .items>div>div {
    display: table-cell;
    padding: 5px;
    border: 1px solid #ddd
}

.user .order .sum {
    font-size: 1.2em
}

.user .order .sum:before {
    content: "Сумма заказа:";
    margin-right: 5px
}

.footer>div>div:first-child {
    padding-left: 0
}

.mobile-shop-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    padding: 60px 20px 80px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    z-index: 3;
    overflow-y: auto
}

.mobile-shop-menu::before {
    content: "Каталог";
    display: block;
    position: absolute;
    top: 24px;
    left: 20px;
    font-size: 1.6em
}

.mobile-shop-menu .mobile-menu-close {
    position: absolute;
    width: 32px;
    height: 32px;
    top: 20px;
    right: 10px;
    background-image: url(/template/img/menu-close.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px
}

.mobile-shop-menu .container {
    position: relative;
    flex-grow: 1
}

.mobile-shop-menu .menu ul {
    padding: 0;
    margin: 0;
    list-style: none
}

.mobile-shop-menu .menu {
    border-bottom: 1px solid #e7e7e7;
    padding: 0;
    margin: 0;
    list-style: none
}

.mobile-shop-menu .menu li {
    border-bottom: 1px solid #f8f8f8
}

.mobile-shop-menu .menu li>a {
    display: block;
    padding: 12px 0;
    line-height: 28px;
    font-size: 20px
}

.mobile-shop-menu .menu>li>ul {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff
}

.mobile-shop-menu .menu>li.has-child {
    background-image: url(/template/img/right-arrow.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 16px
}

.mobile-shop-menu .exit {
    background-repeat: no-repeat;
    background-size: 16px;
    padding: 12px 26px;
    color: #1da4dd;
    background-image: url(/template/img/left-arrow.svg);
    background-position: left center
}

.zz {
    max-width: 500px
}

.custom-items {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

.custom-items .image {
    aspect-ratio: 4/3
}

.custom-items img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.custom-item .image {
    margin: 20px 0
}

.custom-item .image img {
    display: block;
    height: 100%;
    object-fit: cover;
    width: 100%
}

.custom-item .date,
.custom-items .date {
    opacity: .5;
    font-size: .9em
}

.custom-item .slick-track {
    display: flex;
    margin-left: 0;
    margin-right: 0
}

.custom-item .slick-slide {
    height: inherit
}

.shop-item .to-cart button:before {
    content: ""
}

.to-cart-message .shop-items.list {
    padding: 0
}

.to-cart-message {
    display: none;
    max-width: 1024px;
    padding: 0
}

.to-cart-message>div:nth-child(3) {
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
    align-items: flex-start
}

.cart>div:first-child {
    flex-direction: column
}

.cart>div:first-child>div:first-child {
    flex-grow: 1;
    padding-right: 0
}

.cart>div:first-child>div:last-child {
    min-width: auto;
    width: auto;
    align-items: flex-start
}

.cart>div.cart-delivery,
.cart>div.cart-pay,
.cart>div.cart-pay+div {
    margin-right: 0
}

.header .menu>ul>li {
    margin-right: 0
}

.cart .sum {
    padding: 20px;
    font-size: 1.5em;
    top: auto;
    position: relative;
    width: 100%;
    margin: 10px
}

.cart .shop-items.list .item>div {
    flex-direction: row
}

.cart .shop-items.list .image {
    width: 64px;
    height: 64px;
    min-width: 64px
}

.cart .shop-items .item>div>div {
    padding: 0
}

.cart .shop-items .item>div>div:first-child {
    width: 90px
}

.cart .cart-items .delete {
    position: relative;
    color: red;
    background-image: url(/template/img/delete.svg);
    background-position: left top 4px;
    background-size: 12px;
    line-height: 16px;
    background-repeat: no-repeat;
    cursor: pointer;
    height: 20px;
    padding-left: 20px
}

body.is-shop::before,
body::before {
    display: none
}

.shop-items.list .price-cart {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-width: auto
}

.footer>div>div {
    width: auto;
    padding-left: 0;
    margin-bottom: 20px
}

.text {
    padding: 10px
}

.brands-menu>div>div:last-child {
    grid-template-columns: repeat(4, 1fr)
}

.brands-menu>div>div:last-child>div:nth-child(5) {
    border-top: none
}

.shop-items .quick-view:before {
    line-height: 10px;
    display: block;
    content: "просмотр"
}

.next:before {
    content: "Показать еще"
}

.filter .filtered-count>div:before {
    content: "Показать: "
}

.shop-items-header .sort-list:before {
    content: "Сортировать: "
}

.shop-items-header .count:before {
    content: "Товаров: "
}

.shop-items-header .count-collections:before {
    content: "Коллекции: "
}

.filter-selected .clear-all::before {
    content: "Очистить все"
}

.shop-item .note::before {
    content: "Важно:"
}

.cart:before {
    padding: 0 10px;
    font-size: 2em;
    font-weight: 500;
    content: "Корзина"
}

.cart .cart-items .delete::after {
    font-size: .9em;
    text-transform: uppercase;
    display: none;
    content: "Удалить"
}

.cart .sum .order-sum:before {
    margin-right: 20px;
    content: "Общая сумма:"
}

.cart .sum .order-sale:before {
    margin-right: 20px;
    content: "Скидка"
}

.filter-button.opened:before {
    content: "Скрыть"
}

:root {
    --site-bg-page: #ffffff;
    --site-bg: #eef2f6;
    --site-bg-soft: #f8fafc;
    --site-bg-muted: #f3f6fb;
    --site-surface: rgba(255, 255, 255, 0.88);
    --site-surface-strong: #ffffff;
    --site-surface-soft: rgba(255, 255, 255, 0.94);
    --site-surface-frosted: rgba(255, 255, 255, 0.82);
    --site-surface-frosted-strong: rgba(255, 255, 255, 0.96);
    --site-surface-overlay: rgba(255, 255, 255, 0.76);
    --site-overlay: rgba(248, 250, 252, 0.18);
    --site-overlay-strong: rgba(255, 255, 255, 0.14);
    --site-overlay-hover: rgba(255, 255, 255, 0.2);
    --site-overlay-border: rgba(255, 255, 255, 0.22);
    --site-text: #111827;
    --site-text-inverse: #ffffff;
    --site-muted: #5f6b7a;
    --site-muted-strong: #8b95a3;
    --site-placeholder: #97a0ad;
    --site-line: rgba(17, 24, 39, 0.1);
    --site-line-weak: rgba(148, 163, 184, 0.14);
    --site-line-soft: rgba(148, 163, 184, 0.18);
    --site-line-strong: rgba(148, 163, 184, 0.24);
    --site-line-stronger: rgba(148, 163, 184, 0.28);
    --site-line-glass: rgba(17, 24, 39, 0.08);
    --site-brand: #478789;
    --site-accent: #20354a;
    --site-accent-dark: #101b2a;
    --site-accent-soft: rgba(32, 53, 74, 0.08);
    --site-accent-soft-alt: rgba(32, 53, 74, 0.06);
    --site-accent-focus: rgba(32, 53, 74, 0.24);
    --site-focus-ring: rgba(17, 24, 39, 0.04);
    --site-mark: #8ea0b5;
    --site-button-gradient: linear-gradient(135deg, var(--site-accent) 0%, var(--site-accent-dark) 100%);
    --site-button-gradient-hover: linear-gradient(135deg, #34465c 0%, #223244 100%);
    --site-card-gradient: linear-gradient(135deg, #1b1b1d 0%, #2f2f34 100%);
    --site-header-bg: rgba(255, 255, 255, 0.82);
    --site-header-bg-strong: rgba(255, 255, 255, 0.78);
    --site-mobile-bg: rgba(255, 255, 255, 0.76);
    --site-search-tip-bg: rgba(255, 255, 255, 0.96);
    --site-control-bg: rgba(255, 255, 255, 0.92);
    --site-control-bg-hover: #ffffff;
    --site-control-border: rgba(148, 163, 184, 0.16);
    --site-control-border-hover: rgba(148, 163, 184, 0.24);
    --site-control-shadow: 0 12px 28px rgba(15, 23, 42, 0.08);
    --site-shadow: 0 22px 60px rgba(15, 23, 42, 0.1);
    --site-shadow-soft: 0 12px 32px rgba(15, 23, 42, 0.06);
    --site-shadow-md: 0 18px 36px rgba(16, 27, 42, 0.18);
    --site-shadow-strong: 0 18px 46px rgba(15, 23, 42, 0.07);
    --site-overlay-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.28), inset 0 0 0 1px rgba(15, 23, 42, 0.05), 0 24px 70px rgba(15, 23, 42, 0.18);
    --site-overlay-shadow-soft: inset 0 1px 0 rgba(255, 255, 255, 0.22), inset 0 0 0 1px rgba(15, 23, 42, 0.04);
    --site-overlay-shadow-hover: inset 0 1px 0 rgba(255, 255, 255, 0.26), inset 0 0 0 1px rgba(15, 23, 42, 0.04), 0 0 0 1px rgba(255, 255, 255, 0.08), 0 10px 28px rgba(15, 23, 42, 0.12), 0 0 24px rgba(255, 255, 255, 0.12);
    --site-metal-copper: linear-gradient(135deg, #f7dfcf 0%, #d79a73 14%, #8c543a 30%, #f0be9a 46%, #9f5e40 63%, #e0ab85 80%, #71422f 100%);
    --site-metal-copper-soft: linear-gradient(135deg, rgba(244, 206, 180, 0.96) 0%, rgba(200, 123, 79, 0.98) 14%, rgba(122, 68, 45, 1) 30%, rgba(235, 177, 139, 0.98) 46%, rgba(149, 87, 59, 1) 63%, rgba(217, 155, 119, 0.96) 80%, rgba(83, 49, 35, 1) 100%);
    --site-metal-chrome-soft: linear-gradient(135deg, rgba(251, 253, 255, 0.84) 0%, rgba(200, 209, 218, 0.72) 12%, rgba(138, 150, 164, 0.8) 26%, rgba(255, 255, 255, 0.82) 42%, rgba(168, 178, 191, 0.78) 58%, rgba(238, 243, 247, 0.76) 74%, rgba(108, 119, 132, 0.84) 100%);
    --site-metal-teal-soft: linear-gradient(135deg, rgba(213, 241, 238, 0.94) 0%, rgba(72, 135, 137, 0.96) 15%, rgba(37, 88, 91, 0.98) 31%, rgba(162, 216, 212, 0.95) 47%, rgba(72, 135, 137, 1) 64%, rgba(129, 190, 188, 0.95) 81%, rgba(24, 68, 72, 0.98) 100%);
    --site-metal-border-default: var(--site-metal-copper-soft);
    --site-metal-border-hover: var(--site-metal-teal-soft);
    --site-metal-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), inset 0 -1px 0 rgba(17, 24, 39, 0.08);
    --site-metal-shadow-strong: inset 0 1px 0 rgba(255, 255, 255, 0.58), inset 0 -1px 0 rgba(17, 24, 39, 0.16), 0 14px 30px rgba(17, 24, 39, 0.12);
    --site-danger-line: rgba(220, 38, 38, 0.12);
    --site-danger-bg: rgba(254, 242, 242, 0.92);
    --site-danger: #b42318;
    --site-logo-filter: none;
    --site-phone-icon-filter: none;
    --site-footer-icon-filter: none;
    --site-icon-search: url("/template/img/search.svg");
    --site-icon-user: url("/template/img/user.svg");
    --site-icon-cart: url("/template/img/cart.svg");
    --site-icon-favorite: url("/template/img/favorite.svg");
    --site-icon-menu: url("/template/img/menu.svg");
    --site-icon-menu-close: url("/template/img/menu-close.svg");
    --site-icon-phone-button: url("/template/img/phone.svg");
    --site-icon-address-button: url("/template/img/address.svg");
    --site-theme-toggle-icon: url("/template/img/moon.svg");
    --site-radius: 28px
}

html {
    min-height: 100%
}

.about-copy strong,
a {
    color: var(--site-text)
}

.mobile-menu li a {
    display: block;
    padding: 12px 0;
    font-size: 1.05em;
    color: var(--site-text)
}

a:hover {
    text-decoration: none
}

.wrapper>.content {
    flex-grow: 1;
    padding: 110px 10px 10px;
    padding-top: 140px;
    padding-bottom: 48px;
    background: var(--site-bg-page)
}

.is-search>.content {
    padding-top: 235px
}

body.is-shop .wrapper>.content {
    background: 0 0
}

.content.home,
.content.widther,
body.is-shop,
html.theme-day {
    background: var(--site-bg-page)
}

.wrapper {
    min-width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    min-height: 100dvh;
    background: var(--site-bg-page)
}

.wrapper>.content.home {
    background: var(--site-bg-page);
    padding: 0 0 48px
}

body {
    min-height: 100%;
    color-scheme: light;
    font-size-adjust: .54;
    line-height: 1.45;
    color: var(--site-text);
    background: var(--site-bg-page)
}

.widther {
    position: relative;
    width: 100%;
    margin: 0 auto;
    max-width: 1480px
}

.default-bg {
    background-color: #000;
    color: var(--site-text-inverse);
    background: var(--site-button-gradient)
}

.default-bg-alt {
    background: var(--site-button-gradient-hover)
}

.default-bg-hover:hover {
    background: var(--site-button-gradient-hover)
}

.default-bg-gray {
    background-color: var(--site-control-bg)
}

.default-color {
    color: var(--site-accent)
}

.abutton {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 44px;
    margin: 10px 0;
    padding: 0 16px;
    border: 1px solid transparent;
    border-radius: 999px;
    background-color: var(--site-control-bg);
    color: var(--site-text);
    font-size: 12px;
    line-height: 1;
    letter-spacing: .11em;
    text-transform: uppercase;
    box-shadow: var(--site-control-shadow);
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease
}

.abutton::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: var(--site-metal-border-default);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    pointer-events: none;
    opacity: .95;
    transition: background .25s ease
}

.abutton:hover {
    background-color: var(--site-control-bg-hover);
    color: var(--site-accent);
    transform: translateY(-1px);
    text-decoration: none
}

.abutton:hover::before {
    background: var(--site-metal-border-hover)
}

.default-border-radius {
    border-radius: 20px
}

.default-shadow {
    box-shadow: var(--site-shadow)
}

.about-page {
    max-width: 1180px;
    margin: 0 auto;
    padding: 24px 0 56px
}

.about-page>*+* {
    margin-top: 24px
}

.about-copy,
.about-hero {
    position: relative;
    overflow: hidden;
    padding: 32px;
    border: 1px solid var(--site-line);
    border-radius: var(--site-radius);
    background: var(--site-surface);
    box-shadow: var(--site-shadow-soft)
}

.about-copy::before,
.about-hero::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(71, 135, 137, .14), transparent 70%);
    pointer-events: none
}

.about-copy::after,
.about-hero::after,
.about-highlight::after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: var(--site-metal-border-default);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    pointer-events: none
}

.about-copy>*,
.about-hero>* {
    position: relative;
    z-index: 1
}

.about-hero h1 {
    margin: 0;
    font-size: clamp(32px, 3.6vw, 50px);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1
}

.about-lead {
    margin: 18px 0 0;
    max-width: 760px;
    color: var(--site-text);
    font-size: clamp(22px, 2.6vw, 32px);
    line-height: 1.18
}

.about-hero p:not(.about-lead) {
    margin: 16px 0 0;
    max-width: 920px;
    color: var(--site-muted);
    line-height: 1.8
}

.about-highlights {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px
}

.about-highlight {
    position: relative;
    padding: 24px;
    border: 1px solid var(--site-line);
    border-radius: 24px;
    background: var(--site-surface-soft);
    box-shadow: var(--site-shadow-soft)
}

.about-highlight h3 {
    margin: 0 0 10px;
    color: var(--site-text);
    font-size: 22px;
    line-height: 1.08
}

.about-highlight p {
    margin: 0;
    color: var(--site-muted);
    line-height: 1.7
}

.about-copy h2 {
    margin: 0 0 18px;
    color: var(--site-text);
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.08
}

.about-copy p {
    margin: 0;
    color: var(--site-muted);
    line-height: 1.82
}

.about-copy p+p,
.about-copy p+ul,
.about-copy ul+p,
.cooperation-copy p+p,
.cooperation-cta-copy p+p {
    margin-top: 16px
}

.about-copy ul {
    margin: 0;
    padding-left: 22px;
    color: var(--site-muted)
}

.about-note {
    color: var(--site-text);
    font-style: italic
}

.about-hero--with-photo {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, .62fr);
    gap: 24px;
    align-items: center
}

.about-hero--with-photo h1 {
    font-size: clamp(28px, 2.7vw, 38px);
    line-height: 1.08
}

.about-hero--with-photo .about-lead {
    font-size: clamp(18px, 1.8vw, 24px);
    line-height: 1.32
}

.about-gallery figure {
    position: relative;
    overflow: hidden;
    min-width: 0;
    margin: 0;
    border: 1px solid var(--site-line);
    border-radius: 22px;
    background: var(--site-surface-soft);
    box-shadow: var(--site-shadow-soft)
}

.about-hero-photo {
    position: relative;
    overflow: hidden;
    min-width: 0;
    margin: 0;
    border: 1px solid var(--site-line);
    border-radius: 22px;
    background: var(--site-surface-soft);
    box-shadow: var(--site-shadow-soft);
    justify-self: end;
    width: min(100%, 440px);
    aspect-ratio: 4/3
}

.about-gallery img,
.about-projects-photos img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.about-hero-photo img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 0;
    object-position: right center
}

.about-gallery {
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(240px, .75fr);
    grid-template-rows: repeat(2, minmax(190px, 1fr));
    gap: 18px
}

.about-gallery-main {
    grid-row: 1/span 2
}

.about-gallery figcaption,
.about-projects-photos figcaption {
    position: absolute;
    left: 14px;
    bottom: 14px;
    max-width: calc(100% - 28px);
    padding: 8px 12px;
    border: 1px solid var(--site-overlay-border);
    border-radius: 999px;
    background: var(--site-overlay);
    color: var(--site-text-inverse);
    font-size: 13px;
    line-height: 1.2;
    box-shadow: var(--site-overlay-shadow-soft)
}

.about-projects {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, .58fr);
    gap: 22px;
    position: relative;
    overflow: hidden;
    padding: 32px;
    border: 1px solid var(--site-line);
    border-radius: var(--site-radius);
    background: var(--site-surface);
    box-shadow: var(--site-shadow-soft)
}

.about-projects h2 {
    margin: 0 0 18px;
    color: var(--site-text);
    line-height: 1.08;
    font-size: clamp(24px, 2.6vw, 34px)
}

.about-projects ul {
    margin: 0;
    padding-left: 22px;
    color: var(--site-muted);
    line-height: 1.72
}

.about-projects li+li,
.shop-menu>ul>li+li {
    margin-top: 8px
}

.about-projects .about-note {
    margin: 20px 0 0;
    line-height: 1.72
}

.about-projects-photos {
    display: grid;
    gap: 16px
}

.about-projects-photos figure {
    position: relative;
    overflow: hidden;
    min-width: 0;
    margin: 0;
    border: 1px solid var(--site-line);
    border-radius: 22px;
    background: var(--site-surface-soft);
    box-shadow: var(--site-shadow-soft);
    min-height: 230px
}

.cooperation-page {
    --cooperation-copper-line: rgba(200, 123, 79, 0.46);
    --cooperation-copper-line-soft: rgba(200, 123, 79, 0.28);
    --cooperation-accent-bg: linear-gradient(135deg, rgba(232, 249, 247, 0.94) 0%, rgba(215, 241, 238, 0.9) 48%, rgba(248, 250, 252, 0.96) 100%);
    max-width: 1180px;
    margin: 0 auto;
    padding: 24px 0 56px
}

.cooperation-page>*+* {
    margin-top: 24px
}

.cooperation-hero {
    padding: 34px;
    position: relative;
    overflow: hidden;
    border: 1px solid var(--cooperation-copper-line);
    border-radius: var(--site-radius);
    background: var(--site-surface);
    box-shadow: var(--site-shadow-soft)
}

.cooperation-benefits {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--cooperation-copper-line);
    border-radius: var(--site-radius);
    background: var(--site-surface);
    box-shadow: var(--site-shadow-soft);
    padding: 34px
}

.cooperation-photo {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--cooperation-copper-line);
    border-radius: var(--site-radius);
    background: var(--site-surface);
    box-shadow: var(--site-shadow-soft);
    padding: 10px
}

.cooperation-photo img {
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    aspect-ratio: 16/7;
    border-radius: calc(var(--site-radius) - 10px);
    object-fit: cover
}

.cooperation-benefits::before,
.cooperation-cta::before,
.cooperation-hero::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 220px;
    height: 220px;
    background: radial-gradient(circle, rgba(71, 135, 137, .16), transparent 72%);
    pointer-events: none
}

.contacts-address-card::after,
.contacts-card::after,
.contacts-hero::after,
.contacts-section::after,
.cooperation-aside-card::after,
.cooperation-benefits::after,
.cooperation-card::after,
.cooperation-cta-panel::after,
.cooperation-cta::after,
.cooperation-hero::after,
.cooperation-intro::after,
.cooperation-photo::after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: var(--site-metal-border-default);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    pointer-events: none
}

.cooperation-benefits>*,
.cooperation-cta>*,
.cooperation-hero>*,
.cooperation-intro>* {
    position: relative;
    z-index: 1
}

.cooperation-hero h1 {
    margin: 0;
    font-size: clamp(32px, 3.6vw, 50px);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1
}

.cooperation-lead {
    margin: 18px 0 0;
    max-width: 900px;
    color: var(--site-text);
    font-size: clamp(22px, 2.5vw, 32px);
    line-height: 1.2
}

.cooperation-hero p:not(.cooperation-lead) {
    margin: 16px 0 0;
    max-width: 980px;
    color: var(--site-muted);
    line-height: 1.82
}

.cooperation-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px
}

.cooperation-badge {
    padding: 12px 16px;
    border: 1px solid var(--cooperation-copper-line-soft);
    border-radius: 999px;
    background: rgba(255, 255, 255, .7);
    color: var(--site-text);
    box-shadow: var(--site-shadow-soft)
}

html.theme-night .cooperation-badge {
    border-color: var(--cooperation-copper-line-soft);
    background: var(--site-surface-soft);
    box-shadow: var(--site-shadow-soft)
}

.cooperation-intro {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--cooperation-copper-line);
    border-radius: var(--site-radius);
    background: var(--site-surface);
    box-shadow: var(--site-shadow-soft);
    padding: 34px;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(280px, .8fr);
    gap: 22px
}

.cooperation-copy p {
    margin: 0;
    color: var(--site-muted);
    line-height: 1.84
}

.cooperation-aside {
    display: grid;
    gap: 16px
}

.cooperation-aside-card,
.cooperation-card {
    position: relative;
    padding: 24px;
    border: 1px solid var(--cooperation-copper-line);
    border-radius: 24px;
    background: var(--site-surface-soft);
    box-shadow: var(--site-shadow-soft)
}

.cooperation-aside-card h3,
.cooperation-card h3 {
    margin: 0 0 10px;
    color: var(--site-text);
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.08
}

.cooperation-aside-card p,
.cooperation-card p,
.cooperation-cta-copy p,
.cooperation-cta-item span,
.cooperation-section-head p {
    margin: 0;
    color: var(--site-muted);
    line-height: 1.76
}

.cooperation-section-head {
    max-width: 760px;
    margin-bottom: 24px
}

.cooperation-cta-copy h2,
.cooperation-section-head h2 {
    margin: 0 0 14px;
    color: var(--site-text);
    font-size: clamp(26px, 2.7vw, 36px);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.08
}

.cooperation-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px
}

.cooperation-cta {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--cooperation-copper-line);
    border-radius: var(--site-radius);
    box-shadow: var(--site-shadow-soft);
    padding: 34px;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, .85fr);
    gap: 24px;
    align-items: start;
    background: var(--cooperation-accent-bg);
    border-color: var(--cooperation-copper-line)
}

.cooperation-cta-panel {
    position: relative;
    padding: 24px;
    border: 1px solid var(--cooperation-copper-line);
    border-radius: 24px;
    box-shadow: var(--site-shadow-soft);
    background: var(--site-surface);
    display: grid;
    gap: 16px
}

.cooperation-cta-item strong {
    display: block;
    margin-bottom: 6px;
    color: var(--site-text);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0
}

.cooperation-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding-top: 8px
}

.cooperation-actions .abutton {
    min-width: 180px;
    justify-content: center
}

.contacts-page {
    --contacts-line: rgba(71, 135, 137, 0.36);
    --contacts-line-soft: rgba(71, 135, 137, 0.2);
    max-width: 1180px;
    margin: 0 auto;
    padding: 14px 0 36px
}

.contacts-page>*+* {
    margin-top: 14px
}

.contacts-hero,
.contacts-section {
    position: relative;
    overflow: hidden;
    padding: 22px;
    border: 1px solid var(--contacts-line);
    border-radius: 18px;
    background: var(--site-surface);
    box-shadow: var(--site-shadow-soft)
}

.contacts-form-section {
    display: grid;
    grid-template-columns: minmax(220px, .62fr) minmax(360px, 1fr);
    gap: 22px;
    align-items: start
}

.contacts-bottom {
    display: grid;
    grid-template-columns: minmax(280px, .58fr) minmax(0, 1fr);
    gap: 18px;
    align-items: start
}

.contacts-address-stack,
.contacts-bottom-form {
    display: grid;
    gap: 12px
}

.contacts-hero>*,
.contacts-section>* {
    position: relative;
    z-index: 1
}

.contacts-kicker {
    display: block;
    margin-bottom: 8px;
    color: var(--site-accent);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase
}

.contacts-hero h1 {
    margin: 0;
    color: var(--site-text);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.08;
    font-size: clamp(28px, 2.7vw, 38px)
}

.contacts-lead {
    max-width: 720px;
    margin: 10px 0 0;
    color: var(--site-muted);
    font-size: 17px;
    line-height: 1.5
}

.contacts-hero p:not(.contacts-lead) {
    color: var(--site-muted);
    line-height: 1.55
}

.contacts-section-head {
    max-width: 780px;
    margin-bottom: 14px
}

.contacts-form-copy h2 {
    margin: 0;
    color: var(--site-text);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.08;
    font-size: clamp(22px, 2.1vw, 28px)
}

.contacts-section-head h2 {
    margin: 0;
    color: var(--site-text);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.08;
    font-size: clamp(22px, 2.1vw, 28px)
}

.contacts-form-copy p {
    color: var(--site-muted);
    line-height: 1.55;
    margin: 8px 0 0
}

.contacts-section-head p {
    color: var(--site-muted);
    line-height: 1.55;
    margin: 8px 0 0
}

.contacts-table {
    border: 1px solid var(--contacts-line-soft);
    border-radius: 14px;
    overflow: hidden;
    background: var(--site-surface-soft)
}

.contacts-table-row {
    display: grid;
    grid-template-columns: minmax(230px, .42fr) minmax(0, 1fr);
    gap: 16px;
    padding: 14px 16px;
    border-top: 1px solid var(--contacts-line-soft)
}

.contacts-table-row:first-child {
    border-top: 0
}

.contacts-table-row h3 {
    margin: 0;
    color: var(--site-text);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35
}

.contacts-table-row p {
    margin: 0 0 6px;
    color: var(--site-muted);
    line-height: 1.55
}

.contacts-table-row p:last-child {
    margin-bottom: 0
}

.contacts-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px
}

.contacts-row {
    display: block;
    min-width: 0;
    padding: 16px;
    border: 1px solid var(--contacts-line-soft);
    border-radius: 14px;
    background: var(--site-surface-soft);
    box-shadow: var(--site-shadow-soft)
}

.contacts-row h3 {
    margin: 0 0 12px;
    color: var(--site-text);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.35
}

.contacts-row p {
    color: var(--site-muted);
    line-height: 1.55;
    display: block;
    margin: 0 0 6px
}

.contacts-address-card a,
.contacts-card a,
.contacts-row a {
    overflow-wrap: anywhere
}

.contacts-address-grid,
.contacts-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px
}

.contacts-address-card,
.contacts-card {
    position: relative;
    min-width: 0;
    padding: 16px;
    border: 1px solid var(--contacts-line-soft);
    border-radius: 14px;
    background: var(--site-surface-soft);
    box-shadow: var(--site-shadow-soft)
}

.contacts-address-card h3,
.contacts-card h3 {
    margin: 0 0 8px;
    color: var(--site-text);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.25
}

.contacts-form-grid>div {
    margin: 0
}

.form>div {
    margin: 0
}

.contacts-address-card p {
    color: var(--site-muted);
    line-height: 1.55;
    margin: 0
}

.contacts-card p {
    color: var(--site-muted);
    line-height: 1.55;
    margin: 0
}

.contacts-address-card p+p,
.contacts-card p+p {
    margin-top: 6px
}

.contacts-address-card .abutton {
    margin-top: 12px
}

.contacts-form {
    gap: 12px
}

.contacts-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px
}

.contacts-form-grid .contacts-form-wide {
    grid-column: 1/-1
}

.contacts-form label {
    margin-bottom: 6px;
    font-size: 12px
}

.contacts-form input,
.contacts-form select {
    min-height: 46px;
    border-radius: 12px
}

.contacts-form textarea {
    border-radius: 12px;
    min-height: 108px
}

.contacts-form button {
    width: auto;
    min-width: 180px;
    min-height: 46px;
    justify-self: start
}

.contacts-form-success {
    margin: 0;
    padding: 10px 12px;
    border: 1px solid rgba(71, 135, 137, .36);
    border-radius: 12px;
    background: rgba(71, 135, 137, .12);
    color: var(--site-text);
    font-size: 14px;
    line-height: 1.45
}

.contacts-form button:disabled {
    opacity: .72;
    cursor: wait;
    transform: none
}

h1 {
    font-weight: 500;
    font-size: clamp(28px, 3vw, 42px);
    line-height: 1.08
}

.restore {
    width: min(100%, 560px);
    margin: 32px auto 0;
    padding: 28px;
    border: 1px solid var(--site-line);
    border-radius: var(--site-radius);
    background: var(--site-surface);
    box-shadow: var(--site-shadow)
}

.login {
    min-width: 300px;
    width: min(100%, 560px);
    margin: 32px auto 0;
    padding: 28px;
    border: 1px solid var(--site-line);
    border-radius: var(--site-radius);
    background: var(--site-surface);
    box-shadow: var(--site-shadow)
}

.register {
    min-width: 300px;
    width: min(100%, 560px);
    margin: 32px auto 0;
    padding: 28px;
    border: 1px solid var(--site-line);
    border-radius: var(--site-radius);
    background: var(--site-surface);
    box-shadow: var(--site-shadow)
}

.login h1,
.register h1,
.restore h1 {
    margin: 0 0 20px;
    font-size: clamp(28px, 2.8vw, 36px);
    line-height: 1.06
}

.form {
    display: grid;
    gap: 14px
}

.form label {
    display: block;
    margin-bottom: 8px;
    color: var(--site-muted);
    font-size: 13px;
    font-weight: 500;
    letter-spacing: .02em
}

.form select {
    width: 100%;
    min-height: 54px;
    padding: 0 16px;
    border: 1px solid var(--site-line-strong);
    border-radius: 18px;
    background: var(--site-surface-soft);
    color: var(--site-text);
    box-shadow: none;
    transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease
}

.form input {
    background-color: #f8f8f8;
    width: 100%;
    min-height: 54px;
    padding: 0 16px;
    border: 1px solid var(--site-line-strong);
    border-radius: 18px;
    background: var(--site-surface-soft);
    color: var(--site-text);
    box-shadow: none;
    transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease
}

.form-input {
    background-color: #f8f8f8;
    width: 100%;
    min-height: 54px;
    padding: 0 16px;
    border: 1px solid var(--site-line-strong);
    border-radius: 18px;
    background: var(--site-surface-soft);
    color: var(--site-text);
    box-shadow: none;
    transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease
}

.form textarea {
    background-color: #f8f8f8;
    width: 100%;
    border: 1px solid var(--site-line-strong);
    border-radius: 18px;
    background: var(--site-surface-soft);
    color: var(--site-text);
    box-shadow: none;
    transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
    min-height: 148px;
    padding: 14px 16px;
    resize: vertical
}

.form input:focus,
.form select:focus,
.form textarea:focus,
.form-input:focus {
    border-color: var(--site-accent-focus);
    background: var(--site-surface-strong);
    box-shadow: 0 0 0 4px var(--site-focus-ring);
    outline: 0
}

.form input::placeholder,
.form textarea::placeholder,
html.theme-night .shop-main .shop-toolbar .filter .field-min-max input::placeholder,
html.theme-night .shop-toolbar .filter .field-min-max input::placeholder {
    color: var(--site-placeholder)
}

.form input:disabled,
.form select:disabled,
.form textarea:disabled {
    color: var(--site-muted-strong);
    background: var(--site-bg-soft);
    cursor: not-allowed
}

.form input[type=radio] {
    width: 18px;
    min-width: 18px;
    height: 18px;
    min-height: 18px;
    margin: 2px 0 0;
    padding: 0;
    border-radius: 6px;
    accent-color: var(--site-accent)
}

.form input[type=checkbox] {
    width: 18px;
    min-width: 18px;
    height: 18px;
    min-height: 18px;
    margin: 2px 0 0;
    padding: 0;
    border-radius: 6px;
    accent-color: var(--site-accent)
}

.form .check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    color: var(--site-muted)
}

.register .check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
    font-size: 14px;
    line-height: 1.45;
    color: var(--site-muted)
}

.form-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 54px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: var(--site-button-gradient);
    color: var(--site-text-inverse);
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    box-shadow: var(--site-shadow-md), var(--site-metal-shadow);
    transition: transform .2s ease, border-color .2s ease, background-color .2s ease, box-shadow .2s ease
}

.form button {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 54px;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: var(--site-button-gradient);
    color: var(--site-text-inverse);
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    box-shadow: var(--site-shadow-md), var(--site-metal-shadow);
    transition: transform .2s ease, border-color .2s ease, background-color .2s ease, box-shadow .2s ease
}

.form button::before,
.form-button::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: var(--site-metal-border-default);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    pointer-events: none;
    opacity: .96
}

.form-button:hover {
    color: var(--site-text-inverse);
    transform: translateY(-1px);
    box-shadow: var(--site-shadow-md), var(--site-metal-shadow-strong)
}

.form button:hover {
    background: linear-gradient(135deg, #333, #000);
    color: var(--site-text-inverse);
    transform: translateY(-1px);
    box-shadow: var(--site-shadow-md), var(--site-metal-shadow-strong)
}

.form button:hover::before,
.form-button:hover::before,
.login .form button.register:hover::before,
.register .form button.login:hover::before {
    background: var(--site-metal-border-hover)
}

.login .form button.register,
.register .form button.login {
    border-color: transparent;
    background: rgba(71, 135, 137, .12);
    color: var(--site-accent);
    box-shadow: inset 0 0 0 1px rgba(71, 135, 137, .08)
}

.login .form button.register::before,
.register .form button.login::before {
    background: var(--site-metal-border-default)
}

.login .form button.register:hover,
.register .form button.login:hover {
    background: rgba(71, 135, 137, .18);
    color: var(--site-accent)
}

.form .error {
    margin: 0;
    padding: 10px 14px;
    border: 1px solid var(--site-danger-line);
    border-radius: 16px;
    background: var(--site-danger-bg);
    color: var(--site-danger);
    font-size: 14px
}

.user .form {
    max-width: 720px;
    padding: 28px;
    border: 1px solid var(--site-line);
    border-radius: var(--site-radius);
    background: var(--site-surface);
    box-shadow: var(--site-shadow)
}

.journal-block {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--site-line);
    border-radius: var(--site-radius);
    background: var(--site-surface);
    box-shadow: var(--site-shadow);
    margin-top: 28px
}

.showcase-block {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--site-line);
    border-radius: var(--site-radius);
    background: var(--site-surface);
    box-shadow: var(--site-shadow);
    margin-top: 28px
}

.brand-grid::before,
.journal-block::before,
.lead-block::before,
.promo-grid::before,
.showcase-block::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 0;
    width: 180px;
    height: 180px;
    background: radial-gradient(circle, rgba(142, 160, 181, .18), transparent 70%)
}

html:not(.theme-night) .about-copy::before,
html:not(.theme-night) .about-hero::before,
html:not(.theme-night) .brand-grid::before,
html:not(.theme-night) .cooperation-benefits::before,
html:not(.theme-night) .cooperation-cta::before,
html:not(.theme-night) .cooperation-hero::before,
html:not(.theme-night) .journal-block::before,
html:not(.theme-night) .lead-block::before,
html:not(.theme-night) .promo-grid::before,
html:not(.theme-night) .showcase-block::before {
    content: none;
    background: 0 0
}

.section-heading {
    display: flex;
    justify-content: space-between;
    align-items: end;
    gap: 18px;
    margin-bottom: 24px;
    padding: 36px 36px 0
}

.section-kicker {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 12px;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: var(--site-mark)
}

.section-heading a {
    white-space: nowrap;
    font-size: 13px;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: var(--site-accent)
}

.header {
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    background-color: #f8f8f8;
    border-bottom: 0;
    background: var(--site-header-bg);
    backdrop-filter: blur(18px);
    box-shadow: none;
    transition: background-color .28s ease, border-color .28s ease, backdrop-filter .28s ease
}

body:not(.is-home) .header {
    border-bottom: 1px solid var(--site-line-soft);
    background: var(--site-header-bg-strong);
    backdrop-filter: blur(18px) saturate(140%);
    box-shadow: none
}

.header>div.widther {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 24px;
    padding: 16px 18px 14px
}

.header>div.search-block,
.slick-next:before,
.slick-prev:before {
    display: none
}

.header .logo {
    position: relative;
    width: 240px;
    margin-right: 18px
}

.header .logo img {
    width: 100%;
    filter: var(--site-logo-filter);
    transition: filter .2s ease
}

.footer .logo img {
    width: 200px;
    filter: var(--site-logo-filter);
    transition: filter .2s ease
}

.header .menu li {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none
}

.header .menu ul {
    position: relative;
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0;
    padding: 0;
    list-style: none
}

.header .menu {
    display: flex;
    align-items: center
}

.header .menu>ul {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap
}

.header .menu>ul>li>a {
    padding-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 44px;
    padding: 0 16px;
    border: 1px solid transparent;
    border-radius: 999px;
    background-color: var(--site-control-bg);
    color: var(--site-text);
    font-size: 12px;
    line-height: 1;
    letter-spacing: .11em;
    text-transform: uppercase;
    box-shadow: var(--site-control-shadow);
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease
}

.header .menu>ul>li>div:first-child {
    padding-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 44px;
    padding: 0 16px;
    border: 1px solid transparent;
    border-radius: 999px;
    background-color: var(--site-control-bg);
    color: var(--site-text);
    font-size: 12px;
    line-height: 1;
    letter-spacing: .11em;
    text-transform: uppercase;
    box-shadow: var(--site-control-shadow);
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease
}

.header .favorite::after,
.header .header-address-button::after,
.header .header-cart::after,
.header .header-login-register::after,
.header .header-phone-button::after,
.header .header-user::after,
.header .menu>ul>li>a::after,
.header .menu>ul>li>div:first-child::after,
.header .search-icon::after,
.header .theme-toggle::after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: var(--site-metal-border-default);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    pointer-events: none;
    opacity: .98;
    transition: background .25s ease
}

.header .favorite:hover,
.header .header-address-button:hover,
.header .header-cart:hover,
.header .header-login-register:hover,
.header .header-phone-button:hover,
.header .header-user:hover,
.header .menu a.selected,
.header .menu li.selected>a,
.header .menu>ul>li>a:hover,
.header .menu>ul>li>div:first-child:hover,
.header .search-icon:hover,
.header .theme-toggle:hover {
    background-color: var(--site-control-bg-hover);
    color: var(--site-accent);
    transform: translateY(-1px)
}

.header .favorite:hover::after,
.header .header-address-button:hover::after,
.header .header-cart:hover::after,
.header .header-login-register:hover::after,
.header .header-phone-button:hover::after,
.header .header-user:hover::after,
.header .menu a.selected::after,
.header .menu li.selected>a::after,
.header .menu>ul>li.catalog-open>a::after,
.header .menu>ul>li.catalog-open>div:first-child::after,
.header .menu>ul>li>a:hover::after,
.header .menu>ul>li>div:first-child:hover::after,
.header .search-icon:hover::after,
.header .theme-toggle:hover::after {
    background: var(--site-metal-border-hover)
}

.header .phone a {
    display: block;
    line-height: 24px;
    background-position: left center;
    background-size: 18px;
    background-repeat: no-repeat;
    position: relative;
    padding-left: 26px;
    background-image: none;
    color: var(--site-text);
    font-weight: 500
}

.header .phone a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 18px;
    transform: translateY(-50%);
    background: url(/template/img/phone.svg)center/contain no-repeat;
    filter: var(--site-phone-icon-filter)
}

body.is-home .header:not(.is-scrolled) .logo a::after,
body.is-home .header:not(.is-scrolled) .menu a,
body.is-home .header:not(.is-scrolled) .phone a {
    color: rgba(255, 255, 255, .92)
}

.header .icons {
    display: flex;
    align-items: center;
    gap: 10px
}

.header .header-phone-button::before {
    content: "";
    display: block;
    width: 18px;
    min-width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: var(--site-icon-phone-button)
}

.header .header-address-button::before {
    content: "";
    display: block;
    width: 18px;
    min-width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: var(--site-icon-address-button)
}

.header .user {
    width: 44px;
    height: 44px;
    min-width: 44px;
    margin-right: 0;
    padding: 0;
    background-size: 18px
}

.header .header-address-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 44px;
    border: 1px solid transparent;
    border-radius: 999px;
    background-color: var(--site-control-bg);
    color: var(--site-text);
    letter-spacing: .11em;
    text-transform: uppercase;
    box-shadow: var(--site-control-shadow);
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
    font-size: 0;
    line-height: 0;
    width: 44px;
    height: 44px;
    min-width: 44px;
    margin-right: 0;
    padding: 0;
    background-size: 18px
}

.header .header-phone-button {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 44px;
    border: 1px solid transparent;
    border-radius: 999px;
    background-color: var(--site-control-bg);
    color: var(--site-text);
    letter-spacing: .11em;
    text-transform: uppercase;
    box-shadow: var(--site-control-shadow);
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
    font-size: 0;
    line-height: 0;
    width: 44px;
    height: 44px;
    min-width: 44px;
    margin-right: 0;
    padding: 0;
    background-size: 18px
}

.header .search-icon {
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 44px;
    border: 1px solid transparent;
    border-radius: 999px;
    background-color: var(--site-control-bg);
    color: var(--site-text);
    font-size: 12px;
    line-height: 1;
    letter-spacing: .11em;
    text-transform: uppercase;
    box-shadow: var(--site-control-shadow);
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
    width: 44px;
    height: 44px;
    min-width: 44px;
    margin-right: 0;
    padding: 0;
    background-size: 18px;
    background-image: var(--site-icon-search)
}

.header .theme-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 44px;
    border: 1px solid transparent;
    border-radius: 999px;
    background-color: var(--site-control-bg);
    color: var(--site-text);
    font-size: 12px;
    line-height: 1;
    letter-spacing: .11em;
    text-transform: uppercase;
    box-shadow: var(--site-control-shadow);
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
    width: 44px;
    height: 44px;
    min-width: 44px;
    margin-right: 0;
    padding: 0;
    background-size: 18px;
    appearance: none;
    -webkit-appearance: none;
    background-image: var(--site-theme-toggle-icon);
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer
}

.header .theme-toggle:focus-visible {
    outline: 0;
    border-color: var(--site-accent-focus);
    box-shadow: 0 0 0 4px var(--site-focus-ring)
}

.header .header-login-register {
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 44px;
    border: 1px solid transparent;
    border-radius: 999px;
    background-color: var(--site-control-bg);
    color: var(--site-text);
    font-size: 12px;
    line-height: 1;
    letter-spacing: .11em;
    text-transform: uppercase;
    box-shadow: var(--site-control-shadow);
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
    width: 44px;
    height: 44px;
    min-width: 44px;
    margin-right: 0;
    padding: 0;
    background-size: 18px;
    background-image: var(--site-icon-user)
}

.header .header-user {
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 44px;
    border: 1px solid transparent;
    border-radius: 999px;
    background-color: var(--site-control-bg);
    color: var(--site-text);
    font-size: 12px;
    line-height: 1;
    letter-spacing: .11em;
    text-transform: uppercase;
    box-shadow: var(--site-control-shadow);
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
    width: 44px;
    height: 44px;
    min-width: 44px;
    margin-right: 0;
    padding: 0;
    background-size: 18px;
    background-image: var(--site-icon-user)
}

.header .header-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 44px;
    border: 1px solid transparent;
    border-radius: 999px;
    background-color: var(--site-control-bg);
    color: var(--site-text);
    font-size: 12px;
    line-height: 1;
    letter-spacing: .11em;
    text-transform: uppercase;
    box-shadow: var(--site-control-shadow);
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
    width: 44px;
    height: 44px;
    min-width: 44px;
    margin-right: 0;
    padding: 0;
    background-size: 18px;
    background-image: var(--site-icon-cart)
}

.header .favorite {
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    isolation: isolate;
    min-height: 44px;
    border: 1px solid transparent;
    border-radius: 999px;
    background-color: var(--site-control-bg);
    color: var(--site-text);
    font-size: 12px;
    line-height: 1;
    letter-spacing: .11em;
    text-transform: uppercase;
    box-shadow: var(--site-control-shadow);
    transition: background-color .2s ease, border-color .2s ease, color .2s ease, transform .2s ease;
    width: 44px;
    height: 44px;
    min-width: 44px;
    margin-right: 0;
    padding: 0;
    background-size: 18px;
    background-image: var(--site-icon-favorite);
    overflow: visible
}

.header .favorite>div {
    position: absolute;
    text-align: center;
    z-index: 2;
    top: -7px;
    right: -7px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border: 1px solid var(--site-bg);
    border-radius: 999px;
    background: var(--site-brand);
    color: var(--site-text-inverse);
    font-size: 11px;
    font-weight: 700;
    line-height: 18px;
    box-shadow: 0 4px 10px rgba(15, 23, 42, .18)
}

.header .mobile-menu-button {
    background-position: center;
    background-repeat: no-repeat;
    display: none;
    background-size: 30px;
    width: 32px;
    min-width: 32px;
    height: 32px;
    background-image: var(--site-icon-menu);
    background-color: transparent;
    border-color: transparent;
    box-shadow: none
}

.header .mobile-menu-button.opened {
    background-size: 22px;
    background-color: transparent;
    border-color: transparent;
    box-shadow: none;
    background-image: var(--site-icon-menu-close)
}

html:not(.theme-night) body.is-home .header:not(.is-scrolled) .phone a {
    filter: brightness(0) invert(1) !important
}

body.is-home .header:not(.is-scrolled) .logo img {
    content: url(/template/img/logo_w.svg);
    filter: none !important
}

html:not(.theme-night) body.is-home .header:not(.is-scrolled) .mobile-menu-button {
    filter: none !important;
    background-image: url(/template/img/menu_w.svg)
}

html:not(.theme-night) body.is-home .header:not(.is-scrolled) .mobile-menu-button.opened {
    background-image: url(/template/img/menu-close_w.svg)
}

html:not(.theme-night) body.is-home .header:not(.is-scrolled) .search-icon {
    filter: none !important;
    background-image: url(/template/img/search-w.svg)
}

html:not(.theme-night) body.is-home .header:not(.is-scrolled) .theme-toggle {
    filter: none !important;
    background-image: url(/template/img/moon_w.svg)
}

html:not(.theme-night) body.is-home .header:not(.is-scrolled) .header-login-register {
    filter: none !important;
    background-image: url(/template/img/user_w.svg)
}

html:not(.theme-night) body.is-home .header:not(.is-scrolled) .header-user {
    filter: none !important;
    background-image: url(/template/img/user_w.svg)
}

html:not(.theme-night) body.is-home .header:not(.is-scrolled) .header-cart {
    filter: none !important;
    background-image: url(/template/img/cart_w.svg)
}

html:not(.theme-night) body.is-home .header:not(.is-scrolled) .favorite {
    filter: none !important;
    background-image: url(/template/img/favorite_w.svg)
}

html:not(.theme-night) body.is-home .header:not(.is-scrolled) .favorite::after,
html:not(.theme-night) body.is-home .header:not(.is-scrolled) .header-cart::after,
html:not(.theme-night) body.is-home .header:not(.is-scrolled) .header-login-register::after,
html:not(.theme-night) body.is-home .header:not(.is-scrolled) .header-user::after,
html:not(.theme-night) body.is-home .header:not(.is-scrolled) .search-icon::after,
html:not(.theme-night) body.is-home .header:not(.is-scrolled) .theme-toggle::after {
    background: var(--site-metal-border-default);
    opacity: 1
}

body.is-home .header:not(.is-scrolled) .favorite,
body.is-home .header:not(.is-scrolled) .header-cart,
body.is-home .header:not(.is-scrolled) .header-login-register,
body.is-home .header:not(.is-scrolled) .header-user,
body.is-home .header:not(.is-scrolled) .menu>ul>li>a,
body.is-home .header:not(.is-scrolled) .search-icon,
body.is-home .header:not(.is-scrolled) .theme-toggle {
    background-color: rgba(255, 255, 255, .14);
    border-color: rgba(255, 255, 255, .22);
    box-shadow: none
}

body.is-home .header:not(.is-scrolled) .header-address-button {
    color: rgba(255, 255, 255, .92);
    background-color: rgba(255, 255, 255, .14);
    border-color: rgba(255, 255, 255, .22);
    box-shadow: none
}

body.is-home .header:not(.is-scrolled) .header-phone-button {
    color: rgba(255, 255, 255, .92);
    background-color: rgba(255, 255, 255, .14);
    border-color: rgba(255, 255, 255, .22);
    box-shadow: none
}

body.is-home .header:not(.is-scrolled) .menu>ul>li>div:first-child {
    color: rgba(255, 255, 255, .92);
    background-color: rgba(255, 255, 255, .14);
    border-color: rgba(255, 255, 255, .22);
    box-shadow: none
}

body.is-home .header:not(.is-scrolled) .header-phone-button::before {
    background-image: url(/template/img/phone_w.svg)
}

body.is-home .header:not(.is-scrolled) .header-address-button::before {
    background-image: url(/template/img/address_w.svg)
}

body.is-home .header:not(.is-scrolled) .favorite>div,
body.is-home .header:not(.is-scrolled) .header-cart>div {
    color: var(--site-text);
    background: #fff;
    filter: none
}

.full-menu-wrapper,
.header-shop-dropdown .shop-menu li>ul {
    display: none
}

.full-menu {
    border-radius: 0 0 24px 24px;
    background: var(--site-surface-frosted-strong);
    box-shadow: var(--site-shadow)
}

.full-menu:empty {
    display: none
}

.header .menu>ul>li.catalog-open>a,
.header .menu>ul>li.catalog-open>div:first-child {
    background-color: var(--site-control-bg-hover);
    color: var(--site-accent);
    transform: translateY(-1px)
}

.header-shop-dropdown {
    position: absolute;
    top: calc(100% + 14px);
    left: 0;
    z-index: 5;
    width: min(420px, 72vw);
    max-height: calc(100vh - var(--header-shop-dropdown-top, 112px) - 10px);
    padding: 28px;
    overflow: hidden;
    border: 1px solid var(--site-overlay-border);
    border-radius: 32px;
    background: rgba(248, 250, 252, .92);
    backdrop-filter: blur(24px) saturate(135%);
    box-shadow: var(--site-overlay-shadow);
    opacity: 0;
    visibility: hidden;
    transform: translateY(8px);
    pointer-events: none;
    transition: opacity .2s ease, transform .2s ease, visibility .2s ease
}

.header-shop-dropdown::after,
.search-block .search button::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: var(--site-metal-border-default);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    pointer-events: none
}

.header .menu>ul>li.catalog-open>.header-shop-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto
}

.header-shop-dropdown .shop-menu {
    margin: 0;
    padding: 0;
    max-height: calc(var(--header-shop-dropdown-max-height, calc(100vh - var(--header-shop-dropdown-top, 112px) - 10px)) - 56px);
    overflow-x: hidden;
    overflow-y: auto;
    border: 0;
    background: 0 0;
    box-shadow: none
}

.header-shop-dropdown .shop-menu li,
.header-shop-dropdown .shop-menu ul {
    display: block;
    gap: 0;
    align-items: stretch
}

.custom-item-7>.description p:first-child,
.header-shop-dropdown .shop-menu>ul>li:first-child {
    margin-top: 0
}

.filter>div:first-child .field-name {
    padding-top: 0;
    margin-top: 0
}

.header-shop-dropdown .shop-menu a:hover,
.header-shop-dropdown .shop-menu li.selected>a,
.hero-media .slider-1 .slick-slide.slick-active+.slick-active>div,
.hero-media .slider-1 .slick-slide.slick-current>div {
    transform: none
}

body.is-home .header:not(.is-scrolled) .header-shop-dropdown .shop-menu a {
    color: var(--site-text)
}

body.is-home .header:not(.is-scrolled) .header-shop-dropdown .shop-menu a span {
    color: var(--site-muted)
}

.data-menu {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
    padding: 28px
}

.data-menu>div {
    padding: 0 12px;
    border-left: 1px solid var(--site-line)
}

.data-menu>div:first-child {
    border-left: 0
}

.data-menu>div>div:first-child>div {
    margin-bottom: 14px;
    font-family: var(--site-heading-font-family, "VAG World", "Rubik", sans-serif);
    font-size: 22px;
    color: var(--site-accent)
}

.data-menu a {
    color: var(--site-muted);
    line-height: 1.5
}

.search-block .search form {
    padding: 0;
    margin-bottom: 18px
}

.search-block input {
    border: 1px solid var(--site-line);
    color: var(--site-text);
    background: var(--site-surface-soft);
    border-color: var(--site-line);
    padding-right: 68px
}

.search-block .search button {
    right: 0;
    top: 50%;
    position: absolute;
    width: 44px;
    height: 44px;
    border: 1px solid transparent;
    border-radius: 999px;
    background-color: var(--site-control-bg);
    background-image: var(--site-icon-search);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    box-shadow: var(--site-control-shadow), var(--site-metal-shadow);
    transform: translateY(-50%);
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease
}

.search-block .search button:hover {
    background-color: var(--site-control-bg-hover);
    box-shadow: var(--site-control-shadow), var(--site-metal-shadow-strong);
    transform: translateY(calc(-50% - 1px))
}

.search-block .search button:hover::before {
    background: var(--site-metal-border-hover)
}

.header .search input:focus {
    background-color: #fff;
    background: var(--site-surface-strong);
    box-shadow: 0 0 0 4px var(--site-focus-ring)
}

.header .search .tip {
    background-color: #f3f6fb;
    position: absolute;
    top: 100%;
    margin-top: -9px;
    left: 0;
    width: 100%;
    padding: 30px 20px 20px;
    max-height: 600px;
    overflow-y: auto;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    background: var(--site-search-tip-bg);
    border: 1px solid var(--site-line);
    color: var(--site-text);
    box-shadow: var(--site-shadow)
}

.search-header>a {
    background: var(--site-bg-muted);
    color: var(--site-text)
}

.tip .search-categories>a {
    display: block;
    padding: 10px 15px;
    background-color: #e7edf3;
    margin: 0 10px 10px 0;
    background: var(--site-bg-muted);
    color: var(--site-text)
}

.tip .search-categories>a:hover {
    background-color: #e63619;
    text-decoration: none;
    background: var(--site-accent);
    color: var(--site-text-inverse)
}

.tip .search-history>a::before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: var(--site-icon-search);
    opacity: .7;
    filter: none
}

.tip .search-items .item>div {
    background-color: transparent;
    border: 2px solid #e7edf3;
    padding: 0;
    border-color: var(--site-line)
}

.tip .search-items .item .image {
    width: 64px;
    height: 64px;
    padding: 5px;
    min-width: auto;
    background-color: #fff;
    background: var(--site-surface-strong)
}

body.is-home .wrapper>.content.home {
    padding-top: 0
}

body.is-home .header {
    border-bottom-color: transparent;
    background: 0 0;
    backdrop-filter: none;
    box-shadow: none
}

body.is-home .header.is-scrolled {
    border-bottom: 1px solid var(--site-line-soft);
    border-bottom-color: var(--site-line-soft);
    background: var(--site-surface-soft);
    backdrop-filter: blur(18px) saturate(140%);
    box-shadow: none
}

.mobile-menu {
    position: fixed;
    top: 78px;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 4;
    overflow-y: auto;
    padding: 18px 16px 20px;
    border-radius: 28px;
    -webkit-backdrop-filter: blur(24px) saturate(160%);
    backdrop-filter: blur(24px) saturate(160%);
    display: none;
    background: var(--site-mobile-bg);
    border: 1px solid var(--site-line-glass);
    box-shadow: var(--site-shadow)
}

.mobile-menu>ul>li {
    padding: 10px;
    border-top: 1px solid rgba(17, 24, 39, .08);
    border-top-color: var(--site-line-glass)
}

.mobile-menu .mobile-main-menu>li+li {
    border-top: 1px solid rgba(17, 24, 39, .08);
    border-top-color: var(--site-line-glass)
}

.mobile-menu .shop-menu>ul>li {
    border-top: 1px solid rgba(17, 24, 39, .08);
    border-top-color: var(--site-line-glass)
}

.hero-block {
    position: relative
}

body.is-home .hero-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: min(240px, 28vh);
    background: linear-gradient(180deg, rgba(15, 23, 42, .34)0, rgba(15, 23, 42, .18) 38%, rgba(15, 23, 42, 0) 100%);
    pointer-events: none;
    z-index: 1
}

.hero-media {
    position: relative;
    height: 100svh;
    min-height: 760px;
    overflow: hidden
}

.hero-media::after {
    display: none
}

.hero-media .slick-list,
.hero-media .slick-slide,
.hero-media .slick-slide>div,
.hero-media .slick-slide>div>div,
.hero-media .slick-slide>div>div>a,
.hero-media .slick-track,
.hero-media .slider,
.hero-media .slider-wrapper,
.hero-media .slider-wrapper>div,
.hero-media img {
    height: 100%
}

.hero-media .slider-1 {
    margin: 0;
    max-width: none
}

.hero-media .slider-1 .slick-slide {
    padding: 0
}

.hero-media .slider-1 .slick-slide>div {
    padding: 0;
    aspect-ratio: auto;
    transform: none
}

.hero-media .slider-1 .text,
.hero-media .slider-1 a::before,
.home-overlay .brand-grid::before,
.home-overlay .journal-block::before,
.home-overlay .lead-block::before,
.home-overlay .promo-grid::before,
.home-overlay .showcase-block::before {
    display: none
}

.hero-media .slider-1 img {
    width: 100%;
    object-fit: cover
}

.hero-media .slider-1 .slick-prev {
    left: 24px
}

.hero-media .slider-1 .slick-next {
    right: 24px
}

.hero-media .slider-1 .slick-dots {
    bottom: 28px
}

.hero-media .slider-1 .slick-dots li button:before {
    color: #fff;
    opacity: .44
}

.home-overlay {
    position: relative;
    z-index: 1;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 32px;
    background: rgba(248, 250, 252, .18);
    backdrop-filter: blur(24px) saturate(135%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .28), inset 0 0 0 1px rgba(15, 23, 42, .05), 0 24px 70px rgba(15, 23, 42, .18);
    margin-top: -60px
}

.home-overlay::after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: var(--site-metal-border-default);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    pointer-events: none
}

.home-news,
.home-overlay>*+* {
    margin-top: 28px
}

.news-overlay {
    position: relative;
    z-index: 1;
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 32px;
    background: rgba(248, 250, 252, .18);
    backdrop-filter: blur(24px) saturate(135%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .28), inset 0 0 0 1px rgba(15, 23, 42, .05), 0 24px 70px rgba(15, 23, 42, .18);
    margin-top: 28px
}

.home-overlay .home-custom-7 {
    margin-top: 0
}

.home-overlay .home-custom-7 .custom-items {
    grid-template-columns: repeat(5, minmax(0, 1fr))
}

.home-overlay .brand-grid,
.home-overlay .journal-block,
.home-overlay .lead-block,
.home-overlay .showcase-block {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: 0 0;
    overflow: visible;
    box-shadow: none
}

.lead-block {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--site-line);
    border-radius: var(--site-radius);
    background: var(--site-surface);
    box-shadow: var(--site-shadow);
    margin-top: 28px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 430px);
    gap: 24px;
    padding: 36px
}

.lead-copy p {
    margin: 0;
    color: var(--site-muted);
    line-height: 1.75
}

.lead-menu {
    padding: 24px;
    border: 1px solid var(--site-line);
    border-radius: 24px;
    background: rgba(248, 250, 252, .9)
}

.lead-menu-tree li,
.lead-menu-tree ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.shop-menu ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.shop-menu li {
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none
}

.lead-menu-tree a {
    color: var(--site-text)
}

.promo-grid {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--site-line);
    border-radius: var(--site-radius);
    background: var(--site-surface);
    box-shadow: var(--site-shadow);
    margin-top: 28px;
    padding: 36px
}

.home-overlay .promo-grid {
    margin-top: 0;
    border: 0;
    border-radius: 0;
    background: 0 0;
    overflow: visible;
    box-shadow: none;
    padding: 0
}

.brand-grid {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--site-line);
    border-radius: var(--site-radius);
    background: var(--site-surface);
    box-shadow: var(--site-shadow);
    margin-top: 28px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(220px, 320px);
    gap: 24px
}

.brands-shell {
    padding: 36px
}

.brand-aside {
    padding: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid var(--site-line)
}

.brand-aside .form-button {
    width: 100%
}

.stock-brands {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    grid-auto-rows: 1fr;
    gap: 16px
}

.factorys {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    grid-auto-rows: 1fr;
    gap: 16px
}

.stock-brands>div {
    display: flex;
    min-width: 0
}

.home-overlay .factorys,
.home-overlay .stock-brands {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    padding-bottom: 10px
}

.stock-brands>div>a {
    --site-metal-fill: rgba(255, 255, 255, 0.94);
    --site-metal-box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
    --site-metal-radius: 22px;
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    height: 100%;
    min-height: 90px;
    padding: 18px;
    border: 1px solid var(--site-line);
    border-radius: 22px;
    background: rgba(255, 255, 255, .94);
    color: var(--site-text);
    box-shadow: 0 12px 32px rgba(15, 23, 42, .06);
    transition: box-shadow .25s ease, border-color .25s ease, background-color .25s ease
}

.factorys>div>a {
    text-align: center;
    --site-metal-fill: rgba(255, 255, 255, 0.94);
    --site-metal-box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
    --site-metal-radius: 22px;
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    height: 100%;
    min-height: 90px;
    padding: 18px;
    border: 1px solid var(--site-line);
    border-radius: 22px;
    background: rgba(255, 255, 255, .94);
    color: var(--site-text);
    box-shadow: 0 12px 32px rgba(15, 23, 42, .06);
    transition: box-shadow .25s ease, border-color .25s ease, background-color .25s ease
}

.factorys>div>a:hover,
.stock-brands>div>a:hover {
    --site-metal-box-shadow: 0 16px 34px rgba(15, 23, 42, 0.1);
    transform: none;
    box-shadow: 0 16px 34px rgba(15, 23, 42, .1)
}

.home-overlay .factorys>div>a,
.home-overlay .stock-brands>div>a {
    --site-metal-fill: rgba(255, 255, 255, 0.14);
    --site-metal-box-shadow: var(--site-overlay-shadow-soft);
    --site-metal-radius: 999px;
    width: 100%;
    height: 64px;
    justify-content: center;
    min-height: 64px;
    padding: 12px 16px;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, .14);
    border-color: rgba(255, 255, 255, .22);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22), inset 0 0 0 1px rgba(15, 23, 42, .04);
    overflow: hidden
}

.home-overlay .factorys>div>a:hover,
.home-overlay .stock-brands>div>a:hover {
    --site-metal-fill: rgba(255, 255, 255, 0.2);
    --site-metal-box-shadow: var(--site-overlay-shadow-hover);
    border-color: rgba(255, 255, 255, .34);
    background-color: rgba(255, 255, 255, .2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .26), inset 0 0 0 1px rgba(15, 23, 42, .04), 0 0 0 1px rgba(255, 255, 255, .08), 0 10px 28px rgba(15, 23, 42, .12), 0 0 24px rgba(255, 255, 255, .12)
}

.home-overlay .factorys .title,
.home-overlay .stock-brands .title {
    display: none
}

.factorys .image,
.stock-brands .image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    min-width: 64px;
    height: 64px;
    padding: 10px;
    border-radius: 18px;
    background: #fff
}

.home-overlay .factorys .image,
.home-overlay .stock-brands .image {
    width: 100%;
    min-width: 0;
    height: 40px;
    padding: 0;
    border-radius: inherit;
    background: 0 0;
    overflow: hidden
}

.home-overlay .factorys .image img,
.home-overlay .stock-brands .image img {
    display: block;
    width: 100%;
    max-width: 220px;
    height: 100%;
    max-height: 40px;
    object-fit: contain
}

.journal-block .custom-items,
.showcase-block .collections {
    padding: 0
}

.collections .collection,
.custom-items .item {
    margin: 0
}

.collections .collection>div,
.custom-items .item>a,
.custom-items .item>div {
    --site-metal-fill: #fff;
    --site-metal-box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
    --site-metal-radius: 22px;
    display: block;
    overflow: hidden;
    border: 1px solid var(--site-line);
    border-radius: 22px;
    background: #fff;
    box-shadow: none
}

.collections .collection .info {
    background-image: none;
    padding: 18px 20px 20px
}

.custom-items .name {
    font-weight: 500;
    margin: 10px 0;
    padding: 18px 20px 20px
}

.collections {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 22px
}

.collections .collection .images {
    display: block;
    position: relative;
    aspect-ratio: 16/10;
    overflow: hidden;
    background-color: #f8f8f8;
    background: #f8fafc
}

.news-overlay .custom-items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px
}

.news-overlay .custom-items .item {
    margin: 0
}

.filter>div {
    margin: 0
}

.filter .group>div {
    margin-bottom: 10px;
    margin: 0
}

.news-overlay .custom-items .item>a {
    --site-metal-fill: rgba(248, 250, 252, 0.16);
    --site-metal-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), inset 0 0 0 1px rgba(15, 23, 42, 0.05);
    --site-metal-radius: 24px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 24px;
    background: rgba(248, 250, 252, .16);
    backdrop-filter: blur(18px) saturate(135%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .24), inset 0 0 0 1px rgba(15, 23, 42, .05);
    display: block
}

.news-overlay .custom-items .item>div {
    --site-metal-fill: rgba(248, 250, 252, 0.16);
    --site-metal-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), inset 0 0 0 1px rgba(15, 23, 42, 0.05);
    --site-metal-radius: 24px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 24px;
    background: rgba(248, 250, 252, .16);
    backdrop-filter: blur(18px) saturate(135%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .24), inset 0 0 0 1px rgba(15, 23, 42, .05);
    display: block
}

.custom.custom-4 .custom-items .item>a>div+div,
.custom.custom-4 .custom-items .item>div>div+div,
.news-overlay .custom-items .item>a>div+div,
.news-overlay .custom-items .item>div>div+div {
    margin-top: 12px
}

.news-overlay .custom-items .image {
    overflow: hidden;
    border-radius: 18px;
    background: rgba(255, 255, 255, .08)
}

.news-overlay .custom-items img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.news-overlay .custom-items .name {
    margin: 0;
    color: var(--site-text)
}

.news-overlay .custom-items .date {
    color: var(--site-muted)
}

.filter-selected>div::after {
    content: "+";
    font-size: 1.8em;
    line-height: 6px;
    margin-left: 10px;
    opacity: .5;
    transform: rotate(45deg);
    margin-bottom: 2px;
    color: var(--site-muted)
}

.filter-selected>h2::after {
    content: "+";
    font-size: 1.8em;
    line-height: 6px;
    margin-left: 10px;
    opacity: .5;
    transform: rotate(45deg);
    margin-bottom: 2px;
    color: var(--site-muted)
}

.custom.custom-4 .custom-items {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    align-items: stretch
}

.custom.custom-4 .custom-items .item {
    display: flex
}

.custom.custom-4 .custom-items .item>a {
    --site-metal-fill: rgba(248, 250, 252, 0.16);
    --site-metal-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), inset 0 0 0 1px rgba(15, 23, 42, 0.05);
    --site-metal-radius: 24px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 24px;
    background: rgba(248, 250, 252, .16);
    backdrop-filter: blur(18px) saturate(135%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .24), inset 0 0 0 1px rgba(15, 23, 42, .05);
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%
}

.custom.custom-4 .custom-items .item>div {
    --site-metal-fill: rgba(248, 250, 252, 0.16);
    --site-metal-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.24), inset 0 0 0 1px rgba(15, 23, 42, 0.05);
    --site-metal-radius: 24px;
    padding: 18px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 24px;
    background: rgba(248, 250, 252, .16);
    backdrop-filter: blur(18px) saturate(135%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .24), inset 0 0 0 1px rgba(15, 23, 42, .05);
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%
}

.custom.custom-4 .custom-items .image {
    overflow: hidden;
    border-radius: 18px;
    background: rgba(255, 255, 255, .08)
}

.custom-item-4>.image img,
.custom-item-7>.image img,
.custom.custom-4 .custom-items .image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.custom.custom-4 .custom-items .name {
    margin: 0;
    padding: 0;
    color: var(--site-text);
    font-size: 20px;
    line-height: 1.18
}

.custom.custom-4 .custom-items .date {
    margin-top: auto;
    padding: 0;
    color: var(--site-muted);
    opacity: 1
}

.custom-item-4 {
    --site-metal-fill: rgba(255, 255, 255, 0.94);
    --site-metal-box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
    --site-metal-radius: 22px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas: "image name" "image date";
    gap: 18px 24px;
    width: 100%;
    margin: 24px 0 0;
    padding: 18px;
    border: 1px solid var(--site-line);
    border-radius: 22px;
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 12px 32px rgba(15, 23, 42, .06)
}

.custom-item-4>.image {
    grid-area: image;
    margin: 0;
    min-height: 220px;
    overflow: hidden;
    border-radius: 18px;
    background: #fff;
    height: 100%
}

.custom-item-4>.image .slick-list,
.custom-item-4>.image .slick-slide,
.custom-item-4>.image .slick-track {
    height: 100%
}

.custom-item-4>.name {
    grid-area: name;
    align-self: end;
    margin: 0
}

.custom-item-4>.name h1 {
    margin: 0;
    color: var(--site-text);
    font-size: clamp(22px, 2.6vw, 30px);
    line-height: 1.08
}

.custom-item-4>.date {
    grid-area: date;
    align-self: start;
    margin-top: 0;
    color: var(--site-brand);
    opacity: 1;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase
}

.custom.custom-7 .custom-items {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 18px
}

.custom.custom-7 .custom-items .item>a,
.custom.custom-7 .custom-items .item>div {
    --site-metal-fill: var(--site-surface-soft);
    --site-metal-box-shadow: var(--site-shadow-soft);
    --site-metal-radius: 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
    padding: 20px;
    border: 1px solid var(--site-line);
    border-radius: 24px;
    background: var(--site-surface-soft);
    box-shadow: var(--site-shadow-soft);
    transition: transform .22s ease, border-color .22s ease, box-shadow .22s ease
}

.custom.custom-7 .custom-items .item>a:hover,
.custom.custom-7 .custom-items .item>div:hover {
    --site-metal-box-shadow: 0 18px 34px rgba(15, 23, 42, 0.10);
    transform: translateY(-2px);
    border-color: rgba(71, 135, 137, .24);
    box-shadow: 0 18px 34px rgba(15, 23, 42, .1)
}

.custom.custom-7 .custom-items .logo {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 112px;
    padding: 10px;
    border: 1px solid var(--site-line);
    border-radius: 20px;
    background: 0 0
}

.custom.custom-7 .custom-items .logo img {
    width: 100%;
    height: 100%;
    max-height: 58px;
    object-fit: contain
}

.custom.custom-7 .custom-items .name {
    margin: 0;
    padding: 0;
    color: var(--site-text);
    font-family: var(--site-heading-font-family, "VAG World", "Rubik", sans-serif);
    font-size: 22px;
    line-height: 1.08;
    text-align: center
}

.custom-item-7 {
    display: grid;
    grid-template-columns: minmax(280px, 1fr) minmax(0, 2fr);
    grid-template-areas: "image name" "image logo" "image site" "image catalogue" "image description";
    gap: 22px 28px;
    align-items: start;
    padding: 28px;
    margin-top: 24px;
    border: 1px solid var(--site-line);
    border-radius: 32px;
    background: var(--site-surface);
    box-shadow: var(--site-shadow)
}

.custom-item-7>.image {
    grid-area: image;
    min-width: 0;
    margin: 0;
    aspect-ratio: 4/3;
    overflow: hidden;
    border: 1px solid var(--site-line);
    border-radius: 24px;
    background: var(--site-surface-soft);
    box-shadow: var(--site-shadow-soft);
    height: 100%
}

.custom-item-7>.image .slick-list,
.custom-item-7>.image .slick-track {
    height: 100%
}

.custom-item-7>.image .slick-slide {
    height: 100%;
    display: block
}

.custom-item-4>.image .slick-slide>a,
.custom-item-4>.image.custom-image-single>a,
.custom-item-4>.image>a,
.custom-item-7>.image .slick-slide>a,
.custom-item-7>.image.custom-image-single>a,
.custom-item-7>.image>a {
    display: block;
    width: 100%;
    height: 100%
}

.custom-item-7>.name {
    grid-area: name;
    min-width: 0
}

.custom-item-7>.name h1 {
    margin: 0;
    font-size: clamp(24px, 2.8vw, 36px);
    line-height: 1.04
}

.custom-item-7>.logo {
    grid-area: logo;
    min-width: 0;
    justify-self: start;
    width: fit-content;
    max-width: min(100%, 360px);
    padding: 6px 8px;
    border: 1px solid var(--site-line);
    border-radius: 24px;
    background: 0 0
}

.custom-item-7>.logo a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 6px 12px
}

.custom-item-7>.logo img {
    display: block;
    width: auto;
    height: 64px;
    max-width: 280px;
    max-height: 64px;
    object-fit: contain;
    object-position: center
}

.custom-item-7>.site {
    grid-area: site;
    min-width: 0;
    color: var(--site-accent);
    font-size: 15px;
    font-weight: 600;
    line-height: 1.45
}

.custom-item-7>.site a {
    color: var(--site-accent)
}

.custom-item-7>.catalogue {
    grid-area: catalogue;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    min-width: 0
}

.custom-item-7>.catalogue .download {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    min-height: 44px;
    color: var(--site-text);
    line-height: 1.35
}

.custom-item-7>.description {
    grid-area: description;
    min-width: 0;
    color: var(--site-muted);
    font-size: 16px;
    line-height: 1.8
}

.custom-item-7>.description p:last-child {
    margin-bottom: 0
}

.custom-item-7>.shop-category {
    grid-column: 1/-1;
    margin-top: 8px
}

.custom-item-7>.shop-category>.collection-page,
.custom-item-7>.shop-category>.shop {
    margin-top: 0
}

.collections .collection .info a {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 4px
}

.collections .collection .info .collection-brand {
    color: var(--site-muted);
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2
}

.collections .collection .info .collection-name {
    color: var(--site-text);
    line-height: 1.15
}

.filter .group>div:first-child {
    font-weight: 500;
    display: block;
    margin: 0 0 14px;
    color: var(--site-muted);
    font-size: 11px;
    letter-spacing: .14em;
    text-transform: uppercase
}

.filter .group>div[data-field],
.filter>div[data-field] {
    padding: 14px 0 0;
    margin-top: 14px;
    border-top: 1px solid rgba(148, 163, 184, .14)
}

.filter .group>div[data-field]:nth-child(2),
.filter>div[data-field]:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0
}

.filter .field-name {
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 10px;
    color: var(--site-text);
    font-size: 14px;
    letter-spacing: .02em;
    text-transform: none
}

.filter .field-name.co {
    background-position: right center;
    background-size: 14px;
    background-repeat: no-repeat;
    padding: 0 28px 0 0;
    background-image: none;
    cursor: pointer
}

.filter .field-name.co::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--site-muted);
    font-size: 18px;
    line-height: 1;
    transform: translateY(-50%)
}

.filter .field-name.co.opened::after {
    content: "-"
}

.filter .field-values {
    gap: 4px;
    max-height: 240px;
    padding-right: 6px;
    font-size: 14px
}

.filter .field-values>div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 9px 12px 9px 36px;
    border-radius: 12px;
    transition: background-color .2s ease, color .2s ease
}

.filter .field-values>div:hover {
    background: rgba(32, 53, 74, .05)
}

.filter .field-values>div::before {
    left: 12px;
    width: 16px;
    height: 16px;
    border: 1px solid rgba(148, 163, 184, .32);
    border-radius: 5px;
    background: #fff
}

.filter .field-values>div.checked::before {
    width: 16px;
    height: 16px;
    border: 0;
    border-radius: 5px;
    background-color: var(--site-accent);
    background-size: 8px
}

.filter .field-values>div.checked {
    color: var(--site-accent);
    background: rgba(32, 53, 74, .06)
}

.filter .field-values>div>div:last-child {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    min-height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    background: rgba(148, 163, 184, .12);
    color: var(--site-muted);
    font-size: 12px;
    line-height: 1
}

.filter .field-values>div>div:last-child:after,
.filter .field-values>div>div:last-child:before {
    content: none
}

.filter .field-min-max {
    flex-wrap: wrap;
    align-items: center;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px
}

.filter .field-min-max>div:first-child {
    width: 100%;
    grid-column: 1/-1
}

.filter .field-min-max>div:nth-child(2) {
    padding-right: 5px;
    width: auto;
    padding: 0
}

.filter .field-min-max>div:nth-child(3) {
    padding-left: 5px;
    width: auto;
    padding: 0
}

.filter .field-min-max input {
    width: 100%;
    margin: 0;
    min-height: 38px;
    padding: 0 14px 0 36px;
    border: 1px solid rgba(148, 163, 184, .24);
    border-radius: 999px;
    background: rgba(255, 255, 255, .88);
    color: var(--site-text);
    font-family: inherit;
    font-size: 13px;
    line-height: 38px;
    box-shadow: none;
    transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease
}

.filter .field-min-max input::placeholder {
    color: var(--site-muted);
    opacity: .75
}

.filter .field-min-max input:focus {
    background: #fff;
    outline: 0;
    border-color: rgba(32, 53, 74, .24);
    box-shadow: 0 0 0 3px rgba(32, 53, 74, .06)
}

.filter .field-min-max input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield
}

.filter .field-min-max input[type=number]::-webkit-inner-spin-button,
.filter .field-min-max input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.filter .show-other {
    display: inline-flex;
    align-items: center;
    margin-top: 6px;
    color: var(--site-muted);
    font-size: 13px;
    opacity: 1
}

.filter .show-other:hover {
    color: var(--site-accent);
    text-decoration: none
}

.filter .field-values::-webkit-scrollbar {
    width: 5px
}

.filter .field-values::-webkit-scrollbar-thumb {
    background: rgba(148, 163, 184, .24);
    border-radius: 999px
}

.filter .field-check {
    display: flex;
    align-items: center;
    margin: 0;
    color: var(--site-text);
    font-weight: 500;
    min-height: 28px
}

.filter .field-check input {
    padding: 0;
    position: relative;
    margin: 0 8px 0 0;
    border: 0;
    width: 42px;
    height: 24px;
    margin-right: 10px
}

.filter .field-check input::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 999px;
    background: rgba(148, 163, 184, .22)
}

.filter .field-check input::after {
    content: "";
    display: block;
    position: absolute;
    background-color: #fff;
    width: 18px;
    height: 18px;
    top: 3px;
    left: 3px;
    border-radius: 999px;
    box-shadow: 0 1px 4px rgba(15, 23, 42, .14)
}

.filter .field-check input:checked::before {
    background-color: var(--site-accent)
}

.filter .field-check input:checked::after {
    left: auto;
    transition: right .2s linear;
    right: 3px
}

.filter-selected>div {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 8px 14px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: 0 0 !important;
    color: var(--site-text);
    box-shadow: inset 0 0 0 1px rgba(200, 123, 79, .78), var(--site-metal-shadow);
    font-size: 13px;
    font-weight: 500
}

.filter-selected>h2 {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    margin: 0;
    padding: 8px 14px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: 0 0 !important;
    color: var(--site-text);
    box-shadow: inset 0 0 0 1px rgba(200, 123, 79, .78), var(--site-metal-shadow);
    font-size: 13px;
    font-weight: 500
}

.shop-items-header .count {
    flex-grow: 1;
    margin: 0;
    flex: 0 0 auto;
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 7px;
    padding-left: 0;
    margin-left: 0
}

.shop-items-header .sort {
    display: flex;
    align-items: center;
    margin: 0;
    margin-left: auto
}

.shop-items-header>.filter-button {
    display: none
}

.shop-items-header .count-label {
    color: var(--site-muted);
    font-size: 13px
}

.shop-items-header .count-value {
    color: var(--site-text)
}

.shop-item-interiors::after,
.shop-item-media::after {
    content: none
}

.shop-items-header .count::before {
    margin-right: 7px;
    font-size: .8em;
    opacity: .5;
    content: none
}

.shop-items-header .sort::before {
    margin-right: 10px;
    font-size: .8em;
    opacity: .5;
    content: none
}

.shop-items-header .view-collections-items::before {
    margin-right: 10px;
    font-size: .8em;
    opacity: .5;
    content: none
}

.shop-items-header .view-collections-items {
    display: flex;
    align-items: center;
    margin-right: 20px;
    margin: 0;
    gap: 8px
}

.shop-items-header .view-collections-items>div {
    cursor: pointer;
    --site-metal-fill: var(--site-surface-soft);
    --site-metal-box-shadow: var(--site-metal-shadow);
    --site-metal-radius: 999px;
    position: relative;
    overflow: hidden;
    padding: 8px 14px;
    border: 1px solid transparent;
    border-radius: 999px;
    background: linear-gradient(var(--site-surface-soft), var(--site-surface-soft)) padding-box;
    opacity: 1
}

.shop-items .to-cart button::before,
.shop-items-header .view-collections-items>div::after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: var(--site-metal-border-default);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    pointer-events: none
}

.shop-items-header .view-collections-items>div.selected {
    font-weight: 700;
    border-bottom: 1px solid #000;
    opacity: 1;
    --site-metal-fill: transparent;
    color: var(--site-text);
    background: 0 0 !important
}

.shop-item .download-faces:hover::after,
.shop-items-header .view-collections-items>div.selected::after,
.shop-items-header .view-collections-items>div:hover::after {
    background: var(--site-metal-border-hover)
}

.shop-items-header .sort-list>div {
    cursor: pointer;
    margin: 0 0 0 5px;
    margin-left: 8px;
    padding: 8px 12px;
    border: 1px solid rgba(148, 163, 184, .24);
    border-radius: 999px
}

.search-strip {
    position: relative;
    border: 1px solid var(--site-line);
    border-radius: var(--site-radius);
    background: var(--site-surface);
    box-shadow: var(--site-shadow);
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px
}

.search-strip-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 134px;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 999px;
    color: var(--site-text-muted);
    background: transparent;
    font-size: 11px;
    letter-spacing: .12em;
    text-decoration: none;
    text-transform: uppercase;
    transition: color .2s ease, background .2s ease, box-shadow .2s ease
}

.search-strip-label:hover {
    color: var(--site-text);
    background: var(--site-surface-strong)
}

.search-strip-label.is-active {
    color: #fff;
    background: linear-gradient(135deg, var(--site-accent) 0%, var(--site-accent-dark) 100%);
    box-shadow: 0 8px 20px rgba(123, 31, 162, .2)
}

.search-strip-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 24px;
    min-height: 24px;
    padding: 0 7px;
    border-radius: 999px;
    color: inherit;
    background: rgba(148, 163, 184, .14);
    font-size: 12px;
    letter-spacing: 0
}

.search-results-head {
    margin-bottom: 20px
}

.search-results-title {
    margin: 0;
    color: var(--site-text)
}

.search-results-query {
    margin: 8px 0 18px;
    color: var(--site-text-muted)
}

.search-empty {
    max-width: 720px;
    margin: 24px auto;
    padding: clamp(28px, 5vw, 56px);
    text-align: center
}

.search-empty-title {
    margin: 0 0 10px;
    color: var(--site-text)
}

.search-empty-text {
    margin: 0;
    color: var(--site-text-muted)
}

.catalog-empty {
    grid-column: 1/-1;
    width: 100%;
    padding: 40px 20px;
    border: 1px dashed var(--site-line);
    border-radius: var(--site-radius);
    color: var(--site-text-muted);
    background: var(--site-surface);
    text-align: center
}

.shop {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: start
}

.shop-sidebar {
    display: none
}

.shop-main {
    min-width: 0;
    width: 100%;
    padding-top: 20px;
    padding-left: 0;
    overflow: visible
}

.shop>div:first-child {
    background-color: #f8f8f8;
    width: auto;
    min-width: 0;
    padding: 0;
    background: 0 0
}

.shop>div:nth-child(2) {
    flex-grow: 1;
    overflow: hidden;
    padding-left: 0
}

.shop-menu {
    position: relative;
    overflow: hidden;
    padding: 0;
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding-top: 20px
}

.filter {
    position: relative;
    overflow: hidden;
    padding: 0;
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid rgba(148, 163, 184, .2)
}

.shop-menu a {
    display: block;
    padding: 10px 0;
    border-radius: 0;
    color: var(--site-text);
    transition: color .2s ease, padding-left .2s ease
}

.shop-menu li.has-child {
    position: relative;
    cursor: pointer;
    background-position: left top 10px;
    background-size: 10px;
    background-repeat: no-repeat;
    padding-left: 0;
    padding-right: 28px;
    background-image: none
}

.shop-menu li.has-child.opened {
    background-image: none
}

.shop-menu li.has-child>div:first-child {
    position: absolute;
    top: 6px;
    right: 0;
    left: auto;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: none;
    color: var(--site-muted);
    font-size: 24px;
    line-height: 1;
    font-weight: 400
}

.shop-menu li.has-child>div:first-child::before {
    content: "+"
}

.shop-menu li.has-child.opened>div:first-child::before {
    content: "-"
}

.shop-menu a:hover {
    color: var(--site-accent);
    background: 0 0
}

.shop-menu li.selected>a {
    font-weight: 700;
    color: var(--site-accent);
    background: 0 0
}

.shop-items-header {
    margin-bottom: 20px;
    background-color: #f8f8f8;
    justify-content: space-between;
    padding: 0;
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: flex;
    flex-wrap: wrap;
    gap: 12px 18px;
    align-items: center;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(148, 163, 184, .2)
}

.filter-selected {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    padding: 0;
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 18px;
    gap: 10px
}

.shop-items {
    position: relative;
    flex-grow: 1;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 16px
}

.shop-items .item {
    position: relative;
    transition: box-shadow .25s ease, transform .25s ease;
    margin: 0;
    padding: 0;
    border: 0;
    background: 0 0;
    box-shadow: none
}

.shop-items .item:hover {
    box-shadow: none
}

.shop-items .item>div {
    min-height: 100%;
    justify-content: space-between;
    --site-metal-fill: #fff;
    --site-metal-box-shadow: 0 12px 28px rgba(15, 23, 42, 0.06);
    --site-metal-radius: 18px;
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 12px;
    border: 1px solid rgba(17, 24, 39, .08);
    border-radius: 18px;
    background: #fff;
    box-shadow: none
}

.shop-items .image {
    aspect-ratio: 1/1;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
    border-radius: 14px;
    background: #fff
}

.shop-items .image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    transition: transform .4s ease
}

.shop-items .item:hover .image img {
    transform: scale(1.04)
}

.shop-items .vendor {
    opacity: .6;
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #b86f46
}

.shop-items .collection {
    opacity: .6;
    font-size: 12px;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #c58d69;
    padding-left: 0;
    margin-left: 0;
    border-left: 0
}

.shop-items .vendor-name>div:first-child {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px
}

.shop-items .collection::before {
    content: "/";
    margin-right: 8px;
    color: rgba(184, 111, 70, .62)
}

.shop-items .name {
    word-break: break-word;
    display: block;
    font-weight: 400;
    margin: 10px 0;
    font-family: var(--site-heading-font-family, "VAG World", "Rubik", sans-serif);
    font-size: 24px;
    line-height: 1.05
}

.footer a,
.shop-items .rest-road,
.shop-items .za {
    color: var(--site-muted)
}

.shop-items .quantity {
    padding: 10px 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
    color: var(--site-muted)
}

.shop-items .razmer {
    font-size: .9em;
    opacity: .6;
    color: var(--site-muted)
}

.shop-items .rest {
    display: flex;
    color: var(--site-muted)
}

.shop-items .price-cart {
    margin-top: auto;
    gap: 10px
}

.shop-items .favorite {
    position: absolute;
    background-image: url(/template/img/favorite.svg);
    line-height: 20px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 3;
    right: 12px;
    top: 12px;
    width: 30px;
    height: 30px;
    background-size: 18px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, .86);
    box-shadow: 0 8px 18px rgba(15, 23, 42, .12)
}

.shop-items .price {
    align-items: flex-end;
    margin: 5px 0;
    font-family: var(--site-heading-font-family, "VAG World", "Rubik", sans-serif);
    font-size: 28px;
    color: var(--site-text)
}

.shop-items .to-cart>div:last-child {
    flex-grow: 0
}

.shop-items .to-cart {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 6px;
    min-height: 44px;
    border-radius: 999px
}

.shop-items .to-cart button {
    min-height: 44px;
    border-radius: 999px;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    padding: 0 18px;
    border: 1px solid transparent;
    background: var(--site-card-gradient);
    box-shadow: var(--site-metal-shadow);
    font-size: 14px;
    line-height: 1
}

.shop-items .to-cart button:hover {
    box-shadow: var(--site-metal-shadow-strong)
}

.shop-items .to-cart button::after {
    display: flex;
    align-items: center;
    min-height: 44px;
    padding-left: 24px;
    background-position: left center;
    background-size: 15px;
    font-size: 14px
}

.shop-items .cart-count {
    min-height: 44px;
    border-radius: 999px;
    padding: 0 10px;
    background: var(--site-surface-strong);
    border: 1px solid var(--site-line-glass)
}

.category {
    padding: 18px;
    border: 1px solid var(--site-line);
    border-radius: 24px;
    background: var(--site-surface-soft);
    box-shadow: var(--site-shadow-strong)
}

.category .image {
    overflow: hidden;
    border-radius: 18px
}

.category .name {
    margin-top: 14px;
    font-family: var(--site-heading-font-family, "VAG World", "Rubik", sans-serif);
    font-size: 24px
}

.collection-info {
    padding-bottom: 20px;
    position: relative;
    display: grid;
    grid-template-columns: minmax(320px, 420px) minmax(0, 1fr);
    gap: 26px;
    padding: 0;
    margin: 18px 0 34px;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: 0 0;
    box-shadow: none
}

.collection-page {
    margin-bottom: 0
}

.collection-info.without-info {
    grid-template-columns: 1fr
}

.collection-intro {
    padding: 20px 0 0;
    border: 0;
    border-radius: 0;
    background: 0 0;
    box-shadow: none
}

.collection-intro h1 {
    margin: 0;
    font-size: clamp(22px, 2.8vw, 36px);
    line-height: 1.08
}

.collection-breadcrumbs,
.footer li+li {
    margin-top: 10px
}

.collection-breadcrumbs .breadcrumbs {
    margin: 0
}

.collection-info .images-for .slick-slide {
    margin: 0
}

.collection-info .images-for .slick-list {
    margin: 0
}

.shop-item .buy>div {
    margin: 0
}

.collection-info .info {
    display: flex;
    align-items: flex-start
}

.collection-info .images {
    position: relative;
    min-width: 0;
    padding: 18px 0;
    border: 1px solid transparent;
    border-radius: 28px;
    background: linear-gradient(var(--site-surface-soft), var(--site-surface-soft)) padding-box;
    box-shadow: var(--site-shadow-soft), var(--site-metal-shadow);
    overflow: hidden
}

.collection-info .images::after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: var(--site-metal-border-default);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    pointer-events: none
}

.collection-info.without-info .images-for .slick-slide {
    margin: 0 8px
}

.collection-info.without-info .images-for .slick-list {
    margin: 0-8px
}

.collection-info .info .data {
    display: inline-grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 10px 14px
}

.collection-info .images-for .image img {
    border-radius: 20px
}

.collection-info .images-nav img {
    height: 80px;
    width: 80px;
    border-radius: 20px
}

.collection-info .images .slick-prev {
    left: 18px
}

.collection-info .images .slick-next {
    right: 18px
}

.shop-item .category-images .slick-prev {
    left: 18px
}

.shop-item .category-images .slick-next {
    right: 18px
}

.shop-item {
    padding-top: 20px
}

.shop-item-intro {
    margin-bottom: 18px
}

.shop-item-h1 {
    margin: 0;
    font-size: clamp(24px, 2.8vw, 36px);
    line-height: 1.06
}

.shop-item-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 28px;
    align-items: start
}

.shop-item-media {
    border-radius: 28px;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border: 1px solid transparent;
    background: linear-gradient(var(--site-surface-soft), var(--site-surface-soft)) padding-box, var(--site-metal-border-default) border-box;
    box-shadow: var(--site-shadow-strong), var(--site-metal-shadow);
    padding: 24px
}

.shop-item .images {
    justify-content: center;
    flex-direction: column;
    display: grid;
    gap: 14px;
    align-items: start
}

.shop-item .image {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-grow: 1;
    padding: 0;
    border: 0;
    border-radius: 0;
    overflow: visible;
    background: 0 0
}

.shop-item .image a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 540px;
    padding: 24px
}

.shop-item .image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain
}

.shop-item .thumbnails {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0;
    justify-content: center;
    align-items: flex-start
}

.shop-item .thumbnails>a {
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 0;
    height: 68px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: 0 0;
    overflow: hidden;
    transition: opacity .2s ease, transform .2s ease
}

.shop-item .thumbnails>a:hover {
    opacity: .9;
    transform: translateY(-1px)
}

.shop-item .thumbnails>a.selected {
    border: 1px solid #000;
    opacity: .9;
    transform: translateY(-1px)
}

.shop-item .thumbnails img {
    width: auto;
    height: 100%;
    max-width: none;
    object-fit: contain;
    border-radius: 0
}

.shop-item .download-faces {
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    justify-self: start;
    align-self: start;
    min-height: 42px;
    margin-top: -8px;
    padding: 0 16px;
    border: 1px solid transparent;
    border-radius: 999px;
    background-color: var(--site-control-bg);
    color: var(--site-text);
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: .11em;
    text-decoration: none;
    text-transform: uppercase;
    box-shadow: var(--site-control-shadow);
    transition: background-color .2s ease, color .2s ease, transform .2s ease
}

.shop-item .download-faces::after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: var(--site-metal-border-default);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    pointer-events: none;
    opacity: .98;
    transition: background .25s ease
}

.shop-item .download-faces:hover {
    background-color: var(--site-control-bg-hover);
    color: var(--site-accent);
    transform: translateY(-1px)
}

.shop-item-side {
    display: grid;
    gap: 24px;
    align-content: start
}

.shop-item .buy {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #f8f8f8;
    max-width: none;
    align-items: center;
    padding: 0;
    gap: 14px;
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none
}

.shop-item .price-za {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%
}

.shop-item .price {
    font-family: var(--site-heading-font-family, "VAG World", "Rubik", sans-serif);
    font-size: clamp(24px, 2.4vw, 32px);
    color: var(--site-text);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    text-align: left
}

.shop-item .price>div:first-child {
    width: auto;
    font-size: 16px;
    color: var(--site-muted)
}

.shop-item .price-za .za {
    white-space: nowrap;
    opacity: .5;
    margin-left: 0;
    font-size: 15px;
    color: var(--site-muted)
}

.shop-item .price-za .za::before {
    content: " за ";
    margin-left: 0
}

.shop-item .buy>div.available-road {
    background: var(--site-surface-strong);
    color: var(--site-text)
}

.shop-item .buy>div.available {
    margin: 3px 0;
    align-items: center;
    display: inline-flex;
    gap: 6px;
    margin-top: -4px;
    padding: 10px 14px;
    border-radius: 999px;
    border: 1px solid var(--site-line-soft);
    font-size: 14px;
    font-weight: 600;
    background: var(--site-surface-strong);
    color: var(--site-text)
}

.shop-item .available .za {
    padding-left: 0
}

.shop-item .buy .manager-stock {
    width: 100%;
    background-color: #fff;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: 0 0
}

.shop-item .buy .manager-stock>div {
    display: flex;
    align-items: center;
    column-gap: 6px;
    row-gap: 3px;
    flex-wrap: wrap;
    font-size: .9em;
    margin: 0
}

.shop-item .buy .manager-stock>div+div {
    margin-top: 6px
}

.shop-item-section-title {
    margin-bottom: 14px;
    font-size: 12px;
    letter-spacing: .16em;
    text-transform: uppercase;
    color: var(--site-mark)
}

.shop-item-description {
    box-shadow: var(--site-shadow-strong);
    border: 1px solid var(--site-line);
    border-radius: 28px;
    background: var(--site-surface-soft);
    margin: 24px 0;
    padding: 24px 9px
}

.shop-item-interiors {
    border-radius: 28px;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    border: 1px solid transparent;
    background: linear-gradient(var(--site-surface-soft), var(--site-surface-soft)) padding-box, var(--site-metal-border-default) border-box;
    box-shadow: var(--site-shadow-strong), var(--site-metal-shadow);
    margin: 24px 0;
    padding: 24px 9px
}

.shop-item-details {
    margin: 0 0 24px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: 0 0;
    box-shadow: none
}

.shop-item-details .data {
    display: grid;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    gap: 0;
    border: 0;
    border-radius: 0;
    background: 0 0;
    overflow: visible
}

.shop-item .data>div {
    display: flex;
    justify-content: space-between;
    background-color: #f9f9f9;
    font-size: .9em;
    border: 0;
    border-radius: 0;
    background: 0 0;
    padding: 14px 0;
    border-top: 1px solid var(--site-control-border)
}

.shop-item .data>div:first-child {
    border-top: 0
}

.shop-item .data>div>div:first-child {
    color: var(--site-muted);
    opacity: 1;
    font-size: 12px;
    letter-spacing: .1em;
    text-transform: uppercase
}

.shop-item .data>div>div:last-child {
    text-align: right;
    padding-left: 10px;
    color: var(--site-text);
    font-weight: 500
}

.shop-item .description {
    color: var(--site-text);
    line-height: 1.75
}

.shop-main .shop-toolbar .filter .group>div,
.shop-main .shop-toolbar .filter>div {
    margin: 0
}

.shop-item .category-images {
    margin: 0
}

.shop-item .category-images .slick-slide {
    margin: 0 8px
}

.shop-item .category-images .slick-list {
    margin: 0-8px
}

.shop-item .category-images a {
    aspect-ratio: 4/3;
    display: block;
    overflow: hidden;
    border-radius: 24px
}

.shop-item .category-images img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px
}

.map {
    overflow: hidden;
    border-radius: 24px;
    position: relative;
    padding: 0;
    filter: grayscale(1) saturate(0);
    opacity: .62;
    border: 1px solid transparent;
    background: linear-gradient(var(--site-surface-soft), var(--site-surface-soft)) padding-box;
    box-shadow: var(--site-shadow-soft), var(--site-metal-shadow)
}

.map::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: var(--site-metal-border-default);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    pointer-events: none;
    opacity: .98
}

.map [class*=ymaps],
.map iframe,
.map>div {
    filter: grayscale(1) saturate(0);
    border-radius: inherit
}

.footer {
    font-size: .9em;
    padding: 0;
    color: var(--site-muted);
    background: 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none
}

.footer>div {
    align-items: center;
    justify-content: space-between;
    display: grid;
    grid-template-columns: minmax(220px, .95fr) minmax(160px, .8fr) minmax(160px, .8fr) minmax(360px, 1.25fr);
    gap: 28px;
    padding: 32px 18px 40px;
    border-top: 1px solid var(--site-line)
}

.footer .logo {
    display: flex;
    width: 180px;
    margin-bottom: 14px
}

.footer p {
    padding: 10px 0;
    color: var(--site-muted);
    margin: 0
}

.footer li {
    color: var(--site-muted);
    margin: 0;
    padding: 0;
    list-style: none
}

.footer ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.footer-menu a {
    color: var(--site-text)
}

.footer-cont a:hover,
.footer-left a:hover,
.footer-menu a:hover {
    color: var(--site-accent)
}

.footer .phone {
    line-height: 24px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18px;
    position: relative;
    padding-left: 32px;
    background-image: none
}

.footer .address {
    line-height: 24px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18px;
    position: relative;
    padding-left: 32px;
    background-image: none
}

.footer .email {
    line-height: 24px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18px;
    position: relative;
    padding-left: 32px;
    background-image: none
}

.footer .time {
    line-height: 24px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 18px;
    position: relative;
    padding-left: 32px;
    background-image: none
}

.footer .phone::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: var(--site-footer-icon-filter);
    background-image: url(/template/img/phone.svg)
}

.footer .email::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: var(--site-footer-icon-filter);
    background-image: url(/template/img/email.svg)
}

.footer .address::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: var(--site-footer-icon-filter);
    background-image: url(/template/img/location.svg)
}

.footer .time::before {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 18px;
    height: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    filter: var(--site-footer-icon-filter);
    background-image: url(/template/img/clock.webp)
}

.footer-font-switcher {
    margin-top: 22px
}

.footer-font-switcher label {
    display: block;
    margin-bottom: 8px;
    color: var(--site-text);
    font-size: 14px;
    font-weight: 500
}

.footer-font-switcher .site-font-switcher {
    width: 100%;
    max-width: 260px;
    padding: 12px 14px;
    border: 1px solid var(--site-line);
    border-radius: 14px;
    background: var(--site-surface-soft);
    color: var(--site-text);
    box-shadow: var(--site-shadow-soft);
    outline: 0;
    transition: border-color .22s ease, box-shadow .22s ease
}

.footer-font-switcher .site-font-switcher:focus {
    border-color: rgba(71, 135, 137, .35);
    box-shadow: 0 0 0 3px rgba(71, 135, 137, .12)
}

.to-top {
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28px;
    z-index: 2;
    font-size: 0;
    position: fixed;
    right: 20px;
    bottom: 20px;
    overflow: hidden;
    isolation: isolate;
    border-radius: 999px;
    width: 44px;
    height: 44px;
    background-color: var(--site-overlay-strong);
    border: 1px solid transparent;
    box-shadow: var(--site-metal-shadow);
    background-image: none;
    transition: background-color .2s ease, border-color .2s ease, transform .2s ease
}

.to-top::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: currentColor;
    -webkit-mask: url(/template/img/top.svg)center/18px no-repeat;
    mask: url(/template/img/top.svg)center/18px no-repeat
}

.to-top::after {
    font-weight: 500;
    font-size: .9em;
    bottom: -5px;
    left: 50%;
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    display: block;
    border-radius: inherit;
    background: var(--site-metal-border-default);
    transform: none;
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    pointer-events: none
}

.to-top:hover {
    transform: translateY(-1px)
}

.to-top:hover::after {
    background: var(--site-metal-border-hover)
}

.shop-main .shop-toolbar .filter>.group {
    display: contents
}

.shop-main .shop-toolbar .filter .group>div:first-child {
    display: none
}

.shop-main .shop-toolbar .filter-selected {
    margin-top: 14px;
    margin-bottom: 0
}

.shop-main .shop-toolbar {
    margin-bottom: 20px;
    --site-metal-fill: linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(248, 250, 252, 0.96) 100%);
    --site-metal-box-shadow: 0 12px 32px rgba(15, 23, 42, 0.06);
    --site-metal-radius: 24px;
    padding: 14px 16px;
    border: 1px solid rgba(148, 163, 184, .18);
    border-radius: 24px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .98)0, rgba(248, 250, 252, .96) 100%);
    box-shadow: 0 12px 32px rgba(15, 23, 42, .06)
}

.shop-main .shop-toolbar .shop-items-header {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(148, 163, 184, .18)
}

.shop-main .shop-toolbar .filter {
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    border: 0;
    gap: 12px
}

.shop-main .shop-toolbar .filter .group>div[data-field] {
    flex: 0 1 132px;
    flex-basis: 132px;
    min-width: 0;
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
    border: 0
}

.shop-main .shop-toolbar .filter>div[data-field] {
    flex: 0 1 132px;
    flex-basis: 132px;
    min-width: 0;
    width: 100%;
    max-width: none;
    padding: 0;
    margin: 0;
    border: 0
}

.shop-main .shop-toolbar .filter .field-name {
    margin: 0 0 3px;
    line-height: 1.1;
    margin-bottom: 8px;
    margin-left: 13px;
    font-size: 11px;
    letter-spacing: .08em;
    color: rgba(100, 116, 139, .9)
}

.shop-main .shop-toolbar .filter .field-select-wrap {
    position: relative;
    min-width: 0
}

.shop-main .shop-toolbar .filter .select2-container {
    min-width: 0 !important
}

.shop-main .shop-toolbar .filter .select2-container--default .select2-selection--multiple {
    min-height: 36px;
    height: 36px;
    padding-right: 24px;
    border: 1px solid rgba(148, 163, 184, .24);
    border-radius: 999px;
    background: rgba(255, 255, 255, .88)
}

.shop-main .shop-toolbar .filter .select2-container--default .select2-selection--multiple::after {
    right: 10px;
    width: 10px;
    height: 10px;
    background-size: 10px
}

.shop-main .shop-toolbar .filter .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    gap: 4px;
    position: relative;
    display: block;
    min-height: 34px;
    height: 34px;
    padding: 0 10px;
    line-height: 34px
}

.shop-main .shop-toolbar .filter .filter-select-summary {
    position: absolute;
    top: 50%;
    left: 10px;
    right: 24px;
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: var(--site-text);
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 2
}

.shop-main .shop-toolbar .filter .filter-select-summary.is-empty {
    opacity: .4
}

body .cart-count,
body .to-cart,
body .to-cart-message,
body a[href="/cart"],
.shop-main .shop-toolbar .filter .select2-container--default .select2-selection--multiple .select2-search--inline {
    display: none
}

.shop-main .shop-toolbar .filter .select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 4px 8px 4px 20px;
    font-size: 12px;
    display: none
}

.shop-main .shop-toolbar .filter .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    margin-top: 0;
    color: var(--site-muted);
    font-size: 12px;
    line-height: 26px;
    display: none
}

.shop-main .shop-toolbar .filter .select2-container--default .select2-selection--multiple .select2-search__field {
    position: absolute !important;
    inset: 0 !important;
    opacity: 0 !important;
    pointer-events: none !important
}

.shop-main .shop-toolbar .shop-items-header .view-collections-items {
    gap: 8px
}

.shop-main .shop-toolbar .shop-items-header .view-collections-items>div {
    --site-metal-fill: rgba(255, 255, 255, 0.88);
    --site-metal-box-shadow: var(--site-metal-shadow);
    --site-metal-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid rgba(148, 163, 184, .24);
    border-radius: 999px;
    background: rgba(255, 255, 255, .88);
    color: var(--site-text);
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
    transition: background-color .2s ease, border-color .2s ease, color .2s ease
}

.shop-main .shop-toolbar .shop-items-header .view-collections-items>div.selected {
    --site-metal-fill: transparent;
    border-color: transparent;
    background: 0 0 !important;
    color: var(--site-text)
}

.shop-main .shop-toolbar .shop-items-header .sort .select2-container {
    min-width: 132px;
    max-width: 132px
}

.shop-main .shop-toolbar .shop-items-header .sort .select2-selection--single {
    height: 36px;
    border: 1px solid rgba(148, 163, 184, .24);
    border-radius: 999px;
    background: rgba(255, 255, 255, .88)
}

.shop-main .shop-toolbar .shop-items-header .sort .select2-selection--single .select2-selection__rendered {
    padding-left: 12px;
    padding-right: 26px;
    color: var(--site-text);
    line-height: 34px;
    font-size: 13px;
    font-weight: 400
}

.shop-main .shop-toolbar .shop-items-header .sort .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 8px;
    width: 10px;
    height: 10px;
    top: 50%;
    transform: translateY(-50%);
    background-size: 10px
}

html.theme-night {
    background: var(--site-bg-page);
    color-scheme: dark;
    --site-bg-page: #0c1016;
    --site-bg: #11161e;
    --site-bg-soft: #171d27;
    --site-bg-muted: #1a212c;
    --site-surface: rgba(25, 31, 42, 0.88);
    --site-surface-strong: #1d2531;
    --site-surface-soft: rgba(24, 30, 40, 0.94);
    --site-surface-frosted: rgba(18, 23, 32, 0.82);
    --site-surface-frosted-strong: rgba(18, 23, 32, 0.96);
    --site-surface-overlay: rgba(17, 22, 30, 0.78);
    --site-overlay: rgba(16, 22, 31, 0.58);
    --site-overlay-strong: rgba(23, 29, 39, 0.7);
    --site-overlay-hover: rgba(31, 38, 50, 0.82);
    --site-overlay-border: rgba(255, 255, 255, 0.1);
    --site-text: #f5f7fb;
    --site-text-inverse: #f5f7fb;
    --site-muted: #a9b3c2;
    --site-muted-strong: #7c8799;
    --site-placeholder: #6e7a8d;
    --site-line: rgba(255, 255, 255, 0.08);
    --site-line-weak: rgba(255, 255, 255, 0.06);
    --site-line-soft: rgba(255, 255, 255, 0.08);
    --site-line-strong: rgba(255, 255, 255, 0.12);
    --site-line-stronger: rgba(255, 255, 255, 0.16);
    --site-line-glass: rgba(255, 255, 255, 0.08);
    --site-brand: #478789;
    --site-accent: #478789;
    --site-accent-dark: #478789;
    --site-accent-soft: rgba(143, 180, 255, 0.16);
    --site-accent-soft-alt: rgba(143, 180, 255, 0.12);
    --site-accent-focus: rgba(143, 180, 255, 0.32);
    --site-focus-ring: rgba(143, 180, 255, 0.16);
    --site-mark: #7d8aa0;
    --site-button-gradient: linear-gradient(135deg, #2b3e57 0%, #182433 100%);
    --site-button-gradient-hover: linear-gradient(135deg, #36506f 0%, #1d2d40 100%);
    --site-card-gradient: linear-gradient(135deg, #243145 0%, #161f2c 100%);
    --site-header-bg: rgba(12, 16, 23, 0.82);
    --site-header-bg-strong: rgba(12, 16, 23, 0.92);
    --site-mobile-bg: rgba(14, 18, 26, 0.82);
    --site-search-tip-bg: rgba(17, 22, 31, 0.96);
    --site-control-bg: rgba(24, 30, 40, 0.9);
    --site-control-bg-hover: rgba(31, 38, 50, 0.98);
    --site-control-border: rgba(255, 255, 255, 0.08);
    --site-control-border-hover: rgba(255, 255, 255, 0.16);
    --site-control-shadow: 0 12px 28px rgba(0, 0, 0, 0.28);
    --site-shadow: 0 22px 60px rgba(0, 0, 0, 0.34);
    --site-shadow-soft: 0 12px 32px rgba(0, 0, 0, 0.26);
    --site-shadow-md: 0 18px 36px rgba(0, 0, 0, 0.32);
    --site-shadow-strong: 0 18px 46px rgba(0, 0, 0, 0.28);
    --site-overlay-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 0 0 1px rgba(255, 255, 255, 0.03), 0 24px 70px rgba(0, 0, 0, 0.34);
    --site-overlay-shadow-soft: inset 0 1px 0 rgba(255, 255, 255, 0.08), inset 0 0 0 1px rgba(255, 255, 255, 0.02);
    --site-overlay-shadow-hover: inset 0 1px 0 rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.02), 0 0 0 1px rgba(255, 255, 255, 0.04), 0 10px 28px rgba(0, 0, 0, 0.28), 0 0 24px rgba(143, 180, 255, 0.08);
    --site-metal-copper: linear-gradient(135deg, #f4ceb4 0%, #c87b4f 14%, #7a442d 30%, #ebb18b 46%, #95573b 63%, #d99b77 80%, #533123 100%);
    --site-metal-copper-soft: linear-gradient(135deg, rgba(244, 206, 180, 0.72) 0%, rgba(200, 123, 79, 0.78) 14%, rgba(122, 68, 45, 0.9) 30%, rgba(235, 177, 139, 0.78) 46%, rgba(149, 87, 59, 0.88) 63%, rgba(217, 155, 119, 0.72) 80%, rgba(83, 49, 35, 0.94) 100%);
    --site-metal-chrome-soft: linear-gradient(135deg, rgba(242, 245, 248, 0.78) 0%, rgba(137, 147, 157, 0.68) 16%, rgba(75, 85, 97, 0.84) 30%, rgba(223, 229, 235, 0.72) 46%, rgba(91, 100, 112, 0.82) 62%, rgba(200, 209, 219, 0.68) 80%, rgba(50, 56, 64, 0.9) 100%);
    --site-metal-teal-soft: linear-gradient(135deg, rgba(178, 231, 227, 0.76) 0%, rgba(72, 135, 137, 0.84) 15%, rgba(26, 72, 76, 0.92) 31%, rgba(124, 190, 187, 0.78) 47%, rgba(72, 135, 137, 0.9) 64%, rgba(97, 165, 164, 0.78) 81%, rgba(12, 49, 54, 0.95) 100%);
    --site-metal-border-default: var(--site-metal-copper-soft);
    --site-metal-border-hover: var(--site-metal-teal-soft);
    --site-metal-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), inset 0 -1px 0 rgba(0, 0, 0, 0.3);
    --site-metal-shadow-strong: inset 0 1px 0 rgba(255, 255, 255, 0.12), inset 0 -1px 0 rgba(0, 0, 0, 0.42), 0 18px 30px rgba(0, 0, 0, 0.26);
    --site-danger-line: rgba(255, 120, 120, 0.18);
    --site-danger-bg: rgba(73, 24, 28, 0.72);
    --site-danger: #ffb4b4;
    --site-logo-filter: none;
    --site-phone-icon-filter: brightness(0) invert(1);
    --site-footer-icon-filter: brightness(0) invert(1);
    --site-icon-search: url("/template/img/search-w.svg");
    --site-icon-user: url("/template/img/user_w.svg");
    --site-icon-cart: url("/template/img/cart_w.svg");
    --site-icon-favorite: url("/template/img/favorite_w.svg");
    --site-icon-menu: url("/template/img/menu_w.svg");
    --site-icon-menu-close: url("/template/img/menu-close_w.svg");
    --site-icon-phone-button: url("/template/img/phone_w.svg");
    --site-icon-address-button: url("/template/img/address_w.svg");
    --site-theme-toggle-icon: url("/template/img/sun_w.svg")
}

html.theme-night .header .menu .menu-wrapper,
html.theme-night .header .menu .menu-wrapper>ul>li>ul {
    border-color: var(--site-line);
    background: var(--site-surface-frosted-strong)
}

html.theme-night .footer .logo img,
html.theme-night .header .logo img {
    content: url(/template/img/logo_w.svg);
    filter: none
}

html.theme-night .header .menu .menu-wrapper>ul>li {
    border-bottom-color: var(--site-line)
}

html.theme-night .home-overlay,
html.theme-night .news-overlay {
    background: var(--site-overlay);
    border-color: var(--site-overlay-border);
    box-shadow: var(--site-overlay-shadow)
}

html.theme-night .cooperation-page {
    --cooperation-copper-line: rgba(200, 123, 79, 0.58);
    --cooperation-copper-line-soft: rgba(200, 123, 79, 0.34);
    --cooperation-accent-bg: linear-gradient(135deg, rgba(25, 70, 74, 0.74) 0%, rgba(18, 47, 52, 0.82) 48%, rgba(17, 22, 31, 0.96) 100%)
}

html.theme-night .contacts-page {
    --contacts-line: rgba(71, 135, 137, 0.52);
    --contacts-line-soft: rgba(71, 135, 137, 0.34);
    --contacts-accent-bg: linear-gradient(135deg, rgba(25, 70, 74, 0.76) 0%, rgba(17, 22, 31, 0.96) 58%, rgba(59, 47, 38, 0.72) 100%)
}

html.theme-night .header-shop-dropdown {
    background: rgba(16, 22, 31, .92)
}

html.theme-night .home-overlay .factorys>div>a,
html.theme-night .home-overlay .stock-brands>div>a,
html.theme-night .slick-next,
html.theme-night .slick-prev {
    background-color: var(--site-overlay-strong);
    border-color: var(--site-overlay-border);
    box-shadow: var(--site-overlay-shadow-soft)
}

html.theme-night .home-overlay .factorys>div>a:hover,
html.theme-night .home-overlay .stock-brands>div>a:hover {
    background-color: var(--site-overlay-hover);
    box-shadow: var(--site-overlay-shadow-hover)
}

html.theme-night body.is-home .header:not(.is-scrolled) .favorite,
html.theme-night body.is-home .header:not(.is-scrolled) .header-address-button,
html.theme-night body.is-home .header:not(.is-scrolled) .header-cart,
html.theme-night body.is-home .header:not(.is-scrolled) .header-login-register,
html.theme-night body.is-home .header:not(.is-scrolled) .header-phone-button,
html.theme-night body.is-home .header:not(.is-scrolled) .header-user,
html.theme-night body.is-home .header:not(.is-scrolled) .search-icon,
html.theme-night body.is-home .header:not(.is-scrolled) .theme-toggle {
    filter: none !important;
    background-color: rgba(17, 22, 30, .42);
    border-color: rgba(255, 255, 255, .08);
    box-shadow: none
}

html.theme-night body.is-home .header:not(.is-scrolled) .mobile-menu-button {
    filter: none !important;
    box-shadow: none;
    background-color: transparent;
    border-color: transparent
}

html.theme-night body.is-home .header:not(.is-scrolled) .logo img {
    content: url(/template/img/logo_w.svg);
    filter: none
}

html.theme-night body.is-home .header:not(.is-scrolled) .menu>ul>li>a,
html.theme-night body.is-home .header:not(.is-scrolled) .menu>ul>li>div:first-child {
    color: var(--site-text);
    background-color: rgba(17, 22, 30, .42);
    border-color: rgba(255, 255, 255, .08);
    box-shadow: none
}

html.theme-night .category,
html.theme-night .collections .collection>div,
html.theme-night .custom-item-4,
html.theme-night .custom-item-7,
html.theme-night .custom.custom-4 .custom-items .item>a,
html.theme-night .custom.custom-4 .custom-items .item>div,
html.theme-night .custom.custom-7 .custom-items .item>a,
html.theme-night .custom.custom-7 .custom-items .item>div,
html.theme-night .factorys>div>a,
html.theme-night .lead-menu,
html.theme-night .news-overlay .custom-items .item>a,
html.theme-night .news-overlay .custom-items .item>div,
html.theme-night .shop-item .buy>div.available,
html.theme-night .shop-item .buy>div.available-road,
html.theme-night .shop-item-description,
html.theme-night .shop-item-interiors,
html.theme-night .shop-item-media,
html.theme-night .shop-items .cart-count,
html.theme-night .shop-items .item>div,
html.theme-night .stock-brands>div>a {
    --site-metal-fill: var(--site-surface-soft);
    --site-metal-box-shadow: var(--site-shadow-soft);
    background: var(--site-surface-soft);
    border-color: var(--site-line);
    box-shadow: var(--site-shadow-soft)
}

html.theme-night .collections .collection .images,
html.theme-night .factorys .image,
html.theme-night .search-header>a,
html.theme-night .shop-item .image a,
html.theme-night .shop-items .image,
html.theme-night .tip .search-categories>a,
html.theme-night .tip .search-items .item .image {
    background: var(--site-bg-soft)
}

html.theme-night .stock-brands .image {
    background: 0 0
}

html.theme-night .custom-item-7>.logo img,
html.theme-night .custom.custom-7 .custom-items .logo img,
html.theme-night .stock-brands .image img {
    filter: brightness(0) invert(1)
}

html.theme-night .custom-item-7>.logo,
html.theme-night .custom.custom-7 .custom-items .logo {
    border-color: var(--site-line);
    background: 0 0
}

html.theme-night .breadcrumbs>div::after {
    background-color: rgba(245, 247, 251, .6)
}

html.theme-night .custom-item-7>.site {
    color: var(--site-brand)
}

html.theme-night .shop-item .thumbnails>a.selected,
html.theme-night .shop-item .thumbnails>a:hover {
    box-shadow: 0 0 0 1px var(--site-accent)
}

html.theme-night .header .favorite>div,
html.theme-night .header .header-cart>div {
    background: var(--site-brand);
    color: var(--site-text-inverse)
}

html.theme-night body.is-home .header:not(.is-scrolled) .favorite>div,
html.theme-night body.is-home .header:not(.is-scrolled) .header-cart>div {
    background: var(--site-brand);
    color: var(--site-text-inverse)
}

html.theme-night .shop-items .favorite {
    background-color: rgba(17, 22, 30, .72);
    background-image: url(/template/img/favorite_w.svg);
    box-shadow: 0 8px 18px rgba(0, 0, 0, .24)
}

html.theme-night .shop-item-media>.favorite.on,
html.theme-night .shop-items .favorite.on {
    background-image: url(/template/img/favorite-on.svg)
}

html.theme-night .shop-item-media>.favorite {
    background-color: rgba(17, 22, 30, .72);
    background-image: url(/template/img/favorite_w.svg);
    box-shadow: 0 10px 24px rgba(0, 0, 0, .26)
}

html.theme-night .shop-main .shop-toolbar,
html.theme-night .shop-toolbar {
    --site-metal-fill: linear-gradient(180deg, rgba(24, 30, 40, 0.96) 0%, rgba(17, 22, 31, 0.98) 100%);
    --site-metal-box-shadow: var(--site-shadow-soft);
    border-color: var(--site-line);
    background: 0 0;
    box-shadow: var(--site-shadow-soft)
}

html.theme-night .shop-main .shop-toolbar .shop-items-header,
html.theme-night .shop-toolbar .shop-items-header {
    border-bottom-color: var(--site-line)
}

html.theme-night .shop-main .shop-toolbar .filter .field-name,
html.theme-night .shop-toolbar .filter .field-name {
    color: var(--site-muted)
}

html.theme-night .shop-items-header .sort .select2-selection--single,
html.theme-night .shop-main .shop-toolbar .filter .field-check,
html.theme-night .shop-main .shop-toolbar .filter .field-min-max input,
html.theme-night .shop-main .shop-toolbar .filter .select2-container--default .select2-selection--multiple,
html.theme-night .shop-main .shop-toolbar .shop-items-header .sort .select2-selection--single,
html.theme-night .shop-main .shop-toolbar .shop-items-header .view-collections-items>div,
html.theme-night .shop-toolbar .filter .field-check,
html.theme-night .shop-toolbar .filter .field-min-max input,
html.theme-night .shop-toolbar .filter .select2-container--default .select2-selection--multiple {
    --site-metal-fill: var(--site-control-bg);
    --site-metal-box-shadow: var(--site-metal-shadow);
    border-color: var(--site-control-border-hover);
    background: var(--site-control-bg);
    color: var(--site-text)
}

html.theme-night .shop-items-header .sort .select2-container--open .select2-selection--single,
html.theme-night .shop-main .shop-toolbar .filter .field-min-max input:focus,
html.theme-night .shop-main .shop-toolbar .filter .select2-container--default.select2-container--focus .select2-selection--multiple,
html.theme-night .shop-main .shop-toolbar .filter .select2-container--default.select2-container--open .select2-selection--multiple,
html.theme-night .shop-main .shop-toolbar .shop-items-header .sort .select2-container--open .select2-selection--single,
html.theme-night .shop-toolbar .filter .field-min-max input:focus,
html.theme-night .shop-toolbar .filter .select2-container--default.select2-container--focus .select2-selection--multiple,
html.theme-night .shop-toolbar .filter .select2-container--default.select2-container--open .select2-selection--multiple {
    border-color: var(--site-accent-focus);
    background: var(--site-control-bg-hover);
    box-shadow: 0 0 0 3px var(--site-focus-ring)
}

html.theme-night .shop-main .shop-toolbar .filter .select2-container--default .select2-selection--multiple .select2-selection__choice,
html.theme-night .shop-toolbar .filter .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: var(--site-accent-soft);
    color: var(--site-text)
}

html.theme-night .shop-main .shop-toolbar .filter .filter-select-summary.is-empty,
html.theme-night .shop-main .shop-toolbar .filter .select2-container--default .select2-selection--multiple .select2-selection__placeholder,
html.theme-night .shop-toolbar .filter .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: var(--site-muted);
    opacity: .75
}

html.theme-night .shop-items-header .sort .select2-container--default .select2-selection--single .select2-selection__arrow,
html.theme-night .shop-main .shop-toolbar .filter .select2-container--default .select2-selection--multiple::after,
html.theme-night .shop-main .shop-toolbar .shop-items-header .sort .select2-container--default .select2-selection--single .select2-selection__arrow,
html.theme-night .shop-toolbar .filter .select2-container--default .select2-selection--multiple::after {
    filter: brightness(0) invert(1)
}

html.theme-night .shop-main .shop-toolbar .shop-items-header .view-collections-items>div.selected {
    --site-metal-fill: transparent;
    border-color: transparent;
    background: 0 0 !important;
    color: var(--site-text-inverse)
}

html.theme-night .select2-dropdown.catalog-filter-dropdown,
html.theme-night .catalog-filter-dropdown {
    border-color: var(--site-line);
    background: var(--site-search-tip-bg);
    color: var(--site-text);
    box-shadow: var(--site-shadow)
}

html.theme-night .catalog-filter-dropdown .filter-option-label {
    color: var(--site-text)
}

html.theme-night .catalog-filter-dropdown .select2-results__option {
    color: var(--site-text)
}

html.theme-night .catalog-filter-dropdown .select2-results__option--highlighted[aria-selected] {
    background: var(--site-accent-soft-alt);
    color: var(--site-text)
}

html.theme-night .catalog-filter-dropdown .filter-option-count {
    background: var(--site-accent-soft);
    color: var(--site-muted)
}

html.theme-night .shop-main .shop-toolbar .shop-filter-strip .filter,
html.theme-night .shop-toolbar .shop-filter-strip .filter {
    background: 0 0
}

html.theme-night .modal {
    background: rgba(8, 12, 18, .58)
}

html.theme-night .modal>div {
    border-color: var(--site-line);
    background: rgba(18, 23, 32, .9);
    box-shadow: 0 24px 60px rgba(0, 0, 0, .34)
}

.download {
    position: relative;
    padding: 10px 20px 10px 40px
}

.download::before {
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    width: 20px;
    height: 20px;
    background: url(/template/img/download.svg)center/20px no-repeat;
    transform: translateY(-50%)
}

html.theme-night .download::before {
    background-image: url(/template/img/download_w.svg)
}

.shop-toolbar .filter .field-min-max {
    flex: 1 1 240px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 10px;
    min-width: 0;
    width: 100%;
    max-width: none
}

.shop-main .shop-toolbar .filter .field-min-max {
    flex: 0 1 220px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 10px;
    min-width: 0;
    width: 100%;
    max-width: none
}

.shop-main .shop-toolbar .filter .field-min-max>.field-name,
.shop-toolbar .filter .field-min-max>.field-name {
    grid-column: 1/-1
}

.shop-main .shop-toolbar .filter .field-min-max>div:nth-child(2),
.shop-main .shop-toolbar .filter .field-min-max>div:nth-child(3) {
    --site-metal-fill: var(--site-control-bg);
    --site-metal-box-shadow: var(--site-metal-shadow);
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: auto;
    min-width: 0;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 999px;
    background: var(--site-metal-fill);
    box-shadow: var(--site-metal-box-shadow)
}

.shop-toolbar .filter .field-min-max>div:nth-child(2) {
    flex: 1 1 0;
    --site-metal-fill: var(--site-control-bg);
    --site-metal-box-shadow: var(--site-metal-shadow);
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: auto;
    min-width: 0;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 999px;
    background: var(--site-metal-fill);
    box-shadow: var(--site-metal-box-shadow)
}

.shop-toolbar .filter .field-min-max>div:nth-child(3) {
    flex: 1 1 0;
    --site-metal-fill: var(--site-control-bg);
    --site-metal-box-shadow: var(--site-metal-shadow);
    position: relative;
    isolation: isolate;
    overflow: hidden;
    width: auto;
    min-width: 0;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 1px solid transparent;
    border-radius: 999px;
    background: var(--site-metal-fill);
    box-shadow: var(--site-metal-box-shadow)
}

.shop-main .shop-toolbar .filter .field-min-max>div:nth-child(2)::after,
.shop-main .shop-toolbar .filter .field-min-max>div:nth-child(3)::after,
.shop-toolbar .filter .field-min-max>div:nth-child(2)::after,
.shop-toolbar .filter .field-min-max>div:nth-child(3)::after {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1px;
    border-radius: inherit;
    background: var(--site-metal-border-default);
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    mask-composite: exclude;
    pointer-events: none;
    z-index: 2
}

.shop-main .shop-toolbar .filter .field-min-max>div:nth-child(2):focus-within::after,
.shop-main .shop-toolbar .filter .field-min-max>div:nth-child(3):focus-within::after,
.shop-toolbar .filter .field-min-max>div:nth-child(2):focus-within::after,
.shop-toolbar .filter .field-min-max>div:nth-child(3):focus-within::after {
    background: var(--site-metal-border-hover)
}

.shop-main .shop-toolbar .filter .field-min-max>div:nth-child(2)::before,
.shop-main .shop-toolbar .filter .field-min-max>div:nth-child(3)::before,
.shop-toolbar .filter .field-min-max>div:nth-child(2)::before,
.shop-toolbar .filter .field-min-max>div:nth-child(3)::before {
    left: 14px;
    color: var(--site-muted);
    font-size: 12px;
    line-height: 1;
    opacity: .9;
    z-index: 3
}

.shop-main .shop-toolbar .filter .field-min-max input {
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 34px;
    min-height: 34px;
    margin: 0;
    padding: 0 10px 0 38px;
    border: 0;
    border-radius: 999px;
    background: var(--site-control-bg);
    color: var(--site-text);
    font-family: inherit;
    font-size: 12px;
    font-weight: 400;
    line-height: 34px;
    box-shadow: none;
    outline: 0;
    -moz-appearance: textfield;
    appearance: textfield
}

.shop-toolbar .filter .field-min-max input {
    padding-top: 0;
    padding-bottom: 0;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 34px;
    min-height: 34px;
    margin: 0;
    padding: 0 10px 0 38px;
    border: 0;
    border-radius: 999px;
    background: var(--site-control-bg);
    color: var(--site-text);
    font-family: inherit;
    font-size: 12px;
    font-weight: 400;
    line-height: 34px;
    box-shadow: none;
    outline: 0;
    -moz-appearance: textfield;
    appearance: textfield
}

.shop-main .shop-toolbar .filter .field-min-max input::placeholder,
.shop-toolbar .filter .field-min-max input::placeholder {
    color: var(--site-text);
    opacity: .65
}

.shop-main .shop-toolbar .filter .field-min-max input::-webkit-inner-spin-button,
.shop-main .shop-toolbar .filter .field-min-max input::-webkit-outer-spin-button,
.shop-toolbar .filter .field-min-max input::-webkit-inner-spin-button,
.shop-toolbar .filter .field-min-max input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.shop-main .shop-toolbar .shop-items-header .sort {
    margin-left: auto
}

@media (max-width:1024px) {
    .shop-toolbar {
        padding: 16px
    }

    .shop-toolbar .shop-items-header {
        margin-bottom: 12px
    }

    .shop-toolbar .filter .group>div[data-field],
    .shop-toolbar .filter>div[data-field] {
        min-width: calc(50% - 6px);
        flex-basis: calc(50% - 6px)
    }

    .shop-toolbar .shop-filter-strip.opened .filter {
        display: flex
    }

    .shop-toolbar .shop-filter-strip.opened .filter .group>div[data-field],
    .shop-toolbar .shop-filter-strip.opened .filter>div[data-field] {
        min-width: 100%;
        flex-basis: 100%
    }

    .shop-toolbar .shop-filter-strip .filter {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 4;
        align-content: flex-start;
        padding: 72px 16px 24px;
        overflow-y: auto;
        background: rgba(255, 255, 255, .92);
        -webkit-backdrop-filter: blur(24px) saturate(160%);
        backdrop-filter: blur(24px) saturate(160%)
    }
}

@media (max-width:767px) {

    .shop-toolbar .filter .group>div[data-field],
    .shop-toolbar .filter>div[data-field] {
        min-width: 100%;
        flex-basis: 100%
    }
}

@media (max-width:1024px) {
    .shop-items-header>.filter-button.opened {
        top: calc(12px + env(safe-area-inset-top, 0));
        right: 20px
    }

    .shop-main .shop-toolbar .shop-filter-strip.opened .filter {
        display: flex
    }

    .shop-main .shop-toolbar .shop-filter-strip.opened .filter .group>div[data-field],
    .shop-main .shop-toolbar .shop-filter-strip.opened .filter>div[data-field] {
        min-width: 100%;
        flex-basis: 100%;
        max-width: none
    }

    .shop-main .shop-toolbar .shop-filter-strip .filter {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 4;
        align-content: flex-start;
        gap: 12px;
        padding: calc(84px + env(safe-area-inset-top, 0)) 20px calc(104px + env(safe-area-inset-bottom, 0));
        overflow-y: auto;
        background: rgba(255, 255, 255, .92);
        -webkit-backdrop-filter: blur(24px) saturate(160%);
        backdrop-filter: blur(24px) saturate(160%)
    }

    .filter .filtered-count {
        left: 20px;
        right: 20px;
        bottom: calc(16px + env(safe-area-inset-bottom, 0));
        transform: none;
        padding: 0;
        z-index: 5
    }

    .filter .filtered-count>div {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 48px;
        width: 100%;
        border-radius: 999px;
        box-shadow: var(--site-shadow-soft);
        font-size: 14px;
        font-weight: 600;
        letter-spacing: .04em
    }
}

@media (max-width:767px) {

    .shop-main .shop-toolbar .filter .group>div[data-field],
    .shop-main .shop-toolbar .filter>div[data-field] {
        min-width: 100%;
        flex-basis: 100%
    }
}

@media (max-width:1024px) {
    .header .logo a::after {
        display: none
    }

    .shop-items .slick-dots {
        bottom: 0
    }

    .home .data-menu {
        grid-template-columns: repeat(3, 1fr)
    }

    .cart>div:first-child>div:first-child {
        padding-right: 20px
    }

    .cart>div:first-child>div:last-child {
        min-width: 240px;
        width: 240px;
        display: flex;
        align-items: flex-end
    }

    .cart>div.cart-delivery,
    .cart>div.cart-pay,
    .cart>div.cart-pay+div {
        margin-right: 260px
    }

    .cart .sum {
        width: 240px
    }

    .title {
        font-size: 28px
    }

    .header .logo {
        margin: 0 20px;
        width: 180px
    }

    .header>div.widther {
        align-items: center
    }

    .header .icons>a.favorite,
    .header .icons>div.country,
    .header .icons>div.currency,
    .header .menu,
    .header .phone,
    .header .sale {
        display: none
    }

    .header>div.widther>div:last-child>div {
        justify-content: flex-end
    }

    .header .mobile-menu-button {
        display: block
    }

    .shop-menu li.has-child {
        background-position: left top 16px
    }

    .slider-1 .slick-slide>div img {
        object-fit: cover;
        height: 400px
    }

    .shop-categories {
        padding: 0 10px;
        grid-column-gap: 20px;
        grid-template-columns: repeat(2, 1fr)
    }

    .collection-info .images {
        min-width: auto;
        max-width: none;
        margin-bottom: 30px
    }

    .shop-items-header .sort .select2-container--default .select2-selection--single .select2-selection__arrow b,
    .shop-items-header .sort-list {
        display: none
    }

    .shop-items-header .sort {
        display: block
    }

    .shop-items-header .sort .select2-selection--single {
        background-color: #f8f8f8;
        border: 0;
        height: 44px
    }

    .shop-items-header .sort .select2-selection--single .select2-selection__rendered {
        line-height: 44px;
        padding-left: 20px;
        padding-right: 40px
    }

    .shop-items-header .sort .select2-container--default .select2-selection--single .select2-selection__arrow {
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        background-image: url(/template/img/bottom-arrow.svg);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 14px
    }

    .shop-items-header .sort .select2-container--default.select2-container--open .select2-selection__arrow {
        background-image: url(/template/img/top-arrow.svg)
    }

    .shop-items-header .view {
        flex-grow: 1
    }

    .shop-items {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px
    }

    .shop-items.shop-items-block {
        grid-template-columns: repeat(3, 1fr)
    }

    .shop-items .item:hover {
        box-shadow: none;
        transition: none
    }

    .shop-items.list .item {
        margin: 0;
        padding: 5px
    }

    .shop-items.list .item>div {
        flex-direction: column;
        min-height: auto
    }

    .shop {
        flex-direction: column;
        align-items: stretch
    }

    .shop>div:first-child {
        max-width: none
    }

    .shop .shop-menu {
        display: none
    }

    .shop .filter {
        display: none;
        position: fixed;
        z-index: 3;
        background-color: #fff;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        overflow-y: auto;
        padding: 40px 10px 100px
    }

    .shop>div.opened:first-child {
        display: block
    }

    .shop .opened .filter {
        display: block
    }

    .filter-button {
        background-color: #000;
        display: block;
        padding: 8px 20px 8px 40px;
        color: #fff;
        background-image: url(/template/img/filter.svg);
        background-position: left 10px center;
        background-size: 18px;
        font-weight: 500;
        font-size: .9em;
        background-repeat: no-repeat
    }

    .filter-button.opened {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 4;
        text-align: right;
        padding-left: 10px;
        padding-right: 40px;
        background-image: url(/template/img/menu-close.svg);
        background-position: right 10px center;
        margin-right: 0;
        border: 0;
        background-color: #fff
    }

    .collection-info {
        flex-direction: column;
        padding-bottom: 0
    }

    .filter .filtered-count {
        display: block
    }

    .shop>div:nth-child(2) {
        padding-left: 0
    }

    .shop-items-header>div.count {
        display: none
    }

    .shop-item .images {
        width: auto;
        min-width: auto;
        margin-right: 0
    }

    .shop-item>h1+div>div:nth-child(1) {
        grid-area: col1
    }

    .shop-item>h1+div>div:nth-child(2) {
        grid-area: col2
    }

    .shop-item>h1+div>div:nth-child(3) {
        grid-area: col3
    }

    .shop-item>h1+div {
        justify-content: center;
        grid-template-columns: 1fr;
        grid-template-areas: "col1" "col3" "col2"
    }
}

@media (max-width:768px) {
    h1 {
        overflow-wrap: break-word
    }

    .wrapper>.content {
        padding-top: 50px
    }

    .header .logo {
        flex-grow: 1;
        width: 48px;
        margin-left: 20px
    }

    .header .logo img {
        width: 100%;
        max-width: 120px
    }

    .header>div.widther {
        padding: 10px
    }

    .header .phone a {
        display: block;
        font-size: 0;
        min-width: 28px;
        height: 28px
    }

    .header .header-address-button,
    .header .header-phone-button,
    .header .theme-toggle {
        width: 35px;
        height: 35px;
        min-width: 35px;
        min-height: 35px;
        background-size: 14px
    }

    .header .favorite {
        margin-right: 10px;
        width: 35px;
        height: 35px;
        min-width: 35px;
        min-height: 35px;
        background-size: 14px
    }

    .header .header-login-register {
        margin-right: 10px;
        width: 35px;
        height: 35px;
        min-width: 35px;
        min-height: 35px;
        background-size: 14px
    }

    .header .header-user {
        margin-right: 10px;
        width: 35px;
        height: 35px;
        min-width: 35px;
        min-height: 35px;
        background-size: 14px
    }

    .header .search-icon {
        margin-right: 10px;
        width: 35px;
        height: 35px;
        min-width: 35px;
        min-height: 35px;
        background-size: 14px
    }

    .header .header-address-button::before,
    .header .header-phone-button::before {
        width: 14px;
        min-width: 14px;
        height: 14px
    }

    .header .favorite>div {
        top: -6px;
        right: -6px;
        min-width: 16px;
        height: 16px;
        padding: 0 4px;
        font-size: 10px;
        line-height: 16px
    }

    .header .logo a::after,
    .header .phone,
    .shop-items-header .sort::before,
    .shop-items-header .view-collections-items::before {
        display: none
    }

    .slider-1 {
        margin-top: 0
    }

    .slider-1 .slick-slide {
        padding: 0
    }

    .sant-menu .categories>div img {
        width: 40px
    }

    .collections {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px
    }

    .shop-items-header {
        padding: 0;
        margin: 10px 0;
        flex-wrap: wrap;
        justify-content: space-between
    }

    .shop-items-header .sort,
    .shop-items-header .view {
        margin: 0
    }

    .shop-items.shop-items-block {
        grid-template-columns: repeat(2, 1fr)
    }

    .shop-item .data {
        grid-template-columns: 1fr
    }

    .shop-items .price {
        flex-direction: column
    }

    .shop-items .price-za .za {
        margin-left: 5px
    }

    .shop-items-header .view>div {
        width: 32px;
        height: 32px
    }

    .filter-button {
        margin: 10px
    }

    .filter-button:before {
        content: "Фильтр"
    }

    .icons {
        z-index: 2;
        top: auto;
        bottom: 80px
    }

    .to-top {
        right: 0
    }

    .shop-items.shop-items-list .item>div>div:nth-child(2) {
        align-items: flex-start;
        flex-direction: column;
        padding: 0
    }

    .shop .shop-items-list,
    .shop>div.shop-items-list {
        margin-left: 0
    }

    .shop-items-list .quantity {
        padding: 10px 0
    }

    .shop-items-list .image {
        width: 80px;
        height: 100%
    }

    .shop-items-list .to-cart button::after {
        content: "";
        padding: 10px
    }

    .shop-items-list .price-cart {
        align-items: center
    }

    .shop-items-list .price {
        flex-direction: column;
        padding-right: 5px
    }

    .shop-items.shop-items-list .item>div>div.vendor-name-info {
        padding: 5px
    }

    .shop-items-list .quantity-za {
        justify-content: flex-start
    }

    .footer>div {
        flex-direction: column;
        text-align: center
    }

    .footer-cont {
        align-items: center;
        display: flex;
        flex-direction: column
    }

    .custom-items {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px
    }
}

@media (max-width:960px) {

    .about-hero--with-photo,
    .about-highlights,
    .about-projects {
        grid-template-columns: 1fr
    }

    .about-gallery {
        grid-template-columns: 1fr;
        grid-template-rows: none
    }

    .about-gallery-main {
        grid-row: auto
    }

    .about-gallery figure,
    .about-projects-photos figure {
        min-height: 240px
    }
}

@media (max-width:760px) {
    .about-page {
        padding: 12px 0 40px
    }

    .about-copy,
    .about-hero,
    .about-projects {
        padding: 22px 18px;
        border-radius: 24px
    }

    .about-hero h1 {
        font-size: 28px
    }

    .about-lead {
        font-size: 20px
    }

    .about-highlight {
        padding: 20px 18px
    }

    .about-gallery figure,
    .about-hero-photo img,
    .about-projects-photos figure {
        min-height: 210px
    }
}

@media (max-width:960px) {

    .cooperation-cta,
    .cooperation-grid,
    .cooperation-intro {
        grid-template-columns: 1fr
    }
}

@media (max-width:760px) {
    .cooperation-page {
        padding: 12px 0 40px
    }

    .cooperation-hero {
        padding: 22px 18px;
        border-radius: 24px
    }

    .cooperation-benefits,
    .cooperation-cta,
    .cooperation-intro {
        padding: 22px 18px;
        border-radius: 24px
    }

    .cooperation-aside-card,
    .cooperation-card,
    .cooperation-cta-panel {
        padding: 20px 18px
    }

    .cooperation-hero h1 {
        font-size: 28px
    }

    .cooperation-photo {
        border-radius: 24px;
        padding: 8px
    }

    .cooperation-photo img {
        aspect-ratio: 4/3;
        border-radius: 18px
    }

    .cooperation-lead {
        font-size: 20px
    }

    .cooperation-cta-copy h2,
    .cooperation-section-head h2 {
        font-size: 26px
    }

    .cooperation-actions .abutton {
        width: 100%
    }
}

@media (max-width:960px) {

    .contacts-address-grid,
    .contacts-bottom,
    .contacts-form-section,
    .contacts-grid {
        grid-template-columns: 1fr
    }

    .contacts-table-row {
        grid-template-columns: 1fr;
        gap: 8px
    }

    .contacts-list {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .contacts-row {
        display: block
    }
}

@media (max-width:760px) {
    .contacts-page {
        padding: 8px 0 28px
    }

    .contacts-hero,
    .contacts-section {
        padding: 16px;
        border-radius: 16px
    }

    .contacts-address-card,
    .contacts-card {
        padding: 14px
    }

    .contacts-hero h1 {
        font-size: 26px
    }

    .contacts-lead {
        font-size: 15px
    }

    .contacts-form-copy h2,
    .contacts-section-head h2 {
        font-size: 22px
    }

    .contacts-address-grid,
    .contacts-bottom,
    .contacts-form-grid,
    .contacts-form-section,
    .contacts-grid,
    .contacts-list {
        grid-template-columns: 1fr
    }

    .contacts-form button {
        width: 100%
    }
}

@media (min-width:761px) {
    .custom-item-7>.image {
        grid-column: 1;
        grid-row: 1/span 5;
        width: 100%;
        align-self: start
    }

    .custom-item-7>.name {
        grid-column: 2;
        grid-row: 1;
        align-self: start
    }

    .custom-item-7>.logo {
        grid-column: 2;
        grid-row: 2;
        align-self: start
    }

    .custom-item-7>.site {
        grid-column: 2;
        grid-row: 3;
        align-self: start
    }

    .custom-item-7>.description {
        grid-column: 2;
        grid-row: 5;
        align-self: start
    }

    .custom-item-7>.catalogue {
        grid-column: 2;
        grid-row: 4;
        align-self: start
    }
}

@media (max-width:960px) {
    .custom.custom-4 .custom-items {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .custom-item-4 {
        padding: 20px;
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        border-radius: 22px
    }

    .custom-item-4>.image {
        min-height: 190px;
        border-radius: 18px
    }

    .custom.custom-7 .custom-items {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .custom-item-7 {
        grid-template-columns: minmax(240px, .9fr) minmax(0, 1fr);
        grid-template-areas: "image name" "image logo" "image site" "image catalogue" "image description";
        gap: 20px 22px;
        padding: 24px
    }

    .custom-item-7>.image {
        aspect-ratio: 4/3
    }
}

@media (max-width:760px) {
    .custom.custom-4 .custom-items {
        grid-template-columns: 1fr
    }

    .custom.custom-4 .custom-items .name {
        font-size: 20px
    }

    .custom-item-4 {
        grid-template-columns: 1fr;
        grid-template-areas: "image" "name" "date";
        padding: 18px;
        gap: 16px;
        border-radius: 22px
    }

    .custom-item-4>.image {
        min-height: 0;
        aspect-ratio: 4/3;
        border-radius: 18px
    }

    .custom-item-4>.name h1,
    .custom-item-7>.name h1 {
        font-size: 26px
    }

    .custom.custom-7 .custom-items {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .custom.custom-7 .custom-items .name {
        font-size: 18px
    }

    .custom-item-7 {
        padding: 10px;
        gap: 18px;
        border-radius: 24px;
        grid-template-columns: 1fr;
        grid-template-areas: "image" "name" "logo" "site" "catalogue" "description"
    }

    .custom-item-7>.image,
    .custom-item-7>.logo {
        border-radius: 20px
    }

    .custom-item-7>.shop-category {
        margin-top: 0
    }
}

@media (max-width:520px) {

    .custom.custom-7 .custom-items,
    .home-overlay .home-custom-7 .custom-items {
        grid-template-columns: 1fr
    }
}

@media (max-width:1180px) {
    .wrapper>.content {
        padding-top: 138px
    }

    .is-search>.content {
        padding-top: 232px
    }

    .home-overlay {
        margin-top: -96px
    }

    .footer>div,
    .news-overlay .custom-items {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .home-overlay .stock-brands {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .home-overlay .home-custom-7 .custom-items {
        grid-template-columns: repeat(3, minmax(0, 1fr))
    }

    .header>div.widther>div:last-child>div:last-child {
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 12px
    }

    .brand-grid,
    .collection-info,
    .lead-block,
    .shop {
        grid-template-columns: 1fr
    }

    .shop-sidebar {
        position: static;
        padding-right: 0;
        border-right: 0
    }

    .brand-aside {
        border-left: 0;
        border-top: 1px solid var(--site-line)
    }

    .shop-item-layout {
        grid-template-columns: 1fr
    }

    .shop-item .image a {
        height: 460px
    }
}

@media (max-width:760px) {
    .wrapper>.content {
        padding-top: 92px
    }

    .is-search>.content {
        padding-top: 176px
    }

    body.is-shop .wrapper>.content {
        padding-top: 80px
    }

    .news-overlay {
        padding: 16px;
        border-radius: 24px
    }

    .home-overlay {
        margin-top: -56px;
        padding: 16px;
        border-radius: 24px
    }

    .home-news {
        margin-top: 20px
    }

    .home-overlay .home-custom-7 .custom-items,
    .home-overlay .stock-brands {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .news-overlay .custom-items {
        grid-template-columns: 1fr
    }

    .header>div.widther {
        padding: 12px 12px 10px
    }

    .header .logo {
        width: 170px;
        margin-right: auto
    }

    .header .header-address-button,
    .header .header-phone-button,
    .header .logo a::after,
    .header .menu,
    .header .phone,
    .header-shop-dropdown {
        display: none
    }

    .hero-media {
        height: 72svh;
        min-height: 560px
    }

    .hero-media .slider-1 .slick-prev {
        width: 40px;
        height: 40px;
        top: auto;
        bottom: 70px;
        transform: none;
        left: 12px
    }

    .hero-media .slider-1 .slick-next {
        width: 40px;
        height: 40px;
        top: auto;
        bottom: 70px;
        transform: none;
        right: 12px
    }

    .brand-aside,
    .brands-shell,
    .journal-block .custom-items,
    .lead-block,
    .promo-grid,
    .shop-menu,
    .showcase-block .collections {
        padding: 20px
    }

    .collection-intro {
        padding: 0
    }

    body.is-shop .shop-main {
        padding-top: 8px
    }

    .footer>div {
        padding: 20px;
        grid-template-columns: 1fr;
        gap: 20px
    }

    .section-heading {
        padding: 20px;
        align-items: start
    }

    .factorys,
    .stock-brands {
        grid-template-columns: 1fr
    }

    .shop-items {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px
    }

    .shop {
        gap: 24px
    }

    .collection-info {
        padding: 0;
        margin-top: 16px;
        margin-bottom: 40px
    }

    .shop-item {
        padding-top: 12px
    }

    .shop-items .item>div {
        padding: 10px
    }

    .shop-items .name {
        font-size: 16px;
        line-height: 1.12
    }

    .shop-item-intro {
        margin-bottom: 16px
    }

    .shop-item-layout {
        gap: 18px
    }

    .shop-item .buy,
    .shop-item-description,
    .shop-item-details,
    .shop-item-interiors,
    .shop-item-media {
        padding: 20px;
        border-radius: 24px
    }

    .shop-item .category-images a,
    .shop-item .category-images img {
        border-radius: 20px
    }

    .shop-item .image a {
        height: 320px;
        padding: 16px
    }

    .shop-item .thumbnails {
        grid-template-columns: repeat(4, minmax(0, 1fr))
    }

    .shop-item-section-title {
        margin-bottom: 12px
    }

    .shop-sidebar {
        padding-top: 0
    }

    .shop-sidebar.opened {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 4;
        display: block;
        width: auto;
        height: 100dvh;
        max-height: none;
        overflow-y: scroll;
        overflow-x: hidden;
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
        padding: 56px 16px 24px;
        border: 0;
        border-radius: 0;
        background: var(--site-mobile-bg);
        -webkit-backdrop-filter: blur(24px) saturate(160%);
        backdrop-filter: blur(24px) saturate(160%);
        box-shadow: none
    }

    .shop-sidebar.opened .filter {
        padding: 0;
        margin-left: 0;
        margin-right: 0
    }

    .shop-sidebar.opened .shop-menu {
        margin-left: 0;
        margin-right: 0;
        padding: 0 56px 0 0
    }

    .shop-main {
        padding-left: 0
    }

    .filter {
        padding: 20px;
        margin-top: 18px;
        padding-top: 18px
    }

    .shop-items-header {
        display: grid;
        grid-template-columns: auto 1fr auto;
        grid-template-areas: "filter spacer count" "view view sort";
        gap: 12px 10px;
        padding-left: 0;
        padding-bottom: 14px;
        align-items: center
    }

    .shop-items-header>.filter-button {
        grid-area: filter;
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 36px;
        margin: 0;
        padding: 0 12px 0 30px;
        border: 1px solid transparent;
        border-radius: 999px;
        background: linear-gradient(var(--site-control-bg), var(--site-control-bg)) padding-box, var(--site-metal-border-default) border-box;
        color: var(--site-text);
        font-size: 13px;
        font-weight: 400;
        line-height: 1;
        box-shadow: var(--site-metal-shadow)
    }

    .shop-items-header>.filter-button::before {
        content: "Фильтр"
    }

    .shop-items-header>.filter-button::after {
        content: "";
        position: absolute;
        left: 10px;
        top: 50%;
        width: 12px;
        height: 12px;
        background-color: currentColor;
        transform: translateY(-50%);
        -webkit-mask: url(/template/img/filter.svg)center/contain no-repeat;
        mask: url(/template/img/filter.svg)center/contain no-repeat
    }

    .shop-items-header>.filter-button:hover {
        background: linear-gradient(var(--site-control-bg-hover), var(--site-control-bg-hover)) padding-box, var(--site-metal-border-hover) border-box
    }

    .shop-items-header>.filter-button.opened {
        background: linear-gradient(var(--site-control-bg-hover), var(--site-control-bg-hover)) padding-box, var(--site-metal-border-hover) border-box;
        position: fixed;
        top: calc(12px + env(safe-area-inset-top, 0));
        right: 20px;
        left: auto;
        z-index: 5;
        min-height: 36px;
        padding: 0 12px 0 30px;
        border: 1px solid transparent;
        border-radius: 999px;
        color: var(--site-text);
        text-align: left;
        box-shadow: var(--site-metal-shadow)
    }

    .shop-items-header>.filter-button.opened::after {
        width: 12px;
        height: 12px;
        -webkit-mask-image: url(/template/img/menu-close.svg);
        mask-image: url(/template/img/menu-close.svg)
    }

    .shop-items-header>.filter-button.opened::before {
        content: "Закрыть"
    }

    .shop-items-header .count {
        grid-area: count;
        justify-self: end;
        font-size: 14px
    }

    .shop-items-header .count-label {
        font-size: 14px
    }

    .shop-items-header .view-collections-items {
        grid-area: view;
        width: auto;
        flex-wrap: nowrap;
        gap: 8px;
        min-width: 0
    }

    .shop-items-header .view-collections-items>div {
        padding: 8px 12px;
        font-size: 14px
    }

    .shop-items-header .sort {
        grid-area: sort;
        margin-left: 0;
        justify-self: end;
        min-width: 0
    }

    .shop-items-header .sort .select2-container {
        min-width: 124px;
        max-width: 136px
    }

    .shop-items-header .sort .select2-selection--single {
        height: 38px;
        border: 1px solid rgba(148, 163, 184, .24);
        border-radius: 999px;
        background: rgba(255, 255, 255, .88)
    }

    .shop-items-header .sort .select2-selection--single .select2-selection__rendered {
        padding-left: 14px;
        padding-right: 28px;
        line-height: 36px;
        font-size: 14px
    }

    .shop-items-header .sort .select2-container--default .select2-selection--single .select2-selection__arrow {
        right: 10px
    }

    .login,
    .register,
    .restore,
    .user .form {
        margin-top: 20px;
        padding: 20px;
        border-radius: 24px
    }

    .login h1,
    .register h1,
    .restore h1 {
        margin-bottom: 16px;
        font-size: 28px
    }

    .footer {
        margin: 40px 0 0
    }
}

@media (max-width:1024px) {
    .shop-main .shop-toolbar .shop-filter-strip.opened .filter {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .shop-main .shop-toolbar .shop-filter-strip.opened .filter .group>div[data-field],
    .shop-main .shop-toolbar .shop-filter-strip.opened .filter>div[data-field] {
        min-width: 100%;
        max-width: none
    }

    .shop-main .shop-toolbar .shop-filter-strip .filter {
        display: none;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 4;
        align-content: flex-start;
        gap: 12px;
        padding: calc(84px + env(safe-area-inset-top, 0)) 20px calc(104px + env(safe-area-inset-bottom, 0));
        overflow-y: auto;
        background: rgba(255, 255, 255, .92);
        -webkit-backdrop-filter: blur(24px) saturate(160%);
        backdrop-filter: blur(24px) saturate(160%)
    }

    .filter .filtered-count {
        left: 20px;
        right: 20px;
        bottom: calc(16px + env(safe-area-inset-bottom, 0));
        transform: none;
        padding: 0;
        z-index: 5
    }

    .filter .filtered-count>div {
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 48px;
        width: 100%;
        border-radius: 999px;
        box-shadow: var(--site-shadow-soft);
        font-size: 14px;
        font-weight: 600;
        letter-spacing: .04em
    }
}

@media (max-width:767px) {
    .shop-main .shop-toolbar .filter {
        grid-template-columns: 1fr
    }

    .shop-main .shop-toolbar .filter .group>div[data-field],
    .shop-main .shop-toolbar .filter>div[data-field] {
        min-width: 100%;
        width: 100%
    }
}

@media (max-width:1024px) {

    .shop-main .shop-toolbar .shop-filter-strip.opened .filter,
    .shop-toolbar .shop-filter-strip.opened .filter {
        top: calc(68px + env(safe-area-inset-top, 0));
        right: 12px;
        bottom: calc(84px + env(safe-area-inset-bottom, 0));
        left: 12px;
        padding: 16px;
        overflow-y: auto;
        align-content: flex-start;
        border-radius: 24px;
        background: rgba(255, 255, 255, .96);
        -webkit-backdrop-filter: blur(24px) saturate(160%);
        backdrop-filter: blur(24px) saturate(160%)
    }

    .shop-items-header>.filter-button.opened {
        top: calc(12px + env(safe-area-inset-top, 0));
        right: 12px
    }

    .filter .filtered-count {
        left: 12px;
        right: 12px;
        bottom: calc(16px + env(safe-area-inset-bottom, 0));
        transform: none;
        padding: 0;
        z-index: 6;
        background: 0 0;
        box-shadow: none;
        border: 0
    }

    .filter .filtered-count>div {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        min-height: 38px;
        padding: 0 14px;
        border: 1px solid var(--site-control-border-hover);
        border-radius: 999px;
        background-color: var(--site-control-bg);
        color: var(--site-text);
        box-shadow: none;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 0
    }

    .collection-page+.shop .shop-toolbar {
        position: relative;
        overflow: visible
    }

    .collection-page+.shop .shop-items-header.shop-items-header-items {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px;
        padding-bottom: 10px
    }

    .collection-page+.shop .shop-items-header.shop-items-header-items .count {
        order: 1;
        width: 100%;
        min-width: 0;
        font-size: 13px
    }

    .collection-page+.shop .shop-items-header.shop-items-header-items>.filter-button {
        order: 2;
        display: inline-flex;
        flex: 0 0 auto
    }

    .collection-page+.shop .shop-items-header.shop-items-header-items .sort {
        order: 3;
        flex: 0 0 auto;
        min-width: 0;
        margin-left: auto
    }

    .collection-page+.shop .shop-items-header.shop-items-header-items .sort .select2-container {
        width: 112px !important;
        min-width: 112px;
        max-width: 112px
    }

    .collection-page+.shop .shop-toolbar.filter-opened,
    .shop-main .shop-toolbar.filter-opened {
        z-index: 2000
    }

    .collection-page+.shop .shop-toolbar.filter-opened .shop-filter-strip.opened .filter {
        z-index: 2001;
        padding-top: 72px;
        padding-bottom: calc(88px + env(safe-area-inset-bottom, 0))
    }

    .collection-page+.shop .shop-toolbar.filter-opened .shop-items-header>.filter-button.opened {
        top: calc(68px + env(safe-area-inset-top, 0) + 16px);
        right: 24px;
        z-index: 2002
    }

    .collection-page+.shop .shop-toolbar.filter-opened .filter .filtered-count,
    .shop-main .shop-toolbar.filter-opened .filter .filtered-count {
        z-index: 2003
    }

    html.theme-night .shop-main .shop-toolbar .shop-filter-strip.opened .filter,
    html.theme-night .shop-toolbar .shop-filter-strip.opened .filter {
        background: rgba(16, 22, 31, .96)
    }

    .shop-main .shop-toolbar.filter-opened .shop-filter-strip.opened .filter {
        z-index: 2001
    }

    .shop-main .shop-toolbar.filter-opened .shop-items-header>.filter-button.opened {
        z-index: 2002
    }
}

@media (max-width:760px) {
    .custom-item-7>.description a.download {
        display: inline-flex;
        align-items: center;
        max-width: 100%;
        min-height: 44px;
        line-height: 1.35
    }

    .custom-item-7>.shop-category .shop-toolbar {
        padding: 14px;
        position: relative;
        overflow: visible
    }

    .custom-item-7>.shop-category .shop-items-header.shop-items-header-items {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 8px;
        padding-bottom: 10px
    }

    .custom-item-7>.shop-category .shop-items-header.shop-items-header-items .count {
        order: 1;
        width: 100%;
        min-width: 0;
        font-size: 13px
    }

    .custom-item-7>.shop-category .shop-items-header.shop-items-header-items .view-collections-items {
        order: 2;
        flex: 1 1 auto;
        width: auto;
        min-width: 0;
        gap: 6px;
        flex-wrap: nowrap
    }

    .custom-item-7>.shop-category .shop-items-header.shop-items-header-items .view-collections-items>div {
        min-height: 36px;
        padding: 0 12px;
        font-size: 13px
    }

    .custom-item-7>.shop-category .shop-items-header.shop-items-header-items .sort {
        order: 3;
        flex: 0 0 auto;
        min-width: 0;
        margin-left: auto
    }

    .custom-item-7>.shop-category .shop-items-header.shop-items-header-items .sort .select2-container {
        width: 112px !important;
        min-width: 112px;
        max-width: 112px
    }

    .custom-item-7>.shop-category .shop-items-header.shop-items-header-items>.filter-button {
        order: 4;
        display: inline-flex;
        flex: 0 0 auto;
        justify-self: auto;
        min-height: 36px;
        padding: 0 12px 0 30px;
        font-size: 13px;
        font-weight: 400
    }

    .custom-item-7>.shop-category .shop-items-header.shop-items-header-items>.filter-button::after {
        left: 10px;
        width: 12px;
        height: 12px
    }

    .custom-item-7>.shop-category .shop-toolbar.filter-opened {
        z-index: 2000
    }

    .custom-item-7>.shop-category .shop-toolbar.filter-opened .shop-filter-strip.opened .filter {
        z-index: 2001;
        padding-top: 72px;
        padding-bottom: calc(88px + env(safe-area-inset-bottom, 0))
    }

    .custom-item-7>.shop-category .shop-toolbar.filter-opened .shop-items-header>.filter-button.opened {
        top: calc(68px + env(safe-area-inset-top, 0) + 16px);
        right: 24px;
        z-index: 2002
    }

    .custom-item-7>.shop-category .shop-toolbar.filter-opened .filter .filtered-count {
        z-index: 2003
    }

    .select2-dropdown.catalog-filter-dropdown,
    .custom-item-7>.shop-category .select2-container--open,
    .custom-item-7>.shop-category .select2-dropdown.catalog-filter-dropdown,
    .custom-item-7>.shop-category .shop-toolbar.filter-opened~.select2-container--open {
        z-index: 2004 !important
    }
}

@media (max-width:768px) {

    .header .favorite,
    .header .header-address-button,
    .header .header-login-register,
    .header .header-phone-button,
    .header .header-user,
    .header .search-icon,
    .header .theme-toggle {
        width: 35px;
        height: 35px;
        min-width: 35px;
        min-height: 35px;
        background-size: 14px
    }

    .header .header-address-button::before,
    .header .header-phone-button::before {
        width: 14px;
        min-width: 14px;
        height: 14px
    }

    .header .favorite>div {
        top: -6px;
        right: -6px;
        min-width: 16px;
        height: 16px;
        padding: 0 4px;
        font-size: 10px;
        line-height: 16px
    }
}

@media (max-width:760px) {
    .shop-main .shop-toolbar .shop-items-header.shop-items-header-items {
        display: grid;
        grid-template-columns: auto 1fr auto;
        grid-template-areas: "filter spacer count" "view view sort";
        gap: 12px 10px;
        padding-bottom: 10px
    }

    .shop-main .shop-toolbar .shop-items-header.shop-items-header-items .count {
        font-size: 13px
    }

    .shop-main .shop-toolbar .shop-items-header.shop-items-header-items>.filter-button:not(.opened) {
        position: relative;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 36px;
        margin: 0;
        padding: 0 12px 0 30px;
        font-size: 13px;
        line-height: 1
    }

    .shop-main .shop-toolbar .shop-items-header.shop-items-header-items .sort {
        width: 132px;
        min-width: 0
    }

    .shop-main .shop-toolbar .shop-items-header.shop-items-header-items .sort .select2-container {
        width: 132px !important;
        min-width: 132px;
        max-width: 132px
    }
}

@media (max-width:760px) {
    .header .logo {
        flex: 1 1 auto;
        width: 170px;
        margin-left: 20px;
        margin-right: auto
    }

    .header .logo img {
        width: 100%;
        max-width: 120px
    }

    .header .icons>a.favorite {
        display: flex;
        margin-right: 0
    }

    .header .search-icon,
    .header .header-login-register {
        margin-right: 0
    }

    .mobile-menu .mobile-main-menu>li>a {
        padding: 12px 0
    }

    .mobile-menu .mobile-main-menu li {
        padding-left: 0
    }

    .mobile-menu .shop-menu a {
        padding: 10px 0
    }

    .shop {
        align-items: start
    }

    body.is-shop .shop-main {
        padding: 0
    }

    .collections {
        grid-template-columns: 1fr;
        gap: 22px
    }

    .shop-main .shop-toolbar .shop-items-header .count {
        display: flex
    }

    .hero-media .slider-1 .slick-slide img {
        height: 100%
    }

    .to-top {
        right: 20px
    }

    .search-strip {
        display: flex;
        width: 100%
    }

    .search-strip-label {
        flex: 1 1 0;
        min-width: 0;
        padding: 0 10px;
        letter-spacing: .06em
    }
}
