* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  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-family: "Arial", Arial, sans-serif;
  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;
}

ul,
li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

.main-page .header {
  background-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
          box-shadow: none;
}

.main-page .header__item a {
  color: #ffffff;
}

.main-page .header__social span.instagram {
  background-image: url("../img/header/socials/01.png");
}

.main-page .header__social span.telegram {
  background-image: url("../img/header/socials/02.png");
}

.main-page .header__social span.facebook {
  background-image: url("../img/header/socials/03.png");
}

.main-page .header__menu span {
  background-color: #ffffff;
}

.secondary-page .header {
  position: relative;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
}

.secondary-page .header__item a {
  color: rgb(51, 80, 163);
}

.secondary-page .header__social span.instagram {
  background-image: url("../img/header/socials/04.png");
}

.secondary-page .header__social span.telegram {
  background-image: url("../img/header/socials/05.png");
}

.secondary-page .header__social span.facebook {
  background-image: url("../img/header/socials/06.png");
}

.secondary-page .header__menu span {
  background-color: rgb(51, 80, 163);
}

.secondary-page .header__list {
  background-color: #ffffff;
}

.header {
  width: 100%;
  position: absolute;
  z-index: 50;
  padding: 16px 0px;
}

.header__row {
  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;
}

.header__logo {
  width: 80px;
  height: 80px;
  position: relative;
  z-index: 3;
}

.header__logo img {
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.header__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__list {
  margin: 0px 40px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__item {
  margin: 0px 40px 0px 0px;
}

.header__item:last-child {
  margin: 0;
}

.header__item a {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
}

.header__item a:hover {
  text-decoration: underline;
}

.header__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3;
}

.header__social {
  width: 24px;
  height: 24px;
  margin: 0px 24px 0px 0px;
  position: relative;
}

.header__social:last-child {
  margin: 0;
}

.header__social span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header__social span:hover {
  opacity: 0.5;
}

.header__menu {
  display: none;
}

.footer {
  background-color: rgb(51, 80, 163);
  padding: 32px 0px 40px 0px;
}

.footer__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.footer__logo {
  width: 120px;
  height: 120px;
  position: relative;
  -ms-grid-column-align: center;
      justify-self: center;
}

.footer__logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 50%;
}

.footer-items__link {
  margin: 0px 0px 12px 0px;
}

.footer-items__link a:hover {
  text-decoration: underline;
}

.footer-items__link p,
.footer-items__link a {
  font-size: clamp(0.875rem, 0.8237rem + 0.2564vw, 1rem);
  color: #ffffff;
  line-height: 1.5;
  font-weight: 700;
}

.footer-items__link:last-child {
  margin: 0;
}

.footer-items__address {
  margin: 0px 0px 40px 0px;
}

.footer-items__address p {
  font-size: clamp(0.875rem, 0.8237rem + 0.2564vw, 1rem);
  color: #ffffff;
  line-height: 1.5;
  font-weight: 700;
}

.footer-items__socials {
  margin: 38px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-items__social {
  width: 24px;
  height: 24px;
  margin: 0px 24px 0px 0px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer-items__social:hover {
  opacity: 0.5;
}

.footer-items__social:last-child {
  margin: 0;
}

.footer-items__social img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

body.lock {
  overflow-y: hidden;
}

.wrapper {
  width: 100%;
  height: 100%;
}

.container {
  max-width: 1170px;
  padding: 0px 15px;
  margin: 0 auto;
}

.title h1 {
  font-family: "Arial", Arial, sans-serif;
  font-size: clamp(1.5625rem, 1.1779rem + 1.9231vw, 2.5rem);
  font-weight: 900;
  line-height: 1.5;
  text-align: center;
  color: rgb(51, 80, 163);
}

.home .hero {
  width: 100%;
  min-height: 100vh;
  background: url("../img/home/hero/01.png") center/cover no-repeat;
  position: relative;
}

.home .hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}

.home .hero__body {
  max-width: 792px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 132px 0px;
  min-height: 100vh;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home .hero__title {
  margin: 0px 0px 40px 0px;
}

.home .hero__title h1 {
  font-family: "Arial", Arial, sans-serif;
  font-weight: 900;
  font-size: clamp(1.5625rem, 1.1779rem + 1.9231vw, 2.5rem);
  color: #ffffff;
  line-height: 1.5;
  text-align: center;
}

.home .hero__link a {
  display: inline-block;
  font-family: "Arial", Arial, sans-serif;
  font-weight: 700;
  font-size: clamp(0.875rem, 0.8237rem + 0.2564vw, 1rem);
  color: #ffffff;
  padding: 16px 32px;
  line-height: 1.2;
  background-color: rgb(51, 80, 163);
  border-radius: 6px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.home .hero__link a:hover {
  background-color: #ffffff;
  color: rgb(51, 80, 163);
}

.home .news {
  background-color: rgb(247, 249, 255);
  padding: 120px 0px 80px 0px;
}

.home .news__title {
  margin: 0px 0px 64px 0px;
}

.home .news__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}

.home .news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.home .news-item__img {
  width: 100%;
  height: 0;
  padding: 0px 0px 68.6% 0px;
  position: relative;
  margin: 0px 0px 12px 0px;
}

.home .news-item__img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}

.home .news-item__date {
  margin: 0px 0px 16px 0px;
}

.home .news-item__date span {
  color: rgb(128, 128, 128);
  font-size: clamp(0.875rem, 0.8237rem + 0.2564vw, 1rem);
  line-height: 1.5;
}

.home .news-item__title a {
  font-size: clamp(0.875rem, 0.8237rem + 0.2564vw, 1rem);
  color: rgb(51, 80, 163);
  text-transform: uppercase;
  line-height: 1.5;
  font-weight: 700;
}

.home .news-item__title a:hover {
  text-decoration: underline;
}

.home .gallery__body {
  padding: 80px 103px 58px 103px;
  position: relative;
}

.home .gallery__item img {
  aspect-ratio: 1/0.67;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}

.home .gallery .swiper-pagination {
  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;
  bottom: 0;
}

.home .gallery .swiper-pagination span {
  width: 10px;
  height: 10px;
  margin: 0px 12px 0px 0px;
  background-color: rgba(51, 80, 163, 0.5);
}

.home .gallery .swiper-pagination span:last-child {
  margin: 0;
}

.home .gallery .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: rgb(51, 80, 163);
}

