@font-face {
    font-family: Noto Sans Display Condensed;
    src: url("/wp-content/themes/dveri-ugra/fonts/Noto-Sans-Display-Condensed.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Involve;
    src: url("/wp-content/themes/dveri-ugra/fonts/Involve-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Involve;
    src: url("/wp-content/themes/dveri-ugra/fonts/Involve-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Involve;
    src: url("/wp-content/themes/dveri-ugra/fonts/Involve-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: Involve;
    src: url("/wp-content/themes/dveri-ugra/fonts/Involve-SemiBold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

:root {
    --text: #1a2129;
    --white: white;
    --black-bg: #0f1318;
    --orange: #BF6643;
    --dark-orange: #AF512C;
    --dark-grey-bg: #1a2129;
    --black: black;
    --dark-grey: #333;
    --light-grey: #999;
}

h1, h2, h3, h4 {
    margin-top: 0;
    margin-bottom: 0;
}

p {
    margin-bottom: 0;
}

a {
    color: inherit;
    text-decoration: none;
    transition: all .2s;
}

a small {
    font-size: 100%;
}

ul {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 40px;
}

.body {
    color: var(--text);
    font-family: Involve, Arial, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
}

.breadcrumbs {
    position: absolute;
    inset: 70px 0 auto 0;
    z-index: 90;
    padding-top: 24px;
    color: var(--white);
}

.breadcrumbs-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.header {
    z-index: 99;
    position: fixed;
    inset: 0% 0% auto;
    transition: all .2s;
}

.header.scroll {
    background-color: rgba(0, 0, 0, .3);
    backdrop-filter: blur(12px);
    --webkit-backdrop-filter: blur(12px);
}

.hero {
    color: var(--white);
    background-image: url("/wp-content/uploads/2025/10/hero-bg-2.webp"), url("/wp-content/uploads/2025/10/hero-bg-1.webp");
    background-position: 100% 100%, 50%;
    background-repeat: no-repeat, no-repeat;
    background-size: auto, cover;
    padding-top: 172px;
    padding-bottom: 100px;
    overflow: hidden;
}

.navbar {
    background-color: #0000;
    border-bottom: 1px solid #f7f4ee1f;
}

.navbar-container {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 46px;
    padding-right: 46px;
    display: flex;
}

.navbar-logo-icon {
    width: 134px;
    height: 25px;
}

.navbar-menu {
    flex: 1;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.navbar-menu-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-left: 1px solid #f7f4ee1f;
    justify-content: flex-start;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 46px;
    display: flex;
}

.navbar-menu-link {
    color: var(--white);
    text-transform: uppercase;
    padding: 0;
    font-size: 14px;
}

.navbar-menu-link.w--current,
.navbar-menu-link:hover {
    color: var(--dark-orange);
}

.navbar-links-list {
    display: none;
}

.navbar-contacts-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.navbar-contacts-link {
    font-size: 14px;
    line-height: 110%;
    color: var(--white);
}

.container {
    width: 100%;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 46px;
    padding-right: 46px;
}

.hero-content {
    position: relative;
}

.hero-info {
    grid-column-gap: 160px;
    grid-row-gap: 160px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 70%;
    display: flex;
}

.h1 {
    letter-spacing: -.04em;
    text-transform: uppercase;
    font-family: Noto Sans Display Condensed, Arial, sans-serif;
    font-size: 94px;
    font-weight: 400;
    line-height: 85%;
}

.title-accent {
    color: #bf6643;
    letter-spacing: -.02em;
    text-transform: uppercase;
    font-family: Noto Sans Display Condensed, Arial, sans-serif;
    font-size: 78px;
    font-weight: 400;
    line-height: 95%;
}

.hero-info-head {
    margin-bottom: auto;
}

.btn {
    border: 1px solid var(--orange);
    background-color: var(--orange);
    text-align: center;
    text-transform: uppercase;
    border-radius: 8px;
    padding: 20px 50px;
    font-weight: 600;
}

.btn:hover {
    background-color: var(--dark-orange);
    border-color: var(--dark-orange);
}

.btn.trans {
    background-color: #0000;
}

.btn.trans:hover {
    background-color: var(--orange);
    border-color: var(--orange);
}

.hero-info-text {
    font-size: 20px;
    line-height: 120%;
}

.hero-info-btns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
}

.hero-img {
    height: 769px;
    position: absolute;
    inset: auto 0% -100px auto;
}

.hero-info-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.navbar-menu-socials {
    border-left: 1px solid #f7f4ee1f;
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 46px;
}

.navbar-menu-phone {
    color: var(--white);
    font-size: 14px;
    font-weight: 600;
}

.navbar-menu-phone:hover {
    color: var(--dark-orange);
}

.category {
    background-color: var(--black-bg);
    color: var(--white);
    padding-top: 120px;
    padding-bottom: 80px;
    overflow: hidden;
}

.h2 {
    letter-spacing: -.02em;
    text-transform: uppercase;
    font-family: Noto Sans Display Condensed, Arial, sans-serif;
    font-size: 64px;
    font-weight: 400;
    line-height: 95%;
}

.category .swiper.category-swiper {
    overflow: visible;
}

.category-content {
    margin-top: 84px;
}

.category-slide {
    position: relative;
}

.category-slide-content {
    z-index: 1;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 62%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
}

.category-slide-img {
    object-fit: cover;
    border-radius: 4px;
    width: 100%;
    min-width: 560px;
    height: 370px;
}

.category-slide-info {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.category-slide-title {
    letter-spacing: -.02em;
    text-transform: uppercase;
    font-family: Noto Sans Display Condensed, Arial, sans-serif;
    font-size: 52px;
    font-weight: 400;
    line-height: 95%;
}

.category-slide-text {
    opacity: .8;
    margin-top: auto;
}

.category-slide-link {
    color: var(--orange);
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: underline;
}

.category-slide-content:hover .category-slide-link {
    color: var(--dark-orange);
    text-decoration: none;
}

.category-slide-big {
    color: #f7f4ee14;
    letter-spacing: -.02em;
    text-transform: uppercase;
    font-family: Noto Sans Display Condensed, Arial, sans-serif;
    font-size: 302px;
    font-weight: 400;
    line-height: 95%;
    position: absolute;
    inset: 0% auto 0% 0%;
}

.category-list {
    display: none;
}

.clients {
    padding-top: 120px;
    padding-bottom: 120px;
}

.clients-content {
    margin-top: 64px;
}

.clients-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.clients-item:last-child .clients-item-image {
    order: 2;
}

.clients-item:last-child .clients-item-info {
    order: 1;
}

.clients-item-image {
    background-color: #1a21290a;
    justify-content: center;
    align-items: center;
    display: flex;
}

.clients-item-img {
    object-fit: cover;
    border-radius: 12px;
    width: 480px;
    height: 460px;
}

.clients-item-info {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 64px 46px;
    display: flex;
}

.clients-item-title {
    letter-spacing: -.02em;
    text-transform: uppercase;
    font-family: Noto Sans Display Condensed, Arial, sans-serif;
    font-size: 52px;
    font-weight: 400;
    line-height: 95%;
}

.clients-item-text {
    font-size: 20px;
    line-height: 120%;
}

.clients-item-head,
.clients-item-preem {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
}

.clients-item-preem-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 120%;
}

.clients-item-specs {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    display: flex;
}

/* .clients-item:last-child .clients-item-image {
    order: 1;
}

.clients-item:last-child .clients-item-info {
    order: 0;
} */

.clients-item-spec {
    display: flex;
    align-items: center;
    gap: 12px;
}

.clients-item-spec::before {
    content: '';
    display: inline-block;
    width: 19px;
    height: 14px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='19' height='14' viewBox='0 0 19 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 6.66L6.66 12.32L18 1' stroke='%23BF6643' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    flex-shrink: 0;
}

.reasons {
    background-color: var(--black-bg);
    color: var(--white);
    background-image: url("/wp-content/uploads/2025/10/image-34.webp"), url("/wp-content/uploads/2025/10/6955bbd47b4c69df12e91bd0b9f3183cd82d9a4a.webp"), linear-gradient(#1a2129 380px, #1a212900 380px);
    background-position: 100% 0, 50% 0, 0 0;
    background-repeat: no-repeat, no-repeat, repeat;
    background-size: auto, 100% 380px, auto;
    padding-top: 120px;
    padding-bottom: 120px;
}

.reasons-content {
    margin-top: 64px;
}

.reasons-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: repeat(6, 1fr);
    display: grid;
}

.reasons-item {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-column-gap: 84px;
    grid-row-gap: 84px;
    padding: 24px;
    background-color: var(--black-bg);
    border: 1px solid #f7f4ee1f;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color .2s;
}

.reasons-item:hover {
    background-color: var(--orange);
}

.reasons-item:nth-child(-n+3) {
    grid-area: span 1 / span 2;
}

.reasons-item:nth-last-child(-n+2) {
    grid-area: span 1 / span 3;
}

.reasons-item-span {
    color: var(--orange);
    transition: color .2s;
}

.reasons-item:hover .reasons-item-span {
    color: var(--white);
}

.reasons-item-info {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
}

.reasons-item-title {
    text-transform: uppercase;
    font-family: Noto Sans Display Condensed, Arial, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 95%;
}

.sales {
    color: var(--white);
    background-color: #14181d;
    padding-top: 120px;
    padding-bottom: 120px;
    overflow: hidden;
}

.sales-content {
    margin-top: 64px;
}

.swiper.sales-swiper {
    overflow: visible;
}

.swiper.sales-swiper .swiper-slide {
    height: auto;
}

.sales-slide {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #f7f4ee0a;
    border-radius: 8px;
    flex-flow: column;
    padding: 12px;
    display: flex;
    height: 100%;
}

.sales-slide-img {
    object-fit: cover;
    border-radius: 4px;
    width: 100%;
    height: 280px;
}

.sales-slide-info {
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-grow: 1;
    padding: 12px;
}

.sales-slide-title {
    letter-spacing: -.02em;
    text-transform: uppercase;
    font-family: Noto Sans Display Condensed, Arial, sans-serif;
    font-size: 32px;
    font-weight: 400;
    line-height: 95%;
}

.sales-slide-text {
    opacity: .8;
}

.sales-slide-link {
    margin-top: auto;
    color: var(--orange);
    font-weight: 600;
    text-decoration: underline;
}

.sales-slide-link:hover {
    color: var(--dark-orange);
    text-decoration: none;
}

.projects {
    padding-top: 120px;
    padding-bottom: 60px;
    overflow: hidden;
}

.projects-content {
    margin-top: 64px;
}

.swiper.projects-swiper {
    overflow: visible;
}

.projects-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
}

.projects-nav {
    display: flex;
    gap: 12px;
}

.swiper-button-next.projects-button-next,
.swiper-button-prev.projects-button-prev {
    position: static;
    margin-top: 0;
    width: 59px;
    height: 59px;
    background-color: transparent;
    border: 1px solid var(--orange);
    border-radius: 8px;
}

.swiper-button-next.projects-button-next::after,
.swiper-button-prev.projects-button-prev::after {
    font-size: 20px;
    font-weight: 700;
    color: var(--orange);
}

.projects-small {
    background-color: #1a21290a;
    border-radius: 8px;
    justify-content: space-between;
    align-items: center;
    margin-top: 32px;
    padding: 24px 32px;
    display: flex;
}

.projects-small-text {
    font-size: 24px;
    font-style: italic;
    font-weight: 400;
    line-height: 120%;
}

.projects-slide {
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

.projects-slide-img {
    object-fit: cover;
    width: 100%;
    height: 480px;
}

.projects-slide-info {
    background-color: var(--white);
    background-image: url("https://cdn.prod.website-files.com/68e633bdb640c4023a2696a9/68e671cad20e045432a414e5_Arrow-right.svg");
    background-position: 99%;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 4px;
    padding: 12px 46px 12px 12px;
    position: absolute;
    inset: auto 8px 8px;
}

.brands {
    padding-top: 60px;
    padding-bottom: 120px;
    overflow: hidden;
}

.brands-content {
    margin-top: 64px;
}

.swiper.swiper-brands {
    overflow: visible;
}

.swiper.swiper-brands .swiper-slide {
    width: fit-content;
}

.brands-slide {
    display: flex;
    flex-flow: column;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 12px;
    width: fit-content;
    background-color: #1a21290a;
    border-radius: 8px;
}

.brands-slide-title {
    letter-spacing: -.02em;
    text-transform: uppercase;
    font-family: Noto Sans Display Condensed, Arial, sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 95%;
}

.brands-slide-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    display: flex;
}

.brands-slide-item {
    background-color: #1a21290a;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    width: 220px;
    height: 100px;
    display: flex;
    cursor: pointer;
}

.brands-slide-img {
    object-fit: contain;
    height: 36px;
    filter: contrast(0%) grayscale();
    transition: all .2s;
}

.brands-slide-item:hover .brands-slide-img {
    filter: contrast(100%) grayscale(0);
}

.photo {
    background-color: var(--black-bg);
    color: var(--white);
    padding-top: 120px;
    padding-bottom: 120px;
    overflow: hidden;
}

.photo-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    margin-top: 64px;
    display: flex;
}

.swiper.photo-swiper {
    min-width: 0;
    max-width: 100%;
    overflow: visible;
}

.swiper-slide-box {
    display: block;
}

.swiper-slide-img {
    object-fit: cover;
    border-radius: 8px;
    width: 100%;
    height: 360px;
}

.reviews {
    color: var(--white);
    background-color: #14181d;
    padding-top: 120px;
    padding-bottom: 60px;
}

.reviews-content {
    margin-top: 64px;
}

.swiper.reviews-swiper .swiper-slide {
    height: auto;
}

.reviews-slide {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    padding: 24px;
    height: 100%;
    background-color: #f7f4ee0a;
    border: 1px solid #f7f4ee0a;
    border-radius: 8px;
}

.reviews-slide-stars {
    background-image: url("https://cdn.prod.website-files.com/68e633bdb640c4023a2696a9/68e753ec9c75627784586039_Starssss.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 116px;
    height: 20px;
}

.reviews-slide-text {
    font-size: 18px;
    line-height: 120%;
}

.reviews-slide-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
    margin-top: auto;
}

.reviews-slide-title {
    text-transform: uppercase;
    font-family: Noto Sans Display Condensed, Arial, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 95%;
}

.reviews-slide-span {
    color: #f7f4ee4d;
    border-left: 1px solid #f7f4ee1f;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
}

.reviews-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 24px;
}

.reviews-nav {
    display: flex;
    gap: 24px;
}

.reviews-button-prev,
.reviews-button-next {
    position: static;
    margin-top: 0;
    width: 59px;
    height: 59px;
    border: 1px solid var(--orange);
    border-radius: 8px;
}

.reviews-button-prev::after,
.reviews-button-next::after {
    font-size: 20px;
    color: var(--orange);
}

.footer {
    background-color: var(--black-bg);
    color: var(--white);
    padding-top: 20px;
    padding-bottom: 32px;
}

.footer-form {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    background-color: #1a2129;
    background-image: url("/wp-content/uploads/2025/10/6955bbd47b4c69df12e91bd0b9f3183cd82d9a4a.webp");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1.75fr 1fr;
    grid-auto-columns: 1fr;
    padding: 84px 46px;
    display: grid;
}

.footer-form-info {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
}

.footer-form-btns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
}

.footer-form-info-text {
    opacity: .8;
    font-size: 20px;
    line-height: 120%;
}

.footer-top {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 32px;
    display: grid;
}

.footer-bottom {
    opacity: .4;
    border-top: 1px solid #f7f4ee1f;
    justify-content: space-between;
    align-items: center;
    padding-top: 32px;
    display: flex;
}

.footer-top-logo {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.footer-top-logo-icon {
    width: 257px;
    height: 48px;
}

.footer-top-socials-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    display: flex;
}

.footer-top-socials-link {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    border: 1px solid #f7f4ee1f;
    border-radius: 8px;
    width: 59px;
    height: 59px;
}

.footer-top-socials-link:hover {
    background-color: var(--dark-orange);
    border-color: var(--dark-orange);
}

.footer-top-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.footer-top-menu-link {
    opacity: .8;
}

.footer-top-menu-link:hover {
    color: var(--dark-orange);
}

.footer-top-contacts {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
}

.footer-top-contacts-list {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    display: flex;
}

.footer-top-contacts-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.footer-top-contacts-title {
    opacity: .6;
}

.footer-top-contacts-link {
    font-weight: 600;
}

a.footer-top-contacts-link:hover {
    color: var(--dark-orange);
}

.footer-bottom-text {
    font-size: 14px;
    line-height: 120%;
}

a.footer-bottom-text:hover {
    text-decoration: underline;
}

.page-hero {
    background-color: var(--dark-grey-bg);
    color: var(--white);
    background-image: url('/wp-content/uploads/2025/10/6955bbd47b4c69df12e91bd0b9f3183cd82d9a4a.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 84px;
}

.page-hero-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.page-hero-text {
    font-size: 20px;
    line-height: 120%;
}

.orange {
    color: var(--orange);
}

.catalog {
    background-color: var(--black-bg);
    color: var(--white);
    padding-top: 84px;
    padding-bottom: 120px;
}

.catalog-content {
    margin-top: 64px;
}

.catalog-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    display: grid;
}

.catalog-item {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border: 1px solid #f7f4ee1f;
    border-radius: 12px;
    flex-flow: column;
    padding: 24px;
    display: flex;
}

.catalog-item-img {
    object-fit: cover;
    border-radius: 4px;
    width: 100%;
    height: 280px;
}

.catalog-item-info {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    flex: 1;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.catalog-item-info-title {
    letter-spacing: -.02em;
    text-transform: uppercase;
    font-family: Noto Sans Display Condensed, Arial, sans-serif;
    font-size: 42px;
    line-height: 95%;
}

.catalog-item-text {
    opacity: .8;
}

.catalog-item-link {
    color: var(--orange);
    margin-top: auto;
    font-weight: 600;
    text-decoration: underline;
    text-transform: uppercase;
}

.catalog-item:hover .catalog-item-link {
    color: var(--dark-orange);
    text-decoration: none;
}

.page-sales {
    background-color: var(--black-bg);
    color: var(--white);
    padding-top: 84px;
    padding-bottom: 60px;
}

.page-sales-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    display: grid;
}

.page-sales-item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #f7f4ee0a;
    border-radius: 8px;
    flex-flow: column;
    padding: 12px;
    display: flex;
}

