@import url('https://fonts.googleapis.com/css2?family=Philosopher:ital,wght@0,400;0,700;1,400;1,700&display=swap');


html {
    scroll-behavior: smooth;
}       


.about__text{
flex: 3;
}

.subcategory-images__inner .row{
justify-content: center;
}

.text-subcategory{
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    margin-top: 25px;
}

.page_delivery{
align-items: center;
margin-bottom: 15px;
}

.page_delivery h4{
font-size: 22px;
line-height: 22px;
margin: 0;
}

.footer-phone{
color: var(--footer-text) !important;
}

.about__text{
flex: 3;
}

.p-thumbs__icons{
z-index: 0;
}

/* Фикс для левого меню */
.layout-left {
  overflow: visible !important;
  position: sticky;
  top: 160px; /* Высота шапки + отступ */
  align-self: flex-start;
  height: calc(100vh - 180px);
}

.layout-left .account__menucard {
  overflow-x: visible !important;
  overflow-y: auto !important;
  width: auto !important;
  max-width: none !important;
  min-width: 250px !important;
}

.topline__rightside{
top: 7px;
}

.account__menu {
  width: max-content !important;
  min-width: 100% !important;
}

.account__menu-item {
  white-space: nowrap !important;
}

.home-slider{
height: 510px;
}
@media screen and (max-width: 900px) {
    .home-slider {
        height: 300px;
    }
}

.home-slider__popular{
z-index: 10 !important;
}

.home-slider__popular .category-image{
max-height: 50px;
}

.home-slider__popular .subcategories{
height: 509px;
}

.home-slider .account__menucard{
border: none;
}
.brand_link{
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100%;
}
.brand_link a{
display: block;
margin-top: 5px;
}
.brand_link a{
color: gray;

}
.brand_link a:last-child{
margin-top: 15px;
color: gray;
text-decoration: dotted;
border-bottom: 1px;
max-width: 150px;
text-align: center;
line-height: 14px;
letter-spacing: 1px;
}
.brand_link img{
max-width: 150px;
filter:opacity(0.5);
}

.brand{
padding: 10px;
height: 100%;
margin-bottom: 10px;
position: relative;
background: var(--color-white);
border-radius: var(--border-radius);
border: 1px solid var(--box-border);
transition: all .4s;
}
.brand:hover{
box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
border-color: transparent;
}
.brand img{
width: 190px;
height: 190px;
object-fit: contain;
}

.brand-page{
margin-bottom: 25px;
}
.brand-page .desk{
align-content: center;
}
.brand_country{
color: #828282;
}
.page_noborder{
border: none;
}
.brand .znak{
width: 25px;
height: 25px;
position: relative;
bottom: -7px;
}

@media (max-width: 768px) {
  .index_link .p-thumbs__col-5:nth-child(3) {
    order: 2;
    max-width: 100%;
    flex: 0 0 100%;
  }
  }

  .hcenter__container {
    position: relative;
    display: flex;
    align-items: center;
}
.hcenter__logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-right: 0 !important;
    z-index: 1;
    width: auto;
}
.hcenter__icons {
    margin-left: auto;
    position: relative;
    z-index: 2;
}
@media screen and (max-width: 900px) {
    .hcenter__logo {
        position: static;
        left: unset;
        transform: unset;
        width: 100%;
        margin-right: 0;
        min-width: 50px;
        display: flex;
        justify-content: center;
    }
    .hcenter__container {
        justify-content: space-between;
    }
}

.hcenter__logo-text {
    border: 1px solid #000;
    padding: 2px 8px;
    display: block;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
}

.hero-section {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 600px;
    height: 100vh;
    overflow: hidden;
}
.video-background {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    object-fit: cover;
}



.btn-outline-light {
  border-width: 2px;
}

.menu-h{
  border: none !important;
}

.footer-section {
  background-color: #1a1a1a !important;
  font-family: "Montserrat", sans-serif;
}

.footer-heading {
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  position: relative;
  padding-bottom: 10px;
}

.footer-heading:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background-color: #8b5a2b;
}

.footer-menu a {
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer-menu a:hover {
  color: #fff !important;
  padding-left: 5px;
}

.footer-contacts i {
  width: 20px;
  color: #8b5a2b;
}

.footer-contacts a {
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer-contacts a:hover {
  color: #fff !important;
}

.social-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.1);
  transition: all 0.3s ease;
}

.social-links a:hover {
  background-color: #8b5a2b;
  transform: translateY(-3px);
}

