
.PageIndex-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 0 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (min-width: 1600px) {
  .PageIndex-body {
    max-width: 1600px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .PageIndex-body {
    display: block;
  }
}
@media (max-width: 767px) {
  .PageIndex-body {
    display: block;
    padding: 0 16px;
  }
}
.PageIndex-left {
  -webkit-box-flex: 381;
      -ms-flex: 381 0;
          flex: 381 0;
  position: sticky;
  top: 24px;
  margin-top: 94px;
}
@media (min-width: 768px) and (max-width: 1023px), (max-width: 767px) {
  .PageIndex-left {
    display: none;
  }
}
.PageIndex-left a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 10px;
}
.PageIndex-left a.isActive {
  position: relative;
  color: #166487;
  -webkit-transition: 0.15s opacity;
  transition: 0.15s opacity;
}
.PageIndex-leftActiveArrow {
  opacity: 0;
  pointer-events: none;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  position: absolute;
  right: -25px;
  bottom: calc(50% - 12px);
  width: 23px;
  height: 19px;
  overflow: hidden;
}
.isActive .PageIndex-leftActiveArrow {
  opacity: 1;
  pointer-events: all;
}
.isActive .PageIndex-leftActiveArrow svg {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}
.PageIndex-leftActiveArrow svg {
  height: 100%;
  position: absolute;
  left: 0;
  -webkit-transform: translate3d(15px, 0, 0);
          transform: translate3d(15px, 0, 0);
  opacity: 0;
  -webkit-transition: 0.15s opacity, 0.15s -webkit-transform;
  transition: 0.15s opacity, 0.15s -webkit-transform;
  transition: 0.15s transform, 0.15s opacity;
  transition: 0.15s transform, 0.15s opacity, 0.15s -webkit-transform;
}
.PageIndex-right {
  -webkit-box-flex: 709;
      -ms-flex: 709 0;
          flex: 709 0;
  padding: 94px 0 0;
}
@media (min-width: 1024px) and (max-width: 1599px), (min-width: 1600px) {
  .PageIndex-right {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .PageIndex-right {
    padding: 54px 0 0;
  }
}
.PageIndex-copyright {
  text-align: right;
  padding: 209px 0 50px;
  position: absolute;
  right: 30px;
}
@media (max-width: 767px) {
  .PageIndex-copyright {
    padding: 96px 0 22px;
    right: 16px;
  }
}
.PageIndex-burger {
  display: none;
  width: 23px;
  height: 15px;
  position: fixed;
  top: 25px;
  right: 25px;
  z-index: 999;
}
.PageIndex-burgerBackground {
  width: 45px;
  height: 45px;
  background: #166487;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  border-radius: 50%;
}
@media (min-width: 768px) and (max-width: 1023px), (max-width: 767px) {
  .PageIndex-burger {
    display: block;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.15s opacity;
    transition: 0.15s opacity;
  }
}
.PageIndex-burger.isActive,
.PageIndex-burger.isOpened {
  opacity: 1;
  pointer-events: all;
}
.PageIndex-burgerLine {
  height: 2px;
  width: 100%;
  background: white;
  position: absolute;
  left: 0;
  -webkit-transition: 0.15s opacity, 0.15s bottom, 0.15s top, 0.15s -webkit-transform;
  transition: 0.15s opacity, 0.15s bottom, 0.15s top, 0.15s -webkit-transform;
  transition: 0.15s transform, 0.15s opacity, 0.15s bottom, 0.15s top;
  transition: 0.15s transform, 0.15s opacity, 0.15s bottom, 0.15s top, 0.15s -webkit-transform;
}
.PageIndex-burgerLine--1 {
  top: 0;
}
.PageIndex-burgerLine--2 {
  top: calc(50% - 1px);
}
.PageIndex-burgerLine--3 {
  bottom: 0;
}
.isOpened .PageIndex-burgerLine--1 {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: calc(50% - 1px);
}
.isOpened .PageIndex-burgerLine--2 {
  opacity: 0;
}
.isOpened .PageIndex-burgerLine--3 {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  bottom: calc(50% - 1px);
}
.PageIndex-menuMobile {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: #166487;
  z-index: 99;
  width: 100%;
  height: 100%;
  padding: 40px 16px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.15s opacity;
  transition: 0.15s opacity;
}
@media (min-width: 768px) and (max-width: 1023px), (max-width: 767px) {
  .PageIndex-menuMobile {
    display: block;
  }
}
.PageIndex-menuMobile.isOpened {
  opacity: 1;
  pointer-events: all;
}
.PageIndex-menuMobile.isOpened a {
  opacity: 1;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.PageIndex-menuMobile a {
  color: white;
  display: block;
  opacity: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: 0.15s opacity, 0.15s color 0s, 0.15s -webkit-transform;
  transition: 0.15s opacity, 0.15s color 0s, 0.15s -webkit-transform;
  transition: 0.15s opacity, 0.15s transform, 0.15s color 0s;
  transition: 0.15s opacity, 0.15s transform, 0.15s color 0s, 0.15s -webkit-transform;
}
.PageIndex-menuMobile a span {
  padding-right: 10px;
}
.PageIndex-menuMobile a:nth-child(1) {
  -webkit-transition-delay: 0.02s;
          transition-delay: 0.02s;
}
.PageIndex-menuMobile a:nth-child(2) {
  -webkit-transition-delay: 0.04s;
          transition-delay: 0.04s;
}
.PageIndex-menuMobile a:nth-child(3) {
  -webkit-transition-delay: 0.06s;
          transition-delay: 0.06s;
}
.PageIndex-menuMobile a:nth-child(4) {
  -webkit-transition-delay: 0.08s;
          transition-delay: 0.08s;
}
.PageIndex-menuMobile a:nth-child(5) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.PageIndex-menuMobile a:nth-child(6) {
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
}
.PageIndex-menuMobile a:nth-child(7) {
  -webkit-transition-delay: 0.14s;
          transition-delay: 0.14s;
}
.PageIndex-menuMobile a:nth-child(8) {
  -webkit-transition-delay: 0.16s;
          transition-delay: 0.16s;
}
.PageIndex-menuMobile a:nth-child(9) {
  -webkit-transition-delay: 0.18s;
          transition-delay: 0.18s;
}
.PageIndex-menuMobile a:nth-child(10) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.isPointer .PageIndex-menuMobile a:hover,
.isTouch .PageIndex-menuMobile a:active {
  color: black;
}
.PageIndex-menuMobile a.isActive {
  position: relative;
  color: black;
  -webkit-transition: 0.15s opacity, 0.15s -webkit-transform;
  transition: 0.15s opacity, 0.15s -webkit-transform;
  transition: 0.15s opacity, 0.15s transform;
  transition: 0.15s opacity, 0.15s transform, 0.15s -webkit-transform;
}

.IndexHeroLandscape {
  position: relative;
  width: 100%;
  height: 100vh;
}
@media (max-aspect-ratio: 1/1) {
  .IndexHeroLandscape {
    display: none;
  }
}
.IndexHeroLandscape .heroWrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  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;
}
.IndexHeroLandscape .heroBackText {
  position: absolute;
  z-index: 1;
  top: 9vh;
  font-size: 0.1625rem;
  font-family: 'Pehlevi', serif;
  font-weight: 400;
  color: #000;
  white-space: nowrap;
  pointer-events: none;
  will-change: transform;
}
@media (min-width: 1440px) {
  .IndexHeroLandscape .heroBackText {
    font-size: 234px;
  }
}
.IndexHeroLandscape .heroImageWrapper {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.IndexHeroLandscape .heroImageWrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-height: 960px) {
  .IndexHeroLandscape .heroImageWrapper img {
    -o-object-position: 50% 10%;
       object-position: 50% 10%;
  }
}
.IndexHeroLandscape .heroImageWrapperBg {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.IndexHeroLandscape .heroImageWrapperBg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.IndexHeroLandscape .heroFrontText {
  position: absolute;
  z-index: 3;
  top: calc(9vh + 190px);
  font-size: 32px;
  color: #000;
  text-align: center;
  pointer-events: none;
  color: black;
}

.IndexHeroPortrait {
  position: relative;
  width: 100%;
  height: 100vh;
  display: none;
}
@media (max-aspect-ratio: 1/1) {
  .IndexHeroPortrait {
    display: block;
  }
}
.IndexHeroPortrait .heroWrapper {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  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;
}
.IndexHeroPortrait .heroBackText {
  position: absolute;
  z-index: 3;
  top: 27vh;
  font-size: 64px;
  font-family: 'Pehlevi', serif;
  font-weight: 400;
  color: #000;
  white-space: nowrap;
  pointer-events: none;
}
.IndexHeroPortrait .heroImageWrapper {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.IndexHeroPortrait .heroImageWrapper img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.IndexHeroPortrait .heroFrontText {
  position: absolute;
  z-index: 3;
  top: calc(27vh + 62px);
  font-size: 14px;
  color: #000;
  text-align: center;
  pointer-events: none;
  padding: 0 20px;
}

.SectionBlock {
  margin-bottom: 110px;
}
@media (max-width: 767px) {
  .SectionBlock {
    margin-bottom: 82px;
  }
}
.SectionBlock:last-child {
  margin-bottom: 0;
}
.SectionBlock h2 {
  padding-left: 164px;
  margin-bottom: 32px;
}
.SectionBlock h2::-moz-selection {
  background: #00293b;
}
.SectionBlock h2::selection {
  background: #00293b;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .SectionBlock h2 {
    padding: 0 100px;
  }
}
@media (max-width: 767px) {
  .SectionBlock h2 {
    padding: 0;
    margin-bottom: 19px;
  }
}
.SectionBlock-contentText {
  margin: 1.33333333em 0;
  padding-left: 164px;
}
.SectionBlock-contentText p {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #00293b;
  letter-spacing: -0.01em;
}
@media (max-width: 767px) {
  .SectionBlock-contentText p {
    font-size: 16px;
    line-height: 1.38888889;
  }
}
.SectionBlock-contentText p + p {
  margin-top: 1.33333333em;
}
.SectionBlock-contentText *::-moz-selection {
  background: #00293b;
  color: #166487;
}
.SectionBlock-contentText *::selection {
  background: #00293b;
  color: #166487;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .SectionBlock-contentText {
    padding: 0 100px;
  }
}
@media (max-width: 767px) {
  .SectionBlock-contentText {
    padding: 0;
  }
}
.SectionBlock-contentGallery {
  position: relative;
  margin: 40px 0 38px;
  width: 100%;
}
@media (max-width: 767px) {
  .SectionBlock-contentGallery {
    width: calc(100% + 32px);
    margin: 27px 0;
    margin-left: -16px;
  }
}
.SectionBlock-contentMap {
  position: relative;
  margin: 40px 0 38px;
  width: 100%;
}
@media (max-width: 767px) {
  .SectionBlock-contentMap {
    width: calc(100% + 32px);
    margin: 27px 0;
    margin-left: -16px;
  }
}
.SectionBlock-contentMapAspect {
  position: relative;
  width: 100%;
  padding-bottom: 75%;
}
.SectionBlock-contentMap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.SectionBlock-contentMapDescription {
  margin-top: 10px;
  padding-left: 164px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .SectionBlock-contentMapDescription {
    padding: 0 100px;
  }
}
@media (max-width: 767px) {
  .SectionBlock-contentMapDescription {
    margin-top: 13px;
    padding: 0 16px;
  }
}
.SectionBlock-contentAudio {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 2.22222222em 0;
  padding-left: 164px;
}
.SectionBlock-contentAudio > audio {
  width: 100%;
}
@media (max-width: 767px) {
  .SectionBlock-contentAudio {
    padding-left: 0;
  }
}
.SectionBlock-content > *:first-child {
  margin-top: 0;
}
.SectionBlock-content > *:last-child {
  margin-bottom: 0;
}

.Gallery {
  width: 100%;
  font-size: 0;
}
.Gallery-slides > .Gallery-slide:nth-child(n + 2) {
  display: none;
}
.Gallery-slide {
  cursor: pointer;
  position: relative;
  background: white;
}
.Gallery-slide.fit-cover img {
  -o-object-fit: cover;
     object-fit: cover;
}
.Gallery-slide.fit-contain img {
  -o-object-fit: contain;
     object-fit: contain;
}
.Gallery img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.Gallery-footer {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (max-width: 767px) {
  .Gallery-footer {
    padding: 0 16px;
    margin-top: 13px;
  }
}
@media (max-width: 767px) {
  .Gallery-footer.single-image .Gallery-arrows {
    display: none;
  }
}
@media (max-width: 767px) {
  .Gallery-footer.single-image .Gallery-descriptions {
    padding-left: 0;
  }
}
.Gallery-arrows {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 135px;
          flex: 0 0 135px;
  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-top: 1px;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .Gallery-arrows {
    margin-top: 1px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 81px;
            flex: 0 0 81px;
  }
}
@media (max-width: 767px) {
  .Gallery-arrows {
    margin-top: -1px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 81px;
            flex: 0 0 81px;
  }
}
.Gallery-prevArrow,
.Gallery-nextArrow {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  position: relative;
  width: 46px;
  height: 18px;
  color: #002031;
  overflow: hidden;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  font: inherit;
  text-align: inherit;
  outline: none;
  border-radius: 0;
  cursor: pointer;
  line-height: normal;
  -webkit-font-smoothing: inherit;
  -moz-osx-font-smoothing: inherit;
  -webkit-appearance: none;
}
.Gallery-prevArrow::-moz-focus-inner,
.Gallery-nextArrow::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.Gallery-prevArrow:after,
.Gallery-nextArrow:after {
  content: '';
  position: absolute;
  left: -8px;
  top: -8px;
  right: -8px;
  bottom: -8px;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1023px) {
  .Gallery-prevArrow,
  .Gallery-nextArrow {
    width: 25px;
  }
}
.isPointer .Gallery-prevArrow,
.isPointer .Gallery-nextArrow {
  -webkit-transition: 0.15s color;
  transition: 0.15s color;
}
.isPointer .Gallery-prevArrow:hover,
.isPointer .Gallery-nextArrow:hover,
.isTouch .Gallery-prevArrow:active,
.isTouch .Gallery-nextArrow:active {
  color: #166487;
}
.Gallery-prevArrow svg,
.Gallery-nextArrow svg {
  width: 46px;
  height: 18px;
}
.Gallery-nextArrow {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}
.Gallery-counter {
  width: 43px;
  text-align: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .Gallery-counter {
    width: 32px;
  }
}
@media (max-width: 767px) {
  .Gallery-counter {
    width: 32px;
  }
}
.Gallery-descriptions {
  -webkit-box-flex: 1;
      -ms-flex: 1 0;
          flex: 1 0;
  padding-left: 29px;
  overflow: hidden;
  white-space: nowrap;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .Gallery-descriptions {
    padding-left: 19px;
  }
}
@media (max-width: 767px) {
  .Gallery-descriptions {
    padding-left: 19px;
  }
}
.Gallery-description {
  width: 100%;
  display: inline-block;
  white-space: normal;
  margin-left: -100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s opacity, 0.2s visibility step-end;
  transition: 0.2s opacity, 0.2s visibility step-end;
  vertical-align: top;
}
.Gallery-description.active {
  opacity: 1;
  visibility: inherit;
  -webkit-transition: 0.2s opacity, 0.2s visibility step-start;
  transition: 0.2s opacity, 0.2s visibility step-start;
}
.Gallery-description:first-child {
  margin-left: 0;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.GalleryPopup {
  position: fixed;
  background: #162d3a;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  padding: 25px 0;
}
@media (max-width: 767px) {
  .GalleryPopup {
    display: none;
  }
}
.GalleryPopup-close {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: 13px;
  right: 11px;
  z-index: 10;
  border: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
  font: inherit;
  text-align: inherit;
  outline: none;
  cursor: pointer;
  overflow: hidden;
}
.GalleryPopup-close:before,
.GalleryPopup-close:after {
  position: absolute;
  content: '';
  height: 3px;
  width: 40px;
  top: 19px;
  left: 0;
  background: white;
}
.GalleryPopup-close:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.GalleryPopup-close:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.isPointer .GalleryPopup-close:before,
.isPointer .GalleryPopup-close:after {
  -webkit-transition: -webkit-transform 0.15s;
  transition: -webkit-transform 0.15s;
  transition: transform 0.15s;
  transition: transform 0.15s, -webkit-transform 0.15s;
}
.isPointer .GalleryPopup-close:hover:before,
.isTouch .GalleryPopup-close:active:before {
  -webkit-transform: rotate(45deg) scaleX(1.1);
      -ms-transform: rotate(45deg) scaleX(1.1);
          transform: rotate(45deg) scaleX(1.1);
}
.isPointer .GalleryPopup-close:hover:after,
.isTouch .GalleryPopup-close:active:after {
  -webkit-transform: rotate(-45deg) scaleX(1.1);
      -ms-transform: rotate(-45deg) scaleX(1.1);
          transform: rotate(-45deg) scaleX(1.1);
}
.GalleryPopup-slides {
  width: 100%;
  height: 100%;
}
.GalleryPopup-slides > .GalleryPopup-slide:nth-child(n + 2) {
  display: none;
}
.GalleryPopup-slide {
  position: relative;
  height: calc(100vh - 50px);
}
.GalleryPopup-slideInner {
  position: absolute;
  top: 0;
  left: 100px;
  width: calc(100% - 200px);
  height: 100%;
}
.GalleryPopup-slideAspect {
  position: absolute;
}
.GalleryPopup img {
  width: 100%;
  background: none !important;
}
.GalleryPopup-description {
  margin-top: 25px;
  width: 100%;
}
.GalleryPopup-prevArrow,
.GalleryPopup-nextArrow {
  position: absolute;
  top: 50%;
  width: 41px;
  height: 41px;
  border: none;
  margin: 0;
  padding: 0;
  background: transparent;
  font: inherit;
  text-align: inherit;
  outline: none;
  border-radius: 0;
  cursor: pointer;
  margin-top: -40px;
}
.GalleryPopup-prevArrow::-moz-focus-inner,
.GalleryPopup-nextArrow::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.GalleryPopup-prevArrow:before,
.GalleryPopup-nextArrow:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: white;
  -webkit-transform-origin: 100% 0;
      -ms-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.GalleryPopup-prevArrow:after,
.GalleryPopup-nextArrow:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 3px;
  height: 100%;
  background: white;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}
.isPointer .GalleryPopup-prevArrow:after,
.isPointer .GalleryPopup-nextArrow:after,
.isPointer .GalleryPopup-prevArrow:before,
.isPointer .GalleryPopup-nextArrow:before {
  -webkit-transition: 0.15s -webkit-transform;
  transition: 0.15s -webkit-transform;
  transition: 0.15s transform;
  transition: 0.15s transform, 0.15s -webkit-transform;
}
.isPointer .GalleryPopup-prevArrow:hover:after,
.isPointer .GalleryPopup-nextArrow:hover:after,
.isTouch .GalleryPopup-prevArrow:active:after,
.isTouch .GalleryPopup-nextArrow:active:after {
  -webkit-transform: scaleY(1.1);
      -ms-transform: scaleY(1.1);
          transform: scaleY(1.1);
}
.isPointer .GalleryPopup-prevArrow:hover:before,
.isPointer .GalleryPopup-nextArrow:hover:before,
.isTouch .GalleryPopup-prevArrow:active:before,
.isTouch .GalleryPopup-nextArrow:active:before {
  -webkit-transform: scaleX(1.1);
      -ms-transform: scaleX(1.1);
          transform: scaleX(1.1);
}
.GalleryPopup-prevArrow {
  left: 38px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.GalleryPopup-nextArrow {
  right: 38px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}
input, textarea{
    margin: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/********** Great clearfix **************/
.clearfix:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
.clearfix {display: block;}
html[xmlns] .clearfix {display: block;}
* html .clearfix {height: 1%;}

section {
  position: relative;
  display: block;
  width: 100%;
}
.text-nav {
  font-weight: 400;
  font-style: italic;
  font-size: 24px;
  line-height: 1.5;
  color: #204052;
  letter-spacing: -0.01em;
}
.text-nav.active {
  font-weight: 500;
  color: #166487;
}
.text-header {
  font-weight: 700;
  font-size: 46px;
  line-height: 1.13043478;
  color: #166487;
}
@media (max-width: 767px) {
  .text-header {
    font-size: 28px;
  }
}
.text-body {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #00293b;
  letter-spacing: -0.01em;
}
@media (max-width: 767px) {
  .text-body {
    font-size: 16px;
    line-height: 1.38888889;
  }
}
.text-gallery {
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  line-height: 1.25;
  color: #166487;
  letter-spacing: -0.01em;
}
@media (max-width: 767px) {
  .text-gallery {
    font-size: 12px;
  }
}
.text-galleryPopup {
  font-weight: 400;
  font-style: italic;
  font-size: 18px;
  line-height: 1.2;
  color: white;
  letter-spacing: -0.01em;
}
.text-counter {
  font-weight: 600;
  font-style: italic;
  font-size: 16px;
  line-height: 1.25;
  color: #002031;
  letter-spacing: -0.01em;
}
@media (max-width: 767px), (min-width: 768px) and (max-width: 1023px) {
  .text-counter {
    font-size: 12px;
  }
}
.text-copyright {
  font-size: 14px;
  line-height: 1.2;
  color: #00293b;
  font-style: italic;
  letter-spacing: -0.01em;
}
@media (max-width: 767px) {
  .text-copyright {
    font-size: 10px;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: -0.02em;
  }
}
.link-nav {
  text-decoration: none;
  color: inherit;
}
.isPointer .link-nav {
  -webkit-transition: color 0.15s;
  transition: color 0.15s;
}
.isPointer .link-nav:hover,
.isTouch .link-nav:active {
  color: #166487;
}
.link-body {
  text-decoration: underline;
  text-decoration-color: #000000;
  -webkit-text-decoration-color: #000000;
  color: inherit;
}
.isPointer .link-body {
  transition: color 0.15s, -webkit-text-decoration-color 0.15s, text-decoration-color 0.15s;
}
.isPointer .link-body:hover,
.isTouch .link-body:active {
  color: #166487;
  text-decoration-color: rgba(22, 100, 135, 0);
  -webkit-text-decoration-color: rgba(22, 100, 135, 0);
}
.link-gallery {
  text-decoration-color: #166487;
  -webkit-text-decoration-color: #166487;
  color: inherit;
}
.isPointer .link-gallery {
  transition: color 0.15s, -webkit-text-decoration-color 0.15s, text-decoration-color 0.15s;
}
.isPointer .link-gallery:hover,
.isTouch .link-gallery:active {
  text-decoration-color: rgba(22, 100, 135, 0);
  -webkit-text-decoration-color: rgba(22, 100, 135, 0);
}
.u-Clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.u-absoluteSvg svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@font-face {
  font-display: swap;
  font-family: 'Graphik';
  src: url('/static/fonts/Graphik-Regular-Web.woff2') format('woff2'), url('/static/fonts/Graphik-Regular-Web.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'Graphik';
  src: url('/static/fonts/Graphik-Bold-Web.woff2') format('woff2'), url('/static/fonts/Graphik-Bold-Web.woff') format('woff');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'Graphik';
  src: url('/static/fonts/Graphik-Super-Web.woff2') format('woff2'), url('/static/fonts/Graphik-Super-Web.woff') format('woff');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: 'Pehlevi';
  src: url('/static/fonts/pehlevi.woff2') format('woff2'), url('/static/fonts/pehlevi.woff') format('woff');
  font-weight: 400;
  font-style: normal;
}
*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input,
select,
textarea,
button {
  font-family: 'Graphik', Helvetica, sans-serif;
}
html {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: transparent;
  --scrollbar-width: 0;
}
html.hasActiveModals {
  padding-right: var(--scrollbar-width);
  overflow-y: hidden;
}
body {
  position: relative;
  width: 100%;
  font-family: 'Graphik', Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern";
  -ms-font-feature-settings: "kern" 1;
  font-feature-settings: "kern";
}
[data-show-animation] {
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s linear;
  transition: transform 0.3s ease-out, opacity 0.3s linear, -webkit-transform 0.3s ease-out;
}
[data-show-animation-state="0"] {
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  opacity: 0;
}


/*# sourceMappingURL=style.css.map*/