@charset "UTF-8";
@import "normalize.css";
/* inter-200 - cyrillic_latin */
@import "accordion.css";
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/inter-v12-cyrillic_latin-200.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-300 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/inter-v12-cyrillic_latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-regular - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/inter-v12-cyrillic_latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-500 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/inter-v12-cyrillic_latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-600 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/inter-v12-cyrillic_latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-700 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/inter-v12-cyrillic_latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* inter-800 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Inter";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/inter-v12-cyrillic_latin-800.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* oswald-500 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/oswald-v49-cyrillic_latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* montserrat-300 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/montserrat-v25-cyrillic_latin-300.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-regular - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Raleway";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/raleway-v28-cyrillic_latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* raleway-600 - cyrillic_latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/raleway-v28-cyrillic_latin-600.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
body {
  font-family: "Inter";
  --white-color: #fff;
  --black-color: #000;
  --light-btn-color: linear-gradient(180deg, #C8C795 0%, #C8C795 100%);
  --dark-green-color: #364935;
  --gray-color: #545454;
  --big-container-offset: 100px;
  --container-offset: 60px;
  --middle-offset: 40px;
  --small-offset: 30px;
  min-width: 380px;
}

.container-wrap {
  max-width: 1562px;
  padding: 0 10vw;
  margin: 0 auto;
}

a:hover {
  filter: contrast(1.6);
}

.title {
  font-weight: 500;
  font-size: 40px;
  line-height: 59px;
  font-family: "Oswald";
}

.header {
  min-width: 380px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
}

.header__bg {
  background: rgba(54, 73, 53, 0.5);
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}

.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}

.header__nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  list-style: none;
  height: 30px;
  width: 100%;
  max-width: 626px;
  z-index: 5;
}

.header__auth {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
}

.burger {
  position: relative;
  border: none;
  display: none;
  padding: 0;
  width: 33px;
  height: 30px;
  color: var(--white-color);
  background-color: transparent;
  cursor: pointer;
  z-index: 5;
}
.burger::before, .burger::after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: currentColor;
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
}
.burger::before {
  top: 0;
}
.burger::after {
  top: calc(100% - 2px);
}
.burger__line {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 3px;
  background-color: currentColor;
  transform: translateY(-50%);
  transition: transform 0.3s ease-in-out;
}
.burger--active::before {
  top: 50%;
  transform: rotate(45deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
}
.burger--active::after {
  top: 50%;
  transform: rotate(-45deg);
  transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
}
.burger--active .burger__line {
  transform: scale(0);
  transition: transform 0.3s ease-in-out;
}


  body .intro__container img {
    filter: invert(99%) sepia(7%) saturate(350%) hue-rotate(178deg) brightness(120%) contrast(100%);    
    max-width: 340px;
  }
  body .intro__container {
    padding-top: 100px !important;  
  }
  body .intro__title {
    padding-top:0;
    margin: 15px 0 !important;
  }
@media (max-width: 1024px) {
  .burger {
    display: block;
  }
  /*.header__nav {
    z-index: 3;
    position: absolute;
    background: linear-gradient(99.45deg, #596958 22.15%, #252F24 100.03%);
    width: 100vw;
    height: 100vh;
    top: -100vh;
    left: 0;
    display: flex;
    gap: 20px;
    flex-direction: column;
    margin: 0;
    padding: 0;
  }
  .header__nav .header__item:not(:last-child) {
    border-right: none;
  }
  .header__nav .header__item:not(:last-child) {
    padding-right: 0;
    padding-left: 0;
  }
  .header__nav .header__item:not(:first-child) {
    padding-right: 0;
    padding-left: 0;
  }
  .header__auth {
    position: absolute;
    top: -100vh;
    left: -100vw;
  }
  .header__nav .header__item .header__link {
    font-size: 25px;
  }*/
  .header__nav .header__link {
    text-align: right;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-content: stretch;
    align-content: stretch;
    -webkit-align-items: flex-end;
    align-items: flex-end;    
  }
  body .header__link:hover {
    border-bottom: none;
  }
  header .container-wrap {
    padding: 0 15px;
  }
  .header__nav {
    width: auto;
  }
  body .intro__container {
    padding-top: 100px !important;  
  }
  body .intro__title {
    padding-top:0;
    margin: 15px 0 !important;
  }
}
.menu--active {
  top: 0;
  left: 0;
  justify-content: center;
  text-align: start;
  max-width: none;
  min-width: 380px;
}
.menu--active .header__item {
  width: 210px;
}

.header__title {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: var(--white-color);
  margin: 0;
  max-width: 220px;
}

.header__logo-wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  z-index: 4;
}

