@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Alex+Brush&family=Archivo:ital,wght@0,100..900;1,100..900&family=Bebas+Neue&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Libre+Caslon+Display&family=Lobster&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Space+Grotesk:wght@300..700&display=swap");
/*Обнуление начало*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}

/*--------------------*/
.bigred {
  font-size: 20px;
  color: red;
}

/*Обнуление КОНЕЦ*/ 
html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  font-family: "Fira Sans", sans-serif;
  background-color: #fff;
  overflow-x: hidden;
}

img {
  display: block;
}

main {
  position: relative;
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
}

.button__pages {
  display: block;
  max-width: 270px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  text-shadow: 1px 1px 1px black;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 20px;
  background-color: #FCAE19;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.3s ease;
}
.button__pages:hover {
  color: #FCAE19;
  background-color: #fff;
  border-top: 2px solid #FCAE19;
  border-bottom: 2px solid #FCAE19;
  transform: scale(0.95);
  transition: 0.15s all;
}

/*Базовая настройка*/
.animate-on-scroll {
  opacity: 0;
  transition: all 1s ease;
}

/*ЭФФЕКТЫ ДЛЯ h1*/
.slide-from-left {
  transform: translateX(-100px);
}

.slide-from-right {
  transform: translateX(100px);
}

.slide-from-top {
  transform: translateY(-30px);
}

.slide-from-bottom {
  transform: translateY(30px);
}

/*ЭФФЕКТЫ ДЛЯ БЛОКОВ*/
.zoom-in {
  transform: scale(0.9);
}

.flip-in-x {
  transform: rotateX(90deg);
  transform-origin: center;
}

.flip-in-y {
  transform: rotateY(90deg);
  transform-origin: center;
}

.fade-up {
  transform: translateY(40px);
}

.fade-down {
  transform: translateY(-40px);
}

.slide-left {
  transform: translateX(-100px);
}

.slide-right {
  transform: translateX(100px);
}

.grow-in {
  transform: scale(0);
}

/*При появлении в зоне видимости*/
.animate-on-scroll.animate {
  opacity: 1;
  transform: none;
  filter: none;
}

.header {
  position: relative;
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
  background-color: #F2F2F2;
}

.header__top {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
}
.logo img {
  display: block;
  width: 200px;
  height: 80px;
}

.header__title {
  padding-left: 20px;
  border-left: 2px solid #3791D0;
}
.header__title p {
  color: rgb(73, 73, 73);
  font-family: Roboto;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 1px;
  text-align: left;
}
.header__title span {
  color: #3791D0;
}

.header__kontakts {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
}

.header__koll {
  border-radius: 8px;
}
.header__koll img {
  width: 50px;
  height: 40px;
}
.header__koll:hover {
  transform: scale(0.95);
  transition: 0.15s all;
}

.header__kontakts-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 10px;
}
.header__kontakts-info img {
  width: 40px;
  height: 40px;
}
.header__kontakts-info a {
  color: rgb(73, 73, 73);
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.36px;
  text-align: left;
}
.header__kontakts-info a:hover {
  color: rgb(34, 31, 31);
  text-decoration: underline;
}

.header__lok {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.header__lok img {
  width: 40px;
  height: 40px;
}

@media (max-width: 980px) {
  .header__top {
    justify-content: space-around;
  }
}
@media (max-width: 850px) {
  .header__title {
    display: none;
  }
}
@media (max-width: 500px) {
  .logo img {
    width: 100px;
    height: 40px;
  }
}
@media (max-width: 400px) {
  .header__koll {
    display: none;
  }
}
/* Оболочка меню */
.main-nav {
  max-width: 1440px;
  margin: 0 auto;
  background-color: #454545;
  border-top: 2px solid #F7C51E;
  border-bottom: 2px solid #F7C51E;
  position: sticky;
  top: 0;
  z-index: 999;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

/* Главное меню */
.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 5px 10px;
  margin: 0;
  list-style: none;
}

/* Пункты меню */
.menu > li {
  position: relative;
}

.menu > li > a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  text-shadow: 1px 1px 1px black;
  font-weight: 400;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: color 0.3s ease, border-top 0.3s ease;
  border-top: 2px solid transparent;
}

.menu > li > a:hover {
  color: #f8e6a9;
  border-top: 2px solid #f8e6a9;
}

/* Стрелки главного меню */
.arrow-main {
  font-size: 30px;
  color: #F2F2F2; /* <-- цвет стрелок в главном меню */
  transition: transform 0.3s ease;
}