.home .gallery__arrow {
  position: absolute;
  z-index: 3;
  top: 0;
  width: 103px;
  height: 100%;
  background-color: #ffffff;
}

.home .gallery__arrow.prev {
  left: 0;
}

.home .gallery__arrow.next {
  right: 0;
}

.home .gallery__arrow .swiper-button-prev {
  left: 0;
  width: 48px;
  height: 48px;
  top: calc(50% + 28px);
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url("../img/home/gallery/arrows/01.png") center/contain no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.home .gallery__arrow .swiper-button-prev:hover {
  background: url("../img/home/gallery/arrows/03.png") center/contain no-repeat;
}

.home .gallery__arrow .swiper-button-prev::after {
  display: none;
}

.home .gallery__arrow .swiper-button-disabled {
  opacity: 1;
}

.home .gallery__arrow .swiper-button-next {
  right: 0;
  top: calc(50% + 28px);
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 48px;
  height: 48px;
  background: url("../img/home/gallery/arrows/02.png") center/contain no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.home .gallery__arrow .swiper-button-next:hover {
  background: url("../img/home/gallery/arrows/04.png") center/contain no-repeat;
}

.home .gallery__arrow .swiper-button-next::after {
  display: none;
}

.home .about {
  padding: 120px 0px;
}

.home .about__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home .about__content {
  max-width: 461px;
  padding: 0px 20px 0px 0px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.home .about__title {
  margin: 0px 0px 40px 0px;
}

.home .about__title h1 {
  text-align: left;
}

.home .about__text {
  margin: 0px 0px 40px 0px;
}

.home .about__text p {
  line-height: 1.5;
  color: #000000;
  font-size: clamp(0.875rem, 0.8237rem + 0.2564vw, 1rem);
}

.home .about__link a {
  font-size: clamp(0.875rem, 0.8237rem + 0.2564vw, 1rem);
  line-height: 1.5;
  color: rgb(51, 80, 163);
  font-weight: 700;
  text-decoration: underline;
}

.home .about__link a:hover {
  text-decoration: none;
}

.home .about__img img {
  width: 100%;
  aspect-ratio: 1/0.78;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}

.gallery-popup {
  position: fixed;
  z-index: 50;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0px 15px;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.gallery-popup.active {
  opacity: 1;
  visibility: visible;
}

.gallery-popup__body {
  max-width: 1000px;
  margin: 0 auto;
  min-height: 100%;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0px;
}

.gallery-popup__items {
  background-color: #ffffff;
  padding: 24px;
}

.gallery-popup__img {
  margin: 0px 0px 10px 0px;
}

.gallery-popup__img img {
  max-width: 100%;
}

.gallery-popup__row {
  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;
  padding: 8px 0px;
}

.gallery-popup__title {
  margin: 0px 40px 0px 0px;
}

.gallery-popup__title h1 {
  color: #000000;
  line-height: 1.5;
  font-size: clamp(0.875rem, 0.8237rem + 0.2564vw, 1rem);
}

.gallery-popup__close {
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  padding: 0px 32px 0px 0px;
  position: relative;
}

.gallery-popup__close p {
  color: #000000;
  line-height: 1.5;
  font-size: clamp(0.875rem, 0.8237rem + 0.2564vw, 1rem);
  font-weight: 700;
  text-decoration: underline;
}

.gallery-popup__close span {
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  right: 0;
}

.gallery-popup__close span::before {
  content: "";
  position: absolute;
  top: 11px;
  left: 6px;
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background-color: #000000;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.gallery-popup__close span::after {
  content: "";
  position: absolute;
  bottom: 11px;
  left: 6px;
  width: 12px;
  height: 2px;
  border-radius: 2px;
  background-color: #000000;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.about .welcome {
  padding: 40px 0px 0px 0px;
  margin: 0px 0px 120px 0px;
}

.about .welcome__title {
  margin: 0px 0px 40px 0px;
}

.about .welcome__title h1 {
  text-transform: uppercase;
}

.about .welcome__img {
  height: 0;
  padding: 0px 0px 46.6666% 0px;
  position: relative;
  margin: 0px 0px 64px 0px;
}

.about .welcome__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}

.about .welcome__content {
  padding: 0px 103px;
}

.about .welcome__content p {
  line-height: 1.5;
  font-size: clamp(0.875rem, 0.8237rem + 0.2564vw, 1rem);
  color: #000000;
  margin: 0px 0px 24px 0px;
}

.about .welcome__content p:last-child {
  margin: 0;
}

.about .goal__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.about .goal__body {
  max-width: 451px;
  padding: 0px 30px 0px 0px;
}

.about .goal-body__img {
  margin: 0px 0px 16px 0px;
}

.about .goal-body__img img {
  width: 100%;
  aspect-ratio: 1/1.18;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}

.about .goal-body__title {
  margin: 0px 0px 8px 0px;
}

.about .goal-body__title h1 {
  font-size: clamp(0.875rem, 0.8237rem + 0.2564vw, 1rem);
  line-height: 1.5;
  color: #000000;
  font-weight: 700;
  text-transform: uppercase;
}

.about .goal-body__text p {
  font-size: clamp(0.875rem, 0.8237rem + 0.2564vw, 1rem);
  line-height: 1.5;
  color: #000000;
}

.about .goal-content__title {
  margin: 0px 0px 32px 0px;
}

.about .goal-content__title h1 {
  text-align: left;
}

.about .goal-content__text p {
  font-size: clamp(0.875rem, 0.8237rem + 0.2564vw, 1rem);
  line-height: 1.5;
  color: #000000;
  margin: 0px 0px 24px 0px;
}

.about .goal-content__text p:last-child {
  margin: 0;
}

.about .departments {
  padding: 120px 0px;
}

.about .departments__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  row-gap: 64px;
}

.about .departments__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about .departments-item__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 47%;
          flex: 0 0 47%;
  margin: 0px 32px 0px 0px;
}

.about .departments-item__img img {
  width: 100%;
  aspect-ratio: 1/1.23;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top center;
     object-position: top center;
  border-radius: 6px;
}

.about .departments-item__title {
  margin: 0px 0px 24px 0px;
}

.about .departments-item__title h1 {
  font-size: clamp(1.0625rem, 0.9856rem + 0.3846vw, 1.25rem);
  line-height: 1.5;
  color: rgb(51, 80, 163);
  font-weight: 700;
  text-transform: uppercase;
}

.about .departments-item__name h2 {
  font-size: clamp(0.875rem, 0.8237rem + 0.2564vw, 1rem);
  color: #000000;
  line-height: 1.5;
  font-weight: 700;
  margin: 0px 0px 4px 0px;
}

.about .departments-item__text {
  margin: 0px 0px 16px 0px;
}

.about .departments-item__text p {
  font-size: clamp(0.875rem, 0.8237rem + 0.2564vw, 1rem);
  color: #000000;
  line-height: 1.5;
}

.about .departments-item__phone p,
.about .departments-item__phone a {
  font-size: clamp(0.875rem, 0.8237rem + 0.2564vw, 1rem);
  color: #000000;
  line-height: 1.5;
  font-weight: 700;
}

.news-page .news {
  padding: 40px 0px 120px 0px;
}

.news-page .news__title {
  margin: 0px 0px 64px 0px;
}

.news-page .news__body {
  padding: 0px 103px;
  margin: 0px 0px 120px 0px;
}

.news-page .news__item {
  padding: 32px 0px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-page .news__item::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgb(128, 128, 128);
}

.news-page .news__pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 720px;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news-page .news-item__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 38%;
          flex: 0 0 38%;
  margin: 0px 32px 0px 0px;
}

