@charset "UTF-8";
/* Box sizing rules */
@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
      text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
* {
  margin: 0;
  padding: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  border: none;
  background: transparent;
  font-family: inherit;
}
input::-webkit-input-placeholder, button::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
input::-moz-placeholder, button::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
input:-ms-input-placeholder, button:-ms-input-placeholder, textarea:-ms-input-placeholder, select:-ms-input-placeholder {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
input::-ms-input-placeholder, button::-ms-input-placeholder, textarea::-ms-input-placeholder, select::-ms-input-placeholder {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
input::placeholder, button::placeholder,
textarea::placeholder, select::placeholder {
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
}
input:focus-visible, button:focus-visible,
textarea:focus-visible, select:focus-visible {
  outline: none;
}

button {
  font-family: inherit;
  cursor: pointer;
  background: transparent;
}

span {
  display: inline-block;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number],
input[type=number]:hover,
input[type=number]:focus {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: textfield;
}

.about--profile .h2, .materials .h2, .hero--profile .profile__main span, .tile__title {
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
}
@media (max-width: 900px) {
  .about--profile .h2, .materials .h2, .hero--profile .profile__main span, .tile__title {
    font-size: 1.25rem;
  }
}

.timetable .tabs__header-button span, .subscribe p, .table__row .table__cell:first-child, .profile-acc .acc__title, .gallery .swiper-slide h3, .news__title, .hero--profile .profile__aside li {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 500;
}

.acc-table__wr, .profile-acc .acc__item, .gallery .swiper-slide, .news__img, .hero--profile .hero__sidebar, .tile {
  border-radius: 0.9375rem;
}

.footer__form .form textarea, .tours__block, .contacts__wr {
  border-radius: 1.25rem;
}

.footer__contacts a, .footer__wr, .materials .tabs__header button, .profile-acc .acc__filter, .contacts__phones a, .form input, .button {
  border-radius: 1.875rem;
}

.categories .button, .subscribe .button, .news__head .button, .gallery__head .button {
  gap: 0.375rem;
  color: #fff;
}
@media (hover: hover) {
  .categories .button:hover, .subscribe .button:hover, .news__head .button:hover, .gallery__head .button:hover {
    background: #083874;
  }
}

.settings, .tours, .subject, .article, .categories--profiles, .timetable, .acc-table, .acc-info, .materials__section, .profile-acc, .contacts, .gallery, .news, .materials, .about__text, .about, .hero {
  margin-bottom: 7.5rem;
}
@media (max-width: 600px) {
  .settings, .tours, .subject, .article, .categories--profiles, .timetable, .acc-table, .acc-info, .materials__section, .profile-acc, .contacts, .gallery, .news, .materials, .about__text, .about, .hero {
    margin-bottom: 3.75rem;
  }
}

.support .h2, .news__head, .gallery__head, .materials .h2, .about .h2 {
  margin-bottom: 1.875rem;
}
@media (max-width: 600px) {
  .support .h2, .news__head, .gallery__head, .materials .h2, .about .h2 {
    margin-bottom: 1.25rem;
  }
}

.footer__socials, .footer__inner, .tabs__field, .tabs__row--group, .settings .tabs__header, .tours__buttons, .subject__buttons, .timetable .tabs__buttons, .timetable .tabs__header, .support__list, .contacts__wr, .about__list, .about__filters, .hero__actions, .hero--profile .profile__info, .bm .socials a, .logo, .swiper-buttons, .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.subject__submit, .article__wr, .categories__item, .materials .tabs__header, .materials .acc__header, .profile-acc .acc__filters, .contacts__phones a, .date, .news__date, .hero__link, .hero__title, .hero--profile .profile__aside li, .auth, .header__actions, .breadcrumbs, .categories .button, .subscribe .button, .news__head .button, .gallery__head .button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__tile, .timetable .tabs__header-wr, .hero--profile .hero__content, .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.subscribe, .profile-acc .acc__header, .news__head, .gallery__head, .hero__wr, .header__bottom .container, .header__top .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.timetable .tabs__header-button span, .materials .acc__arrow, .profile-acc .acc__arrow, .support__item, .hero--profile .profile__edit, .swiper-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__form .form, .footer__contacts, .file, .tabs__grid .tabs__group, .tours__block, .subject__cell, .acc-info .container, .table__cell, .profile-acc .acc__content ul, .profile-acc .acc__content ol, .profile-acc .acc, .contacts__form .form, .contacts__phones, .gallery .swiper-slide, .hero__links, .hero__info, .hero--profile .hero__sidebar, .hero--profile .profile__aside, .hero--profile .profile__main, .bm, .tile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

html.--no-scroll {
  overflow: hidden;
}

body {
  font-family: "Rubik", sans-serif;
  color: #083874;
  background-color: #fff;
  position: relative;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 400;
}
body .mask-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 67.5rem;
  z-index: -1;
}
body .mask-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
body .mask-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.28)), to(rgba(255, 255, 255, 0.8)));
  background: linear-gradient(0, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.8) 100%);
  z-index: 1;
}
@media (max-width: 900px) {
  body {
    font-size: 1rem;
  }
}

.container {
  max-width: 88.75rem;
  margin: 0 auto;
  padding: 0 0.625rem;
}

.h2,
.h1 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
}

.h1 {
  font-size: 4.375rem;
  line-height: 1.1428571429;
}
.h1.h1--middle {
  font-size: 3rem;
}
@media (max-width: 600px) {
  .h1.h1--middle {
    font-size: 2.5rem;
  }
}
@media (max-width: 600px) {
  .h1 {
    font-size: 2.5rem;
  }
}

.h2 {
  font-size: 3.125rem;
  line-height: 1.2;
}
@media (max-width: 600px) {
  .h2 {
    font-size: 1.5rem;
  }
}

.button {
  padding: 0.75rem 1.5rem 0.75rem;
  font-size: 1.125rem;
  line-height: 1;
}
@media (max-width: 500px) {
  .button {
    font-size: 1rem;
  }
}

