@charset "UTF-8";
/**
 * Loading first in the style.scss & classic-editor.scss
 */
/**
 * Header styling and layout
 */
.site-header {
  /* Backwards compat for Hello 2.3.0 */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  height: 60px;
  position: absolute; /* Шапка располагается поверх начального экрана */
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999; /* Чтобы шапка была выше всех элементов */
  background-color: var(--main);
  /* background-color: transparent; */
}

body.scroll-one .site-header {
  position: fixed;
  top: -160px; /* Шапка появляется за пределами экрана */
}

body.scroll-two .site-header {
  background-color: var(--main);
  position: fixed;
  top: 0; /* Плавный переход к top: 0 при достижении 400px */
  transition: top 0.5s ease; /* Плавное изменение фона */
}

.site-header .site-buttons {
  display: flex;
  gap: 20px;
  justify-content: right;
  align-items: center;
}

/*
.site-header .site-buttons img {
  width: 25px;
  height: 25px;
}*/

.site-header .site-buttons .button_to_univer {
  font-family: Inter Tight;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  vertical-align: middle;
  padding: 10px 25px;
  width: 224px;
  height: 34px;
}

.site-header .site-buttons {
  line-height: 0;
}

.site-header .site-buttons .menu-icon {
  display: none;
}

.site-header .site-title {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.site-header .site-branding {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
}
.site-header .header-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.site-header .social {
  display: flex;
  gap: 12px;
  position: absolute;
  background-color: #D9D9D96E;
  top: 90px;
  right: 0px;
  padding: 14px 0 14px 19px;
  line-height: 0;

}

.site-header .social img {
  width: 32px;
  height: 32px;
}


.site-header .header-inner .custom-logo-link {
  display: block;
}
.site-header .header-inner .site-branding .site-title,
.site-header .header-inner .site-branding .site-description {
  margin: 0;
}
.site-header .header-inner .site-branding .site-logo img {
  display: block;
}
.site-header .header-inner .site-branding.show-title .site-logo {
  display: none !important;
}
.site-header .header-inner .site-branding.show-logo .site-title {
  display: none !important;
}
.site-header.header-inverted .header-inner {
  flex-direction: row-reverse;
}
.site-header.header-inverted .header-inner .site-branding {
  text-align: end;
}
.site-header.header-stacked .header-inner {
  align-items: center;
  flex-direction: column;
  text-align: center;
}

/**
 * Footer styling and layout
 */
.site-footer {
  background-color: var(--blue);
  color: var(--main);
}

.site-footer .footer-inner {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
  justify-content: space-between;
  padding-top: 50px;
}

.site-footer .footer-inner .site-branding {
  /* max-width: 200px; */
}

.site-footer .footer-inner .site-branding .contacts-block {
  background-color: var(--white);
  padding: 20px;
  position: relative;
}

.site-footer .footer-inner .site-branding .contacts-block.pin:before {
  top: unset;
  left: unset;
  bottom: -25px;
  right: -10px;
}

.site-footer .footer-inner .site-branding .contact-line {
  height: 1px;
  width: 100%;
  background-color: var(--main);
  margin: 15px 0;
}

.site-footer .footer-inner .custom-logo-link img {
 width: 163px;
 height: auto;
}

.site-footer .footer-inner .menu-block {
  display: flex;
  flex-direction: column;

}

.site-footer .footer-inner .menu-block a {
  color: var(--main);
}


.site-footer .footer-inner .menu-block .top-item {
  font-family: Inter Tight;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  text-align: left;
  color: var(--main);
  padding-bottom: 10px;
  
}

.site-footer .footer-inner .menu-block .sub-item {
  font-family: Inter Tight;
  font-size: 14px;
  font-weight: 300;
  line-height: 120%;
  padding-bottom: 5px;
  color: 
}

.site-footer .footer-inner .menu-block .sub-item b {
  font-family: Inter Tight;
  font-weight: 700;
  padding-bottom: 5px;
}

.site-footer .footer-inner .copyright {
  width: 100%;
  font-family: Inter Tight;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-align: left;
  padding-left: 20px;
  margin-bottom: 50px;
  padding-top: 10px;

}

.site-footer .footer-inner .social {
  display: flex;
  gap: 10px;
  line-height: 0;
  margin: 35px 0 13px 20px;
  padding-right: 0 !important;
}

.site-footer .footer-inner .social img {
  width: 40px;
  height: 40px;
}

.site-footer .footer-inner .text_short {
  font-size: 14px;
  line-height: 120%;
  font-weight: 500;
  padding-left: 20px;
}

.site-footer .footer-inner .text_short a {
  text-decoration: underline;
}

.site-footer .footer-inner .contacts {
  display: flex;
  flex-direction: column;
  gap: 5px;
  position: relative;
}


.site-footer .footer-inner .contacts,
.site-footer .footer-inner .contacts a {
  font-family: Inter Tight;
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
  text-align: left;
  color: var(--main);
  text-decoration: underline;
}

.site-footer .footer-inner .contacts img {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
}

.site-footer .footer-inner .contacts img.location {
  width: 19px;
  height: 19px;
}

.site-footer .footer-inner .site-branding .contacts-block .contacts.pin:before {
  display: none;
}

@media (max-width: 1024px) {
  .site-footer .footer-inner .site-branding .contacts-block {
    background-color: unset;
    padding: 0;
    text-align: center;
  }

  .site-footer .footer-inner .site-branding .contacts-block.pin:before {
    display: none;
    top: unset;
    left: unset;
    bottom: -25px;
    right: -10px;
  }

  .site-footer .footer-inner .site-branding .contacts-block .contact-line {
    display: none;
  }

  .site-footer .footer-inner .site-branding .contacts-block .contacts {
    margin-top: 30px;
    display: inline-flex;
    background-color: var(--white);
    padding: 20px 30px;
    margin-bottom: 40px;
  }

    .site-footer .footer-inner .site-branding .contacts-block .contacts.pin:before {
      display: block;
      width: 20px;
      top: unset;
      left: unset;
      bottom: -30px;
      right: 10px;
      
    }

  .site-footer .footer-inner .contacts,
  .site-footer .footer-inner .contacts a {
    font-size: 13px;
    line-height: 130%;
    text-align: center;
  }

  .site-footer .footer-inner .social {
    margin: 0 0 15px 0;
    justify-content: center;
  }

  .site-footer .footer-inner .social img {
    width: 32px;
    height: 32px;
  }

  .site-footer .footer-inner {
    gap: 40px 20px;
  }

  .site-footer .footer-inner .copyright {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    text-align: center;
  }
}

/* Контейнер для боковой полоски */
#side-menu {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 50px; /* Ширина боковой полоски */
  z-index: 10000; /* Высокий z-index для того, чтобы полоска и кнопка были сверху */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: var(--main); /* Цвет фона боковой полоски */
}