.header__link {
  text-decoration: none;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: var(--white-color);
}
.header__link:hover {
  padding-bottom: 36px;
  border-bottom: 4px solid #C8C795;
}

.header__link-active {
  padding-bottom: 36px;
  border-bottom: 4px solid #C8C795;
}

.footer {
  margin-top: var(--container-offset);
  background: #232323;
}

.footer__container {
  min-height: 164px;
  display: flex;
  flex-direction: column;
}

.footer__top {
  padding-top: var(--small-offset);
  display: flex;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}

.footer__logo-wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
}

.footer__logo {
  max-width: 100px;
  max-height: 66px;
  -o-object-fit: contain;
     object-fit: contain;
}

.footer__logo-text {
  font-family: "Raleway";
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: var(--white-color);
  max-width: 220px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.footer__items {
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin: 0;
  padding: 0;
}

.footer__link {
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: var(--white-color);
}

.footer__numbers {
  display: flex;
  flex-direction: column;
  gap: 5;
}

.footer__number {
  min-width: 120px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: var(--white-color);
  text-decoration: none;
}

.footer__bottom {
  margin-top: 10px;
  padding-bottom: 15px;
  display: flex;
  font-family: "Montserrat";
  font-weight: 300;
  font-size: 12px;
  line-height: 150%;
  color: #DEDEDE;
  justify-content: space-between;
}
.footer__bottom p {
  margin: 0;
}

.footer__promolink {
  display: flex;
  align-items: end;
}

.footer__copy {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.hero {
  z-index: -1;
}

.hero .swiper {
  height: 650px;
}

.hero__swiper {
  height: 100%;
}

.hero .swiper-wrapper {
  min-height: 100%;
}
.hero .swiper-wrapper .swiper-slide {
  height: 100%;
}

.hero .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
}

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

.hero .swiper-slide__btn {
  width: 220px;
  height: 45px;
  background: var(--light-btn-color);
  color: #364935;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #364935;
}

.hero .swiper-slide__wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  max-width: 1562px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10vw;
}

.hero .swiper-slide__title {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 74px;
  text-transform: uppercase;
  color: var(--white-color);
  max-width: 720px;
}

.hero .swiper-pagination-bullet {
  width: 60px;
  height: 4px;
  background: rgba(214, 214, 214, 0.4);
  margin: 0;
  opacity: 1;
  border-radius: 0;
}

.hero .swiper-pagination-bullet-active {
  background: #C8C795;
}

.hero .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 127px;
  padding: 0 10vw;
  margin: 0 auto;
  text-align: end;
  left: auto;
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  right: calc((100vw - 1562px) / 2);
}

.hero .swiper-button-next {
  top: auto;
  bottom: 144px;
  right: calc((100vw - 1562px) / 2 + 10vw);
  width: 42px;
  height: 42px;
  border-radius: 100%;
}
.hero .swiper-button-next::after {
  content: "";
  background: url("./../img/hero-next.svg");
  width: 36px;
  height: 36px;
}

.hero .swiper-button-prev {
  display: none;
}

.hero .swiper-pagination-bullet .index {
  display: none;
}

