/*
Theme Name: eurotheme
Theme URI: https://example.com/
Author: Alexey
Author URI: https://example.com
Description: Для евророзетки.бай
Version: 1.0
*/

/* ===== Глобальные стили ===== */
:root {
  --primary-color: #0066cc;
  --secondary-color: #d4a762;
  --dark-color: #333;
  --light-color: #f5f5f5;
  --border-radius: 8px;
  --box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  --transition: all 0.3s ease;
}

a[href^="tel:"] {
  color: inherit !important;
  text-decoration: none !important;
  font-style: normal !important;
  font-weight: inherit !important;
  border: none !important;
  outline: none !important;
  -webkit-tap-highlight-color: transparent !important;
}

a[href^="tel:"]:hover,
a[href^="tel:"]:focus,
a[href^="tel:"]:active {
  text-decoration: none !important;
  color: inherit !important;
  background: none !important;
  box-shadow: none !important;
}

.flex {
  display: flex;
}

.font-family {font-family: 'Hanken Grotesk', Arial, sans-serif;}

/* ===== Основные стили страницы ===== */
.brand-page-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px;
}

/* ===== Шапка бренда ===== */
.brand-header {
  margin-bottom: 50px;
}

.brand-info-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: center;
}

.brand-left-col {
  flex: 1;
  min-width: 300px;
}

.brand-right-col {
  flex: 1;
  min-width: 300px;
}

.brand-logo-container {
  margin-bottom: 30px;
}

.brand-logo-img {
  max-width: 200px;
  height: auto;
  display: block;
}

.brand-title {
  font-size: 32px;
  margin-bottom: 20px;
  color: var(--dark-color);
}

.brand-description {
  line-height: 1.6;
  color: #555;
  font-size: 16px;
}

.brand-desc-img {
  max-width: 100%;
  height: auto;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
}

/* ===== Список серий (4 в ряд) ===== */
.series-section {
  margin-top: 40px;
}

.section-title {
  font-size: 28px;
  margin-bottom: 30px;
  color: var(--dark-color);
  padding-bottom: 10px;
  border-bottom: 2px solid #eee;
}

.series-list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: space-around;
}

.series-list .series-item {
  padding: 0 10px;
}

.series-item {
  flex: 0 0 calc(25% - 30px);
  box-sizing: border-box;
  margin-bottom: 30px;
}

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

.series-link {
  text-decoration: none;
  color: inherit;
  display: block;
  transition: var(--transition);
}

.series-link:hover {
  transform: translateY(-5px);
}

.series-image-wrapper {
  overflow: hidden;
  border-radius: var(--border-radius);
  margin-bottom: 15px;
  aspect-ratio: 1/1;
  background: var(--light-color);
}

.series-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease;
}

.series-link:hover .series-image {
  transform: scale(1.05);
}

.series-title {
  font-size: 18px;
  margin: 0;
  text-align: center;
  color: var(--dark-color);
  padding: 0 10px;
  transition: color 0.3s ease;
}

.series-link:hover .series-title {
  color: var(--dark-color);
}

.no-series {
  color: #999;
  font-style: italic;
  width: 100%;
  text-align: center;
  padding: 40px 0;
}

/* ===== Футер ===== */
footer {
  background-color: #000;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #fff;
  padding: 25px 0;
    bottom: 0;
    width: 100%;
}

/* ===== Конфигуратор ===== */
.series-configurator {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.configurator-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

.preview-area {
  grid-column: 1 / -1;
  position: relative;
  height: 400px;
  border: 1px solid #eee;
}

.frame-preview, .socket-preview {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.frames-grid, .sockets-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 15px;
}

.frame-option, .socket-option {
  cursor: pointer;
  /*border: 2px solid transparent;*/
  transition: var(--transition);
  border-radius: 4px;
  overflow: hidden;
}

.frame-option:hover, .socket-option:hover,
.frame-option.active, .socket-option.active {
  border-color: var(--primary-color);
}

.frame-option img, .socket-option img {
  width: 100%;
  height: auto;
  display: block;
}

/* ===== Адаптивность ===== */
@media (max-width: 1200px) {
  .series-item {
    flex: 0 0 calc(33.333% - 30px);
  }
}

@media (max-width: 900px) {
  .brand-info-wrapper {
    flex-direction: column;
  }
  
  .series-item {
    flex: 0 0 calc(50% - 30px);
  }
  
  .frames-grid, .sockets-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .series-item {
    flex: 0 0 100%;
  }
  
  .configurator-wrapper {
    grid-template-columns: 1fr;
  }
  
  .frames-grid, .sockets-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  footer {
    flex-direction: column;
    gap: 20px;
  }
}

/* ===== Каталог брендов (4 в ряд) ===== */
.brands-grid-container {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
}

.brand-card {
  flex: 0 0 calc(25% - 30px);
  border: 1px solid #eee;
  border-radius: var(--border-radius);
  padding: 20px;
  transition: var(--transition);
}

.brand-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--box-shadow);
}

