/* Fix wrapper on all pages */
.wrapper {
  min-height: 100vh;
}

/* Fix sidebar on all pages */
.sidebar {
  min-height: 100%;
}

/* Fix content area on all pages */
.about {
  min-height: 100vh;
}

@media (max-width: 1600px) {
  .glavnaya__main,
  .glavnaya__info,
  .about__info,
  .about__main {
    gap: 60px;
  }
}

@media (max-width: 1480px) {
  html {
    zoom: 90%;
  }

  .glavnaya__main,
  .glavnaya__info,
  .about__info,
  .about__main {
    gap: 40px;
  }
}

@media (max-width: 1200px) {
  html {
    zoom: 100%;
  }

  .sidebar {
    display: none;
  }

  header {
    width: 100%;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 32px;
    background-color: #2c6798;
  }

  .header__logo {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .header__logo img {
    width: 24.819px;
    height: 44.183px;
    flex-shrink: 0;
  }

  .header__logo p {
    max-width: 72px;
    font-size: 9.333px;
    font-style: normal;
    font-weight: 800;
    line-height: 140%;
    letter-spacing: 0.093px;
    color: #fff;
  }

  .header__actions {
    display: flex;
    align-items: center;
    gap: 32px;
  }

  .header__support {
    color: #fff;
    font-family: "Postnaja";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.16px;
    padding: 10px 26px;
    border-radius: 1000px;
    background: #6366f1;
    width: fit-content;
  }

  .header__burger {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
  }

  .header__burger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
  }

  .header__burger span:nth-child(1) {
    top: 0;
  }

  .header__burger span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }

  .header__burger span:nth-child(3) {
    bottom: 0;
  }

  .header__burger.active span:nth-child(1) {
    transform: rotate(45deg);
    top: 50%;
    left: 0;
  }

  .header__burger.active span:nth-child(2) {
    opacity: 0;
  }

  .header__burger.active span:nth-child(3) {
    transform: rotate(-45deg);
    top: 50%;
    left: 0;
  }

  .header__info {
    position: fixed;
    top: 100px;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: #2c6798;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: 48px;
    padding: 24px 32px;
    transform: translateX(100%);
    transition: transform 0.3s ease-in-out;
  }

  .header__info.active {
    transform: translateX(0);
  }

  .header__info ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }

  .header__info ul li {
    text-align: end;
  }

  .header__info ul li a {
    color: #fff;
    font-family: "Postnaja";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.36px;
    text-align: end;
  }

  .header__links {
    display: flex;
    align-items: center;
    gap: 32px;
  }

  .header__links a {
    width: 36px;
    height: 36px;
  }

  .glavnaya,
  .about {
    padding: 150px 32px 72px 32px;
  }

  .glavnaya__main,
  .about__main {
    flex-direction: column;
    align-items: start;
    gap: 56px;
  }

  .glavnaya__main-info,
  .about__main-info {
    width: 100%;
  }

  .glavnaya__main-info h1,
  .about__main-info h1,
  .news h1,
  .singleNews h1,
  .gallery h1 {
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
  }

  .glavnaya__main-info p,
  .about__main-info p {
    margin-top: 32px;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.2px;
  }

  .glavnaya__main-image,
  .about__main-image {
    display: none;
  }

  .glavnaya__main-image-768,
  .about__main-image-768 {
    display: block;
    height: 480px;
    margin: 0 auto;
    border-radius: 32px;
    overflow: hidden;
  }

  .glavnaya__info {
    margin-top: 112px;
    flex-direction: column-reverse;
    gap: 64px;
  }

  .timetable h3 {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: 0.28px;
  }

  .timetable__descr {
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: 0.2px;
  }

  .timetable ul {
    margin-top: 30px;
    width: 100%;
  }

  .timetable ul li {
    width: 100%;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 135%;
    letter-spacing: 0.16px;
  }

  .timetable__date-day {
    width: 152px;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 135%;
    letter-spacing: 0.16px;
    white-space: nowrap;
  }

  .timetable__date p {
    color: #808080;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.14px;
  }

  .timetable__time {
    width: 56px;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 135%;
    letter-spacing: 0.16px;
  }

  .timetable__info {
    padding: 16px 16px 20px 16px;
    border-radius: 12px;
  }

  .timetable__author p {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    letter-spacing: 0.16px;
  }

  .timetable__author span {
    color: #666;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: 0.14px;
  }

  .glavnaya__news h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: 0.28px;
  }

  .glavnaya__news-line {
    max-width: 100%;
    padding: 20px 0;
  }

  .glavnaya__news-items {
    max-width: 100%;
    gap: 20px 64px;
  }

  .glavnaya__news-item-image {
    width: 100%;
    height: 291px;
  }

  .glavnaya__news-item-date {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.14px;
  }

  .glavnaya__news-item-title {
    margin-top: 10px;
    font-size: 18px;
    font-style: normal;
    font-weight: 800;
    line-height: 135%;
    letter-spacing: 0.18px;
  }

  .glavnaya__news-item-text {
    font-size: 16px;
    line-height: 150%;
  }

  .glavnaya__news-btn a {
    padding: 8px 23px;
    font-size: 16px;
    font-weight: 700;
    line-height: 135%;
  }

  .about__history h2 {
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: 0.28px;
  }

  .about__info {
    margin-top: 112px;
    flex-direction: column;
    gap: 64px;
  }

  .about__person-items {
    max-width: 100%;
  }

  .news__line {
    padding: 20px 0;
  }

  .news__wrapper {
    gap: 64px;
  }

  .singleNews__date {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.2px;
  }

  .singleNews__image {
    height: 442px;
    margin-bottom: 20px;
  }

  .singleNews__wrap {
    margin-top: 20px;
  }

  .singleNews__image-small {
    width: 332px;
    height: 580px;
  }

  .singleNews__text {
    font-size: clamp(16px, 1.5vw, 24px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.22px;
  }

  .gallery__item p {
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    letter-spacing: 0.32px;
  }

  .gallery__items {
    gap: 20px;
  }

  .gallery__images img {
    height: 120px;
  }
}