.hero .swiper-pagination-bullet-active .index {
  display: inline-block;
  position: absolute;
  top: -20px;
  right: calc(155px + 10vw - 10px);
  font-size: 22px;
  line-height: 27px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.hero .swiper-pagination-bullet-active .index-all {
  font-size: 16px;
}

.places {
  margin-top: var(--container-offset);
}

.places__title {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 40px;
  line-height: 59px;
  color: var(--dark-green-color);
  margin: 0;
  margin-bottom: var(--middle-offset);
}

.places__wrapper {
  max-height: 684px;
  height: 100%;
  display: flex;
  gap: 20px;
}

.places__map {
  max-width: 958px;
}
.places__map img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.places__item {
  padding-bottom: 30px;
  border-bottom: 1px solid #E0E0E0;
}

.places__items {
  padding: 35px;
  margin: 0;
  max-width: 563px;
  width: 100%;
  max-height: 684px;
  height: 100%;
  list-style: none;
  background: linear-gradient(96.18deg, #596958 -3.99%, #252F24 100%);
  border-radius: 30px;
  max-width: 40%;
}

.places__item-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  display: flex;
  align-items: center;
  color: var(--white-color);
}

.places__item-subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--white-color);
}

.place__iteem-btn {
  width: 140px;
  height: 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  color: var(--gray-color);
  background: var(--white-color);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 1px 1px 10px rgba(54, 73, 53, 0.1);
  border-radius: 46px;
}

.places .simplebar-vertical {
  height: calc(100% - 40px);
  margin: auto 0;
  margin-right: 14px;
  background: var(--white-color);
  border-radius: 5px;
}
.places .simplebar-vertical .simplebar-visible::before {
  background: #C8C795;
  opacity: 1;
}

.info {
  margin-top: var(--big-container-offset);
}

.info__container {
  display: flex;
  gap: var(--small-offset);
}

.info__item {
  background-repeat: no-repeat;
  background-position: right;
  background-size: cover;
  height: 320px;
  width: 100%;
  border-radius: 40px;
  padding-top: 60px;
  padding-left: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.info__item:nth-child(1) {
  background-image: url("./../img/info/info1.png");
}
.info__item:nth-child(2) {
  background-image: url("./../img/info/info2.jpg");
}

.info__item-title {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 30px;
  line-height: 44px;
  color: var(--black-color);
  margin: 0;
  margin-bottom: 20px;
}

.info__item-subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--black-color);
  margin: 0;
  margin-bottom: 20px;
  max-width: 390px;
}