.page-sales-item-img {
    object-fit: cover;
    border-radius: 4px;
    width: 100%;
    height: 280px;
}

.page-sales-item-info {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 12px;
    display: flex;
    flex-grow: 1;
}

.page-sales-item-title {
    letter-spacing: -.02em;
    text-transform: uppercase;
    font-family: Noto Sans Display Condensed, Arial, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 95%;
}

.page-sales-item-text {
    opacity: .8;
}

.page-sales-item-link {
    color: var(--orange);
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: underline;
    margin-top: auto;
}

.page-sales-item-link:hover {
    color: var(--dark-orange);
    text-decoration: none;
}

.portfolio {
    background-color: var(--black-bg);
    color: var(--white);
    padding-top: 84px;
    padding-bottom: 120px;
}

.swiper.portfolio-swiper {
    min-width: 0;
    max-width: 100%;
    border-radius: 4px;
}

.swiper-pagination.portfolio-pagination .swiper-pagination-bullet {
    width: 24px;
    height: 8px;
    border-radius: 4px;
}

.swiper-pagination.portfolio-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--orange);
}

.portfolio-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-columns: 1fr;
    display: grid;
}

.portfolio-item {
    min-width: 0;
    max-width: 100%;
    border: 1px solid #f7f4ee1f;
    border-radius: 12px;
    padding: 8px;
}

