:root {
    --primary-color: #151415;
    --min-color: rgba(21, 20, 21, 0.55);
    --text-color: #ffffff;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, address, section, video, audio { 
    border: 0;
    font-size: 100%; 
    font-style: inherit; 
    outline: 0;
}
* {
    font-family: 'Manrope', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-weight: 300;
    outline:none!important; 
}
body {
	-webkit-text-size-adjust: 100%;
    color: var(--primary-color);
    background: #ffffff;
    font-size: clamp(0.85rem, 1.111vw, 1rem);
    line-height: 1.2;
    letter-spacing: -0.2px;
}
h1, h2, h3, h4, h5, h6 {
    text-align: left;
    margin-bottom: 40px;
    line-height: 1.2;
    color: var(--primary-color);
}
h2 {
    font-size: clamp(24px, 2.8vw, 40px);
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 60px;
    text-transform: uppercase;
}
iframe {
    max-width: 100%;
    display: block; 
    margin: auto;
}
a {
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    transition: 0.3s;
}
ul li {
    list-style: none;
}
img {
    max-width: 100%; 
    display: block; 
    margin: auto;
}
strong { 
	font-weight: 700;
}
p {
    font-size: clamp(0.85rem, 1.111vw, 1rem);
    margin-bottom: 35px;
    font-weight: 400;
}
input, textarea, button {
    cursor: pointer;
}
.go a {
    font-size: inherit;
    font-weight: 400;
    display: inline-block;
    padding: 14px 36px;
    border: 1px solid var(--text-color);
    color: var(--primary-color);
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
    background: var(--text-color);
    cursor: pointer;
    border-radius: 2px;
}
.go a:hover {
    background: var(--primary-color);
    color: var(--text-color);
}
section {
    padding: 6.5vw 4vw;
}
.min-title {
    font-size: clamp(0.85rem, 1.111vw, 1.2rem);
    text-transform: uppercase;
    color: var(--min-color);
    margin-bottom: 40px;
}

/* ===== ШАПКА ===== */
.header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    padding: 20px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background 0.3s;
}
.header.scrolled {
    background: rgba(21, 20, 21, 0.95);
    backdrop-filter: blur(10px);
}
.header-menu ul {
    display: flex;
    gap: 5vw;
    align-items: center;
}
.header-menu ul li {
    list-style: none;
}
.header-menu ul li a {
    text-transform: uppercase;
    color: var(--text-color);
}
.header-menu ul li a:hover {
    text-decoration: underline;
}
.logo {
    margin: 0px auto;
    width: 150px;
}
.header-menu {
    width: 40%;
}
.header-info {
    display: flex;
    gap: 20px;
    align-items: center;
    width: 40%;
    justify-content: end;
}
.lang-btn {
    color: var(--text-color)
}

.hero {
    background: url(/wp-content/uploads/2026/06/head.jpg) no-repeat 50% 100% / cover;
    position: relative;
    height: 100vh;
    min-height: 700px;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
    padding: 5vw 3vw;
}
.hero-content {
  position: relative;
  color: var(--text-color);
  margin: auto 0 0;
  display: flex;
}
.hero-content p {
  width: clamp(280px, 24vw, 500px);
  padding-right: 3vw;
}
.hero-title {
    display: flex;
    flex-direction: column;
}
.hero-title h1 {
    color: var(--text-color);
  font-size: clamp(40px, 3.25vw, 100px);
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: -0.2px;
}


/* ===== БРЕНД ===== */
.about-title {
    margin-bottom: 80px;
}
.about-row {
  display: flex;
  justify-content: space-between;
}
.about-row .img {
    width: 65%;
}
.about-row .img img {
    margin: 0px 0px 0px auto;
    width: 500px;
}
.about-row .text {
    width: 21vw;
}



/* ===== КОВЁР ===== */
.rug-section {
    padding-top: 0px;
    display: flex;
    justify-content: space-between;
}
.rug-section .text {
    margin: 0px auto;
    width: 38vw;
}