.brand-logo-wrapper {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
}

.brand-logo {
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;

}

.brand-card .brand-logo-wrapper{
    filter: grayscale(0%) brightness(1);
}

.brand-card:hover .brand-logo-wrapper{
        filter: grayscale(100%) brightness(0.8);
    transition: filter 0.3s;
}

.brand-title {
  text-align: center;
  font-size: 18px;
  margin: 0 0 15px;
  color: var(--dark-color);
}

.brand-card .brand-title{
    text-align: left;
    color: #787878;
    font-size: 20px;
}

 .brand-card .series-list a{
    color: #000;
}

.view-all a, .brand-card .series-list a:hover{
    color: #787878 !important;
}

.series-list {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
}

.series-list li {
  border-bottom: 1px dashed #eee;
  width: 100%;
}

.series-list li:last-child {
  border-bottom: none;
}

.series-list a {
  color: #555;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 14px;
}

.series-list a:hover {
  color: var(--primary-color);
}

.view-all {
  margin-top: 10px;
}

.view-all a {
  color: #343434;
  font-weight: 500;
}

/* Адаптивность каталога брендов */
@media (max-width: 1024px) {
  .brand-card {
    flex: 0 0 calc(33.333% - 30px);
  }
}

@media (max-width: 768px) {
  .brand-card {
    flex: 0 0 calc(50% - 30px);
  }
}

@media (max-width: 480px) {
  .brand-card {
    flex: 0 0 100%;
  }
}

/* ===== Баннер внизу страницы бренда ===== */
.brand-bottom-banner {
  margin: 50px auto 0;
  max-width: 1200px;
  padding: 0 20px;
}

.brand-bottom-banner img {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
}

@media (max-width: 768px) {
  .brand-bottom-banner {
    margin: 30px auto 0;
    padding: 0 15px;
  }
}

/* ===== Общие стили ===== */
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Страница серии */
.series-single-page {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}

.series-banner {
  margin-bottom: 40px;
}

.series-banner img {
  width: 100%;
  height: auto;
  border-radius: var(--border-radius);
}

.series-container {
  padding: 0 20px;
}

.series-title {
  text-align: center;
  font-size: 32px;
  margin-bottom: 40px;
  color: var(--dark-color);
}

/* Конфигуратор */
.series-configurator {
  margin-bottom: 60px;
}

.configurator-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.preview-area {
  width: 100%;
  height: 400px;
  border: 1px solid #eee;
  border-radius: var(--border-radius);
  overflow: hidden;
  background: #f9f9f9;
  position: relative;
}

.preview-frame, .preview-mechanism {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.preview-frame img, .preview-mechanism img {
  max-width: 75%;
  max-height: 85%;
  object-fit: contain;
}

.configurator-col {
  flex: 1;
  min-width: 300px;
}

.items-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}

.item-option {
  width: calc(25% - 15px);
  cursor: pointer;
  /*border: 2px solid transparent;*/
  transition: var(--transition);
  border-radius: 4px;
  overflow: hidden;
  padding: 10px;
}

.item-option .item-title{
    text-align: center;
    font-size: 12px;
    background-color: #fff;
}

.item-option:hover, .item-option.active {
  border-color: var(--primary-color);
  background: #fff;
}

.item-option img {
  width: 100%;
  height: auto;
  display: block;
}

/* Описание серии */
.series-description {
  margin: 40px 0;
  line-height: 1.6;
  font-size: 16px;
}

/* Галерея (4 в ряд) */
.series-gallery {
  margin: 60px 0;
}

.gallery-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 30px;
}

.gallery-item {
  width: calc(25% - 20px);
}

.gallery-item img {
  width: 100%;
  height: auto;
  border-radius: 6px;
  transition: transform 0.3s;
}

.gallery-item:hover img {
  transform: scale(1.03);
}

/* ===== Слайдер "В интерьере" (улучшенные стили) ===== */
.interior-slider-section {
  margin: 80px 0;
  position: relative;
}