.portfolio-item-slider {
    border-radius: 4px;
    height: auto;
}

.portfolio-item-slide-box {
    display: block;
}

.portfolio-item-slide-img {
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center;
}

.portfolio-item-slider-arrow {
    background-color: var(--white);
    color: var(--text);
    border-radius: 8px;
    width: 48px;
    height: 48px;
}

.portfolio-item-slider-nav {
    display: none;
}

.portfolio-item-slider-arrow-icon {
    font-size: 24px;
}

.portfolio-item-info {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    padding: 16px;
    display: flex;
}

.portfolio-item-info-head {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    grid-column-gap: 12px;
    grid-row-gap: 12px;
}

.portfolio-item-info-title {
    letter-spacing: -.02em;
    text-transform: uppercase;
    font-family: Noto Sans Display Condensed, Arial, sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 95%;
}

.portfolio-item-info-span {
    opacity: .5;
    font-size: 20px;
    line-height: 120%;
}

.portfolio-item-info-specs {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    display: flex;
}

.portfolio-item-info-spec {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: space-between;
    align-items: center;
    display: flex;
}

.portfolio-item-info-spec-span {
    opacity: .7;
}

.about {
    background-color: var(--black-bg);
    color: var(--white);
    padding-top: 120px;
    padding-bottom: 120px;
}

.about-head {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
}

.about-head-text {
    width: 40%;
}

.about-content {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 64px;
    display: grid;
}

.swiper.about-swiper {
    min-width: 0;
    max-width: 100%;
    border-radius: 12px;
}

.about-slide-box {
    display: block;
    width: 100%;
    height: 100%;
}

.about-slide-img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    object-position: center;
}

.swiper-button-next.about-button-next,
.swiper-button-prev.about-button-prev {
    width: 48px;
    height: 48px;
    background-color: var(--white);
    border: 1px solid #F7F4EE1F;
    border-radius: 8px;
    transition: all .2s;
}

.swiper-button-next.about-button-next:hover,
.swiper-button-prev.about-button-prev:hover {
    background-color: var(--dark-orange);
    border-color: var(--dark-orange);
}

.swiper-button-next.about-button-next::after,
.swiper-button-prev.about-button-prev::after {
    font-size: 20px;
    color: var(--text);
    transition: color .2s;
}

.swiper-button-next.about-button-next:hover::after,
.swiper-button-prev.about-button-prev:hover::after {
    color: var(--white);
}

.about-info {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
}

.about-info-title {
    letter-spacing: -.02em;
    text-transform: uppercase;
    font-family: Noto Sans Display Condensed, Arial, sans-serif;
    font-size: 52px;
    font-weight: 400;
    line-height: 95%;
}

.about-info-list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-radius: 12px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    overflow: hidden;
}

