:root {
  --black: #1e0f00;
  --active-orange: #f66515;
  --yellow: #ffebb2;
  --light-gray: #f4f6f7;
  --dark-gray: #6a6a6a;
  --brown: #42210b;
}

.b-body {
  color: var(--black);
  font-family: Aktifo A Book, Arial, sans-serif;
  font-size: 1.3vw;
  font-weight: 400;
  line-height: 110%;
}

.g-container {
  width: 100vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: .5vw;
  padding-right: .5vw;
}

.b-header-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 3fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2.6vw;
  padding-bottom: 2.6vw;
  display: grid;
  overflow: visible;
}

.b-header-bottom {
  z-index: 1;
  height: auto;
  position: relative;
}

.left-wrap {
  display: flex;
}

.logo__img {
  filter: brightness(112%);
  width: 14vw;
}

.center-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
}

.center-wrap.center-wrap_footer {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: flex-start;
  align-items: center;
}

.right-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center end;
  display: grid;
}

.right-wrap.right-wrap_footer {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.brand {
  display: block;
}

.navbar {
  background-color: #0000;
}

.b-header-nav {
  grid-column-gap: 3.6vw;
  grid-row-gap: 3.6vw;
  display: flex;
}

.b-header-nav__item {
  padding: 0;
  font-family: Aktifo A, Arial, sans-serif;
  font-weight: 700;
  transition: all .3s ease-in-out;
}

.b-header-nav__item:hover {
  color: var(--active-orange);
}

.nav-second {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  padding: 0;
  display: flex;
}

.icon {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: static;
}

.dropdown-list {
  background-color: #ddd;
}

.dropdown-list.w--open {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-style: none none solid;
  border-width: 1px 1px 1.5vw;
  border-color: var(--active-orange);
  text-align: left;
  background-color: #fffc;
  border-radius: 1vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 19vw;
  min-width: auto;
  padding: 1.25vw;
  display: flex;
  inset: 170% 0% auto -20%;
  box-shadow: 0 0 1.8vw 0 #0000004d;
}

.dropdown-list.lang-list {
  z-index: 2;
}

.dropdown-list.lang-list.w--open {
  z-index: 3;
  width: 5vw;
}

.dropdown-link {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-weight: 500;
  transition: all .2s ease-in-out;
}

.dropdown-link:hover {
  color: var(--active-orange);
}

.lang-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.lang-wrap.b-header-nav__item {
  z-index: 2;
  overflow: visible;
}

.lang__block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--black);
  justify-content: flex-end;
  align-items: center;
  font-family: Aktifo A, Arial, sans-serif;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.lang__block:hover {
  color: var(--active-orange);
}

.lang__current {
  font-size: 1.3vw;
  line-height: 100%;
  transition: all .2s ease-in-out;
}

.search-wrap {
  z-index: 5;
  position: relative;
}

.search__icon {
  width: 2vw;
}

.lang__icon {
  width: 1.5vw;
}