.interior-slider {
  margin-top: 30px;
  position: relative;
}

.interior-slider .slide {
  position: relative;
  outline: none;
}

.interior-slider .slide img {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
  border-radius: var(--border-radius);
  display: block;
}

.slide-caption {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: rgba(0,0,0,0.7);
  padding: 10px;
  margin: 0 20px;
  border-radius: 4px;
}

/* Кнопки слайдера (полноценная стилизация) */

/* Точки (индикаторы) слайдера */
.slick-dots {
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 2;
}

.slick-dots li {
  margin: 0 5px;
}

.slick-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  transition: var(--transition);
}

.slick-dots li.slick-active button {
  background: #fff;
  transform: scale(1.2);
}

/* Анимация для слайдера */
.interior-slider .slick-track {
  display: flex;
  align-items: center;
}

.interior-slider .slick-slide {
  transition: transform 0.5s ease, opacity 0.5s ease;
}

/* Убираем мигание при переключении на iOS */
.interior-slider .slick-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

/* Описание серии */
.series-description {
  margin: 30px 0;
  font-size: 16px;
  line-height: 1.6;
  color: #555;
}

.series-description p {
  margin-bottom: 15px;
}

.series-description ul, 
.series-description ol {
  margin-left: 20px;
  margin-bottom: 15px;
}

/* ===== Основные стили страницы серии ===== */
.series-single-page {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
  font-family: 'Hanken Grotesk', Arial, sans-serif;
  color: #333;
}

/* Заголовок */
.series-title {
  color: #343434;
  font-size: 47px;
  font-family: 'Hanken Grotesk', Arial, sans-serif;
  line-height: 1.50;
  font-weight: 400;
  text-transform: uppercase;
}

/* Описание */
.series-description {
  max-width: 800px;
  margin: 0 auto 40px;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  color: #555;
}

/* Конфигуратор (как на donel.su) */
.series-configurator {
  margin-bottom: 60px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

.configurator-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  align-items: center;
}

.preview-area {
  flex: 1;
  min-width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f9f9f9;
  border-radius: 8px;
  position: relative;
}

.preview-frame {
  width: 100%;
  max-width: 500px;
  height: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
 /* background: #fff;*/
  border: 1px solid #eee;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
  /*z-index: 1;*/
}

.preview-frame img {
  max-height: 90%;
  object-fit: contain;
}

.configurator-options {
  flex: 1;
  min-width: 300px;
  padding: 20px;
}

.configurator-col {
  /*margin-bottom: 30px;*/
}

.configurator-col h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.items-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.item-option {
  width: calc(20% - 15px);
  cursor: pointer;
  /*border: 2px solid transparent;*/
  transition: all 0.3s ease;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}

.item-option:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.item-option.active {
  border-color: #d4a762;
}

.item-option img {
  width: 100%;
  height: auto;
  display: block;
}

/* Баннер на всю ширину */
.full-width-banner {
  width: 100%;
  margin: 50px 0;
  overflow: hidden;
}

.full-width-banner img {
  width: 100%;
  height: auto;
  display: block;
}

/* Галерея (4 в ряд) */
.series-gallery {
  margin: 60px 0;
}

.section-title {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 30px;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 1px;
}



/* Слайдер "В интерьере" */
.interior-slider-section {
  margin: 80px 0;
}

.interior-slider {
  margin-top: 30px;
  position: relative;
}

.interior-slider .slide {
  position: relative;
}

.interior-slider .slide img {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: cover;
  border-radius: 4px;
}

.slide-caption {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 16px;
  color: #fff;
  background: rgba(0,0,0,0.7);
  padding: 10px;
}

/* Адаптивность */
@media (max-width: 1200px) {
  .item-option {
    width: calc(25% - 15px);
  }
  
  .gallery-item {
    width: calc(33.333% - 20px);
  }
}