.about-info-item {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    background-color: #f7f4ee0a;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 32px;
    display: flex;
}

.about-info-item-head {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    align-items: flex-end;
    display: flex;
}

.about-info-item-big {
    letter-spacing: -.02em;
    text-transform: uppercase;
    font-family: Noto Sans Display Condensed, Arial, sans-serif;
    font-size: 64px;
    line-height: 95%;
}

.about-info-item-span {
    opacity: .5;
}

.about-info-item-text {
    font-size: 20px;
    line-height: 120%;
}

.shops {
    background-color: var(--dark-grey-bg);
    color: var(--white);
    padding-top: 120px;
    padding-bottom: 120px;
}

.shops-content {
    margin-top: 64px;
}

.shops-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.shops-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border: 1px solid #f7f4ee1a;
    border-radius: 12px;
    flex-flow: column;
    padding: 12px;
    display: flex;
}

.shops-item-info {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 12px;
    display: flex;
}

.shops-item-img {
    object-fit: cover;
    border-radius: 4px;
    width: 100%;
    height: 320px;
}

.shops-item-info-title {
    letter-spacing: -.02em;
    text-transform: uppercase;
    font-family: Noto Sans Display Condensed, Arial, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 95%;
}

.shops-item-info-title span {
    padding-left: 10px;
    font-size: 16px;
    color: #F7F4EE80;
}

.shops-item-info-link {
    color: var(--orange);
    font-weight: 600;
    text-decoration: underline;
    text-transform: uppercase;
}

.shops-item-info-link:hover {
    color: var(--dark-orange);
    text-decoration: none;
}

.shops-item-link {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: #f7f4ee0a;
    border-radius: 12px;
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    padding: 32px;
    display: flex;
}

.shops-item-link-icon {
    background-color: #f7f4ee0a;
    background-image: url("https://cdn.prod.website-files.com/68e633bdb640c4023a2696a9/68e7be40b625e7d0e2c55ca3_Clock.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 12px;
    flex: none;
    width: 72px;
    height: 72px;
}

.shops-item-link-info {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
}

.shops-item-link-title {
    letter-spacing: -.02em;
    text-transform: uppercase;
    font-family: Noto Sans Display Condensed, Arial, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 95%;
}

.team {
    padding-top: 120px;
    padding-bottom: 60px;
}

.team-content {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    margin-top: 84px;
    display: flex;
}

.team-head {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.team-head-text {
    font-size: 20px;
    line-height: 120%;
}

.team-content-title {
    letter-spacing: -.02em;
    text-transform: uppercase;
    font-family: Noto Sans Display Condensed, Arial, sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 95%;
}

.team-list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.team-item {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    background-color: #1a21290a;
    border-radius: 12px;
    flex-flow: column;
    padding: 24px;
    display: flex;
}

.team-item-head {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
}

.team-item-icon {
    background-color: #1a21290a;
    background-image: url("https://cdn.prod.website-files.com/68e633bdb640c4023a2696a9/68e8a671dd32daa3ced69aa5_clipboard-text.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 12px;
    width: 72px;
    height: 72px;
}

.team-item-title {
    letter-spacing: -.02em;
    text-transform: uppercase;
    font-family: Noto Sans Display Condensed, Arial, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 95%;
}

.team-item-text {
    font-size: 20px;
    line-height: 120%;
}

.team-image {
    object-fit: cover;
    border-radius: 12px;
    width: 100%;
    height: 736px;
}

.form {
    background-image: linear-gradient(0deg, var(--black-bg) 40%, #14181d 40%);
    color: var(--white);
    padding-top: 84px;
    padding-bottom: 20px;
}

.single-product .form,
.page-template-contacts .form,
.page-template-about .form,
.page-template-sales .form,
.page-template-default .form,
.error404 .form {
    background: var(--black-bg);
}

.page-template-service .form {
    background-image: linear-gradient(0deg, var(--black-bg) 40%, #fff 40%);
}

.service-hero {
    color: var(--white);
    background-image: url("https://cdn.prod.website-files.com/68e633bdb640c4023a2696a9/68e8b18e3fe47c36aea4a540_Frame 1789944367.webp");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 120px;
}

.service-hero-content {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    display: flex;
}

.service-hero-info {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
}

.service-hero-btns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
}

.service-hero-info-text {
    width: 65%;
    font-size: 20px;
    line-height: 120%;
}

.preem {
    background-color: var(--white);
    padding-top: 120px;
    padding-bottom: 60px;
}

.preem-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
}

.preem-block {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    background-color: #1a21290a;
    border-radius: 12px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding: 24px;
    display: grid;
}

.preem-list {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-radius: 12px;
    grid-template-rows: auto;
    grid-template-columns: repeat(4, 1fr);
    grid-auto-columns: 1fr;
    display: grid;
    overflow: hidden;
}

.preem-item {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    background-color: #1a21290a;
    flex-flow: column;
    padding: 32px;
    display: flex;
}

.preem-block-img {
    object-fit: cover;
    border-radius: 12px;
    width: 100%;
    height: 508px;
}

.preem-block-info {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    display: flex;
}

.preem-block-info-text {
    font-size: 20px;
    line-height: 120%;
}

.preem-item-icon {
    background-color: #1a21290a;
    background-image: url("https://cdn.prod.website-files.com/68e633bdb640c4023a2696a9/68e8c413211db4d96a45fa4b_minimalist-flat-line-icon-of-a-professional-worker.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 12px;
    width: 72px;
    height: 72px;
}

.preem-item-title {
    letter-spacing: -.02em;
    text-transform: uppercase;
    font-family: Noto Sans Display Condensed, Arial, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 95%;
}

.preem-item-info {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    display: flex;
}

.category-hero {
    color: var(--white);
    background-image: url("https://cdn.prod.website-files.com/68e633bdb640c4023a2696a9/68e8cb1e2f23eec5eb45d699_Frame 1789944368.webp");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.category-hero-content {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    padding-top: 200px;
    padding-bottom: 84px;
    display: flex;
}

.category-hero-info {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
}

.category-hero-btns {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.category-hero-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
}

.category-hero-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.category-hero-item::before {
    content: '';
    display: inline-block;
    width: 19px;
    height: 14px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='19' height='14' viewBox='0 0 19 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 6.66L6.66 12.32L18 1' stroke='%23BF6643' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    flex-shrink: 0;
}

.category-hero-info-span {
    opacity: .5;
}

.category-goods {
    background-color: var(--black-bg);
    color: var(--white);
    padding-top: 120px;
    padding-bottom: 120px;
}

.category-goods-content {
    margin-top: 64px;
}

.category-goods-head {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
}

.category-goods-head-text {
    font-size: 20px;
    line-height: 120%;
}

.category-goods-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    display: grid;
}

.category-goods-item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    background-color: #f7f4ee05;
    border-radius: 8px;
    flex-flow: column;
    padding: 8px;
    display: flex;
}

.category-goods-item-block {
    padding: 24px 16px;
    background-color: #F7F4EEB2;
    border-radius: 8px;
    overflow: hidden;
}

.term-natyazhnye-potolki .category-goods-item-block {
    padding: 0;
}

.category-goods-item-img {
    object-fit: contain;    
    width: 100%;
    height: 320px;   
    transition: transform .2s; 
    pointer-events: none;
}

.category-goods-item:hover .category-goods-item-img {
    transform: scale(1.1);
}

.term-natyazhnye-potolki .category-goods-item-img {
    object-fit: cover;    
    object-position: center;
}

.category-goods-item-info {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    padding: 12px;
    display: flex;
    flex-grow: 1;
}

.category-goods-item-title {
    letter-spacing: -.02em;
    text-transform: uppercase;
    font-family: Noto Sans Display Condensed, Arial, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 95%;
}

.category-goods-item-text {
    opacity: .5;
}

.category-goods-item-link {
    color: var(--orange);
    font-weight: 600;
    text-decoration: underline;
    text-transform: uppercase;
    margin-top: auto;
}

.category-goods-item:hover .category-goods-item-link {
    color: var(--dark-orange);
    text-decoration: none;
}

.category-goods-btns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-items: flex-start;
    margin-top: 64px;
    display: flex;
}

.category-form {
    color: var(--white);
    background-color: #14181d;
    padding-top: 64px;
    padding-bottom: 64px;
}

.category-form-content {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
    grid-template-rows: auto;
    grid-template-columns: .6fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.category-form-img {
    object-fit: cover;
    border-radius: 12px;
    width: 100%;
    height: 485px;
}

.category-form-info {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 46px;
    display: flex;
}

.category-form-info-text {
    font-size: 20px;
    line-height: 120%;
}

.category-small-form {
    color: var(--white);
    background-color: #1a2129;
    background-image: url("/wp-content/uploads/2025/10/6955bbd47b4c69df12e91bd0b9f3183cd82d9a4a.webp");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 84px;
    padding-bottom: 84px;
}

.category-small-form-content {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-rows: auto;
    grid-template-columns: 2.5fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.category-small-form-info {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
}

.category-small-form-btns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
}

.category-small-form-text {
    opacity: .8;
    font-size: 20px;
    line-height: 120%;
}

.category-zamer {
    padding-bottom: 60px;
}

.category-zamer-content {
    grid-column-gap: 46px;
    grid-row-gap: 46px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
}

.category-zamer-info {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
}

.category-zamer-images {
    background-color: #1a21290a;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    padding: 94px 68px;
}

.category-zamer-img {
    object-fit: cover;
    border-radius: 12px;
    width: 100%;
    height: 524px;
}

.category-zamer-info-head {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
}

.category-zamer-info-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    display: flex;
}

.category-zamer-info-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.category-zamer-info-item::before {
    content: '';
    display: inline-block;
    width: 19px;
    height: 14px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='19' height='14' viewBox='0 0 19 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 6.66L6.66 12.32L18 1' stroke='%23BF6643' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    flex-shrink: 0;
}

.category-zamer-info-text {
    font-size: 20px;
    line-height: 120%;
}

.category-works {
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
}

.category-works-head {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: flex;
}

.category-works-head-text {
    font-size: 20px;
    line-height: 120%;
}

.category-works-content {
    margin-top: 64px;
}

.swiper.works-swiper {
    overflow: visible;
}

.category-works-slide-box {
    display: block;
    width: 100%;
    height: 100%;
}

.category-works-slide-img {
    object-fit: cover;
    border-radius: 8px;
    width: 100%;
    height: 360px;
}

.category-brands {
    padding-top: 60px;
    padding-bottom: 60px;
}

.category-brands-content {
    margin-top: 48px;
}

.category-brands-list {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-rows: 150px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: 150px;
    display: grid;
}

.category-brands-item {
    background-color: #1a21290a;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    height: 100%;
    display: flex;
    cursor: pointer;
}

.category-brands-item-img {
    filter: contrast(0%) grayscale();
    object-fit: contain;
    height: 58px;
    max-width: 80%;
    transition: all .2s;
}

.category-brands-item:hover .category-brands-item-img {
    filter: contrast(100%) grayscale(0);
}

.contacts {
    background-color: var(--black-bg);
    color: var(--white);
    padding-top: 84px;
    padding-bottom: 84px;
}

.contacts-content {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: .6fr 1fr;
    margin-top: 48px;
    display: grid;
}

.contacts-title {
    letter-spacing: -.02em;
    text-transform: uppercase;
    font-family: Noto Sans Display Condensed, Arial, sans-serif;
    font-size: 42px;
    font-weight: 400;
    line-height: 95%;
}

.contacts-map {
    border-radius: 12px;
    overflow: hidden;
}

.contacts-map > div {
    height: 100%;
}

.contacts-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
}

.contacts-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #f7f4ee0a;
    border-radius: 12px;
    padding: 32px 24px;
    display: flex;
}