.news-page .news-item__img img {
  width: 100%;
  aspect-ratio: 1/0.68;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}

.news-page .news-item__date {
  margin: 0px 0px 40px 0px;
}

.news-page .news-item__date span {
  font-size: clamp(0.875rem, 0.8237rem + 0.2564vw, 1rem);
  color: rgb(128, 128, 128);
  line-height: 1.5;
}

.news-page .news-item__title {
  margin: 0px 0px 16px 0px;
}

.news-page .news-item__title a {
  color: rgb(51, 80, 163);
  font-size: clamp(0.875rem, 0.8237rem + 0.2564vw, 1rem);
  font-weight: 700;
  line-height: 1.5;
  text-transform: uppercase;
}

.news-page .news-item__title a:hover {
  text-decoration: underline;
}

.news-page .news-item__text p {
  font-size: clamp(0.875rem, 0.8237rem + 0.2564vw, 1rem);
  color: #000000;
  line-height: 1.5;
}

.news-page .news-pagination__button {
  width: 48px;
  height: 48px;
}

.news-page .news-pagination__button.prev a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/home/gallery/arrows/01.png") center/contain no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.news-page .news-pagination__button.prev a:hover {
  background: url("../img/home/gallery/arrows/03.png") center/contain no-repeat;
}

.news-page .news-pagination__button.next a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/home/gallery/arrows/02.png") center/contain no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.news-page .news-pagination__button.next a:hover {
  background: url("../img/home/gallery/arrows/04.png") center/contain no-repeat;
}

