@charset "UTF-8";
html {
  height: 100%;
  overflow-x: hidden;
  margin-right: calc(-1 * (100vw - 100%));
}

body {
  background-color: #fafafa;
  cursor: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}

.cross-close-item {
  position: fixed;
  top: 0;
  z-index: 999;
  right: 0;
  width: 100%;
  height: 30px;
  background: #fff;
}

.cross-close-item-img {
  width: 13px;
  float: right;
  margin-top: 8px;
  margin-right: 15px;
}

div.is-fixed {
  /*overflow: hidden;*/
}

div.bureau {
  overflow: hidden;
}

a, a:hover {
  cursor: none;
}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
  cursor: none;
}

h2, .h2 {
  font-size: 14pt;
}

.btn {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 14px;
  padding-right: 14px;
  text-transform: uppercase;
  border: 2px solid #464646;
  color: #464646;
  background-color: transparent;
  /* cursor: pointer; */
  -webkit-border-radius: 0;
  border-radius: 0;
  font-size: 12px;
}

.btn:hover {
  background-color: #464646;
  color: white;
}

.btn:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn_background {
  background-color: #464646;
  color: white;
}

.btn_background:hover {
  color: #464646;
  background-color: transparent;
}

.btn-up-mobile {
  border: none;
  padding: 0;
}

.btn-up-mobile:hover {
  background-color: transparent;
}

.btn-up-mobile img {
  min-width: 22px;
  display: block;
}

.btn-up-mobile img:hover {
  opacity: 0.6;
}

.btn_margin {
  margin-top: 16px;
}

.btn-slide__wrap {
  position: absolute;
  bottom: 27%;
  left: 0;
  right: 0;
  text-align: center;
}

.btn-slide__wrap.is-tablet {
  bottom: 13%;
}