/* Стрелки подменю */
.arrow-sub {
  font-size: 30px;
  color: #303030; /* <-- цвет стрелок в подменю */
  transition: transform 0.3s ease;
}

/* Подменю */
.submenu {
  position: absolute;
  top: 100%;
  left: 15px;
  background-color: #F7C51E;
  border-radius: 2px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  list-style: none;
  padding: 10px 5px;
  margin: 0;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  min-width: 200px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 1000;
}

/* Пункты в подменю */
.submenu li {
  position: relative;
}

.submenu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 5px;
  font-size: 16px;
  font-weight: 400;
  color: #303030;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.submenu li a:hover {
  color: #303030;
  background-color: #F2F2F2;
}

/* Второй уровень меню (submenu внутри submenu) */
.submenu .submenu {
  top: 0;
  left: 100%;
  margin-left: 5px;
  border-radius: 2px;
  transform: translateX(10px);
}

/* Активация подменю */
.has-submenu:hover > .submenu {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
}

/* Анимация стрелок */
.has-submenu:hover > a > .arrow-main {
  transform: rotate(180deg);
}

.submenu .has-submenu:hover > a > .arrow-sub {
  transform: rotate(90deg);
}

/* ✅ Подсветка цепочки — только внутри подменю */
.submenu .has-submenu:hover > a {
  background-color: #F2F2F2;
  color: #303030;
}

.submenu .has-submenu:hover > a > .arrow-sub {
  color: #303030;
}

.mobile__menu-button {
  display: none;
}

.dropdown {
  position: relative;
  display: inline-block; /* если нужно — можно заменить на block */
  font-family: sans-serif;
}

.dropdown__header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 6px;
  max-width: 200px;
}
.dropdown__header img {
  width: 30px;
  height: 30px;
}

.dropdown__icon {
  transition: transform 0.3s ease;
  color: #F7C51E;
}

.dropdown.open .dropdown__icon {
  transform: rotate(180deg);
}

.dropdown__content {
  position: absolute;
  top: calc(100% + 10px); /* отступ сверху */
  right: 0; /* выравниваем по правому краю родителя */
  z-index: 1000;
  background-color: #454545;
  padding: 10px;
  min-width: 150px; /* можно менять под контент */
  height: 100px;
  overflow-y: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border-top: 1px solid #F7C51E;
  border-bottom: 1px solid #F7C51E;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px); /* смещение влево */
  transition: all 0.3s ease;
  user-select: none;
  -webkit-user-select: none; /* Chrome, Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE/Edge */
}
.dropdown__content p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: left;
  text-shadow: 1px 1px 1px black;
}
.dropdown__content span {
  color: #f1d482;
}

.dropdown__content::-webkit-scrollbar {
  width: 8px;
}

.dropdown__content::-webkit-scrollbar-track {
  background: #e0e0e0;
  border-radius: 4px;
}

.dropdown__content::-webkit-scrollbar-thumb {
  background: #F7C51E;
  border-radius: 4px;
}

.dropdown__content::-webkit-scrollbar-thumb:hover {
  background: #2c3e50;
}

.dropdown.open .dropdown__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

/* Мобильная версия */
@media (max-width: 800px) {
  .menu {
    display: none;
  }
  .mobile__menu-button {
    display: block;
  }
}
.pulse__pozition {
  position: relative;
  width: 50px;
  height: 50px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
}

.pulse {
  position: relative;
  text-align: center;
  padding: 20px;
  border-radius: 50%;
  background-image: -webkit-image-set(url("../img/tell2.png"));
  background-image: image-set(url("../img/tell2.png"));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  width: 50px;
  height: 50px;
  cursor: pointer;
}

.pulse::before {
  content: "";
  position: absolute;
  border: 2px solid #F9BD0E;
  left: -20px;
  opacity: 0;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: pulse 2.5s linear infinite;
}