.info__item-btn {
  background: linear-gradient(96.18deg, #596958 -3.99%, #252F24 100%);
  border-radius: 40px;
  width: 180px;
  height: 45px;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: var(--white-color);
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.people {
  margin-top: var(--big-container-offset);
  background: linear-gradient(99.45deg, #596958 22.15%, #252F24 100.03%);
  padding-bottom: 90px;
}

.people__title {
  font-family: "Oswald";
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 59px;
  color: var(--white-color);
  margin-top: 45px;
  margin-bottom: 45px;
}

.people__top {
  display: flex;
  justify-content: space-between;
}

.people__nav {
  display: flex;
  align-items: center;
  gap: 15px;
}

.people .swiper {
  width: 100%;
  height: 100%;
}
.people .swiper-slide-info {
  margin-top: 20px;
  margin-right: 20px;
}
.people .swiper-slide-active {
  min-height: 350px;
}
.people .swiper__container {
  width: auto;
  max-width: 760px;
  height: 100%;
  border-radius: 30px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  background: var(--white-color);
}
.people .swiper-slide__top {
  display: flex;
  justify-content: space-between;
}
.people .swiper-slide {
  align-self: center;
  display: grid;
  grid-template-columns: 204px 1fr;
  grid-template-rows: 80px auto;
  gap: 30px;
}
.people .swiper-slide__medals {
  max-width: 230px;
  max-height: 55px;
  -o-object-fit: contain;
     object-fit: contain;
}
.people .swiper-slide__img {
  border-radius: 30px 0 0 30px;
  height: 100%;
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  grid-row: 1/3;
}
.people .swiper-slide__wrapper {
  padding: 30px;
}
.people .swiper-slide__name, .people .swiper-slide__date {
  margin: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 140%;
  color: var(--black-color);
}
.people .swiper-slide__text {
  font-weight: 200;
  font-size: 14px;
  line-height: 140%;
  color: var(--black-color);
  padding-bottom: 20px;
  margin-right: 20px;
}

.people__swiper-button-prev, .people__swiper-button-next {
  width: 41px;
  height: 41px;
}

.people__swiper-button-prev {
  background-image: url("./../img/people/people-prev.svg");
}

.people__swiper-button-next {
  background-image: url("./../img/people/people-next.svg");
}

.news__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  margin-top: var(--big-container-offset);
}

.news__title {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 40px;
  line-height: 59px;
  color: var(--black-color);
  margin: 0;
}

.news__title-green {
  color: var(--dark-green-color);
}

.news__btn {
  width: 220px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  filter: drop-shadow(3px 4px 13px rgba(0, 0, 0, 0.15));
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  color: var(--white-color);
  background: linear-gradient(96.18deg, #596958 -3.99%, #252F24 100%);
  text-decoration: none;
}

.news__swiper-container {
  padding: var(--small-offset);
  background: #F0F0F0;
  border-radius: 30px;
}

.new {
  display: flex;
  flex-direction: column;
  background: var(--white-color);
  border-radius: 30px;
}

.new__img-wrapper {
  position: relative;
}

.new__img {
  max-height: 330px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px 30px 0px 0px;
}

.new__img-type {
  width: 132px;
  height: 36px;
  background: var(--black-color);
  color: var(--white-color);
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  position: absolute;
  bottom: 25px;
  left: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
}

.new__info {
  padding: 25px;
}

.new__date {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: var(--black-color);
  opacity: 0.5;
}

.new__title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: var(--black-color);
  margin-top: 10px;
}

.new__subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #545454;
  margin-top: 10px;
}

.new__btn {
  width: 132px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(1px 1px 10px rgba(54, 73, 53, 0.1));
  border-radius: 30px;
  background: linear-gradient(96.18deg, #596958 -3.99%, #252F24 100%);
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: var(--white-color);
  margin-top: 25px;
  text-decoration: none;
}

.new .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
  text-align: center;
}

.new__nav {
  position: relative;
  width: 100%;
  min-height: 36px;
  height: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.news .swiper-pagination-bullet {
  background: #C8C795;
}
.news .swiper-pagination-bullet-active {
  background: #232323;
}
.news .swiper-button-next:after, .news .swiper-button-prev:after {
  display: none;
}
.news .custom-button-next {
  position: static;
  width: 35px;
  height: 35px;
  background-image: url("./../img/nav-next.svg");
  margin: 0;
}
.news .custom-button-prev {
  position: static;
  width: 35px;
  height: 35px;
  background-image: url("./../img/nav-prev.svg");
  margin: 0;
}
.news .swiper-pagination {
  z-index: -1;
  position: static;
  margin: 0;
  width: auto;
}
.news .swiper-horizontal > .swiper-pagination-bullets, .news .swiper-pagination-bullets.swiper-pagination-horizontal, .news .swiper-pagination-custom, .news .swiper-pagination-fraction {
  width: auto;
}

.intro__nav {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.79);
}

.intro {
  height: 456px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-size: center;
}

.intro__container {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
}

.intro-institution {
  background-image: url("./../img/intro-institution.jpg");
}

.intro-news {
  background-image: url("./../img/intro-news.jpg");
}

.intro__nav {
  position: absolute;
  top: 124px;
  left: 0;
}
.intro__nav a {
  text-decoration: none;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.79);
}