@font-face {
  font-family: "Conv_Radomir Tinkov - Gilroy-Bold";
  src: url("../fonts/Radomir Tinkov - Gilroy-Bold.eot");
  src: local("☺"), url("../fonts/Radomir Tinkov - Gilroy-Bold.woff") format("woff"), url("../fonts/Radomir Tinkov - Gilroy-Bold.ttf") format("truetype"), url("../fonts/Radomir Tinkov - Gilroy-Bold.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
@media (min-width: 1360px) {
  .container {
    max-width: 1330px;
  }
}
img {
  max-width: 100%;
  height: auto;
}

a {
  color: #B4B4B4;
  text-decoration: none;
  transition: all 0.4s;
}

a:hover {
  color: #464646;
}

.link-black {
  color: #464646;
}

.link-black:hover {
  color: #B4B4B4;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.mobile-person__info {
  width: 100%;
  overflow: hidden;
}

.mobile-person__link {
  color: #B4B4B4;
  transition: all 1s;
}

.person__item.is-active .mobile-person__link {
  color: #464646;
}

.color-black {
  color: #464646;
}

.text_10 {
  font-size: 10px;
  line-height: 1.3;
}

.text_9 {
  font-size: 9px;
  line-height: 1.3;
}

.text_17 {
  font-size: 17px;
  line-height: 1.2;
}

.text_25 {
  font-size: 25px;
}

.preloader-page {
  cursor: none;
}

.preloader-page h1 {
  display: none;
}

.preloader-page__padding {
  padding-top: 70px;
  padding-bottom: 70px;
  height: 100vh;
}

.padding-bottom {
  padding-bottom: 70px;
}

.padding-top {
  padding-top: 70px;
}

.preloader-page__row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.menu-line {
  width: 20px;
  height: 1px;
  background-color: #B4B4B4;
  /*margin: 0 16px;*/
}

.line {
  width: 30px;
  height: 1px;
  background-color: #B4B4B4;
  margin: 0 auto;
  margin-top: 6px;
  margin-bottom: 8px;
}

.slider-counter-divider {
  width: 30px;
  height: 1px;
  background-color: #B4B4B4;
  margin: 5px auto;
  margin-top: 4px;
  margin-bottom: 5px;
}

.menu-container {
  position: absolute;
}

.menu-container > *:not(:first-child):not(:last-child) {
  /*margin-left: 8px;*/
  margin-right: 8px;
}

.menu-container > :first-child {
  margin-right: 8px;
}

.menu-container > :last-child {
  /* margin-left: 8px; */
  margin-left: 2px;
}

.menu-icon {
  height: 10px;
  width: 10px;
  opacity: 1;
  transition: all 0.4s;
}

.menu-desktop-content,
.menu-filter-desktop__content {
  display: inline-flex;
}

.menu-main-menu {
  z-index: 2;
}

.menu-main-menu .menu-desktop-content {
  opacity: 0;
  transform: translateX(30px) translateY(-50%) translateZ(0);
  /* transform: translateX(-100%) translateY(-50%) translateZ(0); */
  transition: all 0.4s;
  left: 0;
  top: 50%;
  pointer-events: none;
}

.menu-main-menu:hover .menu-icon {
  opacity: 0;
}

.menu-main-menu:hover .menu-desktop-content {
  -webkit-backface-visibility: hidden;
  opacity: 1;
  transform: translateX(0) translateY(-50%) translateZ(0);
  font-smoothing: antialiased !important;
  pointer-events: initial;
}

.filter-icon {
  height: 11px;
  width: 11px;
  opacity: 1;
  transition: all 0.4s;
}

.menu-filter-desktop .menu-filter-desktop__content {
  opacity: 0;
  transform: translateX(-40px) translateY(-50%);
  /* transform: translateX(100%) translateY(-50%); */
  transition: all 0.4s;
  right: 0;
  top: 50%;
  pointer-events: none;
}

.menu-filter-desktop:hover .filter-icon {
  opacity: 0;
}

.menu-filter-desktop:hover .menu-filter-desktop__content {
  opacity: 1;
  transform: translateX(0) translateY(-50%);
  pointer-events: initial;
}

.preview-projects__content {
  margin-left: -5.1vw;
  margin-right: -5.1vw;
}

.preview-projects__item {
  position: relative;
  margin-bottom: 5.4vw;
}

.preview-projects__item:first-child {
  margin-top: -2px;
}

@media (max-width: 768px) {
  .preview-projects__content {
    margin-top: -20px;
  }
  .preview-projects__item {
    margin-top: 20px;
  }
  .preview-projects__item:first-child {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .preview-projects__content {
    margin-top: 0;
  }
  .preview-projects__item {
    margin-top: 0;
  }
  .preview-projects__item:first-child {
    margin-top: -2px;
  }
}
.preview-projects__item.col-3 {
  max-width: 24.999999%;
}

@media (max-width: 1280px) {
  .preview-projects__item {
    width: 32.999999%;
    padding-left: 45px;
    padding-right: 45px;
    margin-bottom: 50px;
  }
  .preview-projects__content {
    margin-left: -45px;
    margin-right: -45px;
  }
}
@media (max-width: 991px) {
  .preview-projects__item {
    width: 50%;
    padding-left: 45px;
    padding-right: 45px;
    margin-bottom: 20px;
  }
  .preview-projects__content {
    margin-left: -45px;
    margin-right: -45px;
  }
}
@media (max-width: 575px) {
  .preview-projects__item {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .preview-projects__item-text-hover {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 1;
    transition: all 0.4s;
    opacity: 0;
  }
}

.preview-projects__item-text {
  /*margin-top: 5px;*/
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  z-index: 2;
  /* height: 34px; */
}

@media only screen and (min-width: 768px) and (max-width: 1280px) {
  .projects-title {
    position: absolute;
    left: 0;
  }
  .projects_year {
    position: absolute;
    right: 0;
  }
}
.projects-hover {
  transform: scale(0.99);
  will-change: transform;
  position: relative;
  transition: all 0.4s;
}

@media only screen and (min-width: 768px) {
  .projects-hover:hover {
    transform: scale(1.025);
    transition: all 0.4s;
  }
}

@media only screen and (min-width: 768px) {
  .projects-hover:hover .preview-projects__item-text-hover {
    opacity: 1;
    transform: translateY(100%);
  }
}

.projects-hover-tablet {
  transform: scale(1);
}

.projects_year {
  color: #B4B4B4;
}

.projects-hover img {
  z-index: 3;
  position: relative;
  width: 100%;
}

.projects-mobile img {
  height: 220px;
  object-fit: cover;
}

.slide-number {
  padding-top: 30px;
  font-size: 10px;
}

@media (max-width: 1600px) {
  /*  .slide-number {
      padding-top: 0;
    }*/
}
.description-page__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.onepage-pagination {
  display: none;
}

.bureau-menu {
  height: 100px;
}

.main-logo h1 img {
  width: 450px;
  height: 40px;
}

.pb-2 {
  padding-bottom: 20px !important;
}

.pb-2_5 {
  padding-bottom: 25px !important;
}

.pt-2, .py-2 {
  padding-top: 20px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.py-3 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.pb-3 {
  padding-bottom: 30px !important;
}

.pb-4, .py-4 {
  padding-bottom: 40px !important;
}

.mb-1 {
  margin-bottom: 10px !important;
}

.mb-1_5 {
  margin-bottom: 15px !important;
}

.mb-2 {
  margin-bottom: 20px !important;
}

.mb-3 {
  margin-bottom: 30px !important;
}

.mt-2, .my-2 {
  margin-top: 20px !important;
}

.mt-3 {
  margin-top: 30px !important;
}

.mb-2_5 {
  margin-bottom: 23px !important;
}

.mt-2_5 {
  margin-top: 23px !important;
}

.mb-3_5 {
  margin-bottom: 35px !important;
}

.mb-4 {
  margin-bottom: 40px !important;
}

.mb-5 {
  margin-bottom: 50px !important;
}

.mb-85 {
  margin-bottom: 85px !important;
}

.mt-4, .my-4 {
  margin-top: 40px !important;
}

.pb-1, .py-1 {
  padding-bottom: 10px !important;
}

.pb-1_5, .py-1_5 {
  padding-bottom: 15px !important;
}

.pb-5, .py-5 {
  padding-bottom: 4.296vh !important;
}

.pt-5, .py-5 {
  padding-top: 4.296vh !important;
}

.pb-6_5 {
  padding-bottom: 65px !important;
}

.pb-7 {
  padding-bottom: 70px !important;
}

.pb-8 {
  padding-bottom: 80px !important;
}

.pb-10 {
  padding-bottom: 100px;
}

.pt-10 {
  padding-top: 100px;
}

.pr-10 {
  padding-right: 10.2vw;
}

.pt-4 {
  padding-top: 40px !important;
}

.photo-bureau-page-full-size {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  display: flex;
  color: white;
  position: relative;
}

.education-slide__wrap {
  position: relative;
  width: 56.333333%;
}

.education-slide__photo {
  padding-left: 0;
  padding-bottom: 0;
  height: 100vh;
}

.education-slide__photo img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.education-slide__text {
  position: absolute;
  content: "";
  bottom: 5%;
  left: 10%;
}

.bureau-page-content {
  width: 100%;
}

.photo-bureau-page-wrap {
  width: 58.33333333%;
  position: absolute;
  z-index: 3;
  height: 100%;
  right: 0;
}

.bureau-page__right {
  z-index: 2;
}

.h2 {
  font-size: 25px;
}

.h3 {
  font-size: 18px;
}

.line-dotted {
  background-image: url("../img/icons/curcle.svg");
  background-repeat: repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 35px;
  height: 3px;
  left: 0;
  top: 100%;
  margin-bottom: 20px;
}

.avatar-image {
  width: 200px;
  height: 200px;
}

.avatar-image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 200px;
  height: 200px;
}

.avatar-image_position {
  position: absolute;
}

#award {
  opacity: 0;
}

#award-wrapper_simplebar {
  z-index: 2;
}

.team-page__list {
  /* list-style-type: none; */
  /* column-count: 3; */
  padding-left: 0;
  overflow-x: auto;
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  /* display: grid; */
  /* grid-template-columns: 1fr 1fr 1fr; */
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.team-page__list.v2 {
  padding-left: 20px;
  position: relative;
  left: -20px;
}

.team-page__list::-webkit-scrollbar {
  display: none;
}

/* @media (max-width: 1366px) {
  .team-page__list {
    flex-wrap: nowrap;
  }
} */
/* .team-page__list li a{
  display: block;
  text-transform: uppercase;
  padding-bottom: 5px;
} */
.team-page__list a {
  display: block;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.team-page__list a.partner {
  position: relative;
}

.mobile-person__link.partner:before,
.team-page__list a.partner:before {
  --dotWidth: 9px;
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: calc(-1 * (var(--dotWidth) + 10px));
  width: var(--dotWidth);
  height: var(--dotWidth);
  border-radius: 50%;
  background-color: #B4B4B4;
}

.mobile-person__link.partner:before {
  --dotWidth: 8px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: 3px;
  left: 0;
}

/* .team-page__list-item {
  display: flex;
  flex-direction: column;
  width: 33.3%;
} */
.bureau-page__left {
  /*text-transform: uppercase;*/
}

.bureau-page__right-info {
  position: absolute;
  top: 110px;
}

.bureau-page__right-info.v2 {
  position: static;
}

.awards-page__item {
  /*text-transform: uppercase;*/
}

.awards-page {
  /*overflow: auto;*/
  z-index: 2;
  position: relative;
}

.awards-page__item {
  display: flex;
  position: relative;
}

.awards-page__item.is-desktop.is-last .awards-page__wrap {
  margin-bottom: 0;
}

.awards-page__item.is-desktop.is-last .awards-page__content {
  padding-bottom: 0;
}

.awards-page__year {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(calc(-100% - 25px));
  font-size: 15px;
  padding-top: 1px;
}

.project-title {
  font-size: 15px;
  color: #464646;
  margin-bottom: 6px;
  margin-top: 10px;
  text-transform: uppercase;
}

.project-title button,
.awards-img__wrap button {
  background: transparent;
  border: none;
  padding: 0;
  outline: none;
}

.awards-page__wrap {
  margin-bottom: 5px;
}

.awards-page__title {
  color: #464646;
  text-transform: uppercase;
}

.awards-page__text_tablet .awards-page__title {
  line-height: 1.5;
}

.awards-page__content {
  padding-bottom: 20px;
  margin: -5px 0 -10px;
  position: relative;
  z-index: 1;
}

.awards-page__text_tablet {
  width: 60%;
  line-height: 15px;
}

.awards-img__wrap {
  display: none;
}

.awards-img__wrap_tablet {
  width: 35%;
  position: absolute;
  right: 0;
  top: 0;
}

.awards-page__content.is-active .awards-img__wrap {
  display: block;
}

.awards-page__content.is-active {
  z-index: 5;
}

.awards-page__year_mobile {
  padding-bottom: 20px;
  position: static;
  transform: none;
  margin: 0 0 -5px;
  font-size: 13px;
}

.owner-information {
  position: relative;
}

.owner-information__img {
  width: 41.66666666%;
  position: absolute;
  z-index: 3;
  height: 100vh;
  left: 0;
  top: 0;
}

.owner-information__img-full-size {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100%;
  display: flex;
  align-items: flex-end;
  min-height: 50vh;
  position: relative;
}

.owner-information__img-full-size.tablet {
  min-height: 63vh;
}

.owner-information__img-full-size .close_container {
  position: absolute;
  top: 22px;
}

.owner-information__img-full-size .close {
  /* position: absolute; */
  /* top: 30px;
  right: 30px; */
  fill: #fff;
  opacity: 1;
  padding-top: 3px;
}

.owner-information__content {
  /* padding: 0 10.2vw; */
  z-index: 2;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  text-transform: uppercase;
  align-items: center;
}

.owner-information__content_mobile {
  width: 100%;
  height: auto;
}

/*for tooltips*/
.btn-education {
  display: inline-block;
  position: relative;
}

.btn-education-info {
  font-size: 10px;
  opacity: 0;
  transition: all 0.4s;
  transform: translateY(-10px);
  line-height: 1;
  padding-top: 5px;
}

.btn-education:hover + .btn-education-info {
  opacity: 1;
  transform: translateY(0px);
}

.slide-img {
  display: inline-block;
  position: relative;
  height: 100vh;
}

.slide-img:hover::before {
  content: attr(data-title);
  position: absolute;
  left: 10%;
  top: 85%;
  z-index: 1;
  background: transparent;
  font-size: 9px;
  text-align: left;
  width: 90px;
  color: white;
}

.counter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #798690;
  position: relative;
  font-size: 19px;
  width: 26px;
  height: 54px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid #D1CFD0;
}

.counter:after {
  position: absolute;
  content: "";
  background-color: rgba(209, 207, 208, 0.5);
  height: 1px;
  width: 18px;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.counter__wrap {
  position: absolute;
  right: 5%;
  top: 90%;
  width: 26px;
  height: 54px;
}

.increment {
  /* cursor: pointer; */
  position: absolute;
  top: 5px;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
}

.decrement {
  /* cursor: pointer; */
  position: absolute;
  bottom: 3px;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
}

body.mob-menu-active {
  overflow: hidden;
}

.mobile-menu-toggler {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 30px;
  height: 30px;
  padding: 5px 0;
  position: relative;
  z-index: 6;
}

.mobile-menu-toggler div {
  width: 100%;
  height: 2px;
  background-color: #464646;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}

.mob-menu-active .mobile-menu-toggler div:nth-child(1) {
  -webkit-transform: rotate(45deg) translate(-3px, -1px);
  -ms-transform: rotate(45deg) translate(-3px, -1px);
  transform: rotate(45deg) translate(-3px, -1px);
}

.mob-menu-active .mobile-menu-toggler div:nth-child(2) {
  opacity: 0;
}

.mob-menu-active .mobile-menu-toggler div:nth-child(3) {
  -webkit-transform: rotate(-45deg) translate(0, 0px);
  -ms-transform: rotate(-45deg) translate(0, 0px);
  transform: rotate(-45deg) translate(0, 0px);
}

.mobile-menu-wrapper {
  position: relative;
  overflow: hidden;
}

.mob-menu-active .mobile-menu-container {
  transform: translateX(0);
}

.mobile-menu-container {
  overflow: hidden;
  position: fixed;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  background-color: #fafafa;
  transform: translateX(100%);
  transition: all 0.4s;
  padding-top: 82px;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.mobile-menu {
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
  line-height: 30px;
  margin-top: 140px;
  margin-bottom: 120px;
}

.mobile-menu a {
  font-size: 24px;
  color: #464646;
  display: block;
  line-height: 1.2;
}

.mobile-filter {
  margin-bottom: 145px;
  line-height: 1.2;
}
.mobile-filter a {
  font-size: 24px;
}

.bureau-mobile {
  overflow-y: scroll;
}

.person-grid {
  display: grid;
  /*grid-template-columns: 1fr 1fr;*/
  grid-template-columns: repeat(2, 1fr);
  /*grid-template-rows: repeat(46, 1fr);*/
  /*grid-auto-flow: column;*/
}

.person-grid.v2 {
  display: block;
  columns: 3;
  /* column-fill: auto; */
  /* grid-template-columns: repeat(3, 1fr); */
}

#person-image {
  display: none;
}

.person {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 15px;
}

.person__item span {
  position: relative;
}

/*.person__item span:after {
  position: absolute;
  content: ',';
  right: -4px;
  bottom: -2px;
}*/
.person__item {
  /*padding-right: 5px;*/
}

.mobile-person__img {
  width: 315px;
  height: 315px;
  -o-object-fit: cover;
  object-fit: cover;
  min-width: 315px;
  min-height: 315px;
}

.modal-profile__img {
  position: relative;
}

.modal-profile__img img {
  width: 375px;
  height: 375px;
  -o-object-fit: cover;
  object-fit: cover;
}

.mobile-logo {
  padding-top: 23px;
  padding-bottom: 25px;
}

.menu-icon_mobile {
  display: flex;
  position: relative;
  margin-right: 0;
  z-index: 5;
  width: 20px;
  padding-top: 23px;
  padding-bottom: 25px;
  justify-content: flex-end;
}

.menu-icon_mobile:hover {
  opacity: 0.8;
}

.modal-profile .menu-icon_position {
  position: absolute;
  top: 2%;
  right: 0;
  margin-right: 0;
  margin-left: 40px;
}

.modal-profile {
  position: fixed;
  z-index: 5;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: white;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding: 70px 20px;
  overflow-y: scroll;
}

.modal-profile-active {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.mobal-active .mobile-menu-container {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

body.mobal-active {
  overflow: hidden;
}

.education-mobile-slide {
  /* height: 350px; */
}

.education-mobile-slide img {
  /* height: 350px; */
  /* -o-object-fit: cover; */
  /* object-fit: cover; */
  /* width: 100%; */
}

.education-tablet-slide {
  /* height: 58vh !important; */
}

/* .slide-bg_mobile {
  position: relative;
  width: 100%;
}
.slide-bg_mobile:after {
  content: '';
  display: block;
  padding-bottom: 100%;
} */
.slide-bg {
  position: relative;
  width: 100%;
}

.slide-bg:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.bureau-page__left_mobile {
  height: auto;
  text-transform: initial;
  overflow: hidden;
}

.photo-bureau-page-full-size_mobile {
  padding-left: 0;
  padding-bottom: 0;
  height: 350px;
}

.photo-bureau-page-full-size_mobile:before {
  content: none;
}

.photo-bureau-page-full-size_mobile .counter__wrap {
  top: 80%;
}

/*for cursors*/
.mouse-cursor {
  position: fixed;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 11000;
}

.cursor-outer {
  position: absolute;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  opacity: 1;
  background-color: #4E4A48;
}

.cursor-text {
  /* position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 12px;
  text-align: center; */
  opacity: 0;
  /* color: #4E4A48; */
}

.leaflet-grab {
  cursor: none !important;
}

.mouse-cursor .cursor-outer {
  width: 7px;
  height: 7px;
  top: -3.5px;
  left: -3.5px;
  border-radius: 50%;
}

.mouse-cursor .cursor-outer > * {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.mouse-cursor.link .cursor-outer {
  width: 13px;
  height: 13px;
  top: -6.5px;
  left: -6.5px;
  opacity: 0.8;
}

.mouse-cursor.arrowed-left .cursor-outer,
.mouse-cursor.arrowed-right .cursor-outer,
.mouse-cursor.arrowed .cursor-outer,
.mouse-cursor.close .cursor-outer,
.mouse-cursor.drag .cursor-outer,
.mouse-cursor.expanded .cursor-outer {
  width: 46px;
  height: 46px;
  top: -22.5px;
  left: -22.5px;
  background-color: transparent;
}

.mouse-cursor.arrowed .cursor-arrow {
  opacity: 1;
}

.mouse-cursor.arrowed-left .cursor-slide-left,
.mouse-cursor.arrowed-right .cursor-slide-right,
.mouse-cursor.close .cursor-close,
.mouse-cursor.drag .cursor-drag {
  opacity: 1;
}

.mouse-cursor.expanded .cursor-text {
  opacity: 1;
}

@media (hover: none) {
  .mouse-cursor {
    display: none;
  }
}
.slide-wrap {
  position: relative;
}

.slide-wrap .left-block {
  position: absolute;
  content: "";
  height: 100%;
  width: 50%;
  left: 0;
  top: 0;
  /* cursor: url("../img/icons/Left_arrow.svg"), auto; */
}

.slide-wrap .right-block {
  position: absolute;
  content: "";
  height: 100%;
  width: 50%;
  right: 0;
  top: 0;
  /* cursor: url("../img/icons/Right_arrow.svg"), auto; */
}

.cursor-text-dagger {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
}

.cursor-text-dagger:hover {
  opacity: 1;
}

.cursor-text-dagger:before,
.cursor-text-dagger:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 33px;
  width: 2px;
  background-color: #333;
}

.cursor-text-dagger:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.cursor-text-dagger:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (min-width: 768px) {
  .page-wrapper {
    height: 100vh;
  }
}

#page-wrapper {
  /* height: 100%; */
  /*display: flex;
  flex-direction: column;
  height: 100%;*/
}

.sticky-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fafafa;
  z-index: 10;
  border-bottom: 1px solid #e2e2e2;
  transform: translateY(-100%);
  transition: all 0.4s;
}

.mobile-header {
  border-bottom: 1px solid #e2e2e2;
}

body.sticky-on .desktop-header.sticky-header:before {
  display: block;
}

body.sticky-on .mobile-header.sticky-header:before {
  display: block;
}

body.sticky-on .tablet-header.sticky-header:before {
  display: block;
}

.sticky-on .desktop-header.sticky-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  display: none;
}

.sticky-on .mobile-header.sticky-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  display: none;
}

.sticky-on .tablet-header.sticky-header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 200%;
  display: none;
}

.sticky-on.scroll-up .sticky-header,
.sticky-on .sticky-header:hover {
  transform: translateY(0);
}

.page-content {
  /*min-height: 100%;*/
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.main-menu-block,
.tablet-menu-block {
  padding-top: 50px;
  padding-bottom: 50px;
}

.static-header {
  position: relative;
  z-index: 6;
}

.sticky-header .main-menu-block,
.sticky-header .tablet-menu-block {
  padding-top: 20px;
  padding-bottom: 20px;
}

.page-content-overlay {
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #fafafa;
  flex-direction: column;
  /*justify-content: center;*/
  transition: all 0.4s;
  transform: translateY(100%);
  overflow: auto;
  z-index: 10;
  padding-bottom: 30px;
}

.page-content-overlay.not-fixed {
  position: absolute;
  height: 100%;
}

@media (min-width: 992px) {
  .page-content-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
  }
}
.overlay-close-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}

.page-content-overlay.left-to-right {
  transform: translateX(-100%);
}

.page-content-overlay.is-active {
  transform: translateY(0%);
}

.page-loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  z-index: 90;
  visibility: hidden;
  opacity: 0;
  transition: all 0.4s;
  padding-top: 7.7vh;
  padding-bottom: 10vh;
  text-transform: uppercase;
}

