@charset "UTF-8";
/*!
   Theme Name: Orchid Store Child
   Theme URI: https://wordpress.org/themes/orchid-store/
   Description: Дочерняя тема для Orchid Store
   Author: Ваше имя
   Template: orchid-store
   Version: 1.0.0
*/
.logo-col.custom {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -webkit-box-flex: 0 !important;
  -ms-flex: 0 0 65% !important;
  flex: 0 0 65% !important;
  max-width: 65% !important;
}
.logo-col.custom .custom-logo-link {
  width: 35%;
}
.logo-col.custom h1 {
  width: 65%;
  font-size: 18px;
  color: #3d4179;
}

.extra-col.custom {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 35% !important;
  flex: 0 0 35% !important;
  max-width: 35% !important;
}

.intro {
  padding: 1.5rem 0;
  color: #fff;
  background-color: #3d4179;
  text-align: center;
}
.intro h2,
.intro .h2 {
  margin: 0;
}

.__os-container__ {
  max-width: 1500px;
}

body,
.__os-page-wrap__ {
  background: #fff !important;
}

footer {
  background: #3d4179 !important;
}

.section {
  max-width: 1500px;
  margin: 30px auto 60px;
  padding: 0 15px;
  display: flex;
  gap: 40px;
}

/* ЛЕВОЕ МЕНЮ */
.side-menu {
  flex: 0 0 330px;
  background: #333a78;
  color: #fff;
  border-radius: 2px;
  padding: 15px 10px 25px;
}

.accordion-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.35);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  padding: 5px 5px 5px 15px;
}

.accordion-header span {
  flex: 1 1 auto;
}

.accordion-arrow {
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  transition: transform 0.25s ease;
  font-size: 12px;
  line-height: 1;
}

.accordion-item.active .accordion-arrow {
  transform: rotate(180deg);
}

.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.accordion-item.active .accordion-body {
  max-height: 500px; /* достаточно, чтобы показать список */
}

.accordion-list {
  list-style: none;
  margin: 10px 0 0;
  padding: 10px 15px;
  background: #fff;
  color: #333a78;
  border-radius: 3px;
  font-size: 15px;
  line-height: 1.6;
}

.accordion-list li {
  margin-bottom: 4px;
}

/* ПРАВЫЙ СЛАЙДЕР */
.content-slider-wrap {
  flex: 1 1 auto;
  width: calc(100% - 360px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content-slider {
  width: 100%;
}

/* АДАПТИВ */
@media (max-width: 1024px) {
  .section {
    gap: 25px;
  }
  .side-menu {
    flex-basis: 280px;
  }
  .content-slider {
    padding: 25px;
  }
}
@media (max-width: 768px) {
  .section {
    flex-direction: column;
  }
  .side-menu {
    width: 100%;
  }
  .content-slider {
    margin-bottom: 25px;
  }
  .content-slider-wrap {
    width: auto;
  }
}
@media (max-width: 480px) {
  .accordion-header {
    font-size: 16px;
  }
  .accordion-list {
    font-size: 14px;
  }
  .content-slider {
    padding: 15px;
  }
}
/* Основной блок */
.branch-section__inner {
  max-width: 1500px;
  margin: 40px auto 60px;
  padding: 0 20px;
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

/* Левая часть — текст + QR */
.branch-content {
  flex: 2 1 0;
  color: #333a78;
  font-size: 18px;
  line-height: 1.6;
}

.branch-content p {
  margin: 0 0 22px;
}

.branch-content strong {
  font-weight: 700;
}

.branch-qr {
  margin-top: 20px;
}

.branch-qr img {
  max-width: 260px;
  width: 100%;
  height: auto;
  display: block;
}

/* Правая часть — картинки */
.branch-images {
  flex: 1 1 0;
  text-align: center;
}

.branch-images img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto 20px;
}

/* Адаптив */
@media (max-width: 992px) {
  .branch-section__inner {
    flex-direction: column;
    align-items: stretch;
  }
  .branch-images {
    order: -1; /* картинки сверху на планшете/телефоне */
    margin-bottom: 20px;
  }
  .branch-content {
    font-size: 16px;
  }
  .branch-qr {
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .branch-section__title {
    font-size: 24px;
    padding: 18px 10px;
  }
  .branch-section__inner {
    margin: 25px auto 40px;
    padding: 0 15px;
    gap: 25px;
  }
  .branch-content {
    font-size: 15px;
  }
}
.video-section__inner {
  max-width: 1500px;
  margin: 40px auto 60px;
  padding: 0 15px;
  position: relative;
}

/* Обёртка под адаптивное видео 16:9 */
.video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 */
  overflow: hidden;
  background: #000;
  border-radius: 4px;
}

.video-wrapper iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* Настройки slick */
.video-slider .slick-slide {
  outline: none;
}

.video-slider {
  position: relative;
}

/* Стрелки как на скрине – квадратные, по центру по вертикали */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 2px;
  border: none;
  background: rgba(0, 0, 0, 0.1);
  color: #555;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  z-index: 5;
  cursor: pointer;
}
.slick-prev:hover,
.slick-next:hover {
  background: #3d4179;
}

.slick-prev {
  left: -40px;
}

.slick-next {
  right: -40px;
}

.slick-prev:before,
.slick-next:before {
  content: "";
}

@media (max-width: 1024px) {
  .slick-prev {
    left: 5px;
  }
  .slick-next {
    right: 5px;
  }
}
.address-section__inner {
  max-width: 1500px;
  margin: 40px auto 60px;
  padding: 0 15px;
  display: flex;
  gap: 30px;
}

/* Левая часть — карта */
.address-map {
  flex: 2 1 0;
  min-height: 380px;
}

.address-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  min-height: 380px;
}