.footer-bottom {
  opacity: 0.7;
  font-size: 0.9rem;
}

.footer-bottom a:hover {
  color: #8b5a2b !important;
}        

.footer-contacts .fa-map-marker-alt{
float: left;
margin-top: 5px;    
}

.footer-contacts li div{
display: inline-block;
}

/* === Custom Footer Styles === */
.custom-footer {
    background: #232220;
    color: #fff;
    font-size: 16px;
    position: relative;
    padding-top: 56px;
    padding-bottom: 0;
}
.custom-footer .footer-desc {
    color: #b3b3b3;
    margin-bottom: 24px;
    font-size: 16px;
}
.custom-footer .footer-social {
    display: flex;
    gap: 18px;
}
.custom-footer .footer-social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #232220;
    color: #b3b3b3;
    font-size: 20px;
    border: 1.5px solid #393836;
    transition: all 0.2s;
}
.custom-footer .footer-social-link:hover {
    color: #b98a56;
    border-color: #b98a56;
    background: #282623;
}
.custom-footer .footer-col-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 18px;
    color: #fff;
    position: relative;
    padding-bottom: 6px;
}
.custom-footer .footer-col-title:after {
    content: '';
    display: block;
    width: 36px;
    height: 3px;
    background: #b98a56;
    border-radius: 2px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.custom-footer .footer-menu {
    list-style: none;
    padding-left: 0;
}
.custom-footer .footer-menu li {
    position: relative;
    margin-bottom: 10px;
}
.custom-footer .footer-menu li:last-child {
    margin-bottom: 0;
}
.custom-footer .footer-menu a {
    color: #b3b3b3;
    text-decoration: none;
    transition: color 0.2s, transform 0.35s;
    display: inline-block;
}
.custom-footer .footer-menu a:hover {
    color: #b98a56;
    transform: translateX(6px);
}
.custom-footer .footer-contacts {
	    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
    color: #b3b3b3;
    font-size: 16px;
}
.custom-footer .footer-contacts li {
    margin-bottom: 14px;
    gap: 10px;
}
.custom-footer .footer-contacts li:last-child {
    margin-bottom: 0;
}
.custom-footer .footer-contacts i {
    color: #b98a56;
    font-size: 18px;
    min-width: 22px;
    margin-top: 2px;
}
.custom-footer .footer-contacts a {
    color: #b3b3b3;
    text-decoration: none;
    transition: color 0.2s;
}
.custom-footer .footer-contacts a:hover {
    color: #b98a56;
}
.custom-footer .footer-bottom {
    border-top: 1.5px solid #393836;
    margin-top: 40px;
    padding: 24px 0 0 0;
    font-size: 15px;
}
.custom-footer .copyright {
    color: #b3b3b3;
    margin-bottom: 0;
    font-size: 15px;
}
.custom-footer .footer-link {
    color: #b3b3b3;
    margin-left: 18px;
    text-decoration: none;
    font-size: 15px;
    transition: color 0.2s;
}
.custom-footer .footer-link:first-child {
    margin-left: 0;
}
.custom-footer .footer-link:hover {
    color: #b98a56;
}
.custom-footer .footer-up {
    position: fixed;
    right: 32px;
    bottom: 32px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #232220;
    color: #b98a56;
    border: 2px solid #b98a56;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.12);
    cursor: pointer;
    z-index: 100;
    transition: background 0.2s, color 0.2s, border 0.2s;
}
.custom-footer .footer-up:hover {
    background: #b98a56;
    color: #232220;
    border-color: #b98a56;
}
@media (max-width: 991px) {
    .custom-footer .footer-up {
        right: 16px;
        bottom: 16px;
    }
}
@media (max-width: 767px) {
    .custom-footer {
        font-size: 15px;
        padding-top: 32px;
    }
    .custom-footer .footer-bottom {
        font-size: 13px;
        padding: 16px 0 0 0;
    }
    .custom-footer .footer-col-title {
        font-size: 16px;
    }
}

/* === Блок преимуществ (features-section) — расширенные стили === */
.features-section {
    padding: 60px 0 40px 0;
}
.feature-icon {
    color: #8b5a2b;
    margin-bottom: 1.5rem;
    font-size: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 4px 24px rgba(139,90,43,0.08);
}
.feature-title {
    margin-bottom: 1rem;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.5px;
}
.feature-text {
    line-height: 18px;
    text-align: center;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 0.5rem;
    min-height: 48px;
    max-width: 300px;
    display: inline-block
}
@media (max-width: 900px) {
    .features-section {
        padding: 40px 0 20px 0;
    }
    .feature-icon {
        font-size: 2.2rem;
        width: 54px;
        height: 54px;
    }
    .feature-title {
        font-size: 1.1rem;
    }
    .feature-text {
        font-size: 0.95rem;
    }
}

.catalog-section {
    background-color: #f8f9fa;
}

.catalog-section .row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -16px;
    margin-right: -16px;
}