@media (max-width: 768px) {
  .configurator-col {
    flex: 100%;
  }
  
  .item-option {
    width: calc(33.333% - 15px);
  }
  
  .gallery-item {
    width: calc(50% - 20px);
  }
  
  .series-title {
    font-size: 28px;
  }
  
  .section-title {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .item-option {
    width: calc(50% - 15px);
  }
  
  .gallery-item {
    width: 100%;
  }
  
  .series-title {
    font-size: 24px;
  }
  
  .section-title {
    font-size: 20px;
  }
  
  .preview-frame {
    height: 300px;
  }
}

/* Дополнительные стили для админки */
.series-banner-container,
.series-gallery-container {
  margin: 1em 0;
}

.image-item {
  position: relative;
  width: 150px;
  margin: 0 10px 10px 0;
  padding: 5px;
  border: 1px solid #ddd;
  background: #fff;
}

.image-item img {
  max-width: 100%;
  height: auto;
  display: block;
}

.image-title {
  font-size: 12px;
  margin: 5px 0;
  word-break: break-word;
}

.image-item input[type="text"] {
  width: 100%;
  margin-top: 5px;
  font-size: 12px;
}

/* Галочка для выбранных элементов */
.item-option.active::after {
  content: "✓";
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  background: #4CAF50;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}

/* Стили для фронтенда */
.series-configurator .items-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.series-configurator .item-option {
  position: relative;
  cursor: pointer;
  transition: all 0.3s;
  /*border: 2px solid transparent;*/
}

.series-configurator .item-option.active {
  border-color: #4CAF50;
}

.series-configurator .item-option-title {
  display: block;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
}

/* Баннер на всю ширину */
.full-width-banner {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  overflow: hidden;
}

.full-width-banner img {
  width: 100%;
  height: auto;
}
  
  .preview-area {
    padding: 0px;
  }
  
  .series-single-page {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    font-family: 'Hanken Grotesk', Arial, sans-serif;
    color: #333;
  }
  
  .series-container {
    padding: 0;
  }
  
  .series-configurator {
    box-shadow: none;
  }

  .configurator-wrapper {
    flex-direction: unset;
  }
  
  .series-configurator .items-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
  }
  
  .series-configurator .item-option {
    position: relative;
    cursor: pointer;
    transition: all 0.3s;
    /*border: 2px solid transparent;*/
   /* width: 130px;
    height: 130px;
    padding: 0 0 15px 0;
    margin: 0 10px 10px 0;*/
    width: 100px;
    height: 100px;
    padding: 0 0 35px 0;
    margin: 0 15px 10px 0;
  }
  .vibor-ramok{
    display: flex;
    width: 60%;
    flex-wrap: nowrap;
    flex-direction: column;
  }
@media (max-width: 480px) {
.series-configurator .item-option {
    width: 20%;
    height: 90px;
  }
}

/* Стили галереи */
.gallery-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: flex-start;
    width: 100%;
}

.gallery-item {
    flex: 0 0 calc(25% - 20px);
    box-sizing: border-box;
    margin-bottom: 20px;
    cursor: pointer;
    position: relative;
    padding: 25px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.10);
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 4px;
    transition: transform 0.3s ease;
    max-height: 250px;
    object-fit: contain;
}

.gallery-item:hover img {
    transform: scale(1.03);
}

.gallery-item .image-title {
    padding: 8px 0;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

/* Стили попапа */
.gallery-popup {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.9);
    overflow: auto;
}

.popup-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 90vh;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: zoom 0.3s;
}

@keyframes zoom {
    from {transform: translate(-50%, -50%) scale(0.5)}
    to {transform: translate(-50%, -50%) scale(1)}
}