.button--lb {
  color: #fff;
  background: #0094FF;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
@media (hover: hover) {
  .button--lb:hover {
    background: #083874;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
  }
}

.button--border {
  border: 0.0625rem solid #E2E7EE;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
@media (hover: hover) {
  .button--border:hover {
    background: #083874;
    border-color: #083874;
    color: #fff;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
  }
  
  .nav-link:hover {
    background: #083874;
    border-color: #083874;
    color: #fff !important;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
  }
}

.form {
  position: relative;
}
.form input {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 400;
  padding: 0.875rem 1.25rem;
}

.nav {
  color: #fff;
  gap: 3.75rem;
}
.nav a {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
@media (hover: hover) {
  .nav a:hover {
    color: #0094FF;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
}

.socials {
  gap: 1.5rem;
  padding-right: 1.5rem;
  border-right: 0.0625rem solid #E2E7EE;
}
.socials a {
  width: 2rem;
  aspect-ratio: 1;
  -webkit-transition: -webkit-filter 0.2s linear;
  transition: -webkit-filter 0.2s linear;
  transition: filter 0.2s linear;
  transition: filter 0.2s linear, -webkit-filter 0.2s linear;
}
@media (hover: hover) {
  .socials a:hover {
    -webkit-filter: brightness(2);
            filter: brightness(2);
    -webkit-transition: -webkit-filter 0.2s linear;
    transition: -webkit-filter 0.2s linear;
    transition: filter 0.2s linear;
    transition: filter 0.2s linear, -webkit-filter 0.2s linear;
  }
}

.tiles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.875rem;
}
@media (max-width: 1350px) {
  .tiles {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 700px) {
  .tiles {
    grid-template-columns: 1fr;
  }
}

.tile {
  padding: 2.5rem 2.5rem 2.5rem;
  width: 100%;
  aspect-ratio: 450/336;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  gap: 0.625rem;
  position: relative;
  z-index: 1;
}
@media (max-width: 900px) {
  .tile {
    padding: 1.25rem 1.25rem 1.25rem;
  }
}

.tile__img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.tile__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-buttons {
  gap: 0.125rem;
}

.swiper-button {
  width: 4.25rem;
  height: 3rem;
  border: 0.0625rem solid #E2E7EE;
  background: #fff;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.08);
  cursor: pointer;
  color: #083874;
}
@media (hover: hover) {
  .swiper-button:hover {
    color: #fff;
    background: #083874;
    border-color: #083874;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
  }
}

.swiper-prev {
  border-top-left-radius: 1.875rem;
  border-bottom-left-radius: 1.875rem;
}

.swiper-next {
  border-top-right-radius: 1.875rem;
  border-bottom-right-radius: 1.875rem;
}

.fade-in {
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.47, -0.44, 0.49, 1.46);
  transition: opacity 1s cubic-bezier(0.47, -0.44, 0.49, 1.46);
}

.fade-in.lazyloaded {
  opacity: 1;
}

.acc__arrow {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.acc__header {
  cursor: pointer;
}
.acc__header.acc-header--active .acc__arrow {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.acc__item {
  overflow: hidden;
}

.acc__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease;
  transition: max-height 0.3s ease;
}

.breadcrumbs {
  gap: 0.375rem;
  color: #083874;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.9375rem;
}
.breadcrumbs a {
  position: relative;
  color: #616161;
  padding-right: 1.375rem;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.breadcrumbs a::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
  width: 1rem;
  height: 1rem;
  background-image: url("/images/arrow-b.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (hover: hover) {
  .breadcrumbs a:hover {
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
    color: #083874;
  }
}

.header {
  position: relative;
}
.header .form input {
  width: 22.5rem;
  background: #F7F7F7;
}
.header .form input::-webkit-input-placeholder {
  color: #9E9E9E;
}
.header .form input::-moz-placeholder {
  color: #9E9E9E;
}
.header .form input:-ms-input-placeholder {
  color: #9E9E9E;
}
.header .form input::-ms-input-placeholder {
  color: #9E9E9E;
}
.header .form input::placeholder {
  color: #9E9E9E;
}
.header .form button {
  position: absolute;
  right: 1.25rem;
  top: 50%;
  width: 1.5rem;
  aspect-ratio: 1;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url("/images/search.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: -webkit-filter 0.2s linear;
  transition: -webkit-filter 0.2s linear;
  transition: filter 0.2s linear;
  transition: filter 0.2s linear, -webkit-filter 0.2s linear;
}
@media (hover: hover) {
  .header .form button:hover {
    -webkit-filter: brightness(1.5);
            filter: brightness(1.5);
    -webkit-transition: -webkit-filter 0.2s linear;
    transition: -webkit-filter 0.2s linear;
    transition: filter 0.2s linear;
    transition: filter 0.2s linear, -webkit-filter 0.2s linear;
  }
}
@media (max-width: 1120px) {
  .header {
    -webkit-box-shadow: 0.0625rem 0.625rem 0.625rem rgba(0, 0, 0, 0.0352941176);
            box-shadow: 0.0625rem 0.625rem 0.625rem rgba(0, 0, 0, 0.0352941176);
  }
}

.header__top {
  padding: 0.625rem 0 1.25rem;
}
@media (max-width: 1120px) {
  .header__top {
    padding: 0.625rem 0;
  }
}

.logo {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  gap: 0.8125rem;
}
.logo span {
  font-family: "Ubuntu", sans-serif;
  padding: 0.75rem 0 0.75rem 0.75rem;
  border-left: 0.0625rem solid #083874;
  font-weight: 300;
}

.header__actions {
  gap: 1.5rem;
}
@media (max-width: 1120px) {
  .header__actions {
    display: none;
  }
}

.auth {
  gap: 0.5rem;
  cursor: pointer;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.auth img {
  width: 2rem;
  aspect-ratio: 1;
}
@media (hover: hover) {
  .auth:hover {
    color: #0094FF;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
}

.header__bottom {
  padding: 1rem 0rem 1rem;
  background: #083874;
}
.header__bottom .container {
  gap: 1.25rem;
}
@media (max-width: 1300px) {
  .header__bottom .nav {
    gap: 1.25rem;
  }
}
@media (max-width: 1120px) {
  .header__bottom .nav {
    display: none;
  }
}
@media (max-width: 1120px) {
  .header__bottom {
    display: none;
  }
}

.header__button {
  background: #fff;
}
@media (hover: hover) {
  .header__button:hover {
    background: #0094FF;
    color: #fff;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
  }
}

.bm-btn {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 2.5rem;
  height: 2.5rem;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}
@media (max-width: 1120px) {
  .bm-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.bm-btn span {
  display: block;
  position: relative;
  width: 100%;
  height: 0.25rem;
  background-color: #083874;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.bm-btn span::before,
.bm-btn span::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0.25rem;
  background-color: #083874;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}

.bm-btn span::before {
  top: -0.75rem;
  left: 0;
}

.bm-btn span::after {
  bottom: -0.75rem;
  right: 0;
}

.bm-btn.burger--active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.bm-btn.burger--active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.bm-btn.burger--active span {
  background: transparent;
}

.bm {
  position: absolute;
  height: calc(100dvh - 5.5rem);
  top: 100%;
  left: 0;
  background-color: #083874;
  opacity: 0;
  z-index: 10;
  right: 0;
  bottom: 0;
  padding: 2.5rem 0.625rem;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0, 0.99);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0, 0.99);
  color: #fff;
  overflow-y: auto;
}
.bm .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5625rem;
  margin-bottom: 1.25rem;
  font-size: 1.125rem;
  text-transform: uppercase;
}
.bm .form {
  margin-bottom: 2.5rem;
}
.bm .form input {
  width: 100%;
}
.bm .socials {
  border: none;
  margin-top: auto;
  padding-right: 0;
  gap: 0.9375rem;
}
.bm .auth {
  padding-left: 0.9375rem;
  border-left: 0.0625rem solid #fff;
}

.bm.bm--show {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0.085, 0, 0.99);
  transition: all 0.3s cubic-bezier(0.55, 0.085, 0, 0.99);
}

.hero--index {
  position: relative;
  padding-top: 6.25rem;
}
.hero--index .h1 {
  margin-bottom: 6.75rem;
}
.hero--index .hero__inner {
  position: relative;
  z-index: 2;
}
.hero--index::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.28)), to(rgba(255, 255, 255, 0.8)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.8) 100%);
  z-index: 1;
}

.hero--mask {
  position: relative;
}
.hero--mask .mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.hero--profile .hero__head {
  background-image: url("/images/hero-prof2.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 1.875rem;
}
.hero--profile .h1 {
  padding: 4.625rem 0rem 4.625rem;
  text-align: center;
}
@media (max-width: 700px) {
  .hero--profile .h1 {
    padding: 2.5rem 0;
  }
}
.hero--profile .hero__content {
  gap: 1.25rem;
}
@media (max-width: 700px) {
  .hero--profile .hero__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.hero--profile .hero__content {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 1.25rem;
}
.hero--profile .profile {
  position: relative;
  top: -10rem;
}
@media (max-width: 1050px) {
  .hero--profile .profile {
    top: -6.25rem;
  }
}
@media (max-width: 700px) {
  .hero--profile .profile {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.hero--profile .profile__photo {
  width: 14.875rem;
  aspect-ratio: 1;
  border-radius: 50%;
  position: relative;
  margin-bottom: 1.25rem;
}
.hero--profile .profile__img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.hero--profile .profile__edit {
  width: 3.125rem;
  aspect-ratio: 1;
  border-radius: 50%;
  position: absolute;
  right: 0.625rem;
  top: 0.625rem;
  -webkit-box-shadow: 0 4px 38px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 38px 0 rgba(0, 0, 0, 0.1);
  border: 0.0625rem solid #E2E7EE;
  background: #fff;
  color: #0094FF;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
}
@media (hover: hover) {
  .hero--profile .profile__edit:hover {
    background: #0094FF;
    border-color: #0094FF;
    color: #fff;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
  }
}
.hero--profile .profile__info {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 3.125rem;
}
@media (max-width: 1050px) {
  .hero--profile .profile__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
}
.hero--profile .profile__main {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  max-width: 29.375rem;
  border-right: 0.0625rem solid #E2E7EE;
  padding-right: 1.875rem;
}
.hero--profile .profile__main span {
  margin-bottom: 0.5rem;
}
.hero--profile .profile__main p {
  color: #8D8D8D;
  margin-bottom: 5rem;
}
@media (max-width: 1050px) {
  .hero--profile .profile__main p {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 1050px) {
  .hero--profile .profile__main {
    display: contents;
  }
}
@media (max-width: 1050px) {
  .hero--profile .button {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.hero--profile .profile__aside {
  gap: 0.5625rem;
}
.hero--profile .profile__aside li {
  gap: 0.625rem;
}
.hero--profile .profile__aside img {
  width: 2.5rem;
  aspect-ratio: 1;
}
@media (max-width: 1050px) {
  .hero--profile .profile__aside {
    margin-bottom: 1.25rem;
  }
}
.hero--profile .hero__sidebar {
  padding: 2.1875rem 2.1875rem 2.1875rem;
  gap: 0.9375rem;
  -webkit-box-shadow: 0 4px 38px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 38px 0 rgba(0, 0, 0, 0.1);
  border: 0.0625rem solid #E2E7EE;
  background: #fff;
}
.hero--profile .hero__sidebar a {
  padding-left: 1.5625rem;
  background-image: url("/images/arr.svg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 1.125rem;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
@media (hover: hover) {
  .hero--profile .hero__sidebar a:hover {
    color: #0094FF;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
}
@media (max-width: 700px) {
  .hero--profile .hero__sidebar {
    width: 100%;
  }
}

.hero--default {
  padding: 7.5rem 0 5rem;
  margin-bottom: 2.5rem;
}
@media (max-width: 500px) {
  .hero--default {
    padding: 2.5rem 0;
  }
}

.hero__wr {
  gap: 1.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 500px) {
  .hero__wr {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.875rem;
  }
}

.hero--axios {
  background: -webkit-gradient(linear, left top, left bottom, from(#f7e3b0), to(rgba(247, 227, 176, 0.2509803922)));
  background: linear-gradient(180deg, #f7e3b0 0%, rgba(247, 227, 176, 0.2509803922) 100%);
  border-bottom: 0.0625rem solid #FFF0CB;
}

.hero--opk {
  background: -webkit-gradient(linear, left top, left bottom, from(#ffcccb), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #ffcccb 0%, rgba(255, 255, 255, 0) 100%);
  border-bottom: 0.0625rem solid #F5E7E7;
}

.hero__title {
  gap: 1.875rem;
}
@media (max-width: 500px) {
  .hero__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.25rem;
  }
}

.hero__actions {
  gap: 1.5rem;
}
@media (max-width: 1090px) {
  .hero__actions {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.9375rem;
  }
}

.hero__links {
  gap: 0.375rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.hero__links:last-child {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
}
@media (max-width: 1090px) {
  .hero__links {
    display: contents;
  }
}

.hero__link {
  border-radius: 3.125rem;
  gap: 0.375rem;
  padding: 0.625rem 0.75rem;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: #fff;
}
.hero__link.link--def {
  background: transparent;
}
@media (hover: hover) {
  .hero__link:hover {
    color: #0094FF;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
}

.hero__title--accaunt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.hero__title--accaunt .h1 {
  font-size: 2.5rem;
  font-weight: 400;
}
@media (max-width: 600px) {
  .hero__title--accaunt .h1 {
    font-size: 1.375rem;
  }
}

.hero__title--info .h1 {
  font-size: 2.5rem;
  font-weight: 400;
}
@media (max-width: 600px) {
  .hero__title--info .h1 {
    font-size: 1.375rem;
  }
}

.about p:not(:last-child) {
  margin-bottom: 1.25rem;
}
.about p:last-child {
  margin-bottom: 3.75rem;
}

.about__filters {
  gap: 0.625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about__filters .button {
  border: 0.0625rem solid #e2e7ee;
  text-wrap: nowrap;
}
.about__filters .button.button--active {
  color: #fff;
  background: #0094FF;
}

.about__list {
  gap: 1.875rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about__list a {
  border-radius: 2.5rem;
  padding: 1.875rem 1.25rem 1.875rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 28.125rem;
  min-width: 21.875rem;
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  background: #E2E7EE;
  -webkit-transition: background 0.2s linear;
  transition: background 0.2s linear;
  text-align: center;
  line-height: 1;
}
@media (hover: hover) {
  .about__list a:hover {
    background: #0094FF;
    -webkit-transition: background 0.2s linear;
    transition: background 0.2s linear;
    color: #fff;
  }
}

.news__head, .gallery__head {
  gap: 1.25rem;
}
.news__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 1.875rem;
}
@media (max-width: 400px) {
  .news__list {
    grid-template-columns: 1fr;
  }
}

@media (hover: hover) {
  .news__item:hover .news__title {
    color: #0094FF;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
}

.news__img {
  width: 100%;
  aspect-ratio: 446/286;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 1.125rem;
}

.news__date {
  gap: 0.375rem;
  margin-bottom: 0.5rem;
  color: #616161;
  font-family: "Ubuntu", sans-serif;
  font-size: 1rem;
}

.news__title {
  margin-bottom: 0.5rem;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.news__text {
  color: #616161;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.gallery .swiper-slide {
  padding: 1.875rem 1.5rem 1.875rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  height: 22.6875rem;
  overflow: hidden;
  color: #fff;
  z-index: 1;
}
.gallery .swiper-slide h3 {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.gallery .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: -1;
}
@media (hover: hover) {
  .gallery .swiper-slide:hover h3 {
    color: #0094FF;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
}
.gallery .swiper {
  margin-bottom: 2.1875rem;
}
.gallery .swiper-slide__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.date {
  gap: 0.375rem;
  margin-bottom: 0.5rem;
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-size: 1rem;
}

.contacts__wr {
  padding: 4.375rem 7.5rem 4.375rem;
  position: relative;
  gap: 18.75rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  border: 0.0625rem solid #E2E7EE;
  background: linear-gradient(155deg, rgba(226, 231, 238, 0) 0%, rgba(9, 56, 122, 0.08) 100%);
}
@media (max-width: 1300px) {
  .contacts__wr {
    gap: 1.25rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 1100px) {
  .contacts__wr {
    padding: 2.5rem;
  }
}
@media (max-width: 800px) {
  .contacts__wr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3.125rem;
  }
}
@media (max-width: 500px) {
  .contacts__wr {
    padding: 1.25rem;
  }
}

.contacts__info .h2 {
  margin-bottom: 1.25rem;
}
.contacts__info .socials {
  gap: 0.875rem;
}

.contacts__img {
  position: absolute;
  top: 1.875rem;
  right: 1.875rem;
}
@media (max-width: 1300px) {
  .contacts__img {
    display: none;
  }
}

.contacts__phones {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 0.625rem;
  margin-bottom: 2.5rem;
}
.contacts__phones a {
  padding: 0.625rem 1rem 0.625rem;
  gap: 0.5rem;
  background: rgba(3, 44, 101, 0.08);
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
@media (hover: hover) {
  .contacts__phones a:hover {
    color: #0094FF;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
}

.contacts__form .form {
  gap: 0.9375rem;
  width: 100%;
}
.contacts__form input {
  background: #fff;
  border: 0.0625rem solid #E2E7EE;
}
.contacts__form input::-webkit-input-placeholder {
  color: #9E9E9E;
}
.contacts__form input::-moz-placeholder {
  color: #9E9E9E;
}
.contacts__form input:-ms-input-placeholder {
  color: #9E9E9E;
}
.contacts__form input::-ms-input-placeholder {
  color: #9E9E9E;
}
.contacts__form input::placeholder {
  color: #9E9E9E;
}
@media (max-width: 800px) {
  .contacts__form {
    width: 100%;
  }
}

.contacts__desc {
  font-size: 1.5625rem;
  line-height: 1.28;
  font-weight: 500;
  margin-bottom: 1.25rem;
}
@media (max-width: 600px) {
  .contacts__desc {
    font-size: 1.125rem;
  }
}

.support {
  margin-bottom: 5rem;
}
@media (max-width: 600px) {
  .support {
    margin-bottom: 2.5rem;
  }
}
.support .h2 {
  text-align: center;
}

.support__list {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.support__item {
  border-radius: 0.625rem;
  padding: 1.875rem 1.875rem 1.875rem;
  border: 0.0625rem solid #E2E7EE;
  background: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 15.625rem;
  max-width: 20.625rem;
}
.support__item img {
  width: 8.125rem;
  height: auto;
}

.profile-acc {
  position: relative;
  padding-top: 3.75rem;
}
.profile-acc::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 29.6875rem;
  max-height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#eef1f6), to(rgba(238, 241, 246, 0)));
  background: linear-gradient(180deg, #eef1f6 0%, rgba(238, 241, 246, 0) 100%);
  z-index: -1;
}
.profile-acc .acc {
  gap: 1.25rem;
  margin-bottom: 5rem;
}
@media (max-width: 600px) {
  .profile-acc .acc {
    margin-bottom: 2.5rem;
  }
}
.profile-acc .acc__item {
  padding: 0rem 1.25rem 0rem;
  background: #fff;
  -webkit-box-shadow: 0 4px 38px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 38px 0 rgba(0, 0, 0, 0.1);
}
.profile-acc .acc__header {
  padding: 1.5625rem 0rem 1.5625rem;
  gap: 1.25rem;
}
@media (hover: hover) {
  .profile-acc .acc__header:hover .acc__title {
    color: #0094FF;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
  .profile-acc .acc__header:hover .acc__arrow {
    background: #0094FF;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
}
@media (max-width: 500px) {
  .profile-acc .acc__title {
    font-size: 1rem;
  }
}
.profile-acc .acc__arrow {
  width: 2.5rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #083874;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.profile-acc .acc__content ol {
  list-style: decimal;
  padding-left: 1.25rem;
  gap: 0.3125rem;
}
.profile-acc .acc__content ol a {
  text-decoration: underline;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.profile-acc .acc__content ul li {
  position: relative;
  padding-left: 0.9375rem;
}
.profile-acc .acc__content ul li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background: #083874;
}
@media (max-width: 800px) {
  .profile-acc .acc__content ul li {
    padding-left: 0.625rem;
  }
}
@media (max-width: 800px) {
  .profile-acc .acc__content ul {
    gap: 0.625rem;
  }
}
.profile-acc .acc__content a {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
@media (hover: hover) {
  .profile-acc .acc__content a:hover {
    color: #0094FF;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
}
.profile-acc .acc__content-wr {
  padding-bottom: 1.5625rem;
}
.profile-acc .acc__filters {
  gap: 1.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.875rem;
}
.profile-acc .acc__filter {
  padding: 0.625rem 0.9375rem 0.625rem;
  background: #E2E7EE;
  color: #000;
}
.profile-acc .acc__filter.filter--active {
  background: #0094FF;
  color: #fff;
  pointer-events: none;
}
@media (max-width: 700px) {
  .profile-acc .table__row,
  .profile-acc .table__head {
    grid-template-columns: 4.375rem repeat(3, 1fr);
  }
}
.profile-acc .table__wr {
  min-width: 31.25rem;
}

.acc__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(12.5rem, 1fr));
  gap: 1.875rem;
}
.acc__list a {
  aspect-ratio: 310/233;
}
.acc__list a img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (max-width: 500px) {
  .acc__list {
    grid-template-columns: 1fr;
  }
}

.table {
  border: 0.0625rem solid #BAC5D5;
  border-top-left-radius: 0.9375rem;
  border-top-right-radius: 0.9375rem;
  overflow-x: auto;
}
@media (max-width: 800px) {
  .table {
    font-size: 0.875rem;
    line-height: 1;
  }
}

.table__head {
  display: grid;
  grid-template-columns: repeat(var(--table-columns), 1fr);
  gap: 0rem;
  border-top-left-radius: 0.9375rem;
  border-top-right-radius: 0.9375rem;
  background: #E2E7EE;
}
.table__head .table__cell {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  font-family: "Ubuntu", sans-serif;
}
.table__head .table__cell:not(:last-child) {
  border-right: 0.0625rem solid #BAC5D5;
}
@media (max-width: 800px) {
  .table__head .table__cell {
    font-size: 0.875rem;
  }
}

.table__cell {
  padding: 1rem 1rem 1rem;
  min-height: 5.8125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 800px) {
  .table__cell {
    padding: 0.625rem;
    min-height: auto;
  }
}

.table__row {
  display: grid;
  grid-template-columns: repeat(var(--table-columns), 1fr);
  gap: 0rem;
}
.table__row .table__cell:first-child {
  font-family: "Ubuntu", sans-serif;
}
@media (max-width: 800px) {
  .table__row .table__cell:first-child {
    font-size: 0.875rem;
  }
}
.table__row .table__cell:not(:last-child) {
  border-right: 0.0625rem solid #BAC5D5;
}
.table__row:not(:last-child) {
  border-bottom: 0.0625rem solid #BAC5D5;
}

.subscribe {
  gap: 1.875rem;
}
.subscribe p {
  font-family: "Ubuntu", sans-serif;
  font-weight: 700;
}
.subscribe .button {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 16.875rem;
}
@media (max-width: 900px) {
  .subscribe {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.materials .categories__list {
  margin-bottom: 3.75rem;
}
.materials .acc__content-wr {
  padding-top: 1.875rem;
}
.materials .acc__item .link {
  display: block;
  color: #083874;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  font-weight: 500;
  line-height: 2;
}
@media (hover: hover) {
  .materials .acc__item .link:hover {
    color: #0094FF;
  }
}
.materials .acc__item:not(:last-child) .acc__header {
  border-bottom: 0.0625rem solid #E2E7EE;
}
.materials .acc__header {
  font-size: 2rem;
  line-height: 1;
  font-weight: 700;
  gap: 1.875rem;
  padding: 1.5625rem 0;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  font-family: "Ubuntu", sans-serif;
}
@media (hover: hover) {
  .materials .acc__header:hover {
    color: #0094FF;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
}
@media (max-width: 600px) {
  .materials .acc__header {
    font-size: 1.125rem;
  }
}
.materials .acc__arrow {
  width: 2.75rem;
  aspect-ratio: 1;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 4px 0 #032c65;
          box-shadow: 0 0 4px 0 #032c65;
  background: #fff;
}
.materials .tabs__header {
  gap: 1.25rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 1.875rem;
}
.materials .tabs__header button {
  padding: 0.625rem 0.9375rem 0.625rem;
  border: 0.0625rem solid #E2E7EE;
  color: #000;
}
.materials .tabs__header button.button--active {
  color: #fff;
  background: #0094FF;
  border-color: #0094FF;
}

.materials__section .h2 {
  font-size: 2.5rem;
}
@media (max-width: 600px) {
  .materials__section .h2 {
    font-size: 1.375rem;
  }
}

.acc-info {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
}
.acc-info .container {
  gap: 0.625rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.acc-info h2 {
  font-size: 2rem;
  line-height: 1.25;
}
.acc-info a {
  display: inline;
  color: #0094FF;
}
@media (hover: hover) {
  .acc-info a:hover {
    text-decoration: underline;
  }
}

.acc-info__file {
  margin-top: 1.25rem;
}
.acc-info__file > span {
  margin-bottom: 0.625rem;
}

.acc-table__wr {
  border: 0.0625rem solid #E2E7EE;
  overflow: hidden;
}

.acc-table__row {
  padding: 1.25rem 1.25rem 1.25rem 2.5rem;
}
.acc-table__row:first-child {
  font-weight: 500;
}
.acc-table__row:nth-child(odd) {
  background: #f4faff;
}
@media (max-width: 600px) {
  .acc-table__row {
    padding: 1.25rem 1.25rem 1.25rem;
  }
}

.timetable .tabs__header {
  position: relative;
  padding-bottom: 1.25rem;
  margin-bottom: 2.1875rem;
}
.timetable .tabs__header::after {
  border-radius: 3.75rem;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.3125rem;
  background: #E2E7EE;
}
@media (max-width: 500px) {
  .timetable .tabs__header {
    margin-bottom: 1.25rem;
  }
}
.timetable .tabs__header-wr {
  padding-top: 2.5rem;
  position: relative;
  gap: 0.625rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.timetable .tabs__header-button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #616161;
  cursor: pointer;
}
.timetable .tabs__header-button p {
  font-size: 1.5625rem;
  line-height: 1.28;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
}
.timetable .tabs__header-button p:last-of-type {
  font-size: 1.125rem;
}
@media (max-width: 1000px) {
  .timetable .tabs__header-button p:last-of-type {
    font-size: 0.875rem;
  }
}
@media (max-width: 1000px) {
  .timetable .tabs__header-button p {
    font-size: 1rem;
  }
}
.timetable .tabs__header-button span {
  width: 2rem;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #E2E7EE;
  color: #616161;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 1000px) {
  .timetable .tabs__header-button span {
    font-size: 1rem;
  }
}
.timetable .tabs__header-button.button--active {
  color: #083874;
}
.timetable .tabs__header-button.button--active span {
  color: #fff;
  background: #083874;
}
.timetable .tabs__header-button:not(:last-of-type) {
  padding-right: 1.875rem;
  border-right: 0.0625rem solid #E2E7EE;
}
@media (max-width: 1000px) {
  .timetable .tabs__header-button:not(:last-of-type) {
    padding-right: 0.9375rem;
  }
}
.timetable .tabs__header-button:not(:first-of-type) {
  padding-left: 1.875rem;
}
@media (max-width: 1000px) {
  .timetable .tabs__header-button:not(:first-of-type) {
    padding-left: 0.9375rem;
  }
}
.timetable .tabs__buttons {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 0.9375rem;
  width: 100%;
  max-width: 56.25rem;
}
.timetable .tabs__buttons a {
  padding: 0.8125rem 1.5rem 0.8125rem;
  border-radius: 2.5rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border: 0.0625rem solid #E2E7EE;
  min-width: -webkit-max-content;
  min-width: -moz-max-content;
  min-width: max-content;
  text-align: center;
}
.timetable .tabs__buttons a.button--active {
  color: #fff;
  background: #0094FF;
  border-color: #0094FF;
}
.timetable .tabs__buttons a.button--disabled {
  color: #E2E7EE;
  pointer-events: none;
}
@media (max-width: 500px) {
  .timetable .tabs__buttons a {
    padding: 0.625rem 0.625rem 0.625rem;
    font-size: 1rem;
    min-width: 100%;
  }
}
@media (max-width: 1000px) {
  .timetable .tabs__buttons {
    gap: 1.25rem;
  }
}

@media (max-width: 600px) {
  .timetable--opk .tabs__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.625rem;
  }
  .timetable--opk .tabs__header::after {
    content: none;
  }
}
.timetable--opk .tabs__header-button p:last-of-type {
  color: #C4C4C4;
}
@media (max-width: 600px) {
  .timetable--opk .tabs__header-button:first-of-type {
    padding: 0 0 0.625rem 0;
    border-right: 0;
    border-bottom: 0.0625rem solid #E2E7EE;
  }
  .timetable--opk .tabs__header-button:not(:first-of-type) {
    padding: 0 0 0.625rem 0;
    border-right: 0;
    border-bottom: 0.0625rem solid #E2E7EE;
  }
}
.timetable--opk .tabs__header-button {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}
@media (max-width: 600px) {
  .timetable--opk .tabs__thumb {
    display: none;
  }
}

.tabs__panel {
  display: none;
  -webkit-animation: fadeIn 0.5s;
          animation: fadeIn 0.5s;
}
.tabs__panel.panel--active {
  display: block;
}
.tabs__panel > *:not(:last-child) {
  margin-bottom: 1.875rem;
}
@media (max-width: 500px) {
  .tabs__panel > *:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.tabs__thumb {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.3125rem;
  background: #083874;
  border-radius: 3.75rem;
  z-index: 2;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.categories .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.categories__list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  gap: 1.875rem;
}
@media (max-width: 500px) {
  .categories__list {
    grid-template-columns: 1fr;
  }
}

.categories__item {
  font-size: 1.5625rem;
  line-height: 1.28;
  font-weight: 500;
  gap: 1.25rem;
  font-family: "Ubuntu", sans-serif;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
.categories__item img {
  width: 4rem;
  aspect-ratio: 1;
}
@media (max-width: 500px) {
  .categories__item img {
    width: 2rem;
  }
}
@media (hover: hover) {
  .categories__item:hover {
    color: #0094FF;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
}
@media (max-width: 900px) {
  .categories__item {
    font-size: 1.125rem;
  }
}
@media (max-width: 500px) {
  .categories__item {
    font-size: 1rem;
  }
}

.categories--profiles .categories__item {
  border-radius: 0.9375rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 1.75rem;
  border: 0.0625rem solid #E2E7EE;
}
.categories--profiles .categories__item img {
  margin-bottom: 1.25rem;
}

.article__wr {
  gap: 3.75rem;
}
@media (max-width: 900px) {
  .article__wr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 1.25rem;
  }
}

.article__text {
  font-size: 1.25rem;
  line-height: 1.5;
  max-width: 48.5625rem;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}
.article__text > *:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media (max-width: 500px) {
  .article__text {
    font-size: 1rem;
  }
}

.article__img {
  border-radius: 0.9375rem;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 35rem;
}
.article__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.subject__buttons {
  gap: 1.875rem;
  margin-bottom: 1.875rem;
}

.subject__desc {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  margin-bottom: 1.875rem;
}

.subject__form {
  overflow-x: auto;
}

.subject__submit {
  gap: 0.625rem;
}
.subject__submit span {
  font-size: 0.75rem;
  line-height: 1.1666666667;
  color: rgba(8, 56, 116, 0.5);
  max-width: 12.5rem;
}
@media (max-width: 400px) {
  .subject__submit span {
    max-width: 100%;
  }
}
@media (max-width: 400px) {
  .subject__submit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
}

.subject__form-wr {
  border-radius: 0.9375rem;
  border: 0.0625rem solid #E2E7EE;
  min-width: 50rem;
  overflow: hidden;
  margin-bottom: 1.875rem;
}

.subject__row {
  display: grid;
  grid-template-columns: 5rem 21.5rem repeat(6, 1fr);
}

.subject__row_8 {
  display: grid;
  grid-template-columns: 5rem 21.5rem repeat(8, 1fr);
}

.subject__row:nth-child(odd) {
  background: #F4FAFF;
}
@media (max-width: 1400px) {
  .subject__row {
    grid-template-columns: 3.75rem 18.75rem repeat(6, 1fr);
  }
  .subject__row_8 {
    grid-template-columns: 3.75rem 18.75rem repeat(8, 1fr);
  }
}
@media (max-width: 1100px) {
  .subject__row {
    grid-template-columns: 2.5rem 12.5rem repeat(6, 1fr);
  }
  .subject__row_8 {
    grid-template-columns: 2.5rem 12.5rem repeat(8, 1fr);
  }
}

.subject__row--head .subject__cell {
  padding: 1.25rem 0.9375rem 1.25rem;
  font-weight: 500;
}
@media (max-width: 1100px) {
  .subject__row--head .subject__cell {
    padding: 0.3125rem;
  }
}

.subject__cell {
  padding: 0.625rem 0.625rem 0.625rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
@media (max-width: 1400px) {
  .subject__cell {
    font-size: 0.9375rem;
  }
}
@media (max-width: 1100px) {
  .subject__cell {
    font-size: 0.75rem;
    padding: 0.3125rem;
  }
}

.subject__cell--check input {
  border-radius: 0.9375rem;
  width: 100%;
  max-width: 2.875rem;
  aspect-ratio: 1;
  border: 0.0625rem solid #E2E7EE;
  outline: none;
}

.subject__cell--subject span {
  padding: 0.625rem 1.25rem 0.625rem;
  border-radius: 0.9375rem;
  border: 0.0625rem solid #E2E7EE;
}

.subject__checkbox {
  position: relative;
  width: 100%;
  max-width: 2.875rem;
  aspect-ratio: 1;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* Скрываем дефолтный чекбокс */
.subject__checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* Сама "коробка" чекбокса */
.subject__checkbox span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
  max-width: 2.875rem;
  aspect-ratio: 1;
  border: 0.0625rem solid #E2E7EE;
  border-radius: 0.9375rem;
  background: #fff;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 1100px) {
  .subject__checkbox span::before {
    border-radius: 0.3125rem;
  }
}

/* Галочка при чекнутом input */
.subject__checkbox span::after {
  content: "";
  border-radius: 0.3125rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(50%) scale(0);
          transform: translateY(-50%) translateX(50%) scale(0);
  width: 50%;
  aspect-ratio: 1;
  background: #0094FF;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.subject__checkbox input[type=checkbox]:checked + span::after {
  -webkit-transform: translateY(-50%) translateX(50%) scale(1);
          transform: translateY(-50%) translateX(50%) scale(1);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
}

.tours .button {
  text-align: center;
}
.tours .timetable {
  margin-bottom: 0;
}

.tours__block {
  padding: 2.5rem 2.5rem 2.5rem;
  gap: 1.875rem;
  -webkit-box-shadow: 0 0.25rem 2.5rem 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0.25rem 2.5rem 0 rgba(0, 0, 0, 0.1);
}
.tours__block .h2 {
  margin-bottom: 1.875rem;
}
@media (max-width: 500px) {
  .tours__block .h2 {
    margin-bottom: 1.25rem;
  }
}
.tours__block:not(:last-child) {
  margin-bottom: 3.125rem;
}
@media (max-width: 500px) {
  .tours__block:not(:last-child) {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 600px) {
  .tours__block {
    gap: 1.25rem;
  }
}

.tours__block--top {
  background: #fff;
}

.tours__buttons {
  gap: 1.875rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tours__buttons .button {
  text-align: center;
}

.tours__block--middle {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(203, 227, 255, 0.4)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(203, 227, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}
.tours__block--middle .button {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tours__block--bottom {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(204, 203, 255, 0.4)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(204, 203, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}
.tours__block--bottom .button {
  width: 100%;
  max-width: 50rem;
}

.tabs__row input::-webkit-input-placeholder {
  color: rgba(8, 56, 116, 0.5);
}

.tabs__row input::-moz-placeholder {
  color: rgba(8, 56, 116, 0.5);
}

.tabs__row input:-ms-input-placeholder {
  color: rgba(8, 56, 116, 0.5);
}

.tabs__row input::-ms-input-placeholder {
  color: rgba(8, 56, 116, 0.5);
}

.tabs__field span, .tabs__row input::placeholder {
  color: rgba(8, 56, 116, 0.5);
}

.settings .tabs {
  margin-bottom: 1.875rem;
}
.settings .tabs__header {
  gap: 0.625rem 1.875rem;
  margin-bottom: 1.875rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.settings .tabs__header .button {
  cursor: pointer;
}
.settings .tabs__header .button.button--active {
  background: #0094FF;
  color: #fff;
  border-color: #0094FF;
  pointer-events: none;
}

.tabs__row {
  padding: 0.875rem 1.25rem 0.875rem;
  border-radius: 1.875rem;
  border: 0.0625rem solid #E2E7EE;
}
.tabs__row input {
  font-size: 1.125rem;
  line-height: 1;
  font-weight: 500;
  font-family: "Ubuntu", sans-serif;
  color: #083874;
  width: calc(100% - 0px);
}
.tabs__row input::-webkit-input-placeholder {
  font-size: inherit;
}
.tabs__row input::-moz-placeholder {
  font-size: inherit;
}
.tabs__row input:-ms-input-placeholder {
  font-size: inherit;
}
.tabs__row input::-ms-input-placeholder {
  font-size: inherit;
}
.tabs__row input::placeholder {
  font-size: inherit;
}

.tabs__row--group {
  gap: 1.25rem 9.375rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.tabs__field {
  gap: 0.3125rem;
}
.tabs__field span {
  font-weight: 500;
}
.tabs__field input {
  border: none;
  background: transparent;
}

.tabs__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(18.75rem, 1fr));
  gap: 1.875rem;
}
.tabs__grid .tabs__group {
  gap: 0.625rem;
}
@media (max-width: 600px) {
  .tabs__grid {
    grid-template-columns: 1fr;
  }
}

.tabs__subtitle {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  margin-bottom: 0.625rem;
}

.file {
  padding: 1.25rem 1.25rem 1.25rem;
  border-radius: 1.875rem;
  cursor: pointer;
  border: 0.0625rem solid #E2E7EE;
  gap: 1.25rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.file span {
  font-family: "Ubuntu", sans-serif;
  font-weight: 500;
  color: rgba(8, 56, 116, 0.5);
  text-align: center;
}
@media (hover: hover) {
  .file:hover {
    opacity: 0.6;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
}

.footer {
  padding: 0 0.625rem 5rem;
}
.footer .container {
  padding: 0;
}
@media (max-width: 600px) {
  .footer {
    padding-bottom: 2.5rem;
  }
}

.footer__wr {
  max-width: 110.625rem;
  margin: 0 auto;
  padding: 4.375rem 1.25rem;
  background: #083874;
  color: #fff;
}
@media (max-width: 700px) {
  .footer__wr {
    padding: 2.5rem 1.25rem;
  }
}

.footer__tile {
  gap: 2.5rem;
}
@media (max-width: 700px) {
  .footer__tile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.footer__side {
  max-width: 52.5rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 0.0625rem solid rgba(226, 231, 238, 0.1490196078);
}
.footer__side .logo {
  color: #fff;
  margin-bottom: 5rem;
}
.footer__side .logo span {
  border-color: #fff;
  padding-bottom: 0;
  padding-top: 0;
}
@media (max-width: 700px) {
  .footer__side {
    border-bottom: 0.0625rem solid rgba(226, 231, 238, 0.1490196078);
    border-right: none;
    padding-bottom: 2.5rem;
  }
}

.footer__inner {
  padding-right: 2.5rem;
  max-width: 41.25rem;
}
.footer__inner .nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.25rem;
  margin-right: 1.25rem;
}
@media (max-width: 1100px) {
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2.5rem;
  }
}
@media (max-width: 700px) {
  .footer__inner {
    max-width: 100%;
  }
}

.footer__contacts {
  gap: 0.625rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
  margin-right: 1.25rem;
  margin-left: auto;
}
.footer__contacts span {
  font-size: 1rem;
  line-height: 1.875;
  font-weight: 400;
  position: absolute;
  left: 0;
  top: -0.875rem;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  text-transform: uppercase;
  letter-spacing: 0.125rem;
  font-family: "Ubuntu", sans-serif;
  color: rgba(255, 255, 255, 0.39);
}
@media (max-width: 1100px) {
  .footer__contacts span {
    position: static;
    -webkit-transform: none;
            transform: none;
  }
}
.footer__contacts a {
  padding: 0.625rem 1.25rem 0.625rem;
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 400;
  font-family: "Ubuntu", sans-serif;
  background: rgba(255, 255, 255, 0.05);
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
@media (hover: hover) {
  .footer__contacts a:hover {
    color: #0094FF;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear;
  }
}
@media (max-width: 1100px) {
  .footer__contacts {
    margin: 0;
  }
}

.footer__socials {
  gap: 0.875rem;
}
.footer__socials a {
  width: 2rem;
  aspect-ratio: 1;
  -webkit-transition: -webkit-filter 0.2s linear;
  transition: -webkit-filter 0.2s linear;
  transition: filter 0.2s linear;
  transition: filter 0.2s linear, -webkit-filter 0.2s linear;
}
@media (hover: hover) {
  .footer__socials a:hover {
    -webkit-filter: brightness(0.7);
            filter: brightness(0.7);
    -webkit-transition: -webkit-filter 0.2s linear;
    transition: -webkit-filter 0.2s linear;
    transition: filter 0.2s linear;
    transition: filter 0.2s linear, -webkit-filter 0.2s linear;
  }
}

.footer__form {
  width: 100%;
  max-width: 27.5rem;
}
.footer__form img {
  width: 3.5rem;
  aspect-ratio: 1;
  margin-bottom: 0.875rem;
}
.footer__form p {
  font-size: 1.5625rem;
  line-height: 1.28;
  font-weight: 500;
  margin-bottom: 1.875rem;
}
@media (max-width: 768px) {
  .footer__form p {
    font-size: 1.125rem;
  }
}
.footer__form .form {
  width: 100%;
  gap: 0.9375rem;
}
.footer__form .form input {
  background: #fff;
}
.footer__form .form input::-webkit-input-placeholder {
  color: #9E9E9E;
}
.footer__form .form input::-moz-placeholder {
  color: #9E9E9E;
}
.footer__form .form input:-ms-input-placeholder {
  color: #9E9E9E;
}
.footer__form .form input::-ms-input-placeholder {
  color: #9E9E9E;
}
.footer__form .form input::placeholder {
  color: #9E9E9E;
}
.footer__form .form textarea {
  background: #fff;
  height: 10rem;
  resize: none;
  padding: 0.875rem 0 0 1.125rem;
  font-size: 1.125rem;
  line-height: 1.4444444444;
  font-weight: 400;
}
.footer__form .form textarea::-webkit-input-placeholder {
  color: #9E9E9E;
}
.footer__form .form textarea::-moz-placeholder {
  color: #9E9E9E;
}
.footer__form .form textarea:-ms-input-placeholder {
  color: #9E9E9E;
}
.footer__form .form textarea::-ms-input-placeholder {
  color: #9E9E9E;
}
.footer__form .form textarea::placeholder {
  color: #9E9E9E;
}
@media (hover: hover) {
  .footer__form .button:hover {
    background: #fff;
    color: #083874;
  }
}
@media (max-width: 700px) {
  .footer__form {
    max-width: 100%;
  }
}/*# sourceMappingURL=main.css.map */