.news-page .news-pagination__button:first-child {
  margin: 0px 20px 0px 0px;
}

.news-page .news-pagination__numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0px 20px 0px 0px;
}

.news-page .news-pagination__number {
  margin: 0px 24px 0px 0px;
  width: 40px;
  height: 40px;
}

.news-page .news-pagination__number.active a {
  background-color: rgb(51, 80, 163);
  color: #ffffff;
}

.news-page .news-pagination__number a,
.news-page .news-pagination__number span {
  display: block;
  width: 100%;
  height: 100%;
  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;
  background-color: #ffffff;
  font-size: 20px;
  color: rgb(51, 80, 163);
  font-weight: 700;
  border-radius: 50%;
}

.news-page .news-pagination__number a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.news-page .news-pagination__number a:hover {
  border: 1px solid rgb(51, 80, 163);
}

.news-page .news-pagination__number a:active {
  color: #ffffff;
  background-color: rgb(51, 80, 163);
}

.news-page .news-pagination__number:last-child {
  margin: 0;
}

.new-page .new {
  padding: 40px 0px 0px 0px;
}

.new-page .new__title {
  margin: 0px 0px 40px 0px;
}

.new-page .new__img {
  margin: 0px 0px 16px 0px;
}

.new-page .new__img img {
  width: 100%;
  aspect-ratio: 1/0.46666666;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}

.new-page .new__date {
  margin: 0px 0px 40px 0px;
}

.new-page .new__date span {
  font-size: clamp(0.875rem, 0.8237rem + 0.2564vw, 1rem);
  color: rgb(128, 128, 128);
  line-height: 1.5;
}

.new-page .new__content {
  padding: 0px 103px;
}

.new-page .new__content * {
  font-size: clamp(0.875rem, 0.8237rem + 0.2564vw, 1rem);
  line-height: 1.5;
}

.new-page .new__content p {
  margin: 0px 0px 24px 0px;
}

.new-page .new__content h2 {
  margin: 0px 0px 16px 0px;
  font-weight: 700;
}

.new-page .new__content ul {
  margin: 0px 0px 48px 0px;
  padding: 0px 0px 0px 32px;
}

.new-page .new__content li {
  margin: 0px 0px 12px 0px;
  list-style-type: disc;
}

.new-page .gallery {
  margin: 0px 0px 120px 0px;
}

.new-page .gallery__body {
  padding: 80px 103px 58px 103px;
  position: relative;
}

.new-page .gallery__item img {
  aspect-ratio: 1/0.67;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}

.new-page .gallery .swiper-pagination {
  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;
  bottom: 0;
}

.new-page .gallery .swiper-pagination span {
  width: 10px;
  height: 10px;
  margin: 0px 12px 0px 0px;
  background-color: rgba(51, 80, 163, 0.5);
}

.new-page .gallery .swiper-pagination span:last-child {
  margin: 0;
}

.new-page .gallery .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: rgb(51, 80, 163);
}

.new-page .gallery__arrow {
  position: absolute;
  z-index: 3;
  top: 0;
  width: 103px;
  height: 100%;
  background-color: #ffffff;
}

.new-page .gallery__arrow.prev {
  left: 0;
}

.new-page .gallery__arrow.next {
  right: 0;
}