@media (max-width: 767px) {
  header {
    padding: 28px 16px;
  }

  .header__logo {
    gap: 8px;
  }

  .header__logo img {
    width: 19.091px;
    height: 32px;
  }

  .header__logo p {
    max-width: 48px;
    font-size: 6.222px;
    font-style: normal;
    font-weight: 800;
    line-height: 140%;
    letter-spacing: 0.062px;
  }

  .header__support {
    padding: 9px 18px;
    font-size: 12px;
  }

  .header__actions {
    gap: 20px;
  }

  .header__burger {
    width: 24px;
    height: 20px;
  }

  .header__info {
    top: 90px;
  }

  .glavnaya,
  .about {
    padding: 120px 16px 32px 16px;
  }

  .glavnaya__main-info h1,
  .about__main-info h1,
  .singleNews h1,
  .gallery h1 {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
  }

  .glavnaya__main-info p,
  .about__main-info p {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.16px;
  }

  .glavnaya__main-image-768,
  .about__main-image-768 {
    display: none;
  }

  .glavnaya__main-image-360,
  .about__main-image-360 {
    display: block;
    width: 100%;
    height: 480px;
    border-radius: 32px;
    overflow: hidden;
  }

  .glavnaya__info {
    margin-top: 64px;
  }

  .timetable h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: 0.2px;
  }

  .timetable__descr {
    font-size: 18px;
    font-style: italic;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: 0.18px;
  }

  .timetable ul {
    margin-top: 26px;
    gap: 8px;
  }

  .timetable__info {
    margin-top: 16px;
  }

  .timetable__date p {
    max-width: 130px;
  }

  .mob__only {
    display: block;
  }

  .glavnaya__news-items {
    gap: 0;
  }

  .header__info ul li a {
    font-size: 24px;
  }

  .header__links a {
    width: 28px;
    height: 28px;
  }

  .about__history h2 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: 0.2px;
  }

  .about__history-items {
    width: 303px;
  }

  .about__history-date {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.24px;
  }

  .about__history-title {
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    letter-spacing: 0.18px;
  }

  .about__history-lines {
    margin-top: 12px;
    height: 1256px;
  }

  .about__history-line:nth-child(1) {
    top: 0;
  }

  .about__history-line:nth-child(2) {
    top: 336px;
  }

  .about__history-line:nth-child(3) {
    top: 646px;
  }

  .about__history-line:nth-child(4) {
    top: 958px;
  }

  .about__history-line:nth-child(5) {
    top: 1246px;
  }

  .about__person h3 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: 0.2px;
  }

  .about__person-items {
    margin-top: 24px;
  }

  .about__person-name {
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    letter-spacing: 0.2px;
  }

  .about__person-role {
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: 0.16px;
  }

  .about__person-text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.16px;
  }

  .news__wrapper {
    flex-direction: column;
    gap: 0;
  }

  .news__text {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.14px;
  }

  .singleNews__date {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: 0.16px;
  }

  .singleNews__wrap {
    flex-direction: column;
    gap: 20px;
  }

  .singleNews__image-small {
    width: 100%;
    height: 100%;
  }

  .singleNews__text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0.16px;
  }

  .gallery__item p {
    font-size: 24px;
    line-height: 135%;
    letter-spacing: 0.24px;
  }

  .gallery__images {
    gap: 18px;
  }

  .gallery__images img {
    height: 100px;
  }
}