.catalog-section .col-4 {
    width: 33.3333% !important;
    max-width: 33.3333% !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box;
}

.catalog-item {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.catalog-item h4 {
    min-height: 48px;
    display: block;
    color: #000;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Секции */
section h2{
    text-transform: uppercase;
    font-size: 2rem;
}
section h3{
    font-size: 1.5rem;
	font-weight: 500;
}

section p{
    line-height: 18px;
}

/* Выравнивание блоков */
.econom-section .row{
    align-items: center;
}

/* Классы для изменения порядка элементов */
.order-1 { order: 1; }
.order-2 { order: 2; }
.order-3 { order: 3; }
.order-4 { order: 4; }
.order-5 { order: 5; }
.order-6 { order: 6; }

/* Адаптивные классы для средних экранов */
@media (min-width: 900px) {
    .order-md-1 { order: 1; }
    .order-md-2 { order: 2; }
    .order-md-3 { order: 3; }
    .order-md-4 { order: 4; }
    .order-md-5 { order: 5; }
    .order-md-6 { order: 6; }
}

/* Адаптивные классы для больших экранов */
@media (min-width: 1200px) {
    .order-lg-1 { order: 1; }
    .order-lg-2 { order: 2; }
    .order-lg-3 { order: 3; }
    .order-lg-4 { order: 4; }
    .order-lg-5 { order: 5; }
    .order-lg-6 { order: 6; }
}

/* === Стили для страницы продукта === */

/* Слайдер продукта */
.product-slider {
    background: #f8f9fa;
}

.product-slider__wrapper {
    position: relative;
    max-width: 800px;
    margin: 0 auto;
}

.product-slider__main {
    margin-bottom: 15px;
}

.product-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 500px;
    overflow: hidden;
}

.product-slide img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
}

.product-slider__thumbs {
    height: 100px;
    box-sizing: border-box;
}

.product-slider__thumbs .swiper-slide {
    opacity: 0.4;
    cursor: pointer;
    border: 2px solid transparent;
    transition: all 0.3s;
}

.product-slider__thumbs .swiper-slide:hover {
    opacity: 0.8;
}

.product-slider__thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border-color: #8b5a2b;
}

.product-slider__thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev {
    color: #8b5a2b;
    background: rgba(255,255,255,0.8);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-size: 24px;
}

.product-info {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.product-title {
    font-size: 2.5rem;
    margin-bottom: 1.5rem;
    color: #2c3e50;
}

.product-features {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    margin: 30px 0;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid;
    padding: 5px 10px;
}

.feature-item i {
    color: #8b5a2b;
}

.price {
    border: 1px solid #000;
    display: inline-block;
    padding: 5px 10px;
}

/* Секция индивидуального дизайна */
.custom-design-section {
    padding: 80px 0;
    background-color: #f9f9f9;
}

.section-subtitle {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #333;
    text-transform: uppercase;
}

.design-feature {
    margin-bottom: 40px;
}


.feature-list {
    list-style: none;
    padding-left: 0;
}

.feature-list li {
    position: relative;
    padding-left: 25px;
    line-height: 1.5;
    color: #666;
}

.feature-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #8b5a2b;
    font-size: 20px;
}

.price-extra {
    color: #8b5a2b;
    font-style: italic;
}

.design-gallery {
    height: 100%;
    padding-left: 30px;
}

.gallery-slider {
    position: relative;
    height: 600px;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    background-color: #fff;
}

.gallery-slider .swiper-slide {
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-slider .swiper-slide img {
    max-height: 100%;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}

/* Технические характеристики */
.tech-specs-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.product-image-wrapper {
    position: relative;
    text-align: center;
    padding: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
}

.product-image-wrapper img {
    max-height: 500px;
    width: auto;
    margin: 0 auto;
}

.image-note {
    margin-top: 20px;
    font-size: 14px;
    color: #666;
    font-style: italic;
}

.specs-group {
    margin-bottom: 30px;
}

.specs-title {
    font-size: 20px;
    font-weight: 500;
    color: #555;
    margin-bottom: 15px;
}

.specs-list {
    list-style: none;
    padding-left: 0;
}

.specs-list li {
    position: relative;
    padding-left: 25px;
    line-height: 1.5;
    color: #666;
}

.specs-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #8b5a2b;
    font-size: 20px;
}