/* Контейнер для кнопки бургер-меню */
.menu-button-container {
  height: 60px; /* Высота контейнера 90px */
  width: 100%; /* Занимает всю ширину боковой полоски */
  display: flex;
  justify-content: center; /* Центрирование по горизонтали */
  align-items: center; /* Центрирование по вертикали */
}

/* Иконка-бургер */
.burger {
  position: relative;
  width: 25px;
  height: 21px;
  border: none;
  background: none;
  cursor: pointer;
  z-index: 10001; /* Иконка бургер-меню также находится сверху */
}

.burger span {
  position: absolute;
  width: 25px;
  height: 2px;
  background-color: var(--white); /* Цвет бургер-меню — белый */
  transition: all 0.3s ease;
}

.burger span:nth-child(1) {
  top: 2px;
}

.burger span:nth-child(2) {
  top: 10px;
}

.burger span:nth-child(3) {
  top: 18px;
}

/* Анимация для превращения бургер-меню в крестик */
.burger.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
}

.burger.open span:nth-child(2) {
  opacity: 0;
}

.burger.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 10px;
}

/* Полоска с вертикальной надписью "Меню", расположенная по нижней границе */
#menu-toggle {
  writing-mode: vertical-lr; /* Вертикальная ориентация текста в другую сторону */
  background-color: var(--main); /* Фон полоски — основной цвет */
  color: var(--white); /* Цвет текста — белый */
  transform: rotate(180deg);
  padding: 10px 0px;
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  z-index: 10001; /* Полоска "Меню" также остается сверху */
}