.contacts-item-icon {
    background-color: #f7f4ee0a;
    background-image: url("https://cdn.prod.website-files.com/68e633bdb640c4023a2696a9/68e8fb11f192f02cd7e02baa_Location.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    border-radius: 8px;
    flex: none;
    width: 56px;
    height: 56px;
}

.contacts-item-info {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    display: flex;
}

.contacts-item-info-item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-bottom: 1px dashed #f7f4ee1f;
    flex-flow: column;
    padding-bottom: 12px;
    display: flex;
}

.contacts-item-info-text {
    letter-spacing: -.02em;
    text-transform: uppercase;
    font-family: Noto Sans Display Condensed, Arial, sans-serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 95%;
}

.contacts-item-info-item-span {
    opacity: .6;
}

/*  */

.product {
    padding-top: 120px;
    padding-bottom: 64px;
    color: #fff;
    background-color: var(--black-bg);
}

.product-content {
    display: grid;
    grid-template-columns: 1.5fr 1fr;
    gap: 64px;
}

.swiper.gallery-swiper {
    min-width: 0;
    max-width: 100%;
    height: fit-content;
    background-color: #F7F4EEB2;
    border-radius: 8px;
    margin-left: 0;
    margin-right: 0;
}

.product-info {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.product-info-head {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.product-info-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.gallery-slide-box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 46px;    
}

.gallery-slide-img {    
    height: 490px;    
}

.product-info-text {
    font-size: 20px;
    line-height: 120%;
    opacity: .7;
}

.product-info-block {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.product-info-item {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.product-info-item-span.grey {
    opacity: .6;
}

.product-info-block-title {
    font-size: 20px;
    line-height: 120%;
    font-weight: 600;
}

/*  */

/*  */

.popup {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
    opacity: 0;
    backdrop-filter: blur(12px);
}

.popup-bg {
    position: absolute;
    inset: 0;
    z-index: 9998;
}

.popup-block {
    position: relative;
    z-index: 9999;
    padding: 50px 30px;
    max-width: 600px;
    width: 100%;
    background-color: var(--black-bg);
    background-image: url("/wp-content/uploads/2025/10/6955bbd47b4c69df12e91bd0b9f3183cd82d9a4a.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 12px;
}

.popup-info-title {
    letter-spacing: -.02em;
    text-transform: uppercase;
    font-family: Noto Sans Display Condensed, Arial, sans-serif;
    font-size: 48px;
    font-weight: 400;
    line-height: 95%;
    color: #fff;
}

.popup-info-text {
    font-size: 18px;
    line-height: 110%;
    color: #fff;
}

.popup-info {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
}

.popup-info-head {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    text-align: center;
}

.popup-close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5 5L19 18.707' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3e%3cpath d='M5 19L19 5.29297' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

#custom-form .custom-form {
    margin: 0;
}

#custom-form .custom-field,
#custom-form .custom-dropdown,
#custom-form .custom-label {
    padding-top: 6px;
    padding-bottom: 6px;
}

#custom-form .custom-field input,
#custom-form .custom-dropdown select {
    height: 50px;
    background: transparent;
}

#custom-form .custom-textarea textarea {
    height: 100px;
    resize: none;
    background: transparent;
}

#custom-form .custom-form-btn {
    height: 50px;
    width: 100%;
}

#custom-form .custom-label label {
    font-size: 14px;
    color: #fff;
}

