* {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
}

:root {
    --base-font-family: 'Inter', sans-serif;
    --base-font-size: 16px; /* 1rem */
}

html, body {
    /*font-size: var(--base-font-size)!important;*/
    font-size: 16px !important;
}


@media (min-width: 1200px) {
    .container {
        max-width: 1200px !important;
    }
}

.logo-banner {
    max-width: 66%;
    height: auto;
}

.mobile-menu-btn {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding: 1px 11px 2px 9px;
    border: 3px solid #d6a84d;
    /* box-shadow: -4px 5px 0px 0px #B27C2E; */
    background-color: white;
    cursor: pointer;
    outline: none;
    color: #B27C2E;
    margin-left: 0rem;
    font-size: 1rem;
}

.mobile-menu {

}

.mobile-menu ul {

}

.mobile-menu ul li {
    padding: 12px;
}

.mobile-menu a {
    font-size: 1.4rem;
    text-decoration: none;
    color: #000000;
    font-weight: bold;
}

.mobile-menu a.active {
    color: #B27C2E;
}


.main-wrap {
    width: 100%;
    max-width: 1920px;
    margin: auto;
}

.sub-title {
    font-size: 1.67rem;
    line-height: 1.2;
}

.text-gold-gradient {
    background: #623620;
    background: linear-gradient(-24deg, rgba(98, 54, 32, 1) 0%, rgba(204, 158, 32, 1) 41%, rgba(228, 199, 139, 1) 55%, rgba(207, 154, 48, 1) 67%, rgba(102, 45, 41, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}


.header-menu-container {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    display: flex;
}

.header-logo {

}

.header-logo img {
    max-height: 40px;
}

.header-menu {
    font-size: 16px;
    font-weight: bold;
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
    justify-content: space-around !important;
    flex-grow: 1 !important;
}

.header-menu-link {
    color: #000000;
    text-decoration: none;
}

.header-menu-link.active {
    color: #B27C2E
}

/* Фон картинки для секции */
.header-banner {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 46rem; /* можешь изменить на auto или vh */
}

/* Логотип в 80% ширины контейнера */
.logo-banner {
    max-width: 80%;
    height: auto;
}


/* .index h2 {
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
    margin-bottom: 1rem;
    letter-spacing: .1em;
    font-size: 3.3rem;
    text-shadow: 1px 1px 1px #ffffff;
} */

.custom-bg-block {
    position: relative;
    width: 100vw;
    background-color: #fff;
    min-height: 400px;
}

/* Общие стили для картинок */
.side-image {
    position: absolute;
    max-height: 100%;
    object-fit: contain;
    pointer-events: none; /* не мешают взаимодействию */
}

/* Левая картинка */
.index-left-image {
    left: 0;
    top: 1111px;
    width: 60vw;
    /* наезжает внутрь контейнера на 25% ширины */
    /* opacity: 0.5; */
}

/* Правая картинка */
.index-right-image {
    right: 0;
    bottom: 440px;
    width: 65vw;
    transform: translateX(8%);
    z-index: 99;
}

.i-about {
    margin-top: 3.8rem;
}

.i-about {
    font-size: 1rem;
}

.i-about p {
    text-align: justify;
    line-height: 1.17;
    font-size: 1rem;
}

.i-adv {
    margin-top: 2rem;
}

.i-adv p {
    text-align: justify;
    text-shadow: 1px 1px 1px #ffffff;
}

.list-adv-item {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.list-adv-item-icon {
    padding-right: 1rem;
}

.list-adv-item-icon img {
    width: 4.6rem;
}

.list-adv-item-text {
    background: #623620;
    background: linear-gradient(-24deg, rgba(98, 54, 32, 1) 0%, rgba(204, 158, 32, 1) 41%, rgba(228, 199, 139, 1) 55%, rgba(207, 154, 48, 1) 67%, rgba(102, 45, 41, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* для Firefox */
    background-clip: text;
    color: transparent;
    font-size: 1rem;
    line-height: 1.3rem;
}

.adv-foto {
    margin-top: 4rem;
}

.adv-foto-title {
    font-size: 0.8rem;
    text-align: center;
    margin-bottom: 2rem;
    display: inline-block;
    margin-top: .5rem;
    max-width: 80%;
}

.i-map {
    position: relative;
    margin-top: 20rem;
    margin-bottom: 2rem;
    padding-top: 5rem;
    padding-bottom: 18rem;
    background: #DCB966;
    background: linear-gradient(35deg, rgba(220, 185, 102, 1) 0%, rgba(219, 217, 216, 0.04) 41%, rgba(193, 140, 48, 1) 90%);
}

.i-map-map {
    position: absolute;
    width: 100vw;
    margin-left: -1.5rem; /* выход за левую границу */
}


.header-banner-container {
    padding-top: 2.8rem;
    padding-bottom: 2.8rem;
}

.header-banner-news {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.header-banner-title {
    font-size: 1.67rem;
    color: white;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.header-banner-links {

}

.header-banner-small {
    border: none;
    border-image: none;
    background-position: center;
    background-size: cover;
}


.page-content {
    padding-top: 3rem;
    padding-bottom: 140px;
    position: relative;
}

.page-title-container {
    /* max-width: 417px; */
    /* margin-bottom: 3.33rem; */
}

.page-title {
    display: inline-block;
    font-size: 2.3rem;
    font-weight: 800;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: .05em;
    margin-bottom: 0;
    line-height: 1.3;
    z-index: 99;
    position: relative;
}

.page-title-description {
    margin-top: 3rem;
}

.news-list-item {
    display: block;
    margin-bottom: 3rem;
    text-decoration: none;
}

.news-list-item-img {
    height: 150px;
    position: relative;
    background-size: cover;
    background-position: center;
}

.news-list-item-date {
    position: absolute;
    top: 1rem;
    right: 10px;
    color: white;
}

.news-list-item-title {
    padding: 1.1rem 2rem;
    background-color: #916B4A;
    min-height: 120px;
    display: flex;
}

.news-list-item-title p {
    color: white;
    font-size: 1.67rem;
    font-weight: bold;
    line-height: 1.3;
}

.button-back-container {
    margin-top: 140px;
    text-align: center;
}


.button-back {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    min-width: 150px;
    background-color: white;
    padding: 6px 20px 6px 50px;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.14rem;
    color: #B27C2E;
    border: 2px solid #B27C2E;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='16'><polygon points='12,0 12,15 0,7.5' fill='%23B27C2E'/></svg>");
    background-repeat: no-repeat;
    background-position: left 15px center;
    background-size: 15px 14px;
    outline: none;
    font-weight: 800;
}

.button-forward {
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    min-width: 150px;
    background-color: white;
    padding: 6px 20px 6px 50px;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.14rem;
    color: #B27C2E;
    border: 2px solid #B27C2E;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='16'><polygon points='0,0 0,15 12,7.5' fill='%23B27C2E'/></svg>");
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 15px 14px;
    outline: none;
    font-weight: 800;
}

.pagination {
    display: flex;
    justify-content: center;
}

.pagination__link {
    display: inline;
    text-align: center;
    text-transform: uppercase;
    background-color: white;
    padding: 6px 15px;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1rem;
    color: #B27C2E;
    border: 2px solid #B27C2E;
    background-repeat: no-repeat;
    background-position: left 10px center;
    background-size: 15px 14px;
    outline: none;
    font-weight: 800;
    /* box-shadow: -2px 2px 1px #916B4A; */
}

.tzerli-left {
    display: none;
}

.tzerli-right {
    display: none;
}

img.page-left-bottom {
    position: absolute;
    bottom: 0;
    z-index: -1;
    width: 35%;
}

img.page-right-top {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 65%;
}

.page-content-footer {
    height: 240px;
    width: 100%;
    background: #DCB966;
    background: linear-gradient(160deg, rgba(220, 185, 102, 1) 0%, rgba(219, 217, 216, 0.04) 41%, rgba(193, 140, 48, 1) 90%);
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.page-content-footer-small {
    height: 240px;
}

/* catalog */
.header-search {
    display: inline-block;
}

.header-search-title {
    font-size: 2rem;
    color: white;
    font-style: italic;
    line-height: 1.2;
}

.header-search input {
    width: 100%;
    outline: none;
    padding: 7px 7px 6px 7px;
    font-size: 1rem;
    border: 3px solid #b27c2e;
}

.header-categories-container {
    display: flex;
    margin-top: 3rem;
    width: 100%;
}

.header-categories {
    text-align: center;
    width: 100%;
}

.header-categories-title {
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 2.1rem;
    letter-spacing: 0.05em;
}

.header-categories-links {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 1rem;
    justify-content: space-between;
}

.header-categories-links a {
    display: inline-block;
    text-align: center;
    min-width: 130px;
    background-color: white;
    padding: 4px 15px;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.1rem;
    color: #B27C2E;
    font-weight: bold;
    border: 1.5px solid #B27C2E;
}

.catalog-list-item {
    margin-bottom: 3rem;
    text-decoration: none;
}

.catalog-list-item-img {
    height: 250px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.catalog-list-item-sku {
    position: absolute;
    top: 1rem;
    right: 10px;
    color: #000000;
}

.catalog-list-item-title {
    padding: 1rem;
    /* background-color: #916B4A; */
    height: 165px;
    display: flex;
}

.catalog-list-item-title p {
    color: #916b4a;
    font-size: 1rem;
}

.header-banner-contacts {
    border: none;
    border-image: none;
    display: flex;
    justify-content: center !important;
    align-items: center !important;
    padding-top: 11.3rem;
    padding-bottom: 4.7rem;
}

.contacts-banner-container {
    margin-left: 15%;
}

.contacts-banner-title {
    font-size: 3.8rem;
    line-height: 1;
    color: white;
    text-shadow: 2px 2px 1px black;
    font-style: italic;
    font-weight: 500;
}
.contacts-banner-container .request-btn {
    margin-top: 3.8rem;
}

.page-contacts-right-top {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 40%;
}

.contacts-item {
    display: flex;
    align-items: center;
    margin-bottom: 2rem;
}

.contacts-item-icon {
    margin-right: 2rem;
}

.contacts-item-icon img {
    width: 4rem;
}

.contacts-item-title {
    font-size: 0.85rem;
}


.custom-select-wrapper {
    position: relative;
    display: inline-block;
}

.custom-select {
    appearance: none; /* убираем стандартную стрелку */
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 100%;
    padding: 3px 36px 2px 9px;
    border: 2px solid #b27c2e;
    /* box-shadow: -4px 5px 0px 0px #B27C2E; */
    background-color: white;
    font-size: .9rem;
    cursor: pointer;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='16'><polygon points='15,0 7.5,14 0,0' fill='%23B27C2E'/></svg>");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px 14px;
    outline: none;
    color: #B27C2E;
    font-weight: 800;
}


.site-search__group {
    display: flex;
    align-items: center;
}

.site-search__submit {
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 43px;
    border: 3px solid #b27c2e;
    background-color: white;
}

.site-search__submit svg {
    stroke: #B27C2E; /* оранжевый */
    width: 20px;
    height: 20px;
}

.site-search__input {
    flex: 1;
    padding: 8px 12px;
    border: 1px solid #B27C2E;
    box-shadow: 0 0 4px rgba(178, 124, 46, 0.4);
}


.overlay-menu {
    position: fixed;
    top: 72px;
    right: 0;
    min-width: 185px;
    background-color: #d9d9d9c4;
    color: #fff;
    padding: 2.25rem;
    z-index: 1050;
    border-bottom-left-radius: 8px;
    display: none;
}

.overlay-bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1040;
    display: none;
}

.page-title-description {
    margin-top: 2rem;
}

.header-search-input {
    margin-top: 1rem;
}


.pagination__link {
    white-space: nowrap;
}

.pagination__link.current {
    background: #e9d7b7;
}

.header-banner-small {

}

.header-banner-container {

}

.news-list {
    margin-top: 2rem;
}

.page-404 {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

.contact-us-btn {

}

.request-btn {
    padding: 10px 20px 8px;
    border: 2px solid #916b4a;
    /* box-shadow: -4px 5px 0px 0px #916B4A; */
    outline: none;
    color: #B27C2E;
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 0.07em;
    display: inline-flex;
    align-items: center;
    gap: 0.5em; /* отступ между иконкой и текстом */
    background-color: #f9f9f9;
    cursor: pointer;
    line-height: 1;
    text-decoration: none;
}

.request-btn-icon {
    height: 1.2rem;
}

.request-btn-title {display: inline-block;}

.news-element {
    margin-top: 3.5rem;
}

.pagination__link-next {
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='15' height='16'><polygon points='3,0 15,7.5 3,15' fill='%23B27C2E'/></svg>");
    background-repeat: no-repeat;
    background-position: calc(100% - 15px) center; /* отступ 6px от правого края */
    background-size: 15px 16px;
    padding-right: 30px; /* чтобы текст не наезжал */
}


.card__info-text {
    font-size: 1.2rem;
    font-weight: bold;
}