.intro__title {
  font-weight: 500;
  font-size: 50px;
  line-height: 74px;
  text-transform: uppercase;
  color: var(--white-color);
  margin: 0;
  padding-top: 80px;
  font-family: "Oswald";
}

.services__title {
  color: var(--dark-green-color);
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  line-height: 59px;
  margin: 0;
  margin-top: 60px;
}

.services__items {
  display: flex;
}

.services__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  padding: 0;
  margin: 0;
  margin-top: 60px;
  list-style: none;
}

.services__item {
  display: flex;
  font-weight: 300;
  font-size: 14px;
  line-height: 170% э;
  color: var(--black-color);
}
.services__item::before {
  content: "";
  display: block;
  background: linear-gradient(96.18deg, #596958 -3.99%, #252F24 100%);
  border-radius: 100%;
  min-width: 8px;
  max-width: 8px;
  height: 8px;
  margin-top: 4px;
  margin-right: 20px;
}

.structure {
  background: #EEEEEE;
  padding-bottom: 100px;
  margin-top: var(--big-container-offset);
}

.structure__title {
  margin: 0;
  padding-top: 35px;
  color: var(--black-color);
  text-align: center;
  margin-bottom: 35px;
}

.structure__tree {
  overflow: auto;
}
.structure__tree img {
  max-width: 1542px;
}

.accordion__title {
  color: var(--dark-green-color);
  margin: 0;
  margin-top: var(--big-container-offset);
  margin-left: 10px;
}

.accordion__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: var(--small-offset);
}

.accordion__icon {
  min-width: 17px;
  margin-top: 5px;
}

.accordion-wrapper {
  background: linear-gradient(92.15deg, #F7F7F7 0.22%, #E2E2E2 99.42%);
  box-shadow: 1px 1px 10px rgba(54, 73, 53, 0.1);
  border-radius: 30px;
  height: -moz-fit-content;
  height: fit-content;
}

.accordion__control, .accordion__content {
  border: none;
}

.accordion-wrapper.open .accordion__item-preview {
  padding-bottom: 0;
  margin-bottom: 0;
}
.accordion-wrapper.open .accordion__content {
  padding-top: 0;
}
.accordion-wrapper.open .accordion__control {
  padding-bottom: 0;
  border-bottom: 0;
}

.accordion__item-text {
  text-align: start;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.accordion__control {
  gap: 15px;
}

.accordion__item-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: var(--black-color);
  margin: 0;
}

.accordion__item-subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: var(--black-color);
  margin: 0;
}

.accordion__item-preview, .accordion__content {
  font-weight: 200;
  font-size: 12px;
  line-height: 140%;
  color: var(--black-color);
  margin: 0;
}

.contacts {
  margin-top: var(--container-offset);
}

.contacts__title {
  color: var(--dark-green-color);
  margin: 0;
  margin-bottom: 50px;
}

.contacts__item-title {
  font-weight: 600;
  font-size: 23px;
  line-height: 140%;
  color: var(--black-color);
  margin: 0;
  margin-bottom: 25px;
}

.contacts__organization-text, .contacts__info-text {
  margin: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: var(--black-color);
}
.contacts__organization-text span, .contacts__info-text span {
  font-weight: 600;
}

.contacts__info-icon {
  min-width: 50px;
  width: 50px;
  height: 50px;
  background: linear-gradient(180deg, #F7F7F7 0%, #E2E2E2 100%);
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contacts__info {
  display: flex;
  gap: 15px;
}

.contacts__info-phone {
  display: flex;
  flex-direction: column;
}

.contacts__item .contacts__info:not(:last-child) {
  margin-bottom: 20px;
}

.contacts__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
}

.board__title {
  color: var(--dark-green-color);
  margin: 0;
  margin-top: 60px;
  margin-bottom: 40px;
}

.board__menu {
  display: flex;
  min-height: 50px;
  gap: 20px;
}

.board__filter {
  background: #F5F5F5;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  color: #ACACAC;
  height: 100%;
  height: 50px;
  width: 261px;
  display: flex;
  align-items: center;
  padding: 10px;
  position: relative;
}

.board__filter-active {
  border-radius: 10px 10px 0 0;
}

.board__filter-modal {
  display: none;
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  background: #F5F5F5;
  font-size: 14px;
  padding: 0 10px;
  border-radius: 0 0 10px 10px;
}
.board__filter-modal p {
  padding: 10px 0;
}

.active-filter {
  display: block;
}

.board__search-wrapper {
  width: 100%;
  max-width: 700px;
  height: 50px;
  position: relative;
}
.board__search-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: calc(50% - 12px);
  right: 20px;
  width: 24px;
  height: 24px;
  background: url("./../img/search.svg");
}