#custom-form .custom-label label a {
    text-decoration: underline;
}

#custom-form .custom-label label a:hover {
    color: var(--orange);
}

#custom-form .custom-dropdown option {
    color: var(--text);
}

/*  */

.custom-page {
    padding-top: 120px;
    padding-bottom: 84px;
    background-color: var(--black-bg);
    color: var(--white);
}

.custom-page-content {
    margin-top: 64px;
}

.not-found {
    padding-top: 120px;
    padding-bottom: 84px;
    background-color: var(--black-bg);
    color: var(--white);
}

.not-found-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    margin-top: 64px;
}

.not-found-text {
    font-size: 18px;
    line-height: 110%;
    text-align: center;
}

.not-found-span {
    letter-spacing: -.02em;
    text-transform: uppercase;
    font-family: Noto Sans Display Condensed, Arial, sans-serif;
    font-size: 150px;
    font-weight: 400;
    line-height: 95%;
}

.not-found h1 {
    text-align: center;
}

.woocommerce-pagination {
    margin-top: 64px;
}

.woocommerce-pagination > .page-numbers {
    display: flex;
    justify-content: center;
    gap: 12px;
    list-style-type: none;
    padding-left: 0;
}

.woocommerce-pagination li .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    background-color: var(--white);
    color: var(--text);
    border-radius: 4px;
}

.woocommerce-pagination li .page-numbers.current {
    background-color: var(--dark-orange);
    color: var(--white);
}

@media screen and (max-width: 1399px) {
    .hero {
        padding-bottom: 320px;
    }
    
    .hero-img {
        right: -100px;
        bottom: -320px;
    }

    .hero-info {
        gap: 32px;
    }

    .h1 {
        font-size: 76px;
    }

    .title-accent {
        font-size: 52px;
    }

    .navbar-menu-socials,
    .navbar-menu-list {
        padding-left: 24px;
    }

    .h2 {
        font-size: 52px;
    }

    .navbar-contacts-list {
        display: none;
    }
}

