@charset "UTF-8";
/*
Theme Name: Yakareliya
Author: Turtle_Onni
Author URI: https://debugni.ru/
Tags: accessibility-ready, one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Version: 2025
Requires at least: 5.2
Tested up to: 6.8
Requires PHP: 7.4
License: GNU General Public License v3 or Later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: yakareliya

Yakareliya WordPress Theme 2011-2025
Yakareliya is distributed under the terms of the GNU GPL
*/
@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1;
}

a {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

a[href^=tel] {
  text-decoration: none;
}

button {
  outline: 0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

q {
  display: inline;
  font-style: italic;
}

q:before {
  content: '"';
  font-style: normal;
}

q:after {
  content: '"';
  font-style: normal;
}

textarea, input[type=text], input[type=button], input[type=submit], input[type=reset], input[type=search], input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

th, td {
  padding: 2px;
}

big {
  font-size: 120%;
}

small, sup, sub {
  font-size: 80%;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

dd {
  margin-left: 20px;
}

kbd, tt {
  font-family: courier;
  font-size: 12px;
}

ins {
  text-decoration: underline;
}

del, strike, s {
  text-decoration: line-through;
}

dt {
  font-weight: bold;
}

address, cite, var {
  font-style: italic;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
  word-break: normal;
}

.screen-reader-text:focus {
  background-color: #f7f7f7;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #007acc;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.skip-link {
  left: -9999rem;
  top: 2.5rem;
  z-index: 999999999;
  text-decoration: underline;
}

.skip-link:focus {
  display: block;
  left: 6px;
  top: 7px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  line-height: normal;
  padding: 15px 23px 14px;
  z-index: 100000;
  right: auto;
}

.visually-hidden:not(:focus):not(:active), .form-allowed-tags:not(:focus):not(:active) {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap;
}

a {
  text-decoration: unset;
}

a {
  color: rgb(230, 25, 25);
}

#header {
  background-color: rgb(23, 55, 23);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}
#header button {
  min-width: 171px;
}
@media (max-width: 992px) {
  #header .quick-access-inner_header {
    display: none;
  }
}

body {
  padding-top: 76px;
  font-family: "Montserrat", sans-serif;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-80 {
  margin-top: 80px;
}

.txt_left {
  text-align: left;
}

button.btn_orange,
a.btn_orange,
.btn_orange {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
  color: inherit;
  text-align: inherit;
  white-space: normal;
  vertical-align: initial;
  max-width: 100%;
  width: 100%;
  background-color: rgb(245, 112, 59);
  border-radius: 30px;
  box-shadow: 0 0px 0px 0px rgb(253, 0, 0);
  color: rgb(255, 255, 255);
  letter-spacing: 0px;
  line-height: 99%;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  padding: 12px 0px;
  transition: all 0.34s;
  display: flex;
  position: relative;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-width: 0px 0px 0px 0px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  gap: 6px;
}

.btn_href {
  max-width: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 0px;
  box-shadow: 0 0px 0px 0px rgb(253, 0, 0);
  color: rgb(255, 255, 255);
  letter-spacing: 0px;
  line-height: 99%;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  padding: 9px 0px 9px 0px;
  transition: all 0.34s;
  display: flex;
  position: relative;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-width: 0px 0px 1px 0px;
  border-style: solid;
  border-color: rgb(245, 112, 59);
  color: #fff;
}

.tcenter {
  text-align: center;
}

.d-flex {
  display: flex;
}

.aligcenter {
  align-items: center;
}

.justcenter {
  justify-content: center;
}

.gap10 {
  gap: 10px;
}

.gap20 {
  gap: 20px;
}

@media (max-width: 992px) {
  .hidden-xs {
    display: none !important;
  }
}

.visible-xs {
  display: none;
}
@media (max-width: 992px) {
  .visible-xs {
    display: block !important;
  }
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1120px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1400px) {
  .container {
    width: 1340px;
  }
}
@media (max-width: 992px) {
  .container {
    max-width: 100%;
    padding: 0 10px;
  }
}

.header-container {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: 1fr;
  justify-content: space-between;
  align-items: center;
}

.site-description {
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  opacity: 1;
  color: #fff;
}
@media (max-width: 1400px) {
  .site-description {
    display: none;
  }
}

.btn_social ul {
  display: flex;
  list-style: none;
  justify-content: start;
  flex-wrap: nowrap;
  padding-left: 0;
  gap: 6px;
}
.btn_social svg {
  width: 23px;
}

.mobile_menu button {
  background-color: transparent;
  border: none;
  outline: none;
  min-width: 41px !important;
}
.mobile_menu svg {
  width: 25px;
  height: 25px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 4px;
}

/* Оверлей меню */
.mobile-menu-overlay {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.3);
  transition: right 0.3s ease;
  z-index: 9999;
}

.mobile-menu-overlay.active {
  right: 0;
}

/* Контейнер меню */
.mobile-menu-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 300px;
  height: 100%;
  background: rgb(23, 55, 23);
  padding: 60px 20px 20px;
  overflow-y: auto;
}

/* Крестик закрытия */
.menu-close {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 30px;
  cursor: pointer;
  z-index: 10000;
  color: #fff;
}

/* Второй уровень меню */
.menu-level-2 {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 60px 20px 20px;
}

.menu-level-2.active {
  display: block;
  animation: slideIn 0.3s ease;
}