.spec-name {
    font-weight: 500;
    color: #444;
}

.spec-value {
    color: #666;
}

/* Связанные модели */
.related-models-section {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.section-header {
    text-align: center;
    margin-bottom: 50px;
}

.section-title {
    font-size: 32px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 15px;
}

.section-divider {
    width: 80px;
    height: 2px;
    background-color: #8b5a2b;
    margin: 0 auto;
}

.models-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.model-card {
    display: block;
    text-decoration: none;
    color: #333;
    transition: transform 0.3s ease;
}

.model-card:hover {
    transform: translateY(-5px);
}

.model-image-wrapper {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin-bottom: 15px;
}

.model-image-wrapper img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.model-card:hover .model-image-wrapper img {
    transform: scale(1.03);
}

.model-name {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: 0;
}

.model-name-inner {
    position: relative;
    display: inline-block;
    padding-bottom: 3px;
}

.model-name-inner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #000;
    transition: width 0.3s ease;
}

.model-card:hover .model-name-inner::after {
    width: 100%;
}

/* Адаптивность для страницы продукта */
@media (max-width: 768px) {
    .product-slide {
        height: 300px;
    }
    
    .product-slider__thumbs {
        height: 70px;
    }
    
    .product-title {
        font-size: 2rem;
    }
    
    .custom-design-section {
        padding: 50px 0;
    }
    
    .section-subtitle {
        font-size: 24px;
    }
    
    .design-gallery {
        padding-left: 0;
        margin-top: 40px;
    }
    
    .gallery-slider {
        height: 400px;
    }
    
    .tech-specs-section {
        padding: 50px 0;
    }
    
    .product-image-wrapper {
        margin-bottom: 40px;
    }
    
    .models-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }
    
    .related-models-section {
        padding: 60px 0;
    }
}

@media (max-width: 575px) {
    .gallery-slider {
        height: 300px;
    }
    
    .models-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .section-title {
        font-size: 28px;
    }
}

.hcenter__menu svg,
.hcenter__contacts-item svg {
    stroke: #000000;
}

.text-white {
    color: #fff !important;
} 

.m-auto {
    margin: 0 auto !important;
}

/* Утилитарные классы отступов */
.mb-05 { margin-bottom: 0.5rem !important; }
.mb-1 { margin-bottom: 1rem !important; }
.mb-15 { margin-bottom: 1.5rem !important; }
.mb-2 { margin-bottom: 2rem !important; }
.mt-05 { margin-top: 0.5rem !important; }
.mt-1 { margin-top: 1rem !important; }
.mt-15 { margin-top: 1.5rem !important; }
.mt-2 { margin-top: 2rem !important; }
.pb-05 { padding-bottom: 0.5rem !important; }
.pb-1 { padding-bottom: 1rem !important; }
.pb-15 { padding-bottom: 1.5rem !important; }
.pb-2 { padding-bottom: 2rem !important; }
.pt-05 { padding-top: 0.5rem !important; }
.pt-1 { padding-top: 1rem !important; }
.pt-15 { padding-top: 1.5rem !important; }
.pt-2 { padding-top: 2rem !important; }
.mb-5 { margin-bottom: 5rem !important; }
.pt-3 { padding-top: 3rem !important; }
.pt-4 { padding-top: 4rem !important; }
.pt-5 { padding-top: 5rem !important; }
/* Отступ сверху 5rem */
.mt-5 {
    margin-top: 5rem !important;
}

/* Отступ сверху 1rem */
.mt-1 {
    margin-top: 1rem !important;
}

/* Отступ сверху 2rem */
.mt-2 {
    margin-top: 2rem !important;
}

/* Отступ сверху 3rem */
.mt-3 {
    margin-top: 3rem !important;
}

/* Отступ сверху 4rem */
.mt-4 {
    margin-top: 4rem !important;
}

/* Показываем характеристики товаров всегда */
.p-thumbs__add {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    position: relative !important;
}