/* Правая часть — текст */
.address-info {
  flex: 1 1 0;
  color: #333a78;
  font-size: 15px;
  line-height: 1.6;
}

.address-info h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
}

.address-info p {
  margin: 0 0 12px;
  color: #333;
}

.address-info strong {
  color: #333a78;
}

/* Адаптив */
@media (max-width: 992px) {
  .address-section__inner {
    flex-direction: column;
  }
  .address-map iframe {
    min-height: 300px;
  }
}
@media (max-width: 576px) {
  .address-section__title {
    font-size: 24px;
    padding: 18px 10px;
  }
  .address-section__inner {
    margin: 25px auto 40px;
    gap: 20px;
  }
  .address-info {
    font-size: 14px;
  }
}
.partners-section__inner {
  max-width: 1500px;
  margin: 40px auto;
  padding: 0 30px 40px;
  position: relative;
}

.partners-slider {
  display: flex;
  align-items: center;
}

.partner-item {
  padding: 10px 20px;
  text-align: center;
}

.partner-item img {
  max-height: 90px;
  width: auto;
  display: inline-block;
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.2));
}

/* Нижняя полоска как на скрине */
.partners-section__bottom-bar {
  height: 20px;
  background: #333a78;
}

@media (max-width: 768px) {
  .partners-section__inner {
    padding: 0 15px 30px;
  }
  .partner-item img {
    max-height: 70px;
  }
}
@media (max-width: 480px) {
  .partners-section__title {
    font-size: 24px;
    padding: 18px 10px;
  }
}
.contacts-top {
  margin-left: 0;
}

.sidebar-menu {
  padding: 20px 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

.sidebar-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar-menu__list > li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* ссылка пункта */
.sidebar-menu__list > li > a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 24px;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  position: relative;
}

/* иконка справа — кружок с треугольником */
.sidebar-menu__list > li > a::after {
  content: "";
  flex: 0 0 26px;
  height: 26px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-sizing: border-box;
  position: relative;
}

/* сам треугольник */
.sidebar-menu__list > li > a::before {
  content: "";
  position: absolute;
  right: 32px; /* подогнать под центр кружка */
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #fff; /* треугольник вверх */
}

/* наведение */
.sidebar-menu__list > li > a:hover {
  background: rgba(255, 255, 255, 0.05);
}

/* --- стили для подменю (если нужно аккордеон) --- */
.sidebar-menu__list li.menu-item-has-children > ul.sub-menu {
  list-style: none;
  margin: 0;
  padding: 0 24px 10px 24px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.sidebar-menu__list li.menu-item-has-children.open > ul.sub-menu {
  max-height: 500px; /* достаточно большое значение */
}

.sidebar-menu__list li.menu-item-has-children > ul.sub-menu li a {
  display: block;
  padding: 6px 0;
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  opacity: 0.9;
}

.sidebar-menu__list li.menu-item-has-children > ul.sub-menu li a:hover {
  text-decoration: underline;
}

/* поворот стрелки при открытии */
.sidebar-menu__list li.menu-item-has-children.open > a::before {
  border-top: none;
  border-bottom: 7px solid #fff; /* треугольник вниз */
}

@media (min-width: 768px) {
  .f_center {
    display: flex;
    justify-content: center;
  }
  .f_end {
    display: flex;
    justify-content: flex-end;
  }
  .header-style-1 .top-header .right-col {
    display: flex;
    justify-content: flex-end;
  }
  .site-navigation ul li .children li a, .site-navigation ul li .sub-menu li a {
    border-bottom: 1px solid rgba(61, 65, 121, 0.19) !important;
    padding: 8px 10px !important;
  }
}
.main-navigation .menu-item-has-children > a::after,
#site-navigation .menu-item-has-children > a::after {
  content: "⏷"; /* ▼ — можно поменять на \25B6 ▶ или Unicode по вкусу */
  display: inline-block;
  margin-left: 0.5em;
  font-size: 0.7em;
  vertical-align: middle;
  transition: transform 0.25s ease;
}

.main-navigation .menu-item-has-children.menu-item-open > a::after,
.main-navigation .menu-item-has-children.current-menu-ancestor > a::after,
.main-navigation .menu-item-has-children.current-menu-item > a::after {
  transform: rotate(180deg);
}

footer * {
  font-weight: 700 !important;
  color: #fff !important;
}

.orchid-news-section .intro {
  margin-bottom: 20px;
}

.menu-item:not(.menu-item-has-children) > a:before, .menu-item:not(.menu-item-has-children) > a:after {
  display: none;
}

.main-navigation .menu-item-has-children > a::after, #site-navigation .menu-item-has-children > a::after {
  display: none;
}

/*# sourceMappingURL=style.css.map */