/* Содержимое меню, изначально скрыто за пределами экрана */
#menu-content {
  position: fixed;
  left: -300px; /* Меню скрыто слева */
  top: 0;
  width: 350px;
  height: 100%;
  background-color: var(--main); /* Фон меню — основной цвет */
  /* box-shadow: 2px 0 5px rgba(0, 0, 0, 0.5); */
  transition: left 0.3s ease;
  z-index: 9999; /* Меню находится под боковой полоской */
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* Открытое состояние меню */
#side-menu.open + #menu-content {
  left: 50px; /* Меню выезжает, начиная за полоской (учитываем ширину полоски) */
}

#menu-content ul.menu {
  list-style: none;
  padding: 0;
  margin-top: 60px;
  margin-right: 50px;
}

#menu-content li {
  position: relative;
  margin: 0;
  padding: 5px;
}

#menu-content a {
  text-decoration: none;
  color: var(--white); /* Текст ссылок — белый */
  font-family: Inter Tight;
  font-size: 16px;
  /* font-weight: 500; */
  line-height: 18.08px;
  /* text-transform: uppercase; */
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

#menu-content li a:hover {
  color: #FFFFFFB0;

}

/* #menu-content li.current-menu-item a, */
#menu-content li.active > a {
  color: var(--blue);
}

#menu-content ul.sub-menu {
  /* padding: 5px 0 10px 0; */
}

#menu-content ul.sub-menu li {
  padding: 2px 10px;
}

#menu-content ul.sub-menu > li:first-child {
  padding-top: 5px;
}

#menu-content ul.sub-menu > li:last-child {
  padding-bottom: 10px;
}

#menu-content ul.sub-menu li a {
  text-transform: unset;
  font-family: Inter Tight;
  font-size: 14px;
  font-weight: 400;
  line-height: 18.2px;
  text-align: left;
}

/* МЕНЮ */
/* Основной стиль для меню */
.menu {
  list-style: none;
  padding: 0;
  margin: 0;
}



/* Ссылки меню */
/* Подменю (изначально скрыто) */
.sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  max-height: 0; /* Изначально скрыто за счет max-height */
  overflow: hidden; /* Скрываем содержимое подменю при max-height: 0 */
  transition: max-height 0.2s ease-out; /* Плавный переход высоты */
}

/* Стрелка для меню с подменю */
.menu-item-has-children > a::after {
  content: '\25BC'; /* Стрелка вниз */
  font-size: 12px;
  transition: transform 0.3s ease; /* Анимация поворота */
}

/* Когда подменю раскрыто, стрелка поворачивается вверх */
.menu-item-has-children.active > a::after {
  transform: rotate(180deg); /* Поворот стрелки */
}

/* Раскрытое подменю */
.sub-menu.open {
  max-height: 500px; /* Устанавливаем достаточно большое значение max-height */
}


@media (max-width: 1024px) {
  #side-menu {
    display: none;
  }

  .site-buttons>* {
    display: none;
  }

  .site-header .site-buttons .menu-icon {
    display: block;
  }

  .site-header {
    height: 50px;
  }
/*
  .site-header .site-logo .custom-logo {
    height: 22px;
    width: auto;
  }

  .burger {
    width: 26px;
    height: 18px;
  }

  .burger span {
    width: 26px;
  }

  .burger span:nth-child(1) {
    top: 0px;
  }

  .burger span:nth-child(2) {
    top: 8px;
  }

  .burger span:nth-child(3) {
    top: 16px;
  }
*/
  #menu-content {
    left: unset;
    right: -350px;
    transition: right 0.3s ease;
  }

  #side-menu.open + #menu-content {
    left: unset;
    right: 0px;
  }

  #menu-content ul.menu {
    margin: 80px 25px 25px 25px;
  }
}


.menu-languages {
  padding: 25px;
  /* display: none; */
}

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


#menu-content ul.menu {
  overflow-y: auto !important;
}

#menu-content ul.menu {
  scrollbar-width: thin;
  scrollbar-color: var(--blue) transparent;
}

/* Для WebKit-браузеров */
#menu-content ul.menu::-webkit-scrollbar {
  width: 6px;
}

#menu-content ul.menu::-webkit-scrollbar-track {
  background: transparent;
}

#menu-content ul.menu::-webkit-scrollbar-thumb {
  background-color: var(--blue);
  border-radius: 10px;
  border: none;
}