.icon-2 {
  background-image: url('../images/language_icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.search-open-wrap {
  z-index: 5;
  border: .2vw solid var(--yellow);
  background-color: #fff;
  border-radius: 3vw 0 3vw 3vw;
  width: 20vw;
  height: 2.8vw;
  display: none;
  position: absolute;
  inset: 100% 0% 0% auto;
}

.search-open-wrap.news-filter-wrap {
  display: block;
  position: relative;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.search {
  border: 1px #000;
  height: 100%;
  margin-bottom: 0;
  padding-right: .5vw;
}

.search-input {
  color: #ababab;
  background-color: #0000;
  border: 1px #000;
  height: 100%;
  margin-bottom: 0;
  font-size: .9vw;
}

.search-button {
  background-color: #0000;
  background-image: url('../images/search_active_icon.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 2vw;
  position: absolute;
  inset: 0% 1% 0% auto;
}

.slide {
  z-index: 1;
  position: relative;
}

.slider {
  z-index: 1;
  background-color: #0000;
  height: 100%;
  position: relative;
}

.mask {
  z-index: 1;
  border-radius: 2vw;
}

.left-arrow, .right-arrow {
  display: none;
}

.slide-nav {
  background-color: var(--active-orange);
  color: var(--yellow);
  border-bottom-right-radius: 2vw;
  border-bottom-left-radius: 2vw;
  align-items: center;
  height: 4vw;
  padding-top: 0;
  padding-left: 2vw;
  padding-right: 2vw;
  font-size: .9vw;
  line-height: 100%;
  display: flex;
}

.slider__btn {
  z-index: 99;
  border: .2vw solid var(--yellow);
  color: var(--yellow);
  border-top-left-radius: 3vw;
  border-bottom-right-radius: 3vw;
  border-bottom-left-radius: 3vw;
  justify-content: space-between;
  align-items: center;
  padding: .5vw 2.5vw .5vw 2vw;
  font-family: Aktifo A, Arial, sans-serif;
  font-size: 1.2vw;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
  transition: all .2s ease-in-out;
  display: block;
  position: absolute;
  inset: auto 3% .6vw auto;
}

.slider__btn:hover {
  background-color: var(--yellow);
  color: var(--active-orange);
}

.slider__btn.news-block__btn {
  border-color: var(--active-orange);
  color: var(--active-orange);
  display: inline-block;
  position: relative;
  bottom: auto;
  right: auto;
}

.slider__btn.news-block__btn.archive-block__btn.download__btn {
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider__btn-icon {
  width: 1vw;
  padding-top: .3vw;
  padding-right: .3vw;
  position: absolute;
  inset: 0% 0% auto auto;
}

.content-wrap.g-container {
  background-image: url('../images/bg.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 4vw;
}

.services-block {
  padding-top: 5vw;
}

.b-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aktifo A, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 700;
  line-height: 100%;
}

.b-h2.sect__title {
  color: var(--active-orange);
  text-align: center;
  margin-bottom: 3.8vw;
}

.services-wrap {
  grid-column-gap: 3.8vw;
  grid-row-gap: 3.8vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.services-item-wrap {
  background-color: var(--light-gray);
  border: 0 #000;
  border-radius: 1.5vw;
  padding-top: 1.5vw;
  line-height: 100%;
  transition: all .3s ease-in-out;
}

.services-item-wrap:hover {
  box-shadow: 0 0 .8vw 0 #0003;
}

.b-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aktifo A, Arial, sans-serif;
  font-size: 1.6vw;
  font-weight: 600;
  line-height: 100%;
}

.b-h3.services-item__title {
  color: var(--black);
  margin-bottom: .6vw;
  font-size: 1.4vw;
  text-decoration: none;
  display: inline-block;
}

.services-item__desc {
  color: var(--dark-gray);
  margin-bottom: 0;
  font-size: 1vw;
  font-weight: 400;
  line-height: 130%;
}

.services-item__img {
  vertical-align: top;
  border-bottom-right-radius: 1.5vw;
  border-bottom-left-radius: 1.5vw;
  width: 100%;
  height: auto;
  line-height: 100%;
  text-decoration: none;
  position: relative;
}

.services-item-content {
  margin-bottom: 2.5vw;
  padding-left: 1.2vw;
  padding-right: 1.2vw;
}

.services-item__link-block {
  background-color: var(--active-orange);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 3.5vw;
  height: 3.5vw;
  transition: all .2s ease-in-out;
  display: flex;
  position: absolute;
  inset: -10% 5% auto auto;
}

.services-item__link-block:hover {
  background-color: var(--black);
}

.services-item__link-icon {
  width: 1vw;
  height: auto;
  position: absolute;
}

.services-item__link-icon.services-item__link-icon_hover {
  opacity: 0;
  inset: auto auto 0% 0%;
}

.team-block {
  padding-top: 2vw;
  padding-bottom: 7vw;
}

.team-arrow {
  opacity: 0;
  width: 8vw;
  display: block;
}

.team-arrow-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.team__title {
  opacity: 1;
  color: #0000;
  text-align: right;
  -webkit-text-stroke-width: 3px;
  -webkit-text-stroke-color: var(--active-orange);
  font-family: Aktifo A, Arial, sans-serif;
  font-size: 21vw;
  font-weight: 800;
  line-height: 45%;
}

.team__title.photo-block__title {
  text-align: left;
  -webkit-text-stroke-width: 2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12vw;
  line-height: 90%;
}

.team__title.photo-block__title.g-container {
  line-height: 100%;
}

.team-list-wrap {
  z-index: 5;
  grid-column-gap: 1vw;
  grid-row-gap: 2vw;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.b-h4 {
  margin-top: 0;
  margin-bottom: 0;
}

.b-h4.team-list-item__title {
  text-align: center;
  font-family: Aktifo A, Arial, sans-serif;
  font-size: 1vw;
  font-weight: 500;
  line-height: 105%;
}

.b-h4.team-list-item__title.team-list-item__title_active {
  color: var(--active-orange);
}

.team-list-item-title-wrap {
  position: relative;
  top: -10px;
}

.partners-block {
  padding-bottom: 5vw;
}

.slide-nav-2, .right-arrow-2, .left-arrow-2 {
  display: none;
}

.partners-slider {
  background-color: #0000;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.partners-slider-mask {
  width: 20%;
  height: auto;
  overflow: visible;
}

.partners-slider-mask.news-slider-mask {
  width: 23%;
  left: -12%;
}

.partners-slider__slide {
  vertical-align: middle;
}

.partners-slider__slide.news-slider__slide {
  margin-left: 1vw;
  margin-right: 1vw;
}

.partners-slide__img {
  filter: grayscale();
  margin-left: auto;
  margin-right: auto;
  transition: all .3s ease-in-out;
  display: block;
}

.partners-slide__img:hover {
  filter: grayscale(0%);
}

.partners-slide__img.news-slide__img {
  filter: none;
  border-radius: 2vw;
  width: 100%;
}

.b-footer {
  background-color: var(--yellow);
  padding-top: 2vw;
  padding-bottom: 2vw;
}

.b-footer-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 3fr 6fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.b-footer-contact-wrap {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.b-footer-contact__icon {
  width: 1.5vw;
}

.b-footer-contact__val {
  color: var(--black);
  font-family: Aktifo A, Arial, sans-serif;
  font-size: .9vw;
  font-weight: 700;
  text-decoration: none;
}

.b-footer-contact__val.b-footer-contact__val_link {
  transition: all .2s ease-in-out;
}

.b-footer-contact__val.b-footer-contact__val_link:hover {
  color: var(--active-orange);
}

.g-soc-link {
  background-color: var(--active-orange);
  border-radius: 100em;
  justify-content: center;
  align-items: center;
  width: 3vw;
  height: 3vw;
  transition: all .2s ease-in-out;
  display: flex;
}

.g-soc-link:hover {
  background-color: var(--black);
}

.g-soc-link__icon {
  height: 1.5vw;
}

.sect-copyright {
  background-color: var(--active-orange);
}

.sect-copyright-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5vw;
  padding-bottom: .5vw;
  display: grid;
}

.sect-copyright-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.sect-copyright__text {
  color: var(--yellow);
  font-family: Aktifo A, Arial, sans-serif;
  font-size: .8vw;
  font-weight: 600;
  line-height: 110%;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.sect-copyright__text.sect-copyright__text_link:hover {
  color: var(--light-gray);
}

.sect-copyright-right {
  justify-content: flex-end;
  align-items: center;
  line-height: 110%;
  display: flex;
}

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

.link-block {
  display: flex;
}

.link-block.w--current {
  justify-content: flex-start;
  align-items: center;
}

.menu-title-burger {
  display: none;
}

.slide__btn-text.archive-item__btn-text {
  color: var(--black);
}

.slide__btn-text.archive-item__btn-text.download-item__btn-text {
  font-size: 1vw;
}

.b-header-img-wrap {
  border-radius: 2vw;
  height: 100%;
  position: relative;
}

.img-block {
  background-image: url('../images/slide.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 2vw;
  height: 100%;
}

.b-header-img__border-bottom {
  background-color: var(--active-orange);
  border-radius: 0 0 2vw 2vw;
  height: 4vw;
  position: absolute;
  inset: auto 0% 0%;
}

.sect-content-wrap {
  background-image: url('../images/bg-page.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 6vw;
}

.sect-content-wrap.sect-content-wrap_service {
  background-image: url('../images/bg-page-service.png');
}

.info-article-wrap {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  border-bottom: 0vw none var(--brown);
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.5vw;
  padding-bottom: 1.5vw;
  display: flex;
}

.info-article-wrap.page-item-info {
  border-bottom-style: dotted;
  border-bottom-width: .05vw;
  padding-top: 0;
}

.info-article-item {
  grid-column-gap: .6vw;
  grid-row-gap: .6vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.info-article__icon {
  width: 1.5vw;
}

.info-article__val {
  color: var(--black);
  font-family: Aktifo A Book, Arial, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 100%;
}

.info-article__round {
  background-color: var(--active-orange);
  border-radius: 100em;
  width: .4vw;
  height: .4vw;
}

.article__title {
  color: var(--active-orange);
  margin-top: 0;
  margin-bottom: 1.5vw;
  font-family: Aktifo A, Arial, sans-serif;
  font-size: 2vw;
  line-height: 110%;
}

.article__title.archive-item__title {
  margin-top: 1.5vw;
  transition: all .2s ease-in-out;
}

.article__title.archive-item__title:hover {
  color: var(--brown);
}

.article-text-wrap {
  border-top: .05vw dotted var(--brown);
  border-bottom: .05vw dotted var(--brown);
  padding-top: 2vw;
  padding-bottom: 2vw;
  line-height: 140%;
}

.article-text-wrap.page-content-item {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  border-top-style: none;
  grid-template-rows: auto;
  grid-template-columns: 4fr 6fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.article-text-wrap.download-page {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top-color: #dbdbdb;
  border-bottom-color: #dbdbdb;
  grid-template-rows: auto;
  grid-template-columns: 8fr 2fr;
  grid-auto-columns: 1fr;
  padding-top: 1vw;
  padding-bottom: 1vw;
  display: grid;
}

.paragraph {
  margin-bottom: 1.5vw;
}

.paragraph.download__title {
  margin-bottom: 0;
  font-size: 1vw;
  line-height: 120%;
}

.article-share-wrap {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.share-block {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.share-block__title {
  font-size: 1.1vw;
  line-height: 100%;
}

.share-block-wrap {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  display: flex;
}

.photo-block {
  padding-top: 1vw;
  padding-bottom: 1vw;
  line-height: 100%;
}

.photo-gallery-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3vw;
  display: grid;
}

.photo-gallery__thumb {
  width: 100%;
  height: auto;
  position: relative;
}

.photo-gallery__img {
  object-fit: cover;
  border-radius: 1vw;
  width: 100%;
  height: 100%;
}

.photo-gallery__filter {
  background-color: var(--active-orange);
  mix-blend-mode: soft-light;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.b-h1 {
  color: var(--active-orange);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1vw;
  padding-bottom: 2vw;
  font-family: Aktifo A, Arial, sans-serif;
  font-size: 5vw;
  font-weight: 800;
  line-height: 100%;
}

.news-block-top.g-container {
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 3vw;
  display: flex;
}

.news-block__title {
  color: var(--active-orange);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aktifo A, Arial, sans-serif;
  font-size: 4vw;
  font-weight: 800;
  line-height: 100%;
}

.news-slider-wrap {
  margin-top: 3vw;
  position: relative;
  overflow: hidden;
}

.news-slide__link {
  transition: all .3s ease-in-out;
  position: relative;
}

.news-slide-border {
  background-color: var(--active-orange);
  border-bottom-right-radius: 2vw;
  border-bottom-left-radius: 2vw;
  width: 100%;
  height: 2vw;
  transition: all .3s ease-in-out;
  position: absolute;
  inset: auto 0% 0%;
}

.news-slide-hover {
  background-image: linear-gradient(180deg, transparent 10%, #ea6014e6 57%, var(--active-orange));
  opacity: 0;
  border-radius: 2vw;
  width: 100%;
  height: 100%;
  transition: all .3s ease-in-out;
  position: absolute;
}

.news-slide__title {
  z-index: 1;
  opacity: 0;
  color: var(--yellow);
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 1vw;
  padding-left: 1vw;
  padding-right: 1vw;
  font-family: Aktifo A, Arial, sans-serif;
  font-size: 1vw;
  line-height: 110%;
  text-decoration: none;
  transition: all .3s ease-in-out;
  position: absolute;
  inset: auto 0% 0%;
}

.news-slider-shadow {
  z-index: 2;
  background-color: var(--light-gray);
  filter: blur(3vw);
  width: 10vw;
  height: 120%;
  position: absolute;
  inset: -10% auto 0% -2vw;
}

.news-slider-shadow.news-slider-shadow_right {
  inset: -10% -2vw 0% auto;
}

.page-content-wrap.g-container {
  padding-bottom: 3vw;
}

.archive-item-img-block {
  height: auto;
  position: relative;
}

.archive-item__img {
  object-fit: cover;
  object-position: 0% 50%;
  border-radius: 2vw;
  width: 100%;
  height: 100%;
}

.archive-item__link {
  text-decoration: none;
}

.page-header-wrap {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.filter-select {
  color: var(--active-orange);
  cursor: pointer;
  background-color: #0000;
  border: 0 #0000;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-right: 20px;
}

.form-block {
  border: 0 #000;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}

.form {
  border: 0 #000;
  width: 80%;
  height: 100%;
  position: static;
}

.submit-button {
  background-color: #0000;
  background-image: url('../images/filter.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 1.5vw;
  position: absolute;
  inset: 0% 5px 0% auto;
}

.archive-nav-wrap {
  justify-content: center;
  align-items: center;
  margin-top: 3vw;
  display: flex;
}

.page-nav {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.page-nav__link {
  color: var(--black);
  padding-bottom: .1vw;
  padding-left: .5vw;
  padding-right: .5vw;
  text-decoration: none;
  transition: all .2s ease-in-out;
}

.page-nav__link:hover {
  color: var(--active-orange);
}

.page-nav__link.page-nav__link_current {
  border-bottom: .5vw solid var(--active-orange);
  color: var(--active-orange);
  border-radius: .3vw;
  padding-bottom: .2vw;
}

.success-message {
  background-color: var(--yellow);
  border: 1px #000;
  border-radius: 1vw;
  margin-top: -5px;
  margin-right: -3px;
}

.error-message {
  background-color: var(--black);
  border-radius: 1vw;
}

.text-block {
  color: var(--light-gray);
}

.derection__img {
  border-bottom-right-radius: 1.5vw;
  border-bottom-left-radius: 1.5vw;
}

.slide_img {
  border-radius: 2vw;
}

@media screen and (min-width: 1280px) {
  .g-container {
    width: 100vw;
  }
}

@media screen and (min-width: 1440px) {
  .b-body {
    font-size: 1.2vw;
  }

  .g-container {
    width: 95vw;
    max-width: 1376px;
    padding-left: 0;
    padding-right: 0;
  }

  .logo__img {
    max-width: none;
  }

  .b-header-nav__item {
    font-size: 1.2vw;
  }

  .team__title {
    margin-top: 0;
    font-size: 299px;
    line-height: 60%;
  }

  .slide__btn-text.archive-item__btn-text.download-item__btn-text {
    font-size: 1.1vw;
  }
}

@media screen and (min-width: 1920px) {
  .b-body {
    font-size: .8vw;
  }

  .g-container {
    width: 95vw;
    max-width: 72vw;
  }

  .logo__img {
    max-width: none;
  }

  .b-header-nav {
    grid-column-gap: 2.6vw;
    grid-row-gap: 2.6vw;
  }

  .b-header-nav__item, .lang__current {
    font-size: .9vw;
  }

  .search-button {
    right: 2%;
  }

  .slide {
    background-image: none;
  }

  .slider__btn.news-block__btn.archive-block__btn.download__btn {
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .team__title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 299px;
  }

  .team__title.photo-block__title {
    font-size: 200px;
  }

  .b-h4.team-list-item__title, .b-footer-contact__val {
    font-size: .7vw;
  }

  .g-soc-link {
    width: 2.5vw;
    height: 2.5vw;
  }

  .g-soc-link__icon {
    height: 1.2vw;
  }

  .slide__btn-text.archive-item__btn-text.download-item__btn-text {
    font-size: 1vw;
  }

  .b-header-img__border-bottom {
    inset: auto 0% 0%;
  }

  .article__title.archive-item__title {
    margin-top: 1vw;
    margin-bottom: 1vw;
  }

  .paragraph.download__title {
    font-size: 1vw;
  }

  .news-slide-hover {
    background-image: linear-gradient(180deg, transparent 15%, #ea6014e6 70%, var(--active-orange));
  }

  .filter-select {
    font-size: 16px;
  }

  .submit-button {
    right: 10px;
  }

  .page-nav__link {
    font-size: 1vw;
  }

  .page-nav__link.page-nav__link_current {
    border-bottom-width: .4vw;
  }

  .slide_img {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  .b-body {
    font-size: 16px;
  }

  .b-header-top {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .left-wrap {
    justify-content: center;
    align-items: center;
  }

  .left-wrap.left-wrap_footer {
    justify-content: flex-start;
    align-items: center;
  }

  .logo__img {
    width: 20vw;
  }

  .logo__img.b-footer__logo {
    width: 14vw;
  }

  .center-wrap {
    justify-content: flex-start;
    align-items: center;
  }

  .center-wrap.center-wrap_footer {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .b-header-nav {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #ffebb2cc;
    background-image: url('../images/bg.svg');
    background-position: 50% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    flex-flow: column;
    width: auto;
    min-width: 300px;
    max-width: 75%;
    padding: 30px 10px 20px 20px;
    position: fixed;
    inset: 0% auto auto 0%;
    box-shadow: 7px 0 17px #0000001a;
  }

  .b-header-nav__item {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 110%;
  }

  .dropdown-list.w--open {
    box-shadow: none;
    background-color: #0000;
    border-bottom-width: 3px;
    border-radius: 0;
    width: auto;
    padding-top: 0;
    padding-left: 0;
  }

  .dropdown-list.lang-list.w--open {
    background-color: #ffffffe6;
    border-bottom-width: 10px;
    border-radius: 5px;
    padding-top: 1.25vw;
    padding-left: 1.25vw;
    box-shadow: 0 0 5px #0000004d;
  }

  .dropdown-link, .lang__current {
    font-size: 16px;
  }

  .search__icon {
    width: 30px;
  }

  .lang__icon {
    width: 24px;
  }

  .search-open-wrap {
    border-width: 3px;
    width: 270px;
    height: 42px;
    font-size: 16px;
    display: none;
  }

  .search-input {
    font-size: 14px;
  }

  .search-button {
    background-size: 24px;
    font-size: 18px;
    right: 0%;
  }

  .slider__btn.news-block__btn {
    padding: 8px 30px 8px 20px;
  }

  .slider__btn.news-block__btn.archive-block__btn {
    padding: 8px 20px;
    font-size: 14px;
  }

  .slider__btn-icon {
    width: 12px;
  }

  .slider__btn-icon.archive__btn-icon {
    width: 10px;
  }

  .b-h3.services-item__title {
    font-size: 14px;
  }

  .services-item__desc, .b-h4.team-list-item__title, .b-h4.team-list-item__title.team-list-item__title_active {
    font-size: 12px;
  }

  .partners-slider-mask {
    width: 20%;
  }

  .partners-slider-mask.news-slider-mask {
    width: 40%;
  }

  .partners-slider__slide {
    padding-left: 10px;
    padding-right: 10px;
  }

  .partners-slider__slide.news-slider__slide {
    padding-left: 0;
    padding-right: 0;
  }

  .b-footer-contact__val {
    font-size: 14px;
  }

  .sect-copyright-wrap {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sect-copyright__text, .sect-copyright__text.sect-copyright__text_link {
    font-size: 12px;
  }

  .link-block.w--current {
    justify-content: center;
    align-items: center;
  }

  .menu-button {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: #ffebb2cc;
    border-radius: 100em;
    transition: all 1s cubic-bezier(.86, 0, .07, 1);
    position: fixed;
    inset: 1.5vw auto auto .5vw;
  }

  .menu-button:hover {
    background-color: var(--yellow);
    border-radius: 10px;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .menu-title-burger {
    color: var(--active-orange);
    text-align: left;
    margin-top: 0;
    margin-bottom: 30px;
    font-family: Aktifo A, Arial, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 100%;
    display: block;
  }

  .slide__btn-text {
    font-size: 14px;
  }

  .slide__btn-text.archive-item__btn-text.download-item__btn-text, .info-article__val {
    font-size: 12px;
  }

  .article__title {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 100%;
  }

  .article__title.archive-item__title {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .article-text-wrap {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .article-text-wrap.download-page {
    grid-template-columns: 7fr 3fr;
  }

  .paragraph {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 140%;
  }

  .paragraph.download__title {
    font-size: 13px;
  }

  .share-block__title {
    font-size: 18px;
  }

  .news-slide-border {
    opacity: 0;
  }

  .news-slide-border.archive-item-img-border, .news-slide-hover {
    opacity: 100;
  }

  .news-slide__title {
    opacity: 100;
    font-size: 16px;
  }

  .news-slider-shadow {
    filter: blur(40px);
    width: 100px;
  }

  .archive-item__img {
    object-fit: fill;
    height: auto;
  }

  .submit-button {
    background-size: 20px;
  }

  .page-nav__link {
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .page-nav__link.page-nav__link_current {
    border-bottom-width: 5px;
    border-radius: 3px;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .logo__img.b-footer__logo {
    width: 120px;
  }

  .dropdown-list.lang-list.w--open {
    width: 7vw;
  }

  .search-open-wrap {
    top: 140%;
  }

  .search-open-wrap.news-filter-wrap {
    z-index: 1;
  }

  .slide-nav {
    height: 34px;
  }

  .slider__btn {
    padding: 5px 25px 5px 15px;
  }

  .slider__btn.news-block__btn.archive-block__btn.download__btn {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .slider__btn-icon {
    width: 10px;
    padding-top: 0;
    padding-right: 0;
    top: 5%;
    right: 2%;
  }

  .b-h3.services-item__title {
    font-size: 12px;
  }

  .services-item__desc {
    font-size: 11px;
  }

  .team-list-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .b-h4.team-list-item__title, .b-h4.team-list-item__title.team-list-item__title_active {
    font-size: 14px;
  }

  .b-footer-contact-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .b-footer-contact__icon {
    width: 15px;
  }

  .g-soc-link {
    width: 36px;
    height: 36px;
  }

  .g-soc-link__icon {
    height: 14px;
  }

  .slide__btn-text {
    font-size: 14px;
    line-height: 100%;
  }

  .slide__btn-text.archive-item__btn-text.download-item__btn-text {
    font-size: 13px;
  }

  .article__title {
    font-size: 24px;
  }

  .article-text-wrap.download-page {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 8fr;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .share-block-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }
}

@media screen and (max-width: 479px) {
  .b-header {
    overflow: hidden;
  }

  .g-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .b-header-top {
    grid-column-gap: 9px;
    grid-template-columns: 1.25fr 3fr 1.25fr;
    padding-top: 5px;
    padding-bottom: 10px;
  }

  .left-wrap.left-wrap_footer {
    justify-content: center;
    align-items: center;
  }

  .logo__img {
    width: 36vw;
  }

  .logo__img.b-footer__logo {
    width: 150px;
  }

  .center-wrap.center-wrap_footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .right-wrap.right-wrap_footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .b-header-nav {
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100%;
  }

  .dropdown-list.lang-list.w--open {
    width: 40px;
    padding-left: 8px;
    padding-right: 10px;
  }

  .lang__current {
    display: none;
  }

  .search__icon {
    width: 30px;
  }

  .search-open-wrap {
    width: 290px;
    top: 150%;
  }

  .slide-nav {
    height: 32px;
    font-size: 10px;
  }

  .slider__btn {
    border-width: 2px;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 5px 20px 5px 12px;
    bottom: 4px;
  }

  .slider__btn.news-block__btn {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .slider__btn.news-block__btn.archive-block__btn {
    padding-left: 16px;
  }

  .slider__btn-icon {
    width: 10px;
    padding-top: 0;
    padding-right: 0;
    top: 10%;
    right: 3%;
  }

  .slider__btn-icon.archive__btn-icon {
    padding-top: 0;
    padding-right: 0;
    top: 10%;
    right: 3%;
  }

  .content-wrap.g-container {
    padding-bottom: 40px;
  }

  .services-block {
    padding-top: 40px;
  }

  .b-h2.sect__title {
    margin-bottom: 25px;
    font-size: 32px;
  }

  .services-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .services-item-wrap {
    border-radius: 10px;
    padding-top: 15px;
  }

  .b-h3.services-item__title {
    overflow-wrap: anywhere;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .services-item__desc {
    font-size: 12px;
  }

  .services-item-content {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .services-item__link-block {
    width: 30px;
    height: 30px;
  }

  .services-item__link-icon {
    width: 10px;
  }

  .team-block {
    padding-bottom: 60px;
  }

  .team-arrow {
    width: 60px;
  }

  .team__title {
    -webkit-text-stroke-width: 1px;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 20vw;
  }

  .team__title.photo-block__title.g-container {
    -webkit-text-stroke-width: 1px;
  }

  .team-list-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .b-h4.team-list-item__title, .b-h4.team-list-item__title.team-list-item__title_active {
    font-size: 13px;
  }

  .partners-block {
    padding-bottom: 30px;
  }

  .partners-slider-mask {
    width: 49%;
  }

  .partners-slider-mask.news-slider-mask {
    width: 86%;
    left: 15px;
  }

  .b-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .b-footer-top {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 3fr;
  }

  .b-footer-contact-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
  }

  .b-footer-contact__icon {
    width: 18px;
  }

  .b-footer-contact__val {
    text-align: left;
    font-size: 14px;
    line-height: 120%;
  }

  .g-soc-link {
    width: 45px;
    height: 45px;
  }

  .g-soc-link__icon {
    height: 20px;
  }

  .sect-copyright-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .sect-copyright__text {
    text-align: center;
    font-size: 12px;
  }

  .sect-copyright__text.sect-copyright__text_link {
    text-align: center;
  }

  .menu-button {
    padding: 10px;
    top: 15px;
    left: 15px;
  }

  .slide__btn-text {
    font-size: 11px;
  }

  .slide__btn-text.archive-item__btn-text.download-item__btn-text {
    font-size: 14px;
  }

  .sect-content-wrap {
    padding-bottom: 40px;
  }

  .info-article-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .info-article-wrap.page-item-info {
    padding-top: 10px;
  }

  .info-article-item {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .info-article__icon {
    width: 15px;
  }

  .info-article__val {
    font-size: 14px;
  }

  .info-article__round {
    width: 5px;
    height: 5px;
  }

  .article__title {
    font-size: 20px;
  }

  .article-text-wrap.page-content-item {
    grid-template-columns: 4fr;
  }

  .paragraph {
    margin-bottom: 20px;
  }

  .paragraph.archive-item__intro {
    font-size: 14px;
  }

  .share-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .share-block-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .photo-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .photo-gallery-wrap {
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
  }

  .photo-gallery__img, .photo-gallery__filter {
    width: 100%;
  }

  .b-h1 {
    padding-bottom: 20px;
    font-size: 24px;
  }

  .news-block-top.g-container {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .news-block__title {
    font-size: 22px;
  }

  .news-slider-wrap {
    margin-top: 20px;
  }

  .news-slide-border.archive-item-img-border {
    height: 10px;
  }

  .news-slide__title {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .news-slider-shadow {
    display: none;
  }

  .page-content-wrap.g-container {
    padding-bottom: 40px;
  }

  .page-header-wrap {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .archive-nav-wrap {
    margin-top: 30px;
  }

  .derection__img {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
}

@media screen and (max-width: 991px) {
  #w-node-e550757c-290c-7c7d-5733-62a882e8a146-82e8a145 {
    order: 2;
  }

  #w-node-e550757c-290c-7c7d-5733-62a882e8a149-82e8a145 {
    order: 1;
  }

  #w-node-e550757c-290c-7c7d-5733-62a882e8a169-82e8a145 {
    order: 3;
  }

  #w-node-c5e4b64b-05ad-ea6c-482b-efad32bd494a-37b12259, #w-node-d184ae9c-de92-c49a-4b9f-8eadc0a5d8cf-37b12259, #w-node-f747f8dd-8495-cdef-c280-f527b240137b-37b12259, #w-node-_4d5f7c11-636e-d1b3-627a-8e833d764010-37b12259 {
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_6120a948-0b34-c511-2d8c-0aa6f34a1c71-f34a1c59 {
    order: 9999;
    place-self: center;
  }

  #w-node-_6120a948-0b34-c511-2d8c-0aa6f34a1c74-f34a1c59 {
    order: -9999;
    place-self: center;
  }
}


@font-face {
  font-family: 'Aktifo A Book';
  src: url('../fonts/Aktifo-A-Book.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktifo A';
  src: url('../fonts/Aktifo-A-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktifo A';
  src: url('../fonts/Aktifo-A-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktifo A';
  src: url('../fonts/Aktifo-A-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Aktifo A';
  src: url('../fonts/Aktifo-A-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}