.new-page .gallery__arrow .swiper-button-prev {
  left: 0;
  width: 48px;
  height: 48px;
  top: calc(50% + 28px);
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url("../img/home/gallery/arrows/01.png") center/contain no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.new-page .gallery__arrow .swiper-button-prev:hover {
  background: url("../img/home/gallery/arrows/03.png") center/contain no-repeat;
}

.new-page .gallery__arrow .swiper-button-prev::after {
  display: none;
}

.new-page .gallery__arrow .swiper-button-disabled {
  opacity: 1;
}

.new-page .gallery__arrow .swiper-button-next {
  right: 0;
  top: calc(50% + 28px);
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 48px;
  height: 48px;
  background: url("../img/home/gallery/arrows/02.png") center/contain no-repeat;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.new-page .gallery__arrow .swiper-button-next:hover {
  background: url("../img/home/gallery/arrows/04.png") center/contain no-repeat;
}

.new-page .gallery__arrow .swiper-button-next::after {
  display: none;
}

.documents-page .acts {
  padding: 40px 0px 0px 0px;
  margin: 0px 0px 80px 0px;
}

.documents-page .acts__title {
  margin: 0px 0px 64px 0px;
}

.documents-page .acts__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  gap: 32px;
}

.documents-page .acts__item {
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  background-color: rgb(247, 249, 255);
  padding: 40px 20px;
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.documents-page .acts-item__title {
  margin: 0px 0px 24px 0px;
}

.documents-page .acts-item__title h1 {
  font-size: clamp(0.875rem, 0.8237rem + 0.2564vw, 1rem);
  line-height: 1.5;
  font-weight: 900;
  color: rgb(51, 80, 163);
  text-transform: uppercase;
  text-align: center;
}

.documents-page .acts-item__link a {
  font-size: clamp(0.875rem, 0.8237rem + 0.2564vw, 1rem);
  line-height: 1.5;
  font-weight: 700;
  color: rgb(51, 80, 163);
  text-align: center;
  text-decoration: underline;
}

.documents-page .acts-item__link a:hover {
  text-decoration: none;
}

.documents-page .knights {
  margin: 0px 0px 120px 0px;
}

.documents-page .knights__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  row-gap: 24px;
}

.documents-page .knights__item {
  padding: 24px;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
}

.documents-page .knights-item__title {
  margin: 0px 0px 16px 0px;
}

.documents-page .knights-item__title h1 {
  font-size: clamp(0.875rem, 0.8237rem + 0.2564vw, 1rem);
  line-height: 1.5;
  color: rgb(51, 80, 163);
  font-weight: 700;
}

.documents-page .knights-item__text {
  margin: 0px 0px 24px 0px;
}

.documents-page .knights-item__text p {
  font-size: clamp(0.875rem, 0.8237rem + 0.2564vw, 1rem);
  line-height: 1.5;
  color: rgb(51, 80, 163);
}

.documents-page .knights-item__link a {
  display: inline-block;
  padding: 16px 68px 16px 32px;
  background-color: rgb(51, 80, 163);
  color: #ffffff;
  line-height: 1.5;
  font-size: clamp(0.875rem, 0.8237rem + 0.2564vw, 1rem);
  border-radius: 6px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.documents-page .knights-item__link a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 24px;
  height: 24px;
  background: url("../img/documents/icons/01.png") center/contain no-repeat;
}

.documents-page .knights-item__link a:hover {
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  color: rgb(51, 80, 163);
}

.documents-page .knights-item__link a:hover::before {
  background: url("../img/documents/icons/02.png") center/contain no-repeat;
}

.contacts-page .contacts__title {
  margin: 0px 0px 64px 0px;
}

.contacts-page .contacts__body {
  margin: 0px 0px 120px 0px;
}

.contacts-page .contacts__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0px 0px 24px 0px;
}

.contacts-page .contacts__item {
  margin: 0px 15px 0px 0px;
}

.contacts-page .contacts__item p,
.contacts-page .contacts__item a {
  line-height: 1.5;
  font-size: clamp(0.875rem, 0.8237rem + 0.2564vw, 1rem);
  color: #000000;
}