.board__search {
  font-weight: 600;
  font-size: 16px;
  color: #ACACAC;
  border: 1px solid #DCDCDC;
  border-radius: 10px;
  padding: 0 25px;
  height: 100%;
  width: 100%;
}
.board__search::-moz-placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  color: #ACACAC;
}
.board__search::placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 160%;
  color: #ACACAC;
}

.board-new {
  display: flex;
  gap: 20px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E5E5E5;
}

.board-new__img {
  max-height: 313px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
  grid-row: 1/3;
}

.board-new__title {
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 140%;
  color: #444444;
}

.board-new__description {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.board-new__date {
  margin: 0;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: #C4C4C4;
}

.board-news {
  margin-top: 50px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 70px;
}

.board-new__subtitle {
  margin: 0;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #444444;
}

.board-new__btn {
  max-width: 181px;
  width: 100%;
  height: 45px;
  background: linear-gradient(96.18deg, #596958 -3.99%, #252F24 100%);
  border-radius: 40px;
  font-weight: 700;
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: var(--white-color);
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
}

.board-new-wrapper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.board-new {
  display: grid;
  grid-template-columns: 1.4fr 2fr;
}

.board-news__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.top {
  background: #F4F7FB;
  border-radius: 10px;
  padding: 25px;
}

.top__title {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: var(--black-color);
  margin: 0;
}

.top__item-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  color: var(--black-color);
  margin: 0;
}

.top__item {
  display: flex;
  gap: 14px;
}

.top__list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}

.top__item {
  margin-top: 30px;
}

.top__item-img {
  width: 128px;
  height: 128px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 5px;
}

.top__item-date {
  margin-top: 6px;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #464646;
  margin: 0;
}

.board__nav-back, .board__nav-next {
  display: flex;
  align-items: center;
  gap: 18px;
}
.board__nav-back p, .board__nav-next p {
  margin: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 140%;
  color: var(--black-color);
}

.board__nav-back {
  position: absolute;
  left: 0;
  top: calc(50% - 14px);
}

.board__nav {
  display: flex;
  justify-content: center;
  gap: 45px;
  margin-top: var(--small-offset);
  position: relative;
}