/* ===== СЕКЦИЯ ПРЕИМУЩЕСТВ ===== */
.features-section {
    background: url(/wp-content/uploads/2026/06/bg-scaled.jpg) no-repeat 50% 50% / cover;
    position: relative;
}
.features-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}
.features-wrap {
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.features-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    position: relative;
}
.feature-item {
  background: rgb(255 255 255 / 90%);
  padding: 38px;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 380px;
  width: 100%;
  flex-shrink: 0;
}
.feature-item-1 {
  max-width: 420px;
  margin-right: 20vw;
}
.feature-item-2 {
  margin-left: auto;
}
.feature-item-4 {
    margin-left: 20vw;
}
.feature-item-5 {
  max-width: 460px;
  margin-left: auto;
}
.feature-title {
  font-size: clamp(0.9rem, 1.111vw, 1.5rem);
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.feature-text {
  margin: 0;
}
.feature-big {
    grid-column: span 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
}


/* ===== ГАЛЕРЕЯ ===== */
.gallery-section {
    margin: 0 auto;
}
.gallery-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #151415;
    opacity: 0.5;
    margin-bottom: 40px;
}
.gallery-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 20px;
}
.gallery-item {
    position: relative;
    overflow: hidden;
}
.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s;
}
.gallery-item:hover img {
    transform: scale(1.05);
}
.gallery-item-1 {
    grid-column: span 8;
    grid-row: span 2;
    height: 600px;
}
.gallery-item-2 {
    grid-column: span 4;
    height: 290px;
}
.gallery-item-3 {
    grid-column: span 4;
    height: 290px;
}
.gallery-item-4 {
    grid-column: span 6;
    height: 400px;
}
.gallery-item-5 {
    grid-column: span 6;
    height: 400px;
}
.gallery-item-6 {
    grid-column: span 4;
    height: 350px;
}
.gallery-item-7 {
    grid-column: span 4;
    height: 350px;
}
.gallery-item-8 {
    grid-column: span 4;
    height: 350px;
}
.gallery-num {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 12px;
    color: var(--text-color);
    background: rgba(21, 20, 21, 0.5);
    padding: 4px 10px;
    border-radius: 2px;
}
/* ===== СЕКЦИЯ ПРОЕКТЫ ===== */
.projects-section {
    padding: 0 60px 120px;
    margin: 0 auto;
}
.projects-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #151415;
    opacity: 0.5;
    margin-bottom: 40px;
}
.projects-title {
    font-size: 40px;
    font-weight: 300;
    line-height: 1.2;
    max-width: 700px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.projects-desc {
    font-size: 16px;
    line-height: 1.6;
    color: #151415;
    opacity: 0.7;
    max-width: 600px;
    margin-bottom: 40px;
}
.projects-btn {
    display: inline-block;
    padding: 14px 36px;
    border: 1px solid #151415;
    color: #151415;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
    background: transparent;
    cursor: pointer;
}
.projects-btn:hover {
    background: #151415;
    color: var(--text-color);
}
/* ===== ЭТАПЫ РАБОТЫ ===== */
.steps-section {
    padding: 0 60px 120px;
    margin: 0 auto;
}
.steps-label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #151415;
    opacity: 0.5;
    margin-bottom: 40px;
}
.steps-list {
    border-top: 1px solid rgba(21, 20, 21, 0.15);
}
.step-item {
    display: flex;
    align-items: center;
    padding: 30px 0;
    border-bottom: 1px solid rgba(21, 20, 21, 0.15);
}
.step-num {
    font-size: 14px;
    color: #151415;
    opacity: 0.4;
    width: 60px;
    flex-shrink: 0;
}
.step-name {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    width: 200px;
    flex-shrink: 0;
}
.step-desc {
    font-size: 14px;
    color: #151415;
    opacity: 0.6;
    flex: 1;
}
/* ===== СЕКЦИЯ КОНТАКТЫ ===== */
.contact-section {
    position: relative;
    height: 600px;
    display: flex;
    align-items: center;
    overflow: hidden;
}
.contact-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
}
.contact-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(21, 20, 21, 0.5);
    z-index: 2;
}
.contact-box {
    position: relative;
    z-index: 3;
    background: #ffffff;
    padding: 60px;
    max-width: 500px;
    margin-left: 60px;
}
.contact-box-title {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.3;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.contact-box-text {
    font-size: 14px;
    line-height: 1.6;
    color: #151415;
    opacity: 0.6;
    margin-bottom: 30px;
}
.contact-box-btn {
    display: inline-block;
    padding: 14px 36px;
    border: 1px solid #151415;
    color: #151415;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: all 0.3s;
    background: transparent;
    cursor: pointer;
}
.contact-box-btn:hover {
    background: #151415;
    color: var(--text-color);
}
/* ===== ПОДВАЛ ===== */
.footer {
    background: #151415;
    color: var(--text-color);
    padding: 60px;
}
.footer-wrap {
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-left {
    display: flex;
    gap: 30px;
}
.footer-link {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-color);
    opacity: 0.6;
    transition: opacity 0.3s;
}
.footer-link:hover {
    opacity: 1;
}
.footer-center {
    display: flex;
    align-items: center;
    gap: 8px;
}
.footer-logo-icon {
    width: 20px;
    height: 20px;
}
.footer-logo-text {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 4px;
    text-transform: uppercase;
}
.footer-right {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}
.footer-social {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--text-color);
    opacity: 0.6;
    transition: opacity 0.3s;
}
.footer-social:hover {
    opacity: 1;
}
.footer-copy {
    font-size: 11px;
    color: var(--text-color);
    opacity: 0.4;
    margin-top: 10px;
}



@media (max-width: 1024px) {
    
}