.close-popup {
    position: absolute;
    top: 20px;
    right: 35px;
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.close-popup:hover {
    color: #bbb;
}

/* Адаптивность */
@media (max-width: 1200px) {
    .gallery-item {
        flex: 0 0 calc(33.333% - 20px);
    }
}

@media (max-width: 768px) {
    .gallery-item {
        flex: 0 0 calc(50% - 20px);
    }
}

@media (max-width: 480px) {
    .gallery-item {
        flex: 0 0 50%;
        padding: 5px;
    }
    
    .gallery-grid {
        gap:0;
    }
    
    .popup-content {
        max-width: 95%;
    }
    
    .close-popup {
        font-size: 30px;
        top: 15px;
        right: 25px;
    }
    
    .series-single-page {
    padding: 0;
    }
    
    .series-container {
    margin: 0 10px;
    }
}

/* Стили для блоков описания */
.description-block {
    display: flex;
    align-items: center;
    gap: 40px;
    margin: 30px 0;
}

.description-block.reverse-layout {
    flex-direction: row-reverse;
}

.description-image {
    flex: 0 0 50%;
    max-width: 50%;
}

.description-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.description-text {
    flex: 1;
}

.description-text h3 {
    margin-top: 0;
    color: #333;
}

@media (max-width: 768px) {
    .description-block,
    .description-block.reverse-layout {
        flex-direction: column;
    }
    
    .description-image {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
}

/* Стили для медиа-блока */
.description-media {
    flex: 0 0 50%;
    max-width: 50%;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 соотношение */
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.description-media img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

@media (max-width: 768px) {
    .description-media {
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 20px;
    }
}

.custom-list-container {
    
    margin: 30px auto;
    background: #fff;
    border-radius: 8px;
    background-color: #343434;
}
.our-clients-section .section-title{
        text-align: left;
    font-size: 22px;
    margin-bottom: 0;
    color: #fff !important;
    font-weight: 900;
    text-transform: none;
    border:none;
}
.custom-list-container h3 {
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}

.custom-icon-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.custom-icon-list li {
    position: relative;
    padding-left: 60px;
    padding-right: 20px;
    margin-bottom: 15px;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-family: 'GratoGrotesk', Arial, sans-serif;
    font-weight: 400;
    float: left;
}

@media (max-width: 768px) {
    .custom-icon-list {
    justify-content: flex-start;
    }
}

/* Вариант с  SVG файлом */
.custom-icon-list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background-image: url('/wp-content/themes/evrotheme/assets/img/fetch.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


/* Тёмный футер */
.lux-footer-dark {
  padding: 45px 0 49px;
  width: 100%;
  background: #222;
  z-index: 2;
  position: relative;
  color: #fff;
  border-top: 1px solid rgba(255,255,255,0.1);
}

.lux-footer-dark .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.lux-footer-dark .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.lux-footer-dark .top-footer {
  margin-bottom: 45px;
  align-items: center;
}

.lux-footer-dark .col-lg-2,
.lux-footer-dark .col-lg-4,
.lux-footer-dark .col-lg-6,
.lux-footer-dark .col-md-12 {
  padding: 0 15px;
  position: relative;
}

/* Меню */
.lux-footer-dark .footer-menu {
  list-style: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

.lux-footer-dark .footer-menu li {
  margin-right: 30px;
}

.lux-footer-dark .footer-menu a {
  font-weight: 500;
  font-size: 14px;
  line-height: 15px;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.lux-footer-dark .footer-menu a:hover {
  color: #c6a57a;
}

/* Контакты */
.lux-footer-dark .bottom-contact {
  display: flex;
  align-items: center;
  padding-left: 15px;
}

.lux-footer-dark .contact-item {
  display: flex;
  align-items: center;
}

.lux-footer-dark .mail {
  padding-right: 23px;
  border-right: 1px solid rgba(255,255,255,0.2);
}

.lux-footer-dark .phone {
  padding-left: 18px;
}

.lux-footer-dark .phone img {
  margin-right: 7px;
}

.lux-footer-dark .bottom-contact a {
  font-weight: 500;
  font-size: 16px;
  line-height: 17px;
  margin-left: 9px;
  color: #fff;
  text-decoration: none;
  transition: color 0.3s;
}

.lux-footer-dark .bottom-contact a:hover {
  color: #c6a57a;
}

/* Копирайт */
.copyright{
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    
}
.lux-footer-dark .copyright .col-md-12 {
  padding-top: 30px;
}

.lux-footer-dark .copyright p {
  font-size: 12px;
    font-weight: 300;
    line-height: 150%;
  color: #fff;
  margin: 0;
}

/* Адаптивность */
@media (max-width: 991px) {
  .lux-footer-dark .col-lg-6 {
    order: 3;
    width: 100%;
    margin-top: 20px;
  }
  
  .lux-footer-dark .footer-menu {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .lux-footer-dark .top-footer {
    flex-direction: column;
    text-align: center;
  }
  
  .lux-footer-dark .bottom-contact {
        margin-top: 20px;
        padding-left: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 20px;
    }
    
    .lux-footer-dark .mail {
    padding-right: 0;
    border-right: none;
    }
    
    .lux-footer-dark .copyright p {
    padding: 0 10px;
    }
  
  .lux-footer-dark .footer-menu li {
    margin: 0 15px 10px;
  }
  
    .lux-footer-dark .col-lg-2,
    .lux-footer-dark .col-lg-4,
    .lux-footer-dark .col-lg-6,
    .lux-footer-dark .col-md-12 {
      padding: 0;
    }
}

.part-title{
    font-size: 26px;
}
.info-part-text{
    font-size: 18px;
    line-height: 32px;
}

.gallery-title-field {
    margin-bottom: 15px;
}

.gallery-title-field label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.gallery-title-field input[type="text"] {
    width: 100%;
    padding: 8px;
    font-size: 14px;
}