.page-loader.is-active {
  visibility: visible;
  opacity: 1;
}

/* .page-loader__wrap {
  position: relative;

} */
.page-loader.is-tablet {
  padding-top: 10vh;
  padding-bottom: 12.14vh;
}

.page-loader.rotate-device img {
  max-width: 200px;
}

.full-cursor {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}

/* .language-block {
  z-index: 2;
} */
.language-block {
  max-width: 100px;
  margin: 0 auto;
  z-index: 2;
}

.main-links {
  z-index: 2;
  max-width: 250px;
  margin: 0 auto;
}

.loader-title {
  font-size: 30px;
  margin-bottom: 3px;
  text-transform: uppercase;
}

.loader-title-project {
  font-size: 70px;
}

.loader-title.is-tablet {
  font-size: 2vh;
}

.pg-wrapper {
  padding-right: 0 !important;
}

.photo-bureau-desc {
  padding-left: 0;
  text-align: right;
  display: inline-block;
  width: auto;
  background-color: rgba(255, 255, 255, 0.8);
  color: #464646;
  margin-right: 5.1vw;
  margin-left: auto;
  margin-bottom: 100px;
  padding-left: 9px;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-right: 30px;
  /* padding-left: 5.1vw; */
  height: auto !important;
  border-radius: 5px;
  text-align: left;
  position: absolute;
  right: 0;
  bottom: 5px;
  /* margin-bottom: 100px; */
}