@keyframes slideIn {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
.slider-root {
  position: relative;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}
.slider-root button {
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.slider-swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-content: center;
}

.slide-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.slide-background::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.slide-content {
  max-width: 420px !important;
  margin-right: auto;
  margin-left: 0;
  gap: 20px;
  display: flex;
  flex-direction: column;
}

.slide-title {
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0em;
  color: rgb(255, 255, 255);
  opacity: 0;
  transform: translateY(30px);
  animation: slideUp 0.8s ease 0.5s forwards;
}

.slide-description {
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.4;
  letter-spacing: 0em;
  color: rgb(255, 255, 255);
  opacity: 0;
  transform: translateY(30px);
  animation: slideUp 0.8s ease 0.5s forwards;
}

.slide-button {
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-top: 10px;
  padding: 19px 51px;
  transition: all 0.3s ease;
  opacity: 0;
  transform: translateY(30px);
  animation: slideUp 0.8s ease 0.7s forwards;
}

.slide-button:hover {
  background: #1e3a23;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Анимации */
@keyframes slideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Пагинация */
.swiper-pagination {
  bottom: 30px !important;
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: rgba(255, 255, 255, 0.5);
  opacity: 1;
}

.swiper-pagination-bullet-active {
  background: white;
  transform: scale(1.2);
}

/* Навигационные кнопки */
.swiper-button-prev,
.swiper-button-next {
  color: white;
  background: rgba(255, 255, 255, 0.2);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  backdrop-filter: blur(10px);
}

.swiper-button-prev:after,
.swiper-button-next:after {
  font-size: 20px;
  font-weight: bold;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
  background: rgba(255, 255, 255, 0.3);
}

/* Адаптивность */
@media (max-width: 768px) {
  .slide-title {
    font-size: 26px;
  }
  .slide-description {
    font-size: 18px;
  }
  .slide-button {
    padding: 12px 30px;
    font-size: 1rem;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}
h1 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0em;
  color: rgb(35, 71, 35);
  opacity: 1;
}

h2 {
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0em;
  color: rgb(35, 71, 35);
  opacity: 1;
}

.advents {
  padding-top: 60px;
}
.advents h2 {
  padding-top: 40px;
}
.advents_content {
  padding-top: 40px;
  display: grid;
  grid-template-columns: 48% 48%;
  gap: 20px;
}
@media (max-width: 1400px) {
  .advents_content {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
  }
}
.advents_content-item {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background: rgba(245, 112, 59, 0);
  padding: 0px 0px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0em;
  color: rgb(255, 255, 255);
}
@media (max-width: 992px) {
  .advents_content-item {
    background: rgb(245, 112, 59);
    padding: 10px 15px;
    grid-template-columns: 70px 1fr;
    display: grid;
    border-radius: 25px;
  }
}
.advents_content-item img {
  width: 149px;
  position: absolute;
}
@media (max-width: 992px) {
  .advents_content-item img {
    position: relative;
    width: 70px;
    height: 97px;
    -o-object-fit: cover;
       object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px;
  }
}
.advents_content-item > div {
  padding-left: 40px;
  padding-right: 15px;
  height: 180px;
  display: flex;
  align-items: center;
  background: rgb(245, 112, 59);
  border-radius: 25px;
  margin-left: 100px;
}
@media (max-width: 1400px) {
  .advents_content-item > div {
    font-size: 20px;
  }
}
@media (max-width: 992px) {
  .advents_content-item > div {
    font-size: 14px;
    padding-left: 15px;
    margin-left: 0;
    background: transparent;
    height: auto;
  }
}

#menu-top_menu li {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  text-align: initial;
  margin-right: 15px;
  color: #fff;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 13px;
}
#menu-top_menu li a {
  color: #fff;
}

h1.entry-title {
  padding-top: 16px;
  padding-bottom: 18px;
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 48px;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0em;
  color: rgb(35, 71, 35);
}

nav.yoast-breadcrumbs {
  margin-top: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0em;
}
nav.yoast-breadcrumbs a {
  color: rgb(35, 71, 35);
}

.archive-meta {
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
}

.padding_top {
  padding-top: 30px;
}

.padding_bottom {
  padding-bottom: 30px;
}

.header-section {
  scroll-snap-align: start;
  margin-top: 0;
  margin-bottom: 0;
  min-height: 0 !important;
  overflow: hidden;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh;
  position: relative;
}
.header-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 0;
}
.header-section .cont {
  margin-top: 0;
  margin-bottom: 0;
  border-width: 0 !important;
  position: relative;
}
.header-section .breadcrumbs {
  color: #fff;
}

.tour_title-wrapper {
  padding-top: 60px;
  padding-bottom: 2rem;
}

.tour_title {
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0em;
  color: rgb(255, 255, 255);
  opacity: 1;
}

.tour_desc-wrapper {
  color: #FFF;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: rgba(41, 40, 40, 0.8);
  border-radius: 15px;
  width: 50%;
  margin-bottom: 2rem;
}

.tour_action,
.tour_desc {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: start;
  margin-bottom: 10px;
}

.tour_desc {
  font-size: 18px;
}

.tour_action button {
  flex-direction: row-reverse;
  width: 200px;
  font-size: 1rem;
}

.breadcrumbs {
  font-size: 14px;
  padding-bottom: 25px;
  font-weight: 600;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a {
  color: #fff;
  z-index: 1;
}

.single_tour_wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
}

.single_tour_content-wrapper .single_tour_content {
  font-size: 16px;
  font-family: "Open Sans", sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", "Segoe UI Emoji", "Apple Color Emoji", "Noto Color Emoji", sans-serif;
  line-height: 1.4;
  word-wrap: break-word;
  color: rgb(0, 0, 0);
  text-rendering: optimizeLegibility;
}
.single_tour_content-wrapper .single_tour_content p {
  margin-bottom: 10px;
}
.single_tour_content-wrapper .single_tour_content ul {
  list-style: disc;
  margin-left: 20px;
}
.single_tour_content-wrapper .single_tour_content ul li {
  margin-bottom: 10px;
}

strong {
  font-weight: 600;
}

.title_h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 1.1;
  letter-spacing: 0em;
  color: rgb(35, 71, 35);
  opacity: 1;
  margin-bottom: 20px;
  text-align: left;
}

.title_h2 span {
  text-decoration: underline;
}

.tour_programs {
  margin-top: 60px;
}

button.btn_orange.xs-size, a.btn_orange.xs-size, .btn_orange.xs-size,
.xs-size {
  width: -moz-max-content;
  width: max-content;
  padding-left: 20px;
  padding-right: 20px;
}

.tariff-header {
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  background: rgb(255, 255, 255);
  align-items: center;
  padding: 20px 20px;
  padding-right: 40px;
  border-radius: 15px;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  border-radius: 15px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

.tariffs-section {
  clear: both;
}

.tariff-description ul {
  list-style: disc;
  margin-left: 20px;
  margin-bottom: 15px;
}

.tariff-description li {
  margin-bottom: 8px;
}

.tariff-description strong {
  color: #333;
}

.tariff-actions .button {
  transition: all 0.3s ease;
}

.tariff-actions .button:hover {
  background-color: #007cba;
  color: white;
  transform: translateY(-2px);
}

.tariff-content {
  margin-left: 20px;
  margin-bottom: 40px;
}

.accordion-toggle svg {
  transform: rotate(180deg);
}

.accordion-toggle.is-expanded svg {
  transform: rotate(0);
  transform-origin: center;
}

.accordion-header.active {
  border-left: 8px solid rgb(245, 112, 60);
}

.tour_section {
  margin-top: 80px;
}

/* Стили для аккордеона */
.accordion-button {
  background-color: #f8f9fa;
  color: #333;
  font-weight: bold;
  padding: 15px;
  border: 1px solid #dee2e6;
}

.accordion-button:not(.collapsed) {
  background-color: #e9ecef;
  color: #333;
}

.accordion-body {
  padding: 20px;
  background-color: #fff;
}

.program-item {
  display: flex;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee;
  padding-bottom: 15px;
}

.program-item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.program-time {
  flex: 0 0 100px;
  font-weight: bold;
  color: #ff6600;
  padding-right: 15px;
}

.program-content {
  flex: 1;
}

.program-title {
  font-weight: bold;
  margin-bottom: 5px;
  color: #333;
}

.program-description {
  color: #666;
  line-height: 1.6;
}

/* Стили для переключения между программами */
.btn_orange.active {
  background-color: #ff6600;
  color: white;
}

.btn_orange {
  background-color: #f0f0f0;
  color: #333;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.short-text {
  display: none;
}

/* Классы для управления видимостью */
.full-text {
  display: block;
}

.short-text {
  display: none;
}

/* Для короткой программы */
.program-short .full-text {
  display: none;
}

.program-short .short-text {
  display: block;
}

.program-short .program-description {
  display: none;
}

.programs_item-title {
  margin-top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_tour_menu {
  background: rgb(23, 55, 23);
  padding: 15px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
  z-index: 999; /* Ниже основного хедера */
  justify-content: center;
}

#fixedHeader {
  position: fixed;
  top: 75px;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transform: translateY(-20px);
}

#fixedHeader.sticky-visible {
  top: 75px;
  opacity: 1;
  z-index: 100;
  visibility: visible;
  transform: translateY(0);
}