/* Убираем hover эффект, так как характеристики теперь всегда видны */
.p-thumbs__more:hover .p-thumbs__add {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Убираем отступы у характеристик */
.p-thumbs__features {
    padding: 0 !important;
}

.p-thumbs__add {
    box-shadow: none !important;
}
.p-thumbs__text-name a{
    font-size: 2rem;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
}
.p-thumbs__text-name a:hover{
    color: #8b5a2b;
}
.p-thumbs__inner:hover .p-thumbs__text-name a {
    color: #8b5a2b !important;
}

.p-thumbs__inner:hover .p-thumbs__img img {
    transform: scale(1.07);
    transition: transform 0.3s cubic-bezier(.22,0,.08,1);
}

.p-thumbs__img img {
    transition: transform 0.3s cubic-bezier(.22,0,.08,1);
}

.btn{
    font-size: 1.5rem;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #000;
    padding: 10px;
    display: inline-block;
}

.category-lux {
    background: url('img/luxury.jpg') center center/cover no-repeat;
}

.title-container{
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
	max-width: 1200px;
padding-bottom: 50px;
}
.title-container p{
    font-size: 1.5rem;
    font-weight: 400;
    color: #fff ;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.title-container__name{
    font-size: 3rem;
    font-weight: 600;
    color: #000;
}

@media (max-width: 900px) {
    .p-thumbs__text-name a {
        font-size: 1.2rem;
    }
}

@media (max-width: 900px) {
    .footer-section .row {
        flex-direction: column !important;
        gap: 2rem;
    }
    .footer-section .col-4,
    .footer-section .col-2 {
        width: 100% !important;
        max-width: 100% !important;
        text-align: center !important;
        margin-bottom: 1.5rem;
    }
    .footer-logo img {
        width: 90px !important;
        margin: 0 auto;
    }
    .footer-desc {
        font-size: 1.1rem;
        margin-bottom: 1rem;
    }
    .footer-col-title {
        font-size: 1.2rem;
        margin-bottom: 0.5rem;
        font-weight: 600;
    }
    .footer-menu,
    .footer-contacts {
        font-size: 1.1rem;
        padding-left: 0;
    }
    .footer-menu li,
    .footer-contacts li {
        margin-bottom: 0.7rem;
    }
    .footer-social-link {
        font-size: 2rem !important;
        margin: 0 0.7rem !important;
    }
    .footer-bottom .row {
        flex-direction: column !important;
        gap: 1rem;
        text-align: center !important;
    }
    .footer-link {
        display: inline-block;
        margin: 0 0.5rem;
        font-size: 1rem;
    }
}

@media (max-width: 900px) {
    .footer-social,
    .footer-section .col-2 {
        display: none !important;
    }
}

@media (max-width: 900px) {
    .footer-section .container,
    .footer-section .row,
    .footer-section .col-4 {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
    }
    .footer-section .footer-bottom .row,
    .footer-section .footer-bottom .col-12,
    .footer-section .footer-bottom .col-6-md {
        align-items: center !important;
        justify-content: center !important;
        text-align: center !important;
    }
}

.product__tabs-text{
    max-width: 800px;
    margin: 0 auto;
}

.product__social{
    display: flex;
}

.product__price .price{
    font-size: 0.8em;
}

.product__grid-action{
    border: none;
}

.product__button{
    border-top: none;
    margin-top: 0;
}

.mobile-navigation__menu a{
    padding: 7px 0;
    font-weight: 600;
}
.mobile-navigation__menu{
    margin: 20px 0;
}

@media screen and (max-width: 900px) {
.hcenter__logo-text {
        position: absolute;
	top: 40px;
}
.hcenter{
height: 75px;
}
}

.wrapper{
margin-top: 25px;
}

@media screen and (max-width: 900px) {
    .product__top-features-title,
    .product__top-features {
        display: block !important;
    }

.swiper-button-next, .swiper-button-prev{
color: #000000 !important;
}
.title-container p{
line-height: 18px;
}
}

.product__price{
margin-bottom: 15px;
}

.title-container .category-name{
color: #FFFFFF;
}

/* Стили подчеркивания для меню на всех страницах */
.menu-h__item a {
    position: relative;
    transition: all 0.3s ease;
}
.menu-h__item a:hover{
    color:#000000;
}

.menu-h__item a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: var(--color-primary);
    transition: all 0.5s ease;
}

.menu-h__item a:hover::after {
    width: 100%;
}

.pages__item section{
margin-bottom: 50px;
}

.option-desk{
max-width: 600px;
text-align: center;
display: inline-block;
margin: 0 auto;
}
.option-desk-link,
.option-desk-hover{
color: #000000;
font-size: 14px;
}