.full-height.slick-slider,
.full-height .slick-list,
.full-height .slick-list * {
  height: 100%;
}

.full-height.slick-slider {
  border-left: 1px solid #ebebeb;
}

.slick-slider img {
  display: block;
}

.slider-desc-hover .photo-bureau-desc {
  opacity: 0;
  transition: all 0.4s;
}

.slider-desc-hover:hover .photo-bureau-desc {
  opacity: 1;
}

.insta-zoom {
  position: relative;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

@media (min-width: 768px) {
  .container-fluid {
    padding: 0 10.2vw;
  }
}

.container-fluid .row {
  margin-left: -5.1vw;
  margin-right: -5.1vw;
}

.container-fluid .col-xl,
.container-fluid .col-xl-auto, .container-fluid .col-xl-12, .container-fluid .col-xl-11, .container-fluid .col-xl-10, .container-fluid .col-xl-9, .container-fluid .col-xl-8, .container-fluid .col-xl-7, .container-fluid .col-xl-6, .container-fluid .col-xl-5, .container-fluid .col-xl-4, .container-fluid .col-xl-3, .container-fluid .col-xl-2, .container-fluid .col-xl-1, .container-fluid .col-lg,
.container-fluid .col-lg-auto, .container-fluid .col-lg-12, .container-fluid .col-lg-11, .container-fluid .col-lg-10, .container-fluid .col-lg-9, .container-fluid .col-lg-8, .container-fluid .col-lg-7, .container-fluid .col-lg-6, .container-fluid .col-lg-5, .container-fluid .col-lg-4, .container-fluid .col-lg-3, .container-fluid .col-lg-2, .container-fluid .col-lg-1, .container-fluid .col-md,
.container-fluid .col-md-auto, .container-fluid .col-md-12, .container-fluid .col-md-11, .container-fluid .col-md-10, .container-fluid .col-md-9, .container-fluid .col-md-8, .container-fluid .col-md-7, .container-fluid .col-md-6, .container-fluid .col-md-5, .container-fluid .col-md-4, .container-fluid .col-md-3, .container-fluid .col-md-2, .container-fluid .col-md-1, .container-fluid .col-sm,
.container-fluid .col-sm-auto, .container-fluid .col-sm-12, .container-fluid .col-sm-11, .container-fluid .col-sm-10, .container-fluid .col-sm-9, .container-fluid .col-sm-8, .container-fluid .col-sm-7, .container-fluid .col-sm-6, .container-fluid .col-sm-5, .container-fluid .col-sm-4, .container-fluid .col-sm-3, .container-fluid .col-sm-2, .container-fluid .col-sm-1, .col,
.container-fluid .col-auto, .container-fluid .col-12, .container-fluid .col-11, .container-fluid .col-10, .container-fluid .col-9, .container-fluid .col-8, .container-fluid .col-7, .container-fluid .col-6, .container-fluid .col-5, .container-fluid .col-4, .container-fluid .col-3, .container-fluid .col-2, .container-fluid .col-1 {
  padding-right: 5.1vw;
  padding-left: 5.1vw;
}

.leaflet-control-attribution {
  display: none;
}

.leaflet-top.leaflet-left {
  display: none;
}

.leaflet-right .leaflet-control {
  margin-right: 5.1vw;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 100px;
  border-radius: 0;
  border: 1px solid #D1CFD0;
}

@media (max-width: 1200px) {
  .leaflet-bottom.leaflet-right {
    display: none;
  }
}
.bureau-mobile-slide-wrap {
  width: 100%;
  background-image: url(../img/bureau/main-bureau-image.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bureau-mobile-slide-wrap:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.bureau-tablet-slide-wrap {
  /* height: 58vh; */
  width: 100%;
  background-image: url(../img/bureau/main-bureau-image.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.bureau-tablet-slide-wrap:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.slider-image-container {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  height: calc(91.408vh - 230px);
}

@media (max-width: 1360px) {
  .slider-image-container {
    /*height: 63vh; */
  }
}
.project-page-title {
  margin-top: 9px;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.description-page__text,
.description-page__info {
  line-height: 1.3;
}

.slide-bg {
  background-position: center;
  background-size: cover;
}

.map__full-size {
  border-left: 1px solid #ebebeb;
}

.contacts-map {
  background-color: #464646;
  /*background-color: #f8f9fa;*/
}

.container-projects {
  padding-top: 5px;
}

.margin-bottom_15 {
  margin-bottom: 15px;
}

.margin-bottom_30 {
  margin-bottom: 30px;
}

.margin-bottom_35 {
  margin-bottom: 35px;
}

/* .slide-container {
  height: calc(100vh - 119px - 113px);
} */
.slide-description {
  height: 160px;
  margin-top: -16px;
}

.link-cursor {
  z-index: 2;
  position: relative;
}

.slick-prev, .slick-next {
  display: none !important;
}

.border-bottom-1 {
  border-bottom: 1px solid #E6E6E6;
}

.tablet-menu-container {
  pointer-events: none;
}

.tablet-menu-item {
  pointer-events: all;
}

.tablet-menu-container .tablet-menu-block {
  opacity: 1;
  transition: all 0.4s;
}

.tablet-menu-container.is-hovered .tablet-menu-block {
  opacity: 0;
  visibility: hidden;
}

.tablet-menu-container .tablet-menu-block.is-active {
  opacity: 1;
  visibility: visible;
}

.main-menu-container {
  pointer-events: none;
}

.main-menu-item {
  pointer-events: all;
}

.main-menu-container .main-menu-block {
  opacity: 1;
  transition: all 0.4s;
}

.main-menu-container.is-hovered .main-menu-block {
  opacity: 0;
  visibility: hidden;
}

.main-menu-container .main-menu-block.is-active {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .container,
  .container-fluid {
    padding-left: 14vw;
    padding-right: 14vw;
  }
  .container-fluid .row {
    margin-left: -7vw;
    margin-right: -7vw;
  }
  .container-fluid .col-xl, .container-fluid .col-xl-auto, .container-fluid .col-xl-12, .container-fluid .col-xl-11, .container-fluid .col-xl-10, .container-fluid .col-xl-9, .container-fluid .col-xl-8, .container-fluid .col-xl-7, .container-fluid .col-xl-6, .container-fluid .col-xl-5, .container-fluid .col-xl-4, .container-fluid .col-xl-3, .container-fluid .col-xl-2, .container-fluid .col-xl-1, .container-fluid .col-lg, .container-fluid .col-lg-auto, .container-fluid .col-lg-12, .container-fluid .col-lg-11, .container-fluid .col-lg-10, .container-fluid .col-lg-9, .container-fluid .col-lg-8, .container-fluid .col-lg-7, .container-fluid .col-lg-6, .container-fluid .col-lg-5, .container-fluid .col-lg-4, .container-fluid .col-lg-3, .container-fluid .col-lg-2, .container-fluid .col-lg-1, .container-fluid .col-md, .container-fluid .col-md-auto, .container-fluid .col-md-12, .container-fluid .col-md-11, .container-fluid .col-md-10, .container-fluid .col-md-9, .container-fluid .col-md-8, .container-fluid .col-md-7, .container-fluid .col-md-6, .container-fluid .col-md-5, .container-fluid .col-md-4, .container-fluid .col-md-3, .container-fluid .col-md-2, .container-fluid .col-md-1, .container-fluid .col-sm, .container-fluid .col-sm-auto, .container-fluid .col-sm-12, .container-fluid .col-sm-11, .container-fluid .col-sm-10, .container-fluid .col-sm-9, .container-fluid .col-sm-8, .container-fluid .col-sm-7, .container-fluid .col-sm-6, .container-fluid .col-sm-5, .container-fluid .col-sm-4, .container-fluid .col-sm-3, .container-fluid .col-sm-2, .container-fluid .col-sm-1, .col, .container-fluid .col-auto, .container-fluid .col-12, .container-fluid .col-11, .container-fluid .col-10, .container-fluid .col-9, .container-fluid .col-8, .container-fluid .col-7, .container-fluid .col-6, .container-fluid .col-5, .container-fluid .col-4, .container-fluid .col-3, .container-fluid .col-2, .container-fluid .col-1 {
    padding-left: 7vw;
    padding-right: 7vw;
  }
}
.projects-title {
  line-height: 17px;
  padding-right: 20px;
}

.is-translated {
  -webkit-transform: translate(0, -78px);
  -ms-transform: translate(0, -78px);
  transform: translate(0, -78px);
}

.menu-icon_mobile svg line {
  -webkit-transition: -webkit-transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
  transition: transform 0.4s ease-in-out, opacity 0.2s ease-in-out;
}

.is-transitioned {
  transform: rotate(45deg) translateY(-5px) translateX(4.5px);
  -webkit-transform: rotate(45deg) translateY(-5px) translateX(4.5px);
}

.is-rotated {
  transform: rotate(-45deg) translateY(0) translateX(-9px);
  -webkit-transform: rotate(-45deg) translateY(0) translateX(-9px);
}

.is-hover {
  opacity: 0;
}

.map-mobile {
  margin-bottom: 25px;
  border-bottom: 1px solid #e2e2e2;
}

#map:after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

.bio-wrapper {
  margin-bottom: 20px;
}

.bio-block {
  margin-bottom: 13px;
  line-height: 1.3;
}

.bio-title {
  line-height: 1.1;
  margin-bottom: 9px;
}

.bio-year,
.bio-text {
  color: #464646;
}

.pt-5_fixed-menu {
  padding-top: 2.296vh !important;
  /* transition: all 0.1s; */
}

.pb-5_fixed-menu {
  padding-bottom: 2.296vh !important;
  /* transition: all 0.1s; */
}

.pt-5, .pb-5 {
  transition: all 0.5s;
}

.width_33 {
  width: 33.333333%;
}

.main-menu-container {
  font-size: 14px;
}

.tablet-vert-borders {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
}

.hamburger path {
  color: #454545;
  stroke: currentcolor;
  transition: all 0.4s;
  stroke-width: 1.8;
  transition: all 0.4s;
  transform: rotate(0) scaleY(1);
  transform-origin: center;
  opacity: 1;
}

.mob-menu-active .hamburger .p1 {
  transform: rotate(-135deg) translate(4px, 0px);
}

.mob-menu-active .hamburger .p2 {
  transform: rotate(0) scaleY(0);
}

.mob-menu-active .hamburger .p3 {
  transform: rotate(-45deg) translate(-4px, 0px);
}

.full-height-scroller,
.team-page__list {
  height: 100vh;
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.full-height-scroller::-webkit-scrollbar,
.team-page__list::-webkit-scrollbar {
  display: none;
}

.rotate-device {
  background: #1e1e1e;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (orientation: landscape) and (max-width: 767px) {
  .rotate-device {
    visibility: visible;
    opacity: 1;
  }
}
.description-page__filter-category {
  text-align: right;
  min-width: 100px;
  line-height: 1;
  display: none;
}

.mobile-person__email {
  text-transform: lowercase;
}

.mobile-award-description {
  line-height: 1.3;
}

.project-description-wrapper {
  border-top: 1px solid #e2e2e2;
}

.leaflet-bar a:first-child,
.leaflet-bar a:last-child {
  border-radius: 0px;
  text-indent: 9999px;
  background-position: center;
  background-repeat: no-repeat;
}

.leaflet-bar a, .leaflet-bar a:hover {
  background-color: rgba(255, 255, 255, 0.9);
  border: none;
  position: relative;
}

.leaflet-bar a:first-child {
  background-image: url(../img/icons/plus-map.svg);
}

.leaflet-bar a:last-child {
  background-image: url(../img/icons/minus-map.svg);
}

.leaflet-bar a:last-child:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 4px;
  width: 18px;
  background-color: rgba(209, 207, 208, 0.5);
  height: 1px;
}

.no-scroll {
  /*position: fixed;*/
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.main-page {
  height: 100%;
}

.main-page-link {
  pointer-events: initial;
  color: #464646;
}

.button-open-project {
  outline: none;
  border: 0;
  background: transparent;
}

.button-open-project:focus {
  outline: none;
  border: 0;
  background: transparent;
}

html {
  /*height: -webkit-fill-available;*/
}

.ui-dialog {
  z-index: 12000;
  position: fixed;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden;
}

.ui-dialog-content {
  overflow: hidden;
}

.back-link {
  padding-bottom: 4px;
  display: block;
}

.link-black {
  color: #464646;
}

.hamburger- .p1- {
  transform: rotate(-135deg) translate(4px, 0px);
}

.hamburger- .p2- {
  transform: rotate(0) scaleY(0);
}

.hamburger- .p3- {
  transform: rotate(-45deg) translate(-4px, 0px);
}

.hamburger- path {
  color: #454545;
  stroke: currentcolor;
  transition: all 0.4s;
  stroke-width: 1.8;
  transition: all 0.4s;
  transform: rotate(0) scaleY(1);
  transform-origin: center;
  opacity: 1;
}

#popup {
  max-height: 100% !important;
  height: 100vh !important;
}

.footer-mobile {
  margin-left: auto !important;
}

.text-nowrap {
  white-space: nowrap;
}

.object-fit-contain {
  object-fit: contain;
}/*# sourceMappingURL=style.css.map */