body.has-sticky-menu {
  padding-top: 145px;
}

@media (max-width: 1024px) {
  .header_tour_menu {
    padding: 10px 15px;
    overflow-x: auto;
    justify-content: flex-start;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .header_tour_menu a {
    flex-shrink: 0;
  }
  #fixedHeader.sticky-visible {
    top: 60px; /* Меньшая высота для мобильных */
  }
}
.header_tour_menu a {
  position: relative;
  text-decoration: none;
  transition: all 0.3s ease;
  max-width: 180px;
}

.header_tour_menu a:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 102, 0, 0.2);
}

.header_tour_menu a.active {
  background: #ff6600;
  color: white;
}

.sticky-spacer {
  height: 0;
  transition: height 0.3s ease;
}

.sticky-spacer.active {
  height: 0; /* Высота вашего фиксированного меню */
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
  background-color: rgb(245, 112, 59);
}

/* для попапов */
/* Основа минимализма */
.pum-container.pum-container {
  border-radius: 8px;
  box-shadow: 0 12px 48px rgba(0, 0, 0, 0.12);
  border: none;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  font-weight: 300;
  letter-spacing: -0.01em;
  background: #fff;
}

/* Контент с правильными отступами */
.pum-content {
  padding: 10px;
}

/* Только для мобильных - уменьшаем padding */
@media (max-width: 480px) {
  .pum-content {
    padding: 32px 24px;
  }
}
/* Стили полей ввода - только нижний бордер */
.pum-container .wpcf7-form-control {
  width: 100%;
  padding: 12px 0;
  border: none;
  border-bottom: 1px solid #e1e5e9;
  border-radius: 0;
  font-size: 15px;
  font-weight: 400;
  background: transparent;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-bottom: 24px;
  color: #1a1a1a;
  outline: none;
  box-shadow: none;
}

/* Фокус состояние - акцентный цвет */
.pum-container .wpcf7-form-control:focus {
  border-bottom: 2px solid rgb(245, 112, 59);
  padding-bottom: 11px; /* компенсируем толщину бордера */
  background: transparent;
  box-shadow: none;
}

/* Плейсхолдер стили */
.pum-container .wpcf7-form-control::-moz-placeholder {
  color: #8c8c8c;
  opacity: 1;
  font-weight: 300;
  -moz-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.pum-container .wpcf7-form-control::placeholder {
  color: #8c8c8c;
  opacity: 1;
  font-weight: 300;
  transition: color 0.3s ease;
}

.pum-container .wpcf7-form-control:focus::-moz-placeholder {
  color: #b3b3b3;
}

.pum-container .wpcf7-form-control:focus::placeholder {
  color: #b3b3b3;
}

/* Ошибки - минималистично */
.pum-container .wpcf7-not-valid {
  border-bottom: 2px solid #ff4444;
}

.pum-container .wpcf7-not-valid-tip {
  color: #ff4444;
  font-size: 12px;
  font-weight: 400;
  margin: -20px 0 20px 0;
  padding: 0;
  background: none;
  border: none;
}

/* Чекбокс - чистый минимализм */
.pum-container .wpcf7-acceptance .wpcf7-list-item {
  margin: 0;
  padding: 0;
}

/* Кастомный чекбокс */
.pum-container .wpcf7-acceptance input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* Стилизованный чекбокс */
.pum-container .wpcf7-acceptance .wpcf7-list-item-label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #ddd;
  border-radius: 3px;
  margin-right: 10px;
  margin-top: 1px;
  flex-shrink: 0;
  transition: all 0.2s ease;
  background: white;
  cursor: pointer;
  position: relative;
  top: 3px;
}

.pum-theme-tema-po-umolchaniju {
  background-color: rgba(0, 0, 0, 0.5) !important;
}

.pum-theme-tema-po-umolchaniju .pum-content {
  color: #493e3e !important;
}

/* Состояние checked */
.pum-container .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label::before {
  background-color: rgb(245, 112, 59);
  border-color: rgb(245, 112, 59);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='white'%3E%3Cpath fill-rule='evenodd' d='M16.707 5.293a1 1 0 010 1.414l-8 8a1 1 0 01-1.414 0l-4-4a1 1 0 011.414-1.414L8 12.586l7.293-7.293a1 1 0 011.414 0z' clip-rule='evenodd'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
}

/* Ховер на чекбоксе */
.pum-container .wpcf7-acceptance .wpcf7-list-item-label:hover::before {
  border-color: rgb(245, 112, 59);
}

/* Ссылка в чекбоксе */
.pum-container .btn-modal {
  color: rgb(245, 112, 59);
  text-decoration: none;
  font-weight: 400;
  border-bottom: 1px solid transparent;
  transition: border-color 0.2s ease;
  padding: 0 2px;
}

.pum-container .btn-modal:hover {
  border-bottom-color: rgb(245, 112, 59);
  background: transparent;
}

/* Кнопка отправки - минимализм */
.pum-container .wpcf7-submit {
  width: 100%;
  padding: 14px 0;
  background: rgb(245, 112, 59);
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  margin-top: 8px;
  letter-spacing: 0;
  text-transform: none;
  position: relative;
  overflow: hidden;
}

/* Эффект при наведении */
.pum-container .wpcf7-submit:hover {
  background: rgb(230, 95, 45);
  transform: translateY(-1px);
  box-shadow: 0 6px 20px rgba(245, 112, 59, 0.25);
}

/* Активное состояние */
.pum-container .wpcf7-submit:active {
  transform: translateY(0);
  box-shadow: 0 2px 10px rgba(245, 112, 59, 0.2);
}