@keyframes pulse {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
.pulse::after,
.pulse::before {
  content: "";
  position: absolute;
  border: 2px solid #F9BD0E;
  left: -20px;
  opacity: 0;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: pulse 2.5s linear infinite;
}

.pulse::after {
  animation-delay: 1.25s;
}

/* Затенённый фон + центрирование */
.modal {
  display: none; /* скрыто по умолчанию */
  position: fixed;
  inset: 0;
  z-index: 1051;
  background-color: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
}
.modal h4 {
  color: rgb(38, 51, 107);
  font-size: 20px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 2%;
  text-align: center;
  margin-top: 10px;
}
.modal p {
  color: black;
  font-size: 16px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 2%;
  line-height: 28px;
  text-align: center;
  text-shadow: 1px 1px 1px white;
  margin-top: 20px;
  margin-bottom: 30px;
}

/* Содержимое модального окна */
.modal-content {
  background-color: #F2F2F2;
  padding: 30px;
  border-radius: 10px;
  max-width: 500px;
  width: 90%;
  max-height: 90vh;
  overflow-y: auto;
  position: relative;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
  animation: fadeIn 0.3s ease;
}
.modal-content img {
  display: block;
  width: 300px;
  height: 320px;
  margin: 0 auto;
}

/* Кнопка закрытия */
.modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 28px;
  color: #444;
  cursor: pointer;
}

/* Анимация появления */
@keyframes fadeIn {
  from {
    transform: translateY(-20px);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
@media (max-width: 375px) {
  .modal-content img {
    width: 230px;
    height: 270px;
  }
}
/* Кнопка открытия меню */
#slide-menu-toggle {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  align-items: center;
  background: #454545;
  color: #fff;
  border: none;
  font-size: 18px;
  padding: 12px 16px;
  cursor: pointer;
  box-sizing: border-box;
}

#slide-menu-toggle span {
  pointer-events: none;
}

#slide-menu-toggle .slide-menu-burger {
  font-size: 24px;
}

/* Панель меню */
.slide-menu-panel {
  position: fixed;
  top: 0;
  right: -300px;
  width: 300px;
  max-width: 100%;
  height: 100%;
  background: #303030;
  color: #fff;
  transition: right 0.3s ease;
  z-index: 1050;
  overflow-y: auto;
  padding: 20px;
  box-sizing: border-box;
}

.slide-menu-panel.open {
  right: 0;
}

/* Кнопка закрытия */
.slide-menu-close {
  background: none;
  border: none;
  color: #fff;
  font-size: 35px;
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 18px;
}

/* Меню вертикальное */
.slide-menu-list,
.slide-submenu {
  list-style: none;
  margin: 0;
  padding: 0;
  max-width: 100%;
  box-sizing: border-box;
}

.slide-menu-list {
  display: block;
  margin-top: 50px;
}

.slide-menu-list li {
  display: block;
}

/* Пункты меню */
.slide-menu-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 8px;
  color: #fff;
  text-decoration: none;
  font-size: 20px;
  transition: color 0.3s;
  word-break: break-word;
}

.slide-menu-list a:hover {
  color: #f7c51e;
}

/* Подменю раскрываются вниз с отступом */
.slide-submenu {
  display: none;
  background: #404040;
  padding-left: 10px;
  border-left: 2px solid rgba(255, 255, 255, 0.678);
  margin-top: 4px;
  border-radius: 4px;
  max-width: 100%;
  box-sizing: border-box;
}

.slide-submenu li a {
  font-size: 18px;
  padding: 10px 8px;
}

/* Открытое подменю */
.slide-has-submenu.open > .slide-submenu {
  display: block;
}

/* Стрелки */
.slide-arrow-main {
  color: #f7c51e;
  transition: transform 0.3s;
  font-size: 25px;
}

.slide-arrow-sub {
  color: #50c878;
  transition: transform 0.3s;
  font-size: 25px;
}

.slide-has-submenu.open > a .slide-arrow-main,
.slide-has-submenu.open > a .slide-arrow-sub {
  transform: rotate(180deg);
}

/* Элегантный скролл для WebKit-браузеров */
.slide-menu-panel::-webkit-scrollbar {
  width: 8px;
}

.slide-menu-panel::-webkit-scrollbar-track {
  background: #303030;
  border-radius: 4px;
}