@media screen and (max-width: 1199px) {
    .container,
    .navbar-container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .hero-img {
        right: -150px;
    }

    .catalog-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .portfolio-list {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media screen and (max-width: 1099px) {
    .hero-img {
        right: -200px;
    }

    .shops-list {
        grid-template-columns: repeat(2, 1fr);
    }

    .shops-item-block {
        grid-area: span 1 / span 2;
    }
}

@media screen and (max-width: 991px) {
    .hero {
        background-size: auto 530px, cover;
        padding-top: 120px;
        padding-bottom: 0;
        overflow: hidden;
    }

    .navbar-container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .navbar-logo {
        z-index: 10;
    }

    .navbar-menu {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        background-color: var(--black-bg);
        flex-flow: column;
        min-width: 100%;
        padding-top: 120px;
        position: fixed;
        inset: 0%;
    }

    .navbar-menu-list {
        flex-flow: column;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
    }

    .navbar-menu-link {
        margin-left: 0;
        margin-right: 0;
        font-size: 18px;
    }

    .navbar-menu-btn {
        border-left: 1px solid #f7f4ee1f;
        margin-left: auto;
        color: var(--white);
    }

    .navbar-menu-btn.w--open {
        z-index: 10;
        background-color: #0000;
        border-left-width: 0;
    }

    .navbar-menu-btn.w--open .navbar-menu-btn-icon::before {
        content: '';
        display: inline-block;
        width: 24px;
        height: 24px;
        background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5 5L19 18.707' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3e%3cpath d='M5 19L19 5.29301' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3e%3c/svg%3e ");
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .navbar-links-list {
        display: flex;
        justify-content: center;
        gap: 8px;
        margin-top: 46px;
    }

    .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .hero-content {
        padding-bottom: 530px;
    }

    .hero-info {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
        width: 100%;
    }

    .h1 {
        font-size: 76px;
    }

    .title-accent {
        font-size: 52px;
    }

    .hero-img {
        object-fit: contain;
        width: 100%;
        height: 700px;
        bottom: -150px;
    }

    .navbar-menu-socials {
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        margin-top: 46px;
    }

    .navbar-menu-phone {
        font-size: 18px;
    }

    .category {
        padding-top: 84px;
    }

    .h2 {
        font-size: 52px;
    }

    .category-content {
        margin-top: 64px;
    }

    .category-slide-content {
        width: 85%;
    }

    .category-slide-img {
        min-width: 0;
        max-width: 343px;
        height: 340px;
    }

    .category-slide-title {
        font-size: 36px;
    }

    .category-slide-big {
        margin-top: auto;
        margin-bottom: auto;
        font-size: 202px;
        inset: 0% auto auto 0%;
    }

    .clients {
        padding-top: 84px;
        padding-bottom: 84px;
    }

    .clients-list {
        grid-column-gap: 96px;
        grid-row-gap: 96px;
        flex-flow: column;
        display: flex;
    }

    .clients-item {
        grid-column-gap: 48px;
        grid-row-gap: 48px;
        grid-template-columns: 1fr;
    }

    .clients-item-image {
        border-radius: 16px;
        padding: 16px;
    }

    .clients-item-img {
        width: 100%;
    }

    .clients-item-info {
        padding: 0;
    }

    .reasons {
        background-position: 400px 0, 100% 0, 0 0;
        background-size: auto, 100% 380px, auto;
        padding-top: 84px;
        padding-bottom: 84px;
    }

    .reasons-list {
        grid-template-columns: 1fr 1fr;
    }

    .reasons-item:nth-child(-n+3),
    .reasons-item:nth-last-child(-n+2) {
        grid-area: auto;
    }

    .reasons-item-title {
        font-size: 24px;
    }

    .sales {
        padding-top: 84px;
        padding-bottom: 84px;
    }

    .sales-slide-title {
        font-size: 24px;
    }

    .projects {
        padding-top: 84px;
        padding-bottom: 50px;
    }

    .projects-small {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
        flex-flow: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .brands {
        padding-top: 50px;
        padding-bottom: 84px;
    }

    .brands-slide-title {
        font-size: 36px;
    }

    .photo {
        padding-top: 84px;
        padding-bottom: 84px;
    }

    .reviews {
        padding-top: 84px;
        padding-bottom: 50px;
    }

    .footer-form {
        grid-template-columns: 1.75fr;
        padding: 46px 32px;
    }

    .footer-form-btns {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        flex-flow: row;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }

    .footer-top {
        grid-template-columns: 1fr 1fr;
    }

    .page-hero {
        padding-top: 160px;
    }

    .catalog-list,
    .page-sales-list {
        grid-template-columns: 1fr 1fr;
    }

    .portfolio {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .portfolio-item-slide-img {
        height: 360px;
    }

    .portfolio-item-info-title {
        font-size: 36px;
    }

    .about {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .about-head {
        flex-flow: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .about-head-text {
        width: 100%;
    }

    .about-content {
        grid-template-columns: 1fr;
    }

    .about-info-title {
        font-size: 36px;
    }

    .about-info-item-big {
        font-size: 52px;
    }

    .shops {
        padding-top: 64px;
        padding-bottom: 64px;
    }    

    .shops-item-info-title {
        font-size: 24px;
    }

    .shops-item-link {
        flex-flow: row;
        justify-content: flex-start;
    }

    .team {
        padding-top: 64px;
    }

    .team-content-title {
        font-size: 36px;
    }

    .team-item-head {
        flex-flow: column;
        justify-content: space-between;
        align-items: flex-start;
    }

    .team-image {
        height: 400px;
    }

    .form {
        padding-top: 64px;
    }

    .service-hero {
        padding-top: 160px;
        padding-bottom: 84px;
    }

    .service-hero-info-text {
        width: 100%;
    }

    .preem {
        padding-top: 64px;
    }

    .preem-block {
        grid-template-columns: 1fr;
    }

    .preem-list {
        grid-template-columns: 1fr 1fr;
    }

    .preem-block-img {
        height: 400px;
    }

    .category-hero-content {
        padding-top: 160px;
    }

    .category-goods {
        padding-top: 84px;
        padding-bottom: 84px;
    }

    .category-goods-list {
        grid-template-columns: 1fr 1fr;
    }

    .category-form-content {
        grid-template-columns: 1fr;
    }

    .category-form-info {
        padding-left: 0;
    }

    .category-small-form {
        padding-top: 46px;
        padding-bottom: 46px;
    }

    .category-small-form-content {
        grid-template-columns: 2.5fr;
    }

    .category-small-form-btns {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        display: grid;
    }

    .category-zamer-content {
        flex-flow: column-reverse;
        grid-template-columns: 1.25fr;
        display: flex;
    }

    .category-zamer-info {
        grid-column-gap: 48px;
        grid-row-gap: 48px;
    }

    .category-zamer-images {
        margin-left: -16px;
        margin-right: -16px;
        padding: 32px 16px;
    }

    .category-zamer-img {
        height: 460px;
    }

    .category-brands-list {
        grid-template-rows: 100px;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .category-brands-item-img {
        height: 36px;
    }

    .contacts-content {
        grid-template-columns: 1fr;
    }

    .contacts-map {
        height: 480px;
    }

    .product-content {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .swiper.gallery-swiper {
        width: 100%;
    }

    .gallery-slide-img {
        height: 380px;
        object-fit: contain;
        object-position: center;
    }

    .navbar-contacts-list {
        margin-top: 46px;
        display: flex;
    }

    .navbar-contacts-link {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .hero {
        background-size: auto 450px, cover;
    }

    .navbar-logo {
        padding-left: 0;
    }

    .navbar-logo-icon {
        width: 116px;
        height: 22px;
    }

    .hero-content {
        padding-bottom: 470px;
    }

    .hero-info {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
    }

    .h1 {
        font-size: 48px;
    }

    .title-accent {
        font-size: 36px;
    }

    .hero-info-text {
        font-size: 16px;
    }

    .hero-info-btns {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        align-self: stretch;
        display: grid;
    }

    .hero-img {
        height: 600px;
        bottom: -80px;
    }

    .hero-info-block {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
    }

    .category {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .h2 {
        font-size: 36px;
    }

    .category-content {
        margin-top: 48px;
    }

    .swiper.category-swiper {
        display: none;
    }

    .category-list {
        display: flex;
        flex-direction: column;
        gap: 48px;
    }

    .category-slide-content {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
        flex-flow: column;
        width: 100%;
    }

    .category-slide-img {
        max-width: 100%;
        height: 260px;
    }

    .category-slide-info {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
    }

    .category-slide-title {
        font-size: 26px;
    }

    .category-slide-text {
        font-size: 14px;
    }

    .clients {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .clients-content {
        margin-top: 48px;
    }

    .clients-list {
        grid-column-gap: 80px;
        grid-row-gap: 80px;
    }

    .clients-item {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
    }

    .clients-item-image {
        border-radius: 8px;
        padding: 8px;
    }

    .clients-item-img {
        border-radius: 8px;
        height: 206px;
    }

    .clients-item-info {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
    }

    .clients-item-title {
        font-size: 26px;
    }

    .clients-item-text,
    .clients-item-preem-title {
        font-size: 16px;
    }

    .clients-item-spec {
        font-size: 14px;
    }

    .reasons {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .reasons-content {
        margin-top: 48px;
    }

    .reasons-list {
        grid-template-columns: 1fr;
    }

    .reasons-item {
        grid-column-gap: 48px;
        grid-row-gap: 48px;
    }

    .reasons-item-info {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
    }

    .reasons-item-title {
        font-size: 20px;
    }

    .reasons-item-text {
        font-size: 14px;
    }

    .sales {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .sales-content {
        margin-top: 48px;
    }

    .sales-slide-img {
        height: 200px;
    }

    .sales-slide-text {
        font-size: 14px;
    }

    .projects {
        padding-top: 64px;
    }

    .projects-content {
        margin-top: 48px;
    }

    .projects-small {
        padding: 16px;
    }

    .projects-small-text {
        font-size: 16px;
    }

    .projects-slide-img {
        height: 280px;
    }

    .brands {
        padding-bottom: 64px;
    }

    .brands-content {
        margin-top: 48px;
    }

    .brands-slide {
        padding: 8px;
    }

    .brands-slide-list {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
    }

    .brands-slide-item {
        height: 72px;
    }

    .brands-slide-img {
        height: 24px;
    }

    .photo {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .photo-content {
        margin-top: 48px;
    }

    .swiper-slide-img {
        height: 170px;
    }

    .reviews {
        padding-top: 64px;
    }

    .reviews-content {
        margin-top: 48px;
    }

    .reviews-slide {
        grid-column-gap: 48px;
        grid-row-gap: 48px;
        padding: 16px;
    }

    .reviews-slide-text {
        font-size: 16px;
    }

    .reviews-slide-title {
        font-size: 20px;
    }

    .reviews-slide-span {
        font-size: 14px;
    }

    .footer-form {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
        padding: 32px 16px;
    }

    .footer-form-btns {
        flex-flow: column;
        display: flex;
    }

    .footer-form-info-text {
        font-size: 16px;
    }

    .footer-top {
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
        display: flex;
    }

    .footer-bottom {
        grid-column-gap: 8px;
        grid-row-gap: 8px;
        flex-flow: column;
        justify-content: flex-start;
        align-items: center;
    }

    .footer-top-logo,
    .footer-top-menu,
    .footer-top-contacts,
    .footer-top-contacts-list,
    .footer-top-contacts-block {
        justify-content: flex-start;
        align-items: center;
    }

    .page-hero {
        padding-top: 130px;
    }

    .page-hero-text {
        font-size: 16px;
    }

    .catalog {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .catalog-list {
        grid-template-columns: 1fr;
    }

    .catalog-item {
        padding: 16px;
    }

    .catalog-item-info-title {
        font-size: 26px;
    }

    .page-sales {
        padding-top: 64px;
    }

    .page-sales-list {
        grid-template-columns: 1fr;
    }

    .page-sales-item-title {
        font-size: 20px;
    }

    .portfolio-item-slide-img {
        height: 280px;
    }

    .portfolio-item-info-title {
        font-size: 26px;
    }

    .portfolio-item-info-span {
        font-size: 16px;
    }

    .portfolio-item-info-text,
    .portfolio-item-info-spec {
        font-size: 14px;
    }

    .portfolio-item-info-spec-span {
        font-size: 12px;
    }

    .about-info-item {
        padding: 24px;
    }

    .about-info-item-head {
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .about-info-item-text {
        font-size: 16px;
    }

    .shops-item-img {
        height: 180px;
    }

    .shops-item-link {
        padding: 24px;
    }

    .shops-item-link-info {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
    }

    .shops-item-link-title {
        font-size: 20px;
    }

    .shops-item-link-text {
        font-size: 14px;
    }

    .team-content {
        margin-top: 64px;
    }

    .team-head-text {
        font-size: 16px;
    }

    .team-list {
        grid-template-columns: 1fr;
    }

    .team-item {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
        padding: 16px;
    }

    .team-item-head {
        flex-flow: row;
        justify-content: flex-start;
        align-items: center;
    }

    .team-item-icon {
        width: 48px;
        height: 48px;
    }

    .team-item-title {
        font-size: 24px;
    }

    .team-item-text {
        font-size: 16px;
    }

    .team-image {
        height: 180px;
    }

    .form {
        padding-top: 48px;
    }

    .service-hero-btns {
        flex-flow: column;
    }

    .service-hero-info-text {
        font-size: 16px;
    }

    .preem-block {
        grid-column-gap: 24px;
        grid-row-gap: 24px;
        padding: 12px;
    }

    .preem-list {
        grid-template-columns: 1fr;
    }

    .preem-item {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
        padding: 24px;
    }

    .preem-block-img {
        height: 230px;
    }

    .preem-block-info-text {
        font-size: 16px;
    }

    .preem-item-icon {
        width: 48px;
        height: 48px;
    }

    .preem-item-title {
        font-size: 20px;
    }

    .category-hero-info-span {
        font-size: 14px;
    }

    .category-goods-head-text {
        font-size: 16px;
    }

    .category-goods-list {
        grid-template-columns: 1fr;
    }

    .category-goods-btns {
        flex-flow: column;
        align-items: stretch;
    }

    .category-form-img {
        height: 300px;
    }

    .category-form-info {
        align-items: stretch;
    }

    .category-form-info-text {
        font-size: 16px;
    }

    .category-small-form-content {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
    }

    .category-small-form-btns {
        grid-template-columns: 1fr;
    }

    .category-small-form-text {
        font-size: 16px;
    }

    .category-zamer-info {
        grid-column-gap: 32px;
        grid-row-gap: 32px;
    }

    .category-zamer-img {
        height: 206px;
    }

    .category-zamer-info-item {
        font-size: 14px;
    }

    .category-zamer-info-text,
    .category-works-head-text {
        font-size: 16px;
    }

    .category-brands-list {
        grid-template-columns: 1fr;
    }

    .contacts {
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .contacts-map {
        height: 340px;
    }

    .contacts-item {
        flex-flow: column;
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .contacts-item-info-text {
        font-size: 20px;
    }

    .contacts-item-info-span,
    .contacts-item-info-item-span {
        font-size: 14px;
    }

    .portfolio-list {
        grid-template-columns: 1fr;
    }

    .shops-list {
        grid-template-columns: 1fr;
    }

    .shops-item-block {
        grid-area: auto;
    }

    .about-slide-img {
        height: 420px;
    }

    .reviews-nav {
        gap: 12px;
    }

    .swiper-button-next.projects-button-next,
    .swiper-button-prev.projects-button-prev,
    .reviews-button-prev, .reviews-button-next {
        width: 49px;
        height: 49px;
    }
}

@media screen and (max-width: 479px) {
    .hero {
        background-size: auto 300px, cover;
    }

    .hero-content {
        padding-bottom: 300px;
    }

    .btn {
        padding-left: 30px;
        padding-right: 30px;
        font-size: 14px;
    }

    .hero-info-btns {
        grid-template-columns: 1fr;
    }

    .hero-img {
        height: 350px;
        bottom: -50px;
    }

    .category-slide-img {
        height: 220px;
    }

    .clients-item-info,
    .projects-small {
        align-items: stretch;
    }

    .reviews-slide-text {
        font-size: 14px;
    }

    .footer-top-contacts-block {
        text-align: center;
    }

    .catalog-item-img {
        height: 220px;
    }

    .catalog-item-text {
        font-size: 14px;
        line-height: 120%;
    }

    .page-sales-item-img {
        height: 220px;
    }

    .page-sales-item-text {
        font-size: 14px;
        line-height: 120%;
    }

    .portfolio-item-info {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .portfolio-item-info-head {
        flex-flow: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .portfolio-item-info-spec {
        justify-content: space-between;
        align-items: flex-start;
    }

    .portfolio-item-info-spec-span {
        text-align: right;
    }

    .about-info-list {
        grid-template-columns: 1fr;
    }

    .about-info-item {
        grid-column-gap: 48px;
        grid-row-gap: 48px;
    }

    .about-info-item-head {
        flex-flow: row;
        justify-content: space-between;
        align-items: flex-end;
    }

    .about-info-item-span {
        font-size: 14px;
    }

    .shops-item-info-title {
        font-size: 20px;
    }

    .shops-item-link {
        flex-flow: column;
    }

    .shops-item-link-icon {
        width: 48px;
        height: 48px;
    }

    .team-content-title {
        font-size: 32px;
    }

    .team-item-head {
        grid-column-gap: 16px;
        grid-row-gap: 16px;
    }

    .team-item-title {
        font-size: 20px;
    }

    .preem-item-text {
        font-size: 14px;
    }

    .category-goods-btns {
        margin-top: 48px;
    }

    .contacts-item {
        padding: 12px;
    }

    .about-slide-img {
        height: 360px;
    }

    .gallery-slide-img {
        height: 280px;
    }
}

#w-node-_010a5911-61d9-02ea-c0ea-886c53a41a9a-3a269775,
#w-node-_25e99653-db69-9cba-639d-e4149b6bf7eb-3a269775,
#w-node-_0391b0a3-533b-48f2-9141-3966d181d648-3a269775 {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9676c7dd-58e5-f380-a7fc-6d9146710103-3a269775,
#w-node-_75fccf77-f53f-d332-3e9d-16bb71326258-3a269775 {
    grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_9ce7af41-e316-516e-4ff4-c9f9574b0e2b-62bf9290,
#w-node-_9ce7af41-e316-516e-4ff4-c9f9574b0e33-62bf9290,
#w-node-_9ce7af41-e316-516e-4ff4-c9f9574b0e3b-62bf9290 {
    grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_9ce7af41-e316-516e-4ff4-c9f9574b0e43-62bf9290,
#w-node-_9ce7af41-e316-516e-4ff4-c9f9574b0e4b-62bf9290 {
    grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 991px) {

    #w-node-_010a5911-61d9-02ea-c0ea-886c53a41a9a-3a269775,
    #w-node-_25e99653-db69-9cba-639d-e4149b6bf7eb-3a269775,
    #w-node-_0391b0a3-533b-48f2-9141-3966d181d648-3a269775,
    #w-node-_9676c7dd-58e5-f380-a7fc-6d9146710103-3a269775,
    #w-node-_75fccf77-f53f-d332-3e9d-16bb71326258-3a269775 {
        grid-column: span 1 / span 1;
    }

    #w-node-_37bdd58a-7834-835b-d0c9-d065182b257f-182b256f {
        grid-area: span 1 / span 2 / span 1 / span 2;
    }

    #w-node-_9ce7af41-e316-516e-4ff4-c9f9574b0e2b-62bf9290 {
        grid-area: span 1 / span 1 / span 1 / span 1;
    }

    #w-node-_9ce7af41-e316-516e-4ff4-c9f9574b0e33-62bf9290,
    #w-node-_9ce7af41-e316-516e-4ff4-c9f9574b0e3b-62bf9290,
    #w-node-_9ce7af41-e316-516e-4ff4-c9f9574b0e43-62bf9290,
    #w-node-_9ce7af41-e316-516e-4ff4-c9f9574b0e4b-62bf9290 {
        grid-column: span 1 / span 1;
    }
}

/* dev */

.dev-link {
	display: flex;
	align-items: center;
	gap: 6px;
	color: #fff;
	opacity: .7;
}

.dev-link:hover {
	opacity: 1;
}

.dev-icon {
	display: inline-block;
	width: 40px;
	height: 40px;
	background-image: url('/wp-content/uploads/2025/11/pr-logo-w.svg');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}