/* Спиннер - тонкий */
.pum-container .wpcf7-spinner {
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: spin 0.8s linear infinite;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@keyframes spin {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
/* Кнопка закрытия - минимальная */
body .pum-close.popmake-close {
  background: transparent;
  font-size: 41px !important;
  color: rgb(35, 71, 35) !important;
  line-height: 32px;
  text-align: center;
  border: none;
  top: -6px !important;
  right: -1px !important;
  transition: all 0.2s ease;
  font-weight: 300;
  opacity: 0.7;
  background-color: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

body .pum-container .pum-close:hover {
  color: rgb(245, 112, 59);
  opacity: 1;
  background: rgba(245, 112, 59, 0.05);
}

.wpcf7-form-control.wpcf7-acceptance {
  border: none;
}

/* Анимация появления */
@keyframes slideUpFade {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.pum-container.pum-container.active {
  animation: slideUpFade 0.4s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

.pum-container.pum-container {
  border-radius: 10px !important;
  border: 1px none #e65f2d !important;
  box-shadow: 1px 1px 0px 0px #e65f2d !important;
}

/* Скрыть скроллбар на полях */
.pum-container .wpcf7-form-control::-webkit-scrollbar {
  display: none;
}

.pum-theme-tema-po-umolchaniju .pum-container {
  background-color: #fff !important;
}

.pum-container .wpcf7-form-control {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

/* Состояние disabled */
.pum-container .wpcf7-submit:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  transform: none !important;
  box-shadow: none !important;
}

/* Минималистичная валидация */
.pum-container .wpcf7-response-output {
  border: none;
  padding: 12px 16px;
  margin: 16px 0 0 0;
  border-radius: 4px;
  font-size: 13px;
  font-weight: 400;
  background: #f8f9fa;
  color: #666;
}

.pum-container .wpcf7-response-output.wpcf7-validation-errors {
  background: #fff8f8;
  color: #ff4444;
}

.pum-container .wpcf7-response-output.wpcf7-mail-sent-ok {
  background: #f8fff9;
  color: #00a854;
}

/* Убираем стандартные стили браузера */
.pum-container input[type=text],
.pum-container input[type=email],
.pum-container input[type=tel],
.pum-container input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Группировка полей */
.pum-container .form-group {
  margin-bottom: 32px;
}

.pum-container h5 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}

.product-attributes-loop {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  height: 64px;
  padding-left: 15px;
  padding-right: 15px;
}
.product-attributes-loop .attr-item {
  width: 50%;
  color: #343434;
  font-size: 16px;
}

.woocommerce ul.products li.product a img {
  height: 230px;
  border-radius: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  text-align: left;
  padding-top: 0;
  font-weight: 700;
  padding-left: 10px;
  padding-right: 10px;
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before {
  left: 15px;
  font-size: 27px;
  top: 0;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
  background-color: rgb(255, 255, 255);
  border-radius: 15px;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.btn_orange.add_to_cart_button.ajax_add_to_cart {
  background-color: rgb(245, 112, 59);
  box-shadow: 0 0px 0px 0px rgb(253, 0, 0);
  color: #fff;
  margin-top: 0;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.btn_orange.add_to_cart_button.ajax_add_to_cart:hover {
  background: rgba(230, 90, 40, 0.8);
  color: #fff;
}

.header .entry-title {
  font-size: 42px;
  font-weight: 700;
  color: rgb(23, 55, 23);
  margin-bottom: 20px;
  line-height: 1.2;
}

/* ===== ОПИСАНИЕ АРХИВА ===== */
.term-description {
  background: linear-gradient(135deg, #fff5f0 0%, #fff 100%);
  padding: 30px;
  border-radius: 16px;
  border-left: 6px solid rgb(245, 112, 59);
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}

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

.term-description p:last-child {
  margin-bottom: 0;
}

.term-description h1,
.term-description h2,
.term-description h3 {
  color: #333;
  margin-bottom: 20px;
}

/* ===== ГОРИЗОНТАЛЬНЫЕ ФИЛЬТРЫ ===== */
.tours-filter-horizontal {
  display: flex;
  gap: 15px;
  margin-bottom: 40px;
  padding: 25px;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.03);
  border: 1px solid #f0f0f0;
  flex-wrap: wrap;
}

.tours-filter-horizontal > div {
  flex: 1;
  min-width: 200px;
}

/* ===== ОСНОВНОЙ ЛЕЙАУТ С ФИЛЬТРОМ ===== */
.tours-layout {
  display: grid;
  grid-template-columns: 320px 1fr;
  gap: 40px;
  align-items: start;
}

/* ===== БОКОВАЯ ПАНЕЛЬ ФИЛЬТРОВ ===== */
.tours-sidebar {
  position: sticky;
  top: 30px;
}

.sidebar-filters {
  background: #fff;
  border-radius: 16px;
  padding: 30px 25px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #f5f5f5;
}

.filters-title {
  font-size: 22px;
  font-weight: 700;
  color: #333;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 3px solid rgb(245, 112, 59);
}

.filter-widget {
  margin-bottom: 35px;
}

.filter-widget:last-child {
  margin-bottom: 0;
}

.filter-widget h4 {
  font-size: 18px;
  font-weight: 600;
  color: #444;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
}

.filter-widget h4:before {
  content: "▹";
  color: rgb(245, 112, 59);
  margin-right: 10px;
  font-size: 20px;
}

/* Стилизация элементов фильтра Rocket */
.filter-widget .br_widget,
.filter-widget .berocket_single_filter_widget {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.filter-widget .br_widget .br_option {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  border-radius: 8px;
  transition: 0.2s;
  cursor: pointer;
}

.filter-widget .br_widget .br_option:hover {
  background: rgba(245, 112, 59, 0.05);
}

.filter-widget .br_widget .br_option.selected {
  background: rgba(245, 112, 59, 0.1);
  color: rgb(245, 112, 59);
  font-weight: 500;
}

/* Чекбоксы */
.filter-widget .br_widget .br_option input[type=checkbox],
.filter-widget .br_widget .br_option input[type=radio] {
  margin-right: 10px;
  accent-color: rgb(245, 112, 59);
  width: 18px;
  height: 18px;
}

/* ===== ЦЕНОВОЙ ФИЛЬТР ===== */
.filter-widget .price_slider_wrapper {
  margin-top: 15px;
}

.filter-widget .price_slider {
  background: #e0e0e0;
  height: 6px;
  border-radius: 3px;
}

.filter-widget .ui-slider-range {
  background: rgb(245, 112, 59);
}

.filter-widget .ui-slider-handle {
  background: rgb(245, 112, 59);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 3px solid #fff;
  box-shadow: 0 2px 10px rgba(245, 112, 59, 0.3);
  cursor: pointer;
  top: -7px;
}

.filter-widget .ui-slider-handle:hover {
  transform: scale(1.2);
}

.filter-widget .price_label {
  margin-top: 20px;
  font-size: 15px;
  color: #666;
}

.filter-widget .price_label span {
  font-weight: 700;
  color: rgb(245, 112, 59);
}

/* ===== ТОП БАР ===== */
.tours-top-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  border: 1px solid #f0f0f0;
}

.results-count span {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  padding: 8px 16px;
  background: rgba(245, 112, 59, 0.05);
  border-radius: 25px;
}

/* Сортировка */
.tours-sorting .woocommerce-ordering {
  margin: 0;
}

.tours-sorting select {
  padding: 10px 35px 10px 15px;
  border: 2px solid #f0f0f0;
  border-radius: 8px;
  font-size: 14px;
  color: #333;
  background: #fff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='rgb(245,112,59)'><path d='M7 10l5 5 5-5z'/></svg>") no-repeat right 10px center;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
  transition: 0.2s;
}

.tours-sorting select:hover {
  border-color: rgb(245, 112, 59);
}

.tours-sorting select:focus {
  outline: none;
  border-color: rgb(245, 112, 59);
  box-shadow: 0 0 0 3px rgba(245, 112, 59, 0.1);
}

/* ===== СЕТКА ТОВАРОВ ===== */
.tours-grid-wrapper ul.products.columns-4 {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
  margin: 0 !important;
  padding: 0;
  list-style: none !important; /* Убираем маркеры списка */
}
@media (max-width: 992px) {
  .tours-grid-wrapper ul.products.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .tours-grid-wrapper ul.products.columns-4 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.tours-grid-wrapper ul.products.columns-3 {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin: 0 !important;
  padding: 0;
  list-style: none !important; /* Убираем маркеры списка */
}

/* Убираем стандартные отступы WooCommerce */
.tours-grid-wrapper ul.products:before,
.tours-grid-wrapper ul.products:after {
  display: none !important;
}

/* Карточка товара */
.tours-grid-wrapper ul.products li.product {
  display: flex !important;
  flex-direction: column;
  width: 100% !important;
  margin: 0 !important;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #f0f0f0;
  transition: all 0.3s;
  height: 100%;
  position: relative;
  overflow: hidden;
  list-style: none !important; /* Убираем маркеры списка */
  padding-bottom: 60px;
}

.tours-grid-wrapper ul.products li.product:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border-color: rgb(245, 112, 59);
}

/* Изображение товара */
.tours-grid-wrapper ul.products li.product img {
  width: 100%;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 12px;
  margin-bottom: 20px;
  transition: 0.5s;
}

.tours-grid-wrapper ul.products li.product:hover img {
  transform: scale(1.03);
}

/* Заголовок товара */
.tours-grid-wrapper ul.products li.product h2,
.tours-grid-wrapper ul.products li.product .woocommerce-loop-product__title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
  padding: 0;
  line-height: 1.4;
  min-height: 50px;
  padding-left: 15px;
  padding-right: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4; /* Замените '3' на нужное вам количество строк */
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Цена */
.tours-grid-wrapper ul.products li.product .price {
  font-size: 22px;
  font-weight: 700;
  color: rgb(245, 112, 59);
  margin-top: auto;
  margin-bottom: 15px;
  margin-top: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.other_tours {
  margin-bottom: 60px;
}

.tours-grid-wrapper ul.products li.product .price del {
  font-size: 16px;
  color: #999;
  margin-right: 8px;
}

.tours-grid-wrapper ul.products li.product .price ins {
  text-decoration: none;
}

/* Кнопка */
.tours-grid-wrapper ul.products li.product .button:not(.remove-from-wishlist) {
  display: block;
  padding: 12px 25px;
  background: rgb(245, 112, 59);
  color: white;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: 0.3s;
  border: none;
  text-align: center;
  overflow: hidden;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  width: auto;
}

.tours-grid-wrapper ul.products li.product .button:hover {
  background: rgb(230, 90, 40);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(245, 112, 59, 0.3);
}

.tours-grid-wrapper ul.products li.product .button:active {
  transform: translateY(0);
}

/* Анимация кнопки */
.tours-grid-wrapper ul.products li.product .button::after {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(255, 255, 255, 0.2) 10px, rgba(255, 255, 255, 0.2) 20px);
  transition: left 0.5s;
}

.tours-grid-wrapper ul.products li.product .button:hover::after {
  left: 0;
}

/* ===== ПАГИНАЦИЯ ===== */
.tours-pagination {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #f0f0f0;
}

.woocommerce-pagination {
  text-align: center;
}

.woocommerce-pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 0;
  padding: 0;
}

.woocommerce-pagination ul.page-numbers li {
  display: inline-block;
}

.woocommerce-pagination ul.page-numbers li a,
.woocommerce-pagination ul.page-numbers li span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background: #fff;
  border: 2px solid #f0f0f0;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  color: #666;
  transition: 0.2s;
  text-decoration: none;
}

.woocommerce-pagination ul.page-numbers li a:hover {
  background: rgb(245, 112, 59);
  border-color: rgb(245, 112, 59);
  color: white;
}

.woocommerce-pagination ul.page-numbers li span.current {
  background: rgb(245, 112, 59);
  border-color: rgb(245, 112, 59);
  color: white;
}

/* ===== СООБЩЕНИЕ КОГДА ТОВАРОВ НЕТ ===== */
.no-tours-found {
  text-align: center;
  padding: 80px 40px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #f0f0f0;
}

.no-results-message h3 {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  margin-bottom: 15px;
}

.no-results-message p {
  font-size: 18px;
  color: #666;
  margin-bottom: 30px;
}

.reset-filters-btn.large {
  padding: 15px 40px;
  background: rgb(245, 112, 59);
  color: white;
  border: none;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: 0.3s;
}

.reset-filters-btn.large:hover {
  background: rgb(230, 90, 40);
  transform: translateY(-2px);
  box-shadow: 0 10px 30px rgba(245, 112, 59, 0.3);
}

/* ===== АДАПТИВНАЯ ВЕРСИЯ ===== */
/* Десктоп большой */
@media (max-width: 1400px) {
  .archive_product_template_container {
    padding: 0 30px;
  }
}
/* Десктоп */
@media (max-width: 1200px) {
  .tours-layout {
    grid-template-columns: 280px 1fr;
    gap: 30px;
  }
  .tours-grid-wrapper ul.products {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
/* Планшеты */
@media (max-width: 992px) {
  .tours-layout {
    grid-template-columns: 1fr;
  }
  .tours-sidebar {
    position: fixed;
    left: -100%;
    top: 0;
    width: 85%;
    max-width: 350px;
    height: 100vh;
    overflow-y: auto;
    z-index: 9999;
    background: white;
    padding: 30px 25px;
    transition: left 0.3s ease;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  }
  .tours-sidebar.active {
    left: 0;
  }
  .tours-grid-wrapper ul.products {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  /* Кнопка открытия фильтра */
  .filter-toggle-btn {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px;
    margin-bottom: 25px;
    background: rgb(245, 112, 59);
    color: white;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
  }
  .filter-toggle-btn:before {
    content: "⚡";
    margin-right: 10px;
    font-size: 20px;
  }
  .filter-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
  }
  .filter-overlay.active {
    display: block;
  }
}
/* Мобильные */
@media (max-width: 768px) {
  .archive_product_template_container {
    padding: 0 15px;
    margin: 20px auto;
  }
  .header .entry-title {
    font-size: 32px;
  }
  .tours-grid-wrapper ul.products {
    grid-template-columns: 1fr !important;
    gap: 20px;
  }
  .tours-top-bar {
    flex-direction: column;
    gap: 15px;
    align-items: stretch;
  }
  .tours-sorting select {
    width: 100%;
  }
  .woocommerce-pagination ul.page-numbers li a,
  .woocommerce-pagination ul.page-numbers li span {
    width: 40px;
    height: 40px;
  }
}
/* Маленькие мобильные */
@media (max-width: 480px) {
  .header .entry-title {
    font-size: 28px;
  }
  .tours-grid-wrapper ul.products li.product {
    padding: 15px;
  }
  .tours-grid-wrapper ul.products li.product img {
    height: 200px;
  }
  .tours-grid-wrapper ul.products li.product h2 {
    font-size: 16px;
    min-height: auto;
  }
  .tours-grid-wrapper ul.products li.product .price {
    font-size: 20px;
  }
}
/* ===== АНИМАЦИИ ===== */
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.tours-grid-wrapper ul.products li.product {
  animation: fadeIn 0.6s ease backwards;
}

.tours-grid-wrapper ul.products li.product:nth-child(1) {
  animation-delay: 0.1s;
}

.tours-grid-wrapper ul.products li.product:nth-child(2) {
  animation-delay: 0.2s;
}

.tours-grid-wrapper ul.products li.product:nth-child(3) {
  animation-delay: 0.3s;
}

.tours-grid-wrapper ul.products li.product:nth-child(4) {
  animation-delay: 0.4s;
}

.tours-grid-wrapper ul.products li.product:nth-child(5) {
  animation-delay: 0.5s;
}

.tours-grid-wrapper ul.products li.product:nth-child(6) {
  animation-delay: 0.6s;
}

.tours-grid-wrapper ul.products li.product:nth-child(7) {
  animation-delay: 0.7s;
}

.tours-grid-wrapper ul.products li.product:nth-child(8) {
  animation-delay: 0.8s;
}

.tours-grid-wrapper ul.products li.product:nth-child(9) {
  animation-delay: 0.9s;
}

.tours-grid-wrapper ul.products li.product:nth-child(10) {
  animation-delay: 1s;
}

.bapf_from {
  font-size: 14px;
}

.bapf_head {
  display: none;
}

.common_section {
  margin-top: 80px;
}
.common_section h2 {
  text-align: left;
  margin-bottom: 20px;
}

.quick-access-inner_header {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  flex-direction: row;
}
.quick-access-inner_header a {
  width: 30px;
  height: 30px;
}

@media (max-width: 992px) {
  .woocommerce-account .woocommerce-MyAccount-navigation {
    float: unset;
    width: 100% !important;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-direction: row;
    gap: 10px;
    width: 100%;
    overflow-x: auto;
    flex-wrap: nowrap;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    font-size: 14px;
    display: block;
    padding: 12px 10px;
  }
  .woocommerce-account .woocommerce-MyAccount-content {
    float: unset;
    width: 100% !important;
  }
}
.woocommerce-account .woocommerce-MyAccount-content {
  padding: 25px;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button {
  border: none;
  background: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: none;
  color: inherit;
  text-align: inherit;
  white-space: normal;
  vertical-align: initial;
  background-color: rgb(245, 112, 59);
  border-radius: 30px;
  box-shadow: 0 0px 0px 0px rgb(253, 0, 0);
  color: rgb(255, 255, 255);
  letter-spacing: 0px;
  line-height: 99%;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  padding: 12px 20px;
  transition: all 0.34s;
  display: flex;
  position: relative;
  text-align: center;
  align-items: center;
  justify-content: center;
  border-width: 0px 0px 0px 0px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  gap: 6px;
}

.woocommerce-form.woocommerce-form-register.register {
  font-size: 13px;
  color: #666;
  margin-top: 8px;
}
.woocommerce-form.woocommerce-form-register.register .woocommerce-privacy-policy-text {
  margin-top: 10px;
  margin-bottom: 10px;
}

.bfw-help-tip.faq::after {
  content: "🎁" !important;
  background: unset !important;
  position: relative;
  left: -4px;
  transform: scale(1.5);
}

.woocommerce ul.products li.product strong {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.tours-grid-wrapper ul.products li.product h2, .tours-grid-wrapper ul.products li.product .woocommerce-loop-product__title {
  line-height: 1;
  height: 77px;
}

span.onsale {
  display: none;
}

.categories_cards .tours-grid-wrapper .product-category.product {
  padding: 0;
  border: unset;
  min-height: unset;
  box-shadow: unset;
}
.categories_cards .tours-grid-wrapper .product-category.product img {
  margin-bottom: 0;
}
.categories_cards .tours-grid-wrapper ul.products li.product h2 {
  position: absolute;
  top: 10px;
  left: 10px;
  background-color: rgb(245, 112, 59);
  border-radius: 5px;
  padding: 10px 15px;
  font-size: 14px;
  color: #fff;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  min-height: unset;
  height: auto;
}
.categories_cards .count {
  display: none;
}

.archive-meta {
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  max-width: 800px;
  margin-bottom: 30px;
}
.archive-meta p {
  margin-bottom: 10px;
}

#breadcrumbs {
  font-size: 14px;
}
#breadcrumbs a {
  color: rgb(35, 71, 35);
}

.grid-block {
  display: grid;
  grid-template-columns: 45% 1fr;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 20px;
}

.grid-image {
  width: 100%;
  height: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.grid-text {
  background-color: rgb(35, 71, 35);
  color: #fff;
  padding: 30px;
}
.grid-text h2, .grid-text h3 {
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
  text-align: left;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0em;
}
.grid-text p {
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
}

@media (max-width: 768px) {
  .grid-block {
    grid-template-columns: 1fr;
  }
  .grid-image {
    min-height: 300px;
  }
}
.social_block {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  display: flex;
  gap: 5px;
}
.social_block svg {
  width: 25px;
}

#footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* Основные стили футера */
#footer {
  background-color: rgb(245, 112, 59);
  color: #fff;
  padding: 50px 0 0;
}

/* Сетка футера */
.footer-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 30px;
  margin-bottom: 40px;
}

/* Стили колонок */
.footer-col {
  min-width: 0; /* Предотвращает переполнение */
}

.footer-title {
  color: #fff;
  margin: 0 0 15px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0em;
  opacity: 1;
}

.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  margin-bottom: 8px;
}

.footer-menu a {
  color: rgb(255, 255, 255);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.5;
  transition: color 0.3s ease;
  display: inline-block;
}

.footer-menu a:hover {
  color: #fff;
  transform: translateX(5px);
}

/* Нижняя часть футера */
.footer-bottom {
  padding: 20px 0;
  margin-bottom: 30px;
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #fff;
  font-size: 16px;
}
.footer-bottom-content a {
  color: #fff;
}

.footer-bottom-content p {
  margin: 0;
}

/* Адаптивность для планшетов */
@media (max-width: 1024px) {
  .footer-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
  }
}
/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
  .footer-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .footer-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .footer-menu a {
    font-size: 13px;
  }
  .footer-bottom-content {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
}
/* Адаптивность для маленьких мобильных */
@media (max-width: 480px) {
  .footer-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .footer-col {
    text-align: center;
  }
  .footer-title {
    font-size: 16px;
    text-align: center;
  }
  .footer-menu a:hover {
    transform: translateX(0);
    transform: scale(1.05);
  }
}
/* Опционально: добавляем иконки для пунктов меню */
.footer-menu a::before {
  content: "›";
  margin-right: 8px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 16px;
  transition: margin 0.3s ease;
}

.footer-menu a:hover::before {
  margin-right: 12px;
  color: #fff;
}

/* Убираем иконки для мобильных устройств при центрировании */
@media (max-width: 480px) {
  .footer-menu a::before {
    content: none;
  }
}
.company_adres {
  text-align: left;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  opacity: 0.6;
  margin-bottom: 40px;
}

.phone_block {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
}
.phone_block p {
  opacity: 0.6;
}
.phone_block a {
  color: #fff !important;
  opacity: 1;
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
}

.f_main_phone a {
  font-weight: 600;
}

.action_block {
  margin-bottom: 100px;
  margin-top: 60px;
}
.action_block .action_block_wrapper {
  max-width: 737px;
  padding: 50px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 992px) {
  .action_block .action_block_wrapper {
    padding: 30px 20px;
  }
}
@media (max-width: 480px) {
  .action_block .action_block_wrapper {
    padding: 20px 10px;
  }
}
.action_block-title {
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0em;
}
@media (max-width: 768px) {
  .action_block-title {
    font-size: 38px;
  }
}
.action_block-txt {
  text-align: center;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .action_block-txt {
    font-size: 18px;
  }
}
.action_block .xsline,
.action_block .bline {
  background-color: #FFF;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 20vw;
  height: 4px;
}
.action_block .xsline {
  width: 10vw;
}
.action_block .btn_orange {
  max-width: 200px;
}

.stock_block {
  margin-bottom: 60px;
}
.stock_block .stock_img {
  width: 60%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
}
.stock_block .stock_desc {
  text-align: left;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.6;
  letter-spacing: 0em;
}
.stock_block .stock_desc_wrapper {
  padding: 30px;
  width: 40%;
}
@media (max-width: 992px) {
  .stock_block .tours-grid-wrapper.d-flex {
    flex-direction: column;
    gap: 20px;
  }
  .stock_block .stock_img {
    height: 30vh;
    width: 100%;
  }
  .stock_block .stock_desc_wrapper {
    width: 100%;
  }
}
.stock_block .stock_action b {
  background-color: rgb(35, 71, 35);
  border-radius: 30px;
  box-shadow: 0 0px 0px 0px rgb(253, 0, 0);
  color: rgb(255, 255, 255);
  letter-spacing: 0px;
  line-height: 99%;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  padding: 12px 23px;
  transition: all 0.34s;
  display: flex;
  position: relative;
  text-align: left;
  align-items: center;
  justify-content: left;
  border-width: 0px 0px 0px 0px;
  border-style: solid;
  border-color: rgb(255, 255, 255);
  flex-direction: row-reverse;
}
.stock_block .stock_action .stock_date {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.stock_block button {
  max-width: 200px;
}

.guides_content {
  border-radius: 25px;
  padding: 30px;
  background: rgba(245, 112, 59, 0.14);
}
.guides_content .content_img img {
  max-width: 500px;
  height: auto;
  border-radius: 25px;
}
.guides_content .content_desc {
  padding: 20px;
}
.guides_content .content_desc p {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .guides_content {
    flex-direction: column;
  }
  .guides_content .content_img {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .guides_content .content_img img {
    max-width: 500px;
    width: 100%;
  }
}
@media (max-width: 568px) {
  .guides_content .content_desc {
    padding-left: 0;
    padding-right: 0;
  }
}

.grid_guides {
  display: flex;
  gap: 10px;
  row-gap: 40px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.grid_guides .grid-block {
  width: 48%;
  margin: unset;
}
@media (max-width: 992px) {
  .grid_guides .grid-block {
    width: 100%;
  }
}
.grid_guides .grid-block img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.grid_guides .grid-text {
  background-color: transparent;
  display: flex;
  flex-direction: column;
  color: #000;
  justify-content: start;
  height: 100%;
}
@media (min-width: 768px) {
  .grid_guides .grid-text {
    padding-top: 0;
  }
}
.grid_guides .grid-text p {
  margin-bottom: 10px;
}
.grid_guides .grid-text a {
  color: rgb(23, 55, 23);
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  font-size: 16px;
}
.grid_guides h2 {
  color: rgb(23, 55, 23);
  line-height: 1;
  margin-bottom: 20px;
}

.guides_content_more p {
  margin-bottom: 10px;
  line-height: 24px;
  font-size: 18px;
}

.how_mach_bonus {
  font-size: 18px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  line-height: 1.1;
  font-size: 18px;
}

#mega-menu-wrap-main-menu #mega-menu-main-menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding: 10px 15px;
}

.bfw_user_account_content #bfw-progressbar,
.bfw_user_account_content .remaining-amount,
.bfw_user_account_content .bfw-progress-bar,
.bfw_user_account_content .bfw-progressbar-block {
  display: none;
}

.tours-grid-wrapper ul.products li.product .remove-from-wishlist {
  top: 21px !important;
}

.objects_category_filter {
  margin-bottom: 30px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  background-color: rgb(228, 242, 228);
  border-radius: 15px;
  padding: 20px;
  gap: 10px;
}
.objects_category_filter a {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(245, 112, 61);
  border-radius: 15px;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 16px;
}

.common_loop {
  display: flex;
  justify-content: space-between;
  gap: 15px;
}
.common_loop .common_block a {
  width: 33%;
}
.common_loop .common_block {
  background-color: rgb(255, 255, 255);
  border-radius: 15px;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
}
.common_loop .common_block img {
  max-width: 100%;
  border-radius: 15px;
  height: 186px;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.common_loop .common_block .common_text {
  padding: 30px 20px;
}
.common_loop .common_block .common_text h2 {
  text-align: left;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0em;
  color: rgb(35, 71, 35);
}
.common_loop .common_block .common_text .common_excerpt {
  color: rgb(12, 13, 12);
  font-weight: 400;
  font-size: 16px;
}

.entry-content {
  font-size: 18px;
  line-height: 24px;
}
.entry-content .wp-block-gallery {
  margin-bottom: 30px;
}
.entry-content .wp-block-list,
.entry-content p {
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .d-column-xs {
    flex-direction: column;
  }
}

.hotels_more_info .hmi_addr {
  width: 49%;
}
@media (max-width: 768px) {
  .hotels_more_info .hmi_addr {
    width: 100%;
  }
}
.hotels_more_info .hmi_addr svg {
  width: 40px;
  height: 40px;
}
.hotels_more_info .hmi_addr svg path {
  fill: rgb(23, 55, 23);
}
.hotels_more_info .hmi_addr > div {
  align-items: center;
  gap: 5px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 10px;
}
.hotels_more_info .hmi_maps {
  width: 49%;
}
@media (max-width: 768px) {
  .hotels_more_info .hmi_maps {
    width: 100%;
  }
  .hotels_more_info .hmi_maps iframe {
    width: 100%;
  }
}

.contacts .entry-content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .contacts .entry-content {
    display: flex;
    flex-direction: column;
  }
}
.contacts .entry-content p {
  line-height: 26px;
}
.contacts .entry-content strong {
  font-size: 20px;
}
.contacts .entry-content a {
  color: rgb(23, 55, 23);
}
.contacts .entry-content a[href^=tel] {
  font-size: 24px;
}
.contacts .entry-content > div .btn_orange {
  max-width: 200px;
}

.mobile-nav li {
  margin-bottom: 20px;
}
.mobile-nav li a {
  color: #fff;
}

.variation-header .bfw_social_links {
  display: none;
  height: 0;
}

@media (max-width: 992px) {
  .tour_title {
    font-size: 1.5rem;
  }
  .tour_desc-wrapper {
    width: 100%;
  }
  .tour_action {
    flex-direction: column;
  }
  .title_h2 {
    font-size: 1rem;
  }
}
.guids_section {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
}
.guids_section .grid-text a,
.guids_section .grid-text,
.guids_section h2 {
  color: #fff;
}
.guids_section h2 {
  margin-bottom: 20px;
}
.guids_section .grid_guides .grid-block img {
  max-height: 250px;
  border-radius: 20px;
}

.object_section .grid-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .object_section .grid-block {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 768px) {
  .object_section .grid-block {
    grid-template-columns: repeat(1, 1fr);
  }
}
.object_section .object_card {
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.object_section a {
  color: #fff;
}
.object_section .grid-text {
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.49);
}
.object_section .grid-text .excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.object_section .grid-text .excerpt p {
  text-shadow: 1px 1px black;
}
.object_section .grid-text h2, .object_section .grid-text h3 {
  min-height: 100px;
  line-height: 1.3;
}
@media (max-width: 992px) {
  .object_section .grid-text h2, .object_section .grid-text h3 {
    min-height: 89px;
  }
}

/* Основной контейнер */
.about-section {
  overflow: hidden;
  padding: 60px 40px;
}

/* Заголовок */
.about-header {
  text-align: center;
  margin-bottom: 50px;
}

.about-header h1 {
  font-size: 48px;
  font-weight: 700;
  color: #1a2a3a;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
}

.about-header h1::after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #ff6b35, #ff8c42);
  border-radius: 2px;
}

.about-description {
  max-width: 800px;
  margin: 0 auto;
  font-size: 18px;
  color: #4a5b6e;
  line-height: 1.6;
}

/* Сетка преимуществ */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  margin-bottom: 50px;
}

/* Карточка преимущества */
.feature-card {
  background: #f8fafc;
  border-radius: 20px;
  padding: 30px 24px;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: default;
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.feature-title {
  font-size: 22px;
  font-weight: 700;
  color: #1a2a3a;
  margin-bottom: 12px;
}

.feature-stat {
  font-size: 28px;
  font-weight: 800;
  color: #ff6b35;
  margin-bottom: 8px;
}

.feature-text {
  font-size: 15px;
  color: #5a6b7e;
  line-height: 1.5;
}

/* Особый стиль для карточки с отзывами */
.feature-card:has(.feature-stat) .feature-text {
  margin-top: 8px;
}

/* Адаптивность */
@media (max-width: 768px) {
  .about-section {
    padding: 40px 20px;
  }
  .about-header h1 {
    font-size: 36px;
  }
  .about-description {
    font-size: 16px;
    padding: 0 10px;
  }
  .features-grid {
    gap: 20px;
  }
  .feature-card {
    padding: 24px 20px;
  }
  .feature-title {
    font-size: 20px;
  }
  .feature-stat {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .about-section {
    padding: 30px 16px;
    border-radius: 20px;
  }
  .about-header h1 {
    font-size: 28px;
  }
  .about-description {
    font-size: 14px;
  }
  .features-grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .feature-card {
    padding: 20px 16px;
  }
  .feature-icon {
    width: 55px;
    height: 55px;
    font-size: 26px;
  }
  .feature-title {
    font-size: 18px;
  }
}
/* Дополнительные стили для красоты */
@media (min-width: 1024px) and (max-width: 1280px) {
  .features-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* Анимация при загрузке */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.feature-card {
  animation: fadeInUp 0.5s ease forwards;
  opacity: 0;
}

.feature-card:nth-child(1) {
  animation-delay: 0.1s;
}

.feature-card:nth-child(2) {
  animation-delay: 0.2s;
}

.feature-card:nth-child(3) {
  animation-delay: 0.3s;
}

.feature-card:nth-child(4) {
  animation-delay: 0.4s;
}

.feature-card:nth-child(5) {
  animation-delay: 0.5s;
}

.product .bfw_social_link_item {
  display: none;
}

.btns_contact {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (max-width: 992px) {
  .btns_contact div:first-child a {
    font-size: 24px;
    font-weight: 700;
    border: none;
    text-decoration: none;
  }
}

.tax-region .common_loop {
  flex-wrap: wrap;
  gap: 20px;
}
.tax-region .common_loop > a {
  width: calc(50% - 15px);
}
.tax-region .archive-meta {
  margin-top: 80px;
  margin-bottom: 40px;
  max-width: unset;
}
.tax-region .archive-meta h1, .tax-region .archive-meta h2, .tax-region .archive-meta h3, .tax-region .archive-meta h4 {
  margin-bottom: 20px;
  margin-top: 40px;
}
.tax-region .archive-meta h3 {
  font-weight: 700;
  font-size: 20px;
}

.pagination {
  margin-top: 40px;
}
.pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.pagination .page-numbers span, .pagination .page-numbers a {
  padding: 5px 10px;
  border-radius: 5px;
  font-weight: 500;
  border: 1px solid rgb(245, 112, 59);
}
#mega-menu-wrap-main-menu #mega-menu-main-menu > li.mega-menu-megamenu > ul.mega-sub-menu {
  min-width: 800px;
}

.term-description {
  margin-top: 30px;
  margin-bottom: 60px;
}
.term-description h1, .term-description h2, .term-description h3, .term-description h4 {
  margin-bottom: 20px;
  margin-top: 40px;
}
.term-description h3 {
  font-weight: 700;
  font-size: 20px;
}

#popmake-3197 .pum-close {
  top: 5px !important;
}

.quick-access-item.cart-icon {
  display: none;
}/*# sourceMappingURL=style.css.map */