.slide-menu-panel::-webkit-scrollbar-thumb {
  background-color: rgba(247, 197, 30, 0.7);
  border-radius: 4px;
  border: 2px solid #303030;
  -webkit-transition: background-color 0.3s ease, box-shadow 0.3s ease;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.slide-menu-panel::-webkit-scrollbar-thumb:hover {
  background-color: #f7c51e; /* ярче при наведении */
  box-shadow: 0 0 6px rgba(247, 197, 30, 0.7); /* лёгкая тень */
}

/* Firefox */
.slide-menu-panel {
  scrollbar-width: thin;
  scrollbar-color: rgba(247, 197, 30, 0.7) #303030;
}

.slide-menu-panel:hover {
  scrollbar-color: #f7c51e #303030;
}

.footer {
  position: relative;
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
  background-color: #373A3C;
  border-radius: 12px 12px 0 0;
  padding: 40px 20px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.footer__logo {
  width: 30%;
  height: auto;
}
.footer__logo img {
  width: 200px;
  height: 100px;
  margin-bottom: 10px;
}
.footer__logo h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.36px;
  text-align: left;
  margin-bottom: 10px;
}
.footer__logo span {
  color: #F9A41A;
}
.footer__logo p {
  color: #d6d4d4;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.36px;
  text-align: left;
  margin-bottom: 10px;
}

.footer__adress {
  width: 25%;
  height: auto;
}
.footer__adress h4 {
  color: #F9A41A;
  font-size: 20px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.36px;
  text-align: center;
  margin-bottom: 10px;
}
.footer__adress p {
  color: #d6d4d4;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.36px;
  text-align: center;
  margin-bottom: 10px;
}

.footer__tell {
  width: 25%;
  height: auto;
}
.footer__tell h4 {
  color: #F9A41A;
  font-size: 20px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.36px;
  text-align: center;
  margin-bottom: 10px;
}
.footer__tell h5 {
  color: #81c3f0;
  font-size: 20px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.36px;
  text-align: center;
  margin-bottom: 10px;
}
.footer__tell img {
  width: 105px;
  height: 80px;
  margin: 0 auto;
  margin-top: 20px;
}
.footer__tell p {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  line-height: 120%;
  letter-spacing: 0.36px;
  text-align: center;
  margin-bottom: 10px;
}

.line {
  display: none;
  width: 20%;
  height: 1px;
  background-color: #858484;
}

.footer__bottom {
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
  padding: 20px 0;
  background-color: #373A3C;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.footer__bottom h5 {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.36px;
}

@media (max-width: 950px) {
  .footer__logo {
    width: 40%;
  }
}
@media (max-width: 800px) {
  .footer {
    display: block;
  }
  .line {
    display: block;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .footer__logo {
    width: 100%;
  }
  .footer__logo img {
    margin: 0 auto;
  }
  .footer__logo h4 {
    text-align: center;
  }
  .footer__logo p {
    text-align: center;
  }
  .footer__adress {
    width: 100%;
  }
  .footer__tell {
    width: 100%;
  }
}
@media (max-width: 750px) {
  .footer__bottom {
    display: block;
  }
  .footer__bottom h5 {
    text-align: center;
    margin-bottom: 10px;
  }
}
.custom-slider {
  position: relative;
  width: 100%;
  height: 550px;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 20px;
}
.custom-slider.hovered .custom-prev,
.custom-slider.hovered .custom-next {
  opacity: 1;
  transform: scale(1.1);
}

.custom-slide {
  display: none;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeIn 1.5s ease-out forwards;
}
.custom-slide.active {
  display: flex;
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.custom-content {
  position: absolute;
  top: 40%;
  left: 1%;
  width: 50%;
  padding: 10px;
  background-color: rgba(26, 30, 35, 0.4);
  border-radius: 0 30px 0 30px;
}
.custom-content h4 {
  color: #fcc869;
  font-size: clamp(1.563rem, 1.228rem + 1.79vw, 3.125rem);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 2%;
  text-align: center;
  text-shadow: 1px 1px 1px black;
}
.custom-content p {
  color: white;
  font-size: 20px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 2%;
  text-align: center;
  text-shadow: 1px 1px 1px black;
  margin-top: 20px;
}
.custom-content a {
  display: block;
  max-width: 270px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding: 10px 20px;
  background-color: #50565a;
  border-top: 2px solid #F3F5F4;
  border-bottom: 2px solid #F3F5F4;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color 0.3s ease;
}
.custom-content a:hover {
  color: #373A3C;
  background-color: #EEEEEE;
  border-top: 2px solid #373A3C;
  border-bottom: 2px solid #373A3C;
  transform: scale(0.95);
  transition: 0.15s all;
}

.custom-prev,
.custom-next {
  position: absolute;
  top: 85%;
  width: 40px;
  height: 30px;
  border: 1px solid #fff;
  cursor: pointer;
  border-radius: 3px;
  background-color: #FCAE19;
  z-index: 2;
  opacity: 0.4;
  transition: opacity 0.3s, transform 0.3s;
  filter: drop-shadow(0 0 2px rgba(0, 0, 0, 0.5));
}

.custom-prev {
  left: 60%;
}

.custom-next {
  right: 20%;
}

.custom-prev:hover,
.custom-next:hover {
  opacity: 0.8;
  background-color: #454545;
}

@media (max-width: 800px) {
  .custom-content {
    position: relative;
    top: 0;
    width: 90%;
  }
  .custom-prev {
    left: 30%;
  }
  .custom-next {
    right: 30%;
  }
}
@media (max-width: 700px) {
  .custom-slider {
    height: 400px;
  }
}
@media (max-width: 500px) {
  .custom-slider {
    height: 400px;
  }
}
.content__pages {
  max-width: 1440px;
  height: auto;
  margin-bottom: 20px;
  padding: 60px 10px;
  background-color: #F2F2F2;
}
.content__pages h2 {
  color: rgb(38, 51, 107);
  font-size: clamp(1.563rem, 1.458rem + 0.56vw, 1.875rem);
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0.36px;
  text-align: center;
  margin-bottom: 20px;
}
.content__pages h3 {
  color: rgb(38, 51, 107);
  font-size: clamp(1.5rem, 1.438rem + 0.33vw, 1.688rem);
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0.36px;
  text-align: center;
  margin-bottom: 20px;
}
.content__pages p {
  color: rgb(63, 62, 62);
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.36px;
  text-align: left;
  margin-bottom: 15px;
}

.content__pages-title {
  position: relative;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  background-size: cover;
  background-position: center;
}

.content__pages-title2 {
  position: relative;
  max-width: 1200px;
  height: 800px;
  margin: 0 auto;
  padding: 20px;
  overflow-y: auto;
  background-color: #fff;
}

.content__pages-title2::-webkit-scrollbar {
  width: 8px;
}

.content__pages-title2::-webkit-scrollbar-track {
  background: #fff; /* фон трека */
  border-radius: 4px;
}

.content__pages-title2::-webkit-scrollbar-thumb {
  background: #f1c398; /* цвет ползунка */
  border-radius: 4px;
}

.right-img {
  float: right;
  margin: 15px;
  width: 350px;
  border-radius: 5px;
}

.img__center {
  display: block;
  width: 85%;
  height: 430px;
  margin: 0 auto;
  border-radius: 5px;
  margin-bottom: 20px;
}

.img__center-vertikal {
  display: block;
  width: 70%;
  height: 650px;
  margin: 0 auto;
  border-radius: 5px;
  margin-bottom: 20px;
}

.left-img {
  float: left;
  margin: 15px;
  width: 350px;
  border-radius: 5px;
}

.centered-box {
  width: 250px;
  height: 200px;
  margin: 0 auto;
  margin-bottom: 20px;
  background: #fff;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow-y: auto; /* вертикальный скролл */
  overflow-x: hidden;
}

.ullo33 {
  display: block;
  width: 80%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 5px 10px;
}

.ullo33 li {
  font-size: 18px;
  line-height: 120%;
  margin: 10px 0px 15px 0px;
}

.ullo33 li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FCC869;
  border: 2px solid #FCC869;
  display: inline-block;
  margin: 0 10px 2px 0;
}

.ullo33 li:hover::before {
  background-color: whitesmoke;
}

.center__title p {
  color: rgb(41, 41, 41);
  font-size: clamp(1.125rem, 1.083rem + 0.22vw, 1.25rem);
  font-weight: 400;
  line-height: 110%;
  text-align: center;
  margin-top: 10px;
}

.content__border-left {
  width: 95%;
  height: auto;
  margin: 0 auto;
  padding: 10px 20px;
  border-left: 4px solid #FCC869;
}

@media (max-width: 1050px) {
  .img__center {
    display: block;
    width: 85%;
    height: 300px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .img__center-vertikal {
    width: 85%;
  }
  .left-img {
    float: none;
    display: block;
    margin: 0 auto;
    width: 250px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
@media (max-width: 950px) {
  .img__center {
    display: block;
    width: 85%;
    height: 250px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .img__center-vertikal {
    width: 95%;
  }
}
@media (max-width: 800px) {
  .img__center {
    display: block;
    width: 90%;
    height: 400px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media (max-width: 750px) {
  .content__pages {
    padding: 50px 10px;
  }
  .content__pages-head {
    max-width: 95%;
  }
}
@media (max-width: 700px) {
  .img__center {
    display: block;
    width: 100%;
    height: 320px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 650px) {
  .left-img {
    float: none;
    display: block;
    margin: 0 auto;
    width: 250px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
  .right-img {
    float: none;
    display: block;
    margin: 0 auto;
    width: 250px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
@media (max-width: 500px) {
  .img__center-vertikal {
    width: 100%;
    height: 500px;
  }
}
@media (max-width: 550px) {
  .img__center {
    display: block;
    width: 90%;
    height: 220px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
  }
}
@media (max-width: 400px) {
  .img__center {
    display: block;
    width: 100%;
    height: 200px;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .img__center-vertikal {
    width: 100%;
    height: 350px;
  }
}
.table-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
}

.responsive-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}

.responsive-table thead {
  background-color: #f4f4f4;
  font-weight: bold;
}

.responsive-table th,
.responsive-table td {
  border: 1px solid #ccc;
  padding: 12px;
  text-align: center;
}

/* 📱 Мобильная адаптация */
@media (max-width: 767px) {
  .responsive-table,
  .responsive-table thead,
  .responsive-table tbody,
  .responsive-table th,
  .responsive-table td,
  .responsive-table tr {
    display: block;
  }
  .responsive-table thead {
    display: none;
  }
  .responsive-table tr {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 10px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  }
  .responsive-table td {
    display: flex;
    justify-content: space-between;
    padding: 8px 10px;
    border: none;
    border-bottom: 1px solid #eee;
    font-size: 15px;
  }
  .responsive-table td::before {
    content: attr(data-label);
    font-weight: bold;
    color: #333;
  }
  .responsive-table td:last-child {
    border-bottom: none;
  }
}
.about {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about__img {
  width: 40%;
  height: auto;
}
.about__img img {
  width: 100%;
  height: 450px;
}

.about__info {
  width: 55%;
  height: auto;
}
.about__info h2 {
  color: rgb(38, 51, 107);
  font-size: clamp(1.563rem, 1.458rem + 0.56vw, 1.875rem);
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0.36px;
  text-align: center;
  margin-bottom: 20px;
}
.about__info p {
  color: rgb(63, 62, 62);
  font-size: 17px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0.36px;
  text-align: left;
  margin-bottom: 15px;
}

@media (max-width: 1050px) {
  .about {
    display: block;
  }
  .about__img {
    width: 70%;
    margin: 0 auto;
  }
  .about__img img {
    height: 500px;
    margin-bottom: 20px;
  }
  .about__info {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px 0 20px;
  }
}
@media (max-width: 700px) {
  .about__img {
    width: 90%;
  }
  .about__img img {
    height: 400px;
  }
}
@media (max-width: 400px) {
  .about__img {
    width: 95%;
  }
  .about__img img {
    height: 250px;
  }
}
.modal__content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center; /* Центрируем по вертикали */
  justify-content: center;
  padding: 20px;
  z-index: 1000;
}
.modal__content h3 {
  color: rgb(28, 39, 82);
  font-size: clamp(1.5rem, 1.438rem + 0.33vw, 1.688rem);
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0.36px;
  text-align: center;
  margin-bottom: 20px;
}

.modal__content.active {
  display: flex;
}

.modal-kontent {
  background: #fff;
  max-width: 1100px;
  width: 100%;
  max-height: 90vh; /* Ограничение по высоте окна */
  padding: 20px;
  border-radius: 8px;
  position: relative;
  /* Скролл внутри */
  overflow-y: auto;
}

/* Кастомный скроллбар (Webkit) */
.modal-kontent::-webkit-scrollbar {
  width: 8px;
}

.modal-kontent::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 6px;
}

.modal-kontent::-webkit-scrollbar-thumb {
  background: #f8c669;
  border-radius: 6px;
}

.modal-kontent::-webkit-scrollbar-thumb:hover {
  background: #FCAE19;
}

/* Для Firefox */
.modal-kontent {
  scrollbar-width: thin;
  scrollbar-color: #FCAE19 #f1f1f1;
}

.modal-cloze {
  position: sticky;
  left: 15px;
  top: 4%;
  font-size: 30px;
  color: #fff;
  background-color: #FCAE19;
  text-decoration: none;
  cursor: pointer;
  z-index: 1000;
  width: 30px;
  height: 30px;
  border: 2px solid #F2F2F2;
  border-radius: 50%;
  padding: 5px;
}
.modal-cloze:hover {
  background-color: #fff;
  color: #FCAE19;
  border: 2px solid #FCAE19;
}

/* Оверлей */
.footer-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  z-index: 1000;
}

/* Активное состояние оверлея */
.footer-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Контейнер блока */
.footer-slide {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%); /* изначально скрыт */
  max-width: 1440px;
  width: 100%;
  background: #fff;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.3);
  border-radius: 12px 12px 0 0;
  padding: 3px;
  box-sizing: border-box;
  transition: transform 0.4s ease;
  z-index: 1001;
  /* Ограничение высоты и скролл внутри */
  max-height: 90vh;
  overflow-y: auto;
  /* Стилизация скролл-бара (Firefox) */
  scrollbar-width: thin;
  scrollbar-color: #f7c51e #e0e0e0;
}

/* Стилизация скролл-бара (Chrome, Edge, Safari) */
.footer-slide::-webkit-scrollbar {
  width: 6px;
}

.footer-slide::-webkit-scrollbar-track {
  background: #e0e0e0; /* фон полосы */
  border-radius: 4px;
}

.footer-slide::-webkit-scrollbar-thumb {
  background-color: #f7c51e; /* цвет ползунка */
  border-radius: 4px;
}

.footer-slide::-webkit-scrollbar-thumb:hover {
  background-color: #d6a800; /* при наведении */
}

/* Открытое состояние */
.footer-slide.active {
  transform: translateX(-50%) translateY(0);
}

/* Кнопка закрытия */
.footer-close {
  position: absolute;
  top: 12px;
  right: 25px;
  font-size: 30px;
  cursor: pointer;
  color: #fff;
  background: none;
  border: none;
  z-index: 1000;
}

.top__content {
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
  padding: 40px 10px;
  background-color: #F2F2F2;
}
.top__content img {
  width: 150px;
  height: 180px;
  border: 3px solid #fff;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.top__content h1 {
  color: rgb(38, 51, 107);
  font-size: clamp(1.563rem, 1.398rem + 0.88vw, 2.188rem);
  font-weight: 700;
  line-height: 110%;
  letter-spacing: 2%;
  text-align: center;
}

/* Основной контейнер */
.content {
  display: flex;
  flex-direction: row;
}

/* Сайдбар десктоп */
.sidebar {
  width: 300px;
  background: #373A3C;
  position: sticky;
  top: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow-y: auto;
}

/* Стили скролла десктоп */
.sidebar::-webkit-scrollbar {
  width: 6px;
}

.sidebar::-webkit-scrollbar-thumb {
  background: #FCC869;
  border-radius: 3px;
}

.sidebar::-webkit-scrollbar-track {
  background: #373A3C;
}

/* Меню десктоп */
.sidebar-menu {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}

.sidebar-menu a {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px;
  background: #F2F2F2;
  color: #373A3C;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.3s;
}
.sidebar-menu a:hover {
  transform: scale(0.98);
  transition: 0.15s all;
}

.sidebar-menu a:hover,
.sidebar-menu a.active {
  background: #FCC869;
}

/* Основной контент */
.main-content {
  flex: 1;
  padding: 20px;
}

/* Мобильная кнопка */
#mobile-sidebar-toggle {
  display: none;
  position: fixed;
  left: 0;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transform-origin: left top;
  background: #373A3C;
  color: #fff;
  font-size: 14px;
  letter-spacing: 1.5px;
  border-radius: 0 0 7px 7px;
  border-bottom: 1px solid #F9A41C;
  padding: 3px 20px;
  cursor: pointer;
  z-index: 1001;
}

/* Overlay */
.mobile-sidebar-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1002;
}

/* Мобильное меню */
.sidebar-mobile {
  position: fixed;
  left: -300px;
  top: 0;
  width: 300px;
  height: 100%;
  background: #373A3C;
  z-index: 1003;
  transition: left 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sidebar-mobile.open {
  left: 0;
}

.mobile-sidebar-overlay.active {
  display: block;
  opacity: 1;
}

/* Крестик закрытия */
.mobile-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 28px;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
}

/* Меню мобильное */
.sidebar-menu-mobile {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding-right: 5px; /* маленький автоскролл-паддинг */
}

.sidebar-menu-mobile a {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 400;
  background: #F2F2F2;
  color: #373A3C;
  text-decoration: none;
  border-radius: 6px;
  transition: background 0.3s;
}
.sidebar-menu-mobile a:hover {
  transform: scale(0.98);
  transition: 0.15s all;
}

.sidebar-menu-mobile a:hover,
.sidebar-menu-mobile a.active {
  background: #FCC869;
}

/* Скролл мобильного меню */
.sidebar-menu-mobile::-webkit-scrollbar {
  width: 6px;
}

.sidebar-menu-mobile::-webkit-scrollbar-thumb {
  background: #FCC869;
  border-radius: 3px;
}

.sidebar-menu-mobile::-webkit-scrollbar-track {
  background: #373A3C;
}

.sidebar__top-content {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 10px;
}
.sidebar__top-content h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.36px;
  text-align: center;
}
.sidebar__top-content h5 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.36px;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.sidebar__top-content span {
  color: #F9A41A;
}

/* Адаптив */
@media (max-width: 800px) {
  .sidebar {
    display: none;
  }
  #mobile-sidebar-toggle {
    display: block;
  }
  .main-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.faq {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.faq h2 {
  color: #1c4a9b;
  font-size: clamp(1.563rem, 1.458rem + 0.56vw, 1.875rem);
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0.36px;
  text-align: center;
  margin-bottom: 20px;
}
.faq .faq__item {
  background-color: #3894D1;
  border-bottom: 2px solid #ddd;
  border-radius: 5px;
}
.faq .faq__question {
  width: 100%;
  padding: 15px 20px;
  background: none;
  border: none;
  outline: none;
  color: #fff;
  font-size: 18px;
  text-shadow: 1px 1px 1px black;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  position: relative;
}
.faq .faq__question:hover {
  transform: scale(0.95);
  transition: 0.15s all;
}
.faq .faq__icon {
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-right: 10px;
  flex-shrink: 0;
}
.faq .faq__question.active .faq__icon {
  transform: rotate(-135deg);
}
.faq .faq__answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  font-size: 16px;
  line-height: 130%;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  padding: 0 20px;
  background-color: #fff;
}
.faq .faq__answer.open {
  opacity: 1;
  padding: 10px 20px 20px;
  max-height: 500px; /* достаточно для содержимого */
}

.faq2 {
  max-width: 700px;
  margin: 0 auto;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.faq2 h2 {
  color: #0E2753;
  font-size: clamp(1.563rem, 1.458rem + 0.56vw, 1.875rem);
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0.36px;
  text-align: center;
  margin-bottom: 20px;
}
.faq2 .faq__item {
  background-color: #FCC869;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
  border-radius: 20px;
  margin-bottom: 5px;
}
.faq2 .faq__question {
  width: 100%;
  padding: 15px 20px;
  background: none;
  border: none;
  outline: none;
  color: #373A3C;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  position: relative;
}
.faq2 .faq__question:hover {
  transform: scale(0.95);
  transition: 0.15s all;
}
.faq2 .faq__icon {
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-right: 10px;
  flex-shrink: 0;
}
.faq2 .faq__question.active .faq__icon {
  transform: rotate(-135deg);
}
.faq2 .faq__answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  font-size: 16px;
  line-height: 130%;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  padding: 0 20px;
  background-color: #fff;
}
.faq2 .faq__answer.open {
  opacity: 1;
  padding: 10px 20px 20px;
  max-height: 500px; /* достаточно для содержимого */
}

.photo {
  max-width: 1000px;
  height: auto;
  margin: 0 auto;
  padding: 30px 10px 20px 10px;
  border-radius: 10px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.photo h3 {
  color: rgb(28, 39, 82);
  font-size: clamp(1.5rem, 1.438rem + 0.33vw, 1.688rem);
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0.36px;
  text-align: center;
  margin-bottom: 20px;
}

.photo-slider {
  max-width: 800px;
  height: 500px;
  margin: 20px auto 0;
}

.photo-slider__viewport {
  position: relative;
  width: 95%;
  height: 90%;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  background: #fff;
}

.photo-slider__track {
  position: relative;
  width: 100%;
  height: 100%;
}

.photo-slider__track img {
  width: 100%;
  height: 100%;
}

.photo-slider__frame {
  width: 100%;
  display: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.photo-slider__frame--visible {
  display: block;
}

.photo-slider__nav {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 12px 0;
}

.photo-slider__btn {
  background-color: #FCAE19;
  color: #fff;
  border: 1px solid whitesmoke;
  padding: 10px 22px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 6px;
  transition: background 0.3s;
}

.photo-slider__btn:hover {
  background-color: #444;
}

@media (max-width: 650px) {
  .photo-slider {
    width: 100%;
    height: 400px;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .photo-slider {
    width: 100%;
    height: 300px;
    margin-top: 20px;
  }
}
@media (max-width: 400px) {
  .photo-slider {
    width: 100%;
    height: 270px;
    margin-top: 20px;
  }
}/*# sourceMappingURL=style.css.map */