.contacts-page .contacts__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts-page .contacts__social {
  width: 24px;
  height: 24px;
  margin: 0px 24px 0px 0px;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contacts-page .contacts__social:hover {
  opacity: 0.5;
}

.contacts-page .contacts__social img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.contacts-page .contacts__map {
  width: 100%;
  height: 0;
  padding: 0px 0px 54% 0px;
  position: relative;
}

.contacts-page .contacts__map iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.contacts-page .form {
  padding: 120px 0px;
  background-color: rgb(247, 249, 255);
}

.contacts-page .form__title {
  margin: 0px 0px 40px 0px;
}

.contacts-page .form__title h1 {
  font-size: clamp(1.5625rem, 1.383rem + 0.8974vw, 2rem);
  color: rgb(51, 80, 163);
  text-align: center;
  font-weight: 900;
  line-height: 1.5;
}

.contacts-page .form__body {
  max-width: 488px;
  margin: 0 auto;
}

.contacts-page .form__body form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contacts-page .form__body input,
.contacts-page .form__body textarea {
  margin: 0px 0px 16px 0px;
  padding: 16px;
  font-size: clamp(0.875rem, 0.8237rem + 0.2564vw, 1rem);
  line-height: 1.5;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contacts-page .form__body input:last-child,
.contacts-page .form__body textarea:last-child {
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #ffffff;
}

.contacts-page .form__body input:focus,
.contacts-page .form__body textarea:focus {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contacts-page .form__body input:focus::-webkit-input-placeholder, .contacts-page .form__body textarea:focus::-webkit-input-placeholder {
  font-size: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contacts-page .form__body input:focus::-moz-placeholder, .contacts-page .form__body textarea:focus::-moz-placeholder {
  font-size: 0;
  -moz-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contacts-page .form__body input:focus:-ms-input-placeholder, .contacts-page .form__body textarea:focus:-ms-input-placeholder {
  font-size: 0;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contacts-page .form__body input:focus::-ms-input-placeholder, .contacts-page .form__body textarea:focus::-ms-input-placeholder {
  font-size: 0;
  -ms-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contacts-page .form__body input:focus::placeholder,
.contacts-page .form__body textarea:focus::placeholder {
  font-size: 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contacts-page .form__body input:hover,
.contacts-page .form__body textarea:hover {
  outline: 1px solid rgb(51, 80, 163);
}

.contacts-page .form__body textarea {
  max-width: 100%;
  min-height: 100px;
}

.contacts-page .form__body #send {
  cursor: pointer;
  background-color: rgb(51, 80, 163);
}

.contacts-page .form__body #send:hover {
  outline: none;
  background-color: #ffffff;
  color: rgb(51, 80, 163);
  -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.15);
}

.gallery-page .gallery {
  padding: 70px 0px;
}

.gallery-page .gallery__title {
  margin: 0px 0px 40px 0px;
}

.gallery-page .gallery__body {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.gallery-page .gallery__item {
  height: 0;
  padding: 0px 0px 60% 0px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 6px;
}

.gallery-page .gallery__item img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.gallery-page .gallery__item img:hover {
  width: 120%;
  height: 120%;
}

.breadcrump__body {
  padding: 32px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.breadcrump__item {
  padding: 0px 24.37px 0px 0px;
  position: relative;
}

.breadcrump__item::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  width: 1px;
  height: 15px;
  background-color: rgb(128, 128, 128);
  -webkit-transform: translate(0, -50%) rotate(30deg);
      -ms-transform: translate(0, -50%) rotate(30deg);
          transform: translate(0, -50%) rotate(30deg);
}

.breadcrump__item:last-child {
  padding: 0;
}

.breadcrump__item:last-child::before {
  display: none;
}

.breadcrump__item:last-child a {
  color: rgb(51, 80, 163);
  font-weight: 700;
}

.breadcrump__item a {
  font-size: clamp(0.875rem, 0.8237rem + 0.2564vw, 1rem);
  line-height: 1.5;
  color: rgb(128, 128, 128);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.breadcrump__item a:hover {
  color: rgb(51, 80, 163);
  text-decoration: underline;
  font-weight: 700;
}

@media (max-width: 1200px) {
  .header__logo {
    width: 70px;
    height: 70px;
  }

  .header__list {
    margin: 0px 25px 0px 0px;
  }

  .header__item {
    margin: 0px 25px 0px 0px;
  }

  .header__item a {
    font-size: 14px;
  }

  .header__social {
    margin: 0px 10px 0px 0px;
  }
}

@media (max-width: 970px) {
  .main-page .header::before {
    background-color: rgba(0, 0, 0, 0);
  }

  .main-page .header.active::before {
    background-color: rgba(0, 0, 0, 0.6745098039);
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .secondary-page .header {
    -webkit-box-shadow: none;
            box-shadow: none;
  }

  .secondary-page .header::before {
    background-color: #ffffff;
    -webkit-box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.1);
  }

  .secondary-page .header.active::before {
    background-color: #ffffff;
  }

  .header::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .header__logo {
    width: 80px;
    height: 80px;
  }

  .header__list {
    position: fixed;
    width: 100%;
    height: 100%;
    top: -100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 122px 15px 20px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-y: auto;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .header__list.active {
    top: 0;
  }

  .header__item {
    margin: 0px 0px 15px 0px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .header__item a {
    font-size: 16px;
  }

  .header__socials {
    margin: 0px 25px 0px 0px;
  }

  .header__social {
    margin: 0px 24px 0px 0px;
  }

  .header__menu {
    cursor: pointer;
    z-index: 3;
    display: block;
    width: 40px;
    height: 30px;
    position: relative;
  }

  .header__menu.active span:first-child {
    top: 14px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .header__menu.active span:nth-child(2) {
    -webkit-transform: scale(0) translate(0, -50%);
        -ms-transform: scale(0) translate(0, -50%);
            transform: scale(0) translate(0, -50%);
  }

  .header__menu.active span:last-child {
    bottom: 14px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }

  .header__menu span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .header__menu span:first-child {
    top: 0;
  }

  .header__menu span:nth-child(2) {
    top: 50%;
    -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }

  .header__menu span:last-child {
    bottom: 0;
  }

  body.lock-header {
    overflow-y: hidden;
  }

  .container {
    max-width: 800px;
  }

  .home .news__title {
    margin: 0px 0px 35px 0px;
  }

  .home .news__body {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .home .news-item__date {
    margin: 0px 0px 8px 0px;
  }

  .about .welcome {
    margin: 0px 0px 90px 0px;
  }

  .about .welcome__img {
    margin: 0px 0px 45px 0px;
  }

  .about .departments {
    padding: 90px 0px;
  }

  .about .departments__body {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 35px;
  }

  .about .departments-item__img {
    margin: 0px 18px 0px 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }

  .news-page .news__body {
    padding: 0;
  }

  .news-page .news-item__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 45%;
            flex: 0 0 45%;
  }

  .new-page .new__content {
    padding: 0;
  }

  .documents-page .acts {
    padding: 20px 0px 0px 0px;
  }

  .documents-page .acts__title {
    margin: 0px 0px 45px 0px;
  }

  .contacts-page .contacts__body {
    margin: 0px 0px 90px 0px;
  }

  .contacts-page .contacts__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .contacts-page .contacts__item {
    margin: 0px 0px 8px 0px;
  }

  .contacts-page .form {
    padding: 90px 0px;
  }

  .gallery-page .gallery {
    padding: 90px 0px;
  }

  .gallery-page .gallery__body {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .header__logo {
    width: 65px;
    height: 65px;
  }

  .footer__body {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (auto)[3];
    grid-template-rows: repeat(3, auto);
    row-gap: 12px;
  }

  .footer__items:nth-child(2) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }

  .footer__items:nth-child(3) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    grid-row: 3/4;
  }

  .footer__items:last-child {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    grid-row: 1/4;
  }

  .container {
    max-width: none;
  }

  .home .hero__link a {
    padding: 14px 25px;
  }

  .home .news {
    padding: 80px 0px 60px 0px;
  }

  .home .news__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 40px;
  }

  .home .news-item__img {
    max-width: 380px;
    padding: 0;
    height: auto;
    aspect-ratio: 1/0.686;
  }

  .home .news-item__date span {
    font-size: clamp(0.9375rem, 0.8928rem + 0.2237vw, 1rem);
  }

  .home .news-item__title a {
    font-size: clamp(0.9375rem, 0.8928rem + 0.2237vw, 1rem);
  }

  .home .about {
    padding: 90px 0px;
  }

  .home .about__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 40px;
  }

  .home .about__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .home .about__title {
    margin: 0px 0px 20px 0px;
  }

  .home .about__text {
    margin: 0px 0px 20px 0px;
  }

  .home .about__img {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    max-width: 450px;
  }

  .about .goal__row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 35px;
  }

  .about .goal__body {
    padding: 0;
  }

  .about .goal-content__title {
    margin: 0px 0px 15px 0px;
  }

  .about .departments__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .about .departments-item__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
  }

  .news-page .news__body {
    margin: 0px 0px 70px 0px;
  }

  .news-page .news-item__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 40%;
            flex: 0 0 40%;
    margin: 0px 20px 0px 0px;
  }

  .news-page .news-item__date {
    margin: 0px 0px 20px 0px;
  }

  .news-page .news-pagination__button {
    width: 35px;
    height: 35px;
  }

  .news-page .news-pagination__number {
    width: 33px;
    height: 33px;
    margin: 0px 10px 0px 0px;
  }

  .news-page .news-pagination__number a,
  .news-page .news-pagination__number span {
    font-size: 16px;
  }

  .new-page .gallery {
    margin: 0px 0px 90px 0px;
  }

  .documents-page .acts__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .documents-page .acts-item__title h1 {
    font-size: clamp(0.9375rem, 0.8928rem + 0.2237vw, 1rem);
  }

  .documents-page .acts-item__link a {
    font-size: clamp(0.9375rem, 0.8928rem + 0.2237vw, 1rem);
  }
}

@media (max-width: 650px) {
  .home .gallery__body {
    padding: 80px 70px 58px 70px;
  }

  .home .gallery__arrow {
    width: 70px;
  }

  .about .welcome__content {
    padding: 0px 70px;
  }

  .news-page .news__title {
    margin: 0px 0px 20px 0px;
  }

  .news-page .news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .news-page .news-item__img {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    max-width: 350px;
    margin: 0px 0px 20px 0px;
  }

  .new-page .gallery__body {
    padding: 80px 70px 58px 70px;
  }

  .new-page .gallery__arrow {
    width: 70px;
  }

  .gallery-page .gallery__body {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 550px) {
  .gallery-page .gallery__body {
    gap: 15px;
  }
}

@media (max-width: 425px) {
  .header__logo {
    width: 55px;
    height: 55px;
  }

  .header__socials {
    margin: 0px 0px 20px 0px;
  }

  .footer__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .footer__items:last-child {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    grid-row: 4/5;
  }

  .footer-items__link {
    text-align: center;
  }

  .footer-items__address {
    margin: 20px 0px 15px 0px;
    text-align: center;
  }

  .footer-items__socials {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .home .gallery__body {
    padding: 60px 0px 68px 0px;
  }

  .home .gallery__arrow {
    background-color: rgba(255, 255, 255, 0);
    height: 48px;
    top: auto;
    bottom: 0;
  }

  .home .gallery__arrow .swiper-button-prev {
    top: auto;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    bottom: 0;
    width: 40px;
    height: 40px;
  }

  .home .gallery__arrow .swiper-button-next {
    top: auto;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    bottom: 0;
    width: 40px;
    height: 40px;
  }

  .gallery-popup__items {
    padding: 20px 10px;
  }

  .gallery-popup__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }

  .gallery-popup__title {
    margin: 0px 0px 10px 0px;
  }

  .about .welcome__content {
    padding: 0;
  }

  .about .departments__body {
    row-gap: 40px;
  }

  .about .departments__item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .about .departments-item__img {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 250px;
    margin: 0px 0px 20px 0px;
  }

  .about .departments-item__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .about .departments-item__title h1 {
    text-align: center;
  }

  .about .departments-item__name h2 {
    text-align: center;
  }

  .about .departments-item__text p {
    text-align: center;
  }

  .about .departments-item__phone p,
  .about .departments-item__phone a {
    text-align: center;
  }

  .news-page .news__pagination {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (auto)[2];
    grid-template-rows: repeat(2, auto);
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 10px;
  }

  .news-page .news-pagination__button.prev {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }

  .news-page .news-pagination__button.next {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }

  .news-page .news-pagination__button:first-child {
    -ms-grid-column-align: end;
        justify-self: end;
    margin: 0;
  }

  .news-page .news-pagination__numbers {
    margin: 0;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
    -ms-grid-column-align: center;
        justify-self: center;
  }

  .new-page .gallery__body {
    padding: 60px 0px 68px 0px;
  }

  .new-page .gallery__arrow {
    background-color: rgba(255, 255, 255, 0);
    height: 48px;
    top: auto;
    bottom: 0;
  }

  .new-page .gallery__arrow .swiper-button-prev {
    top: auto;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    bottom: 0;
    width: 40px;
    height: 40px;
  }

  .new-page .gallery__arrow .swiper-button-next {
    top: auto;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    bottom: 0;
    width: 40px;
    height: 40px;
  }
}

@media (max-width: 400px) {
  .gallery-page .gallery__body {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 350px) {
  .news-page .news-pagination__number {
    width: 28px;
    height: 28px;
    margin: 0px 8px 0px 0px;
  }
}

.webp .main-page .header__social span.instagram { background-image: url(../img/header/socials/01.webp); }

.webp .main-page .header__social span.telegram { background-image: url(../img/header/socials/02.webp); }

.webp .main-page .header__social span.facebook { background-image: url(../img/header/socials/03.webp); }

.webp .secondary-page .header__social span.instagram { background-image: url(../img/header/socials/04.webp); }

.webp .secondary-page .header__social span.telegram { background-image: url(../img/header/socials/05.webp); }

.webp .secondary-page .header__social span.facebook { background-image: url(../img/header/socials/06.webp); }

.webp .home .hero { background: url(../img/home/hero/01.webp) center/cover no-repeat; }

.webp .home .gallery__arrow .swiper-button-prev { background: url(../img/home/gallery/arrows/01.webp) center/contain no-repeat; }

.webp .home .gallery__arrow .swiper-button-prev:hover { background: url(../img/home/gallery/arrows/03.webp) center/contain no-repeat; }

.webp .home .gallery__arrow .swiper-button-next { background: url(../img/home/gallery/arrows/02.webp) center/contain no-repeat; }

.webp .home .gallery__arrow .swiper-button-next:hover { background: url(../img/home/gallery/arrows/04.webp) center/contain no-repeat; }

.webp .news-page .news-pagination__button.prev a { background: url(../img/home/gallery/arrows/01.webp) center/contain no-repeat; }

.webp .news-page .news-pagination__button.prev a:hover { background: url(../img/home/gallery/arrows/03.webp) center/contain no-repeat; }

.webp .news-page .news-pagination__button.next a { background: url(../img/home/gallery/arrows/02.webp) center/contain no-repeat; }

.webp .news-page .news-pagination__button.next a:hover { background: url(../img/home/gallery/arrows/04.webp) center/contain no-repeat; }

.webp .new-page .gallery__arrow .swiper-button-prev { background: url(../img/home/gallery/arrows/01.webp) center/contain no-repeat; }

.webp .new-page .gallery__arrow .swiper-button-prev:hover { background: url(../img/home/gallery/arrows/03.webp) center/contain no-repeat; }

.webp .new-page .gallery__arrow .swiper-button-next { background: url(../img/home/gallery/arrows/02.webp) center/contain no-repeat; }

.webp .new-page .gallery__arrow .swiper-button-next:hover { background: url(../img/home/gallery/arrows/04.webp) center/contain no-repeat; }

.webp .documents-page .knights-item__link a::before { background: url(../img/documents/icons/01.webp) center/contain no-repeat; }

.webp .documents-page .knights-item__link a:hover::before { background: url(../img/documents/icons/02.webp) center/contain no-repeat; }