.board__nav-pages {
  display: flex;
  align-items: center;
  gap: 20px;
}
.board__nav-pages span {
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.board__nav-active {
  background: #C8C795;
  width: 40px;
  height: 40px;
}

@media (max-width: 1562px) {
  .hero .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    right: 0;
  }
  .hero .swiper-button-next {
    right: 10vw;
  }
  .intro__nav {
    left: 10vw;
  }
}
@media (max-width: 1421px) {
  .footer__items {
    gap: 20px;
  }
  .footer__link {
    font-size: 12px;
  }
  .footer__number {
    font-size: 14px;
  }
  .footer__logo-text {
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .container-wrap {
    padding: 0 30px;
  }
  .info__item {
    padding-left: 10px;
    padding: 10px;
  }
  .board-news {
    display: flex;
    flex-direction: column;
  }
  .top__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .hero .swiper-slide__wrapper {
    padding: 0 30px;
  }
  .hero .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    padding: 0 30px;
  }
  .hero .swiper-button-next {
    right: 30px;
  }
  .hero .swiper-pagination-bullet-active .index {
    right: 185px;
  }
  .intro__nav {
    left: 30px;
  }
  .header__link-active {
    border-bottom: none;
  }
}
@media (max-width: 988px) {
  .footer__top {
    flex-direction: column;
  }
}
@media (max-width: 768px) {
  .footer__bottom {
    flex-direction: column;
    gap: 10px;
  }
  .places__wrapper {
    flex-direction: column;
    max-height: 100%;
  }
  .places__items {
    max-width: 100%;
  }
  .info__container {
    flex-direction: column;
  }
  .footer__link {
    font-size: 16px;
  }
  .footer__items {
    flex-direction: column;
    gap: 20px;
  }
  .footer__item {
    display: flex;
    justify-content: center;
  }
  .footer__logo-text {
    font-size: 18px;
    max-width: 300px;
  }
  .footer__number {
    font-size: 18px;
  }
  .footer__top {
    gap: 10px;
    padding: 10px 0 10px 0;
  }
  .hero .swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 50px;
  }
  .hero .swiper-button-next {
    bottom: 74px;
  }
  .people .swiper-slide__wrapper {
    padding: 5px;
  }
  .people .swiper-slide__name, .people .swiper-slide__date {
    font-size: 35px;
  }
  .new__title {
    font-size: 14px;
  }
  .hero .swiper-slide__title {
    font-size: 35px;
    line-height: 50px;
  }
  .people {
    padding: 10px;
  }
  .title {
    font-size: 30px;
    line-height: 40px;
    margin-top: 30px;
  }
  .places__title {
    font-size: 30px;
    line-height: 40px;
  }
  .info__item-title {
    font-size: 25px;
  }
  .header__title {
    font-size: 13px;
  }
  .header__logo-wrapper {
    gap: 15px;
  }
  .structure__tre img {
    width: 1000px;
  }
  .accordion__list {
    grid-template-columns: 1fr;
  }
  .contacts__items {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .board-new__subtitle {
    font-size: 12px;
  }
  .board-new__title {
    font-size: 16px;
  }
  .board-new__date {
    font-size: 16px;
  }
  .news__container .news__title {
    margin-top: 0;
  }
  .news__btn {
    width: 160px;
    font-size: 12px;
  }
  .header__link:hover {
    padding-bottom: 0;
  }
  .people .swiper-slide {
    padding: 20px;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr 1.5fr;
  }
  .people .swiper-slide__img {
    grid-row: 1/2;
    width: 100%;
    border-radius: 30px;
  }
  .people .swiper-slide__text {
    grid-column: 1/3;
    margin: 0;
    padding: 0;
  }
  .people .swiper-slide__top {
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    padding: 0;
    margin: 0;
  }
  .contacts__title {
    margin-bottom: 20px;
  }
  .news__swiper-container {
    padding: 20px;
  }
}
@media (max-width: 650px) {
  .top__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .board__nav-back {
    position: static;
  }
  .board__nav-back p, .board__nav-next p {
    font-size: 15px;
  }
  .board__nav-back, .board__nav-next {
    gap: 5px;
  }
  .board__nav {
    gap: 20px;
  }
}
@media (max-width: 550px) {
  .services__list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .board__filter {
    width: 175px;
  }
  .intro__title {
    font-size: 35px;
    line-height: 40px;
  }
  .board-new__description {
    grid-column: 1/3;
  }
  .board-new {
    grid-template-columns: 1fr 1fr;
  }
  .people .swiper__container {
    flex-direction: column;
  }
  .people .swiper-slide__img {
    width: 100%;
    height: 100%;
  }
  .people .swiper-slide {
    grid-template-columns: 150px auto;
  }
  .people .swiper-slide__medals {
    width: 100%;
  }
  .people .swiper-slide__name, .people .swiper-slide__date {
    font-size: 20px;
  }
}/*# sourceMappingURL=style.css.map */