@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: url("/static/fonts/lora-v25-latin_cyrillic-regular.d22815422bab.woff2") format('woff2'), url("/static/fonts/lora-v25-latin_cyrillic-regular.31dd49a632d9.woff") format('woff');
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 500;
  src: url("/static/fonts/lora-v25-latin_cyrillic-500.1317259c2c6b.woff2") format('woff2'), url("/static/fonts/lora-v25-latin_cyrillic-500.dce2dd7f6cb5.woff") format('woff');
}
@font-face {
  font-family: 'Lora';
  font-style: normal;
  font-weight: 600;
  src: url("/static/fonts/lora-v25-latin_cyrillic-600.b63fee13a552.woff2") format('woff2'), url("/static/fonts/lora-v25-latin_cyrillic-600.370a98ee20ef.woff") format('woff');
}
html {
  font-size: 16px;
  height: 100%;
}
body {
  box-sizing: border-box;
  color: #273B25;
  display: flex;
  flex-direction: column;
  font-family: 'Lora', serif;
  font-weight: 400;
  line-height: 1.438;
  margin: 0;
  min-height: 100%;
  padding: 71px 0 0;
}
@media (min-width: 1060px) {
  body {
    padding-top: 107px;
  }
}
body.fixed,
body.open {
  overflow: hidden;
}
h1 {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin: 0 0 20px;
  text-align: left;
  line-height: 1.35;
}
@media (min-width: 768px) {
  h1 {
    margin-bottom: 30px;
  }
}
.template-homepage h1 {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .template-homepage h1 {
    margin-top: 0;
  }
}
.templateLocationsIndex h1 {
  text-align: center;
  margin-bottom: 40px;
}
.templateLocation h1,
.templateTeam h1 {
  text-align: center;
}
.templateLocation h1,
.templateMember h1 {
  margin: 0 0 20px;
}
h1 span {
  font-weight: 300;
  opacity: 0.8;
}
h2 {
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 20px;
  text-transform: uppercase;
  text-align: left;
}
@media (min-width: 768px) {
  h2 {
    margin: 0 0 30px;
  }
}
.sliderProjects h2 {
  font-size: 28px;
  text-transform: none;
}
.blockContent h2 {
  margin-bottom: 5px;
}
h3 {
  text-align: left;
  margin-top: 0;
}
h4 {
  text-align: left;
  margin-top: 0;
}
h5 {
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 1rem;
  margin-top: 0;
  text-transform: uppercase;
}
blockquote {
  font-size: 22px;
  margin-bottom: 40px;
  margin-left: 15px;
  margin-top: 10px;
  max-width: 650px;
  padding: 20px 15px 20px 40px;
  position: relative;
}
@media (min-width: 768px) {
  blockquote {
    margin-left: 30px;
    padding-left: 50px;
  }
}
@media (min-width: 1060px) {
  blockquote {
    margin-left: calc((100vw - 1024px) / 2);
  }
}
blockquote::before {
  background-color: #001e7f;
  border-radius: 5px;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 10px;
}
blockquote footer {
  font-size: 16px;
  font-style: normal;
  position: relative;
}
b {
  font-weight: 600;
}
a {
  color: #273B25;
  transition: all 0.2s;
}
.btnGroup {
  align-items: center;
  display: flex;
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
}
.btnGroup.right {
  justify-content: flex-end;
}
.btnGroup.left {
  justify-content: flex-start;
}
.btn {
  align-items: center;
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  background-color: #273B25;
  border: 1px solid #273B25;
  border-radius: 5px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: flex;
  font-family: 'Lora', serif;
  font-size: 16px;
  font-weight: 500;
  justify-content: center;
  line-height: 1;
  margin: 8px 8px 8px 0;
  min-width: 130px;
  padding: 18px 22px;
  text-align: center;
  text-decoration: none;
  transition: 0.15s ease;
  vertical-align: middle;
}
.btn:hover {
  background-color: #000;
  color: #fff;
}
.btnClose {
  background: transparent;
  border: 0;
  cursor: pointer;
  float: right;
  margin: -15px -15px 15px 15px;
}
@media (min-width: 768px) {
  .btnClose {
    margin: -15px -15px 30px 30px;
  }
}
.btnLink {
  align-items: center;
  display: flex;
  opacity: 0.8;
  text-decoration: none;
  padding: 5px 10px;
  border-radius: 2px;
}
.btnLink img {
  display: block;
  margin-left: 5px;
}
.btnLink:hover {
  background-color: #273B25;
  color: #fff;
}
.btnLink:hover img {
  filter: brightness(0) invert(1);
}
.btn--primary {
  background-color: #FFDA00;
  border-color: #FFDA00;
  color: #273B25;
}
.btn--primary:hover {
  background-color: #273B25;
  border-color: #273B25;
  color: #fff;
}
p {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  p {
    margin: 0 0 30px;
  }
}
.cardsValues p {
  margin-bottom: 0;
}
.cardSlider p {
  margin-bottom: 20px;
}
p + ul {
  margin-top: -15px;
}
@media (min-width: 768px) {
  p + ul {
    margin-top: -25px;
  }
}
ul {
  margin: 0 0 30px;
}
.blockProvision__item ul {
  margin-top: 0;
}
.cardSlider ul {
  margin: 0 0 20px;
}
figure {
  display: table;
  margin: 0;
  position: relative;
  text-align: center;
}
figcaption {
  border-bottom: 1px solid #e5e5e5;
  caption-side: bottom;
  display: table-caption;
  font-size: 13px;
  line-height: 20px;
  margin: 0 15px;
  max-width: 660px;
  padding: 10px 0;
  text-align: left;
}
figcaption span {
  color: #999;
  display: block;
  font-family: Arial, Helvetica, Geneva, sans-serif;
  font-style: italic;
  font-weight: normal;
}
iframe {
  margin-bottom: 30px;
}
main {
  flex: 1;
  text-align: justify;
}
.template404 main {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(100vh - 64px);
  padding: 0 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .template404 main {
    min-height: calc(100vh - 79px);
  }
}
.container {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1060px;
  padding: 0 15px;
}
@media (min-width: 1060px) {
  .container {
    padding: 0 30px;
    max-width: 1060px;
  }
}
@media (min-width: 1260px) {
  .container {
    max-width: 1260px;
  }
}
@media (min-width: 1660px) {
  .container {
    max-width: 1660px;
  }
}
.hidden {
  display: none;
}
.richtext-image {
  display: block;
  height: auto;
  max-width: 100%;
}
.richtext-image.full-width {
  margin: 0 auto 67770px;
}
.richtext-image.right {
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .richtext-image.right {
    float: right;
    margin: 0 0 60px 60px;
  }
}
.richtext-image.left {
  margin: 0 0 30px;
}
@media (min-width: 768px) {
  .richtext-image.left {
    float: left;
    margin: 0 60px 60px 0;
  }
}
.page__header {
  background-color: rgba(255, 255, 255, 0.95);
  box-sizing: border-box;
  left: 0;
  padding: 5px 0;
  position: fixed;
  top: 0;
  transition: all 0.4s;
  width: 100%;
  z-index: 5;
}
@media (min-width: 1060px) {
  .page__header {
    padding: 20px 0;
  }
}
.page__header.open {
  bottom: 0;
  top: 0 !important;
  background-color: transparent;
}
.page__header.visual {
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
}
.page__header .container {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.page__header__tools {
  align-items: center;
  display: flex;
  justify-content: center;
  position: relative;
}
.page__header__navbar {
  align-items: center;
  display: flex;
  justify-content: center;
}
.logo {
  display: block;
}
.logo img {
  display: block;
}
.nav {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1060px) {
  .nav {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.nav__link--level0 {
  color: #273B25;
  display: block;
  padding: 22px 10px;
  position: relative;
  text-decoration: none;
}
@media (min-width: 1260px) {
  .nav__link--level0 {
    padding: 22px 20px;
  }
}
.nav__link__visual {
  position: relative;
}
.nav__link__visual::after {
  background-color: transparent;
  border-radius: 50%;
  content: '';
  display: block;
  height: 4px;
  left: calc(50% - 2px);
  margin-top: 6px;
  position: absolute;
  top: 100%;
  transition: all 0.15s ease-in-out;
  width: 4px;
}
.nav__item > .nav__link:hover {
  background-color: #F3F3F3;
}
.nav__link:hover .nav__link__visual::after,
li.ancestor > .nav__link .nav__link__visual::after,
li.active > .nav__link .nav__link__visual::after {
  background-color: #273B25;
}
.nav .nav__item:hover > a {
  background-color: #F3F3F3;
}
.nav .nav__item:hover > a .nav__link__visual {
  opacity: 0.7;
}
.nav .nav__item:hover > a .nav__link__visual::after {
  background-color: #273B25;
}
.nav__item__dropdown {
  background-color: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1060px) {
  .nav__item__dropdown {
    display: none;
    left: auto;
    margin-left: -35px;
    min-width: 930px;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
  }
}
.nav__item__dropdown a {
  font-weight: 300;
  line-height: 19px;
  text-decoration: none;
}
.nav__item__dropdown > li:hover .nav__item__dropdown {
  display: block;
}
.nav__item__dropdown--level1 {
  background-color: #F3F3F3;
  align-items: center;
  justify-content: flex-start;
}
.nav__item:hover > .nav__item__dropdown--level1 {
  display: flex;
}
.nav__item__dropdown--level1 > li > a {
  display: block;
  padding: 30px 40px;
  position: relative;
}
.nav__item__dropdown--level1 > li:last-child {
  flex: 1;
}
.nav__item__dropdown--level1 > li:not(:last-child) > a::before {
  background-color: #a1b79f;
  content: '';
  display: block;
  height: 22px;
  left: auto;
  position: absolute;
  right: 0;
  top: calc(50% - 11px);
  width: 1px;
}
.nav__item__dropdown--level2 {
  background-color: #FBFBFB;
  box-shadow: inset 0 0 1px #e3e3e3;
}
.nav__item__dropdown--level2 li {
  display: block;
  margin: auto;
  max-width: 1024px;
}
.nav__item__dropdown--level2 > li > a {
  display: block;
  font-size: 14px;
  padding: 5px 40px;
}
.nav__item__dropdown--level2 > li > a .nav__link__visual::after {
  left: -15px;
  margin-top: 0;
  top: calc(50% - 2px);
}
.nav__item__dropdown--level2 > li:first-child > a {
  padding-top: 20px;
}
.nav__item__dropdown--level2 > li:last-child > a {
  padding-bottom: 35px;
}
.nav__item__dropdown li:hover > a {
  opacity: 0.7;
}
.nav__item__dropdown li:hover > a .nav__link__visual::after {
  background-color: #273B25;
}
.navbar__toggle {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  margin-left: 15px;
  margin-right: -10px;
  outline: none;
  padding: 10px;
  z-index: 2;
}
@media (min-width: 1060px) {
  .navbar__toggle {
    display: none;
  }
}
.navbar__toggle img {
  display: block;
}
.languageSelect {
  margin: 0 0 0 15px;
  position: relative;
}
@media (min-width: 1660px) {
  .languageSelect {
    margin: 0 0 0 50px;
  }
}
.languageSelect ul {
  background-color: #F3F3F3;
  display: none;
  font-weight: 300;
  right: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 100%;
  text-align: right;
}
.languageSelect ul a {
  display: block;
  padding: 5px 35px;
  text-decoration: none;
}
.languageSelect ul a span {
  position: relative;
}
.languageSelect ul a span::after {
  background-color: transparent;
  border-radius: 50%;
  content: '';
  display: block;
  height: 4px;
  left: -15px;
  margin-top: 0;
  position: absolute;
  top: calc(50% - 2px);
  transition: all 0.15s ease-in-out;
  width: 4px;
}
.languageSelect ul a:hover {
  opacity: 0.7;
}
.languageSelect ul a:hover span::after {
  background-color: #273B25;
}
.languageSelect ul li:first-child a {
  padding-top: 20px;
}
.languageSelect ul li:last-child a {
  padding-bottom: 25px;
}
.languageSelect:hover ul {
  display: block;
}
.languageSelect:hover {
  background-color: #F3F3F3;
}
.languageSelect:hover img {
  transform: rotate(180deg);
}
.btnSwitcher {
  align-items: center;
  background-color: transparent;
  border: 0;
  color: #273B25;
  cursor: pointer;
  display: flex;
  font-family: 'Lora', serif;
  font-size: 1rem;
  line-height: 21px;
  outline: none;
  padding: 22px 15px;
}
@media (min-width: 1260px) {
  .btnSwitcher {
    padding: 22px 20px;
  }
}
.btnSwitcher img {
  display: block;
  margin: 0 0 0 8px;
  transition: all 0.15s ease-in-out;
}
.mobileNav {
  background-color: rgba(39, 59, 37, 0.9);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  position: fixed;
  top: 0;
  left: 100%;
  right: 0;
  bottom: 0;
  z-index: 6;
  transition: all 0.2s;
  padding: 15px;
  visibility: hidden;
  color: #fff;
}
@media (max-width: 1059px) {
  body.open .mobileNav {
    visibility: visible;
    left: 30%;
    overflow: auto;
  }
}
@media (max-width: 767px) {
  body.open .mobileNav {
    left: 0;
  }
}
.mobileNav__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobileNav__header .logo img {
  filter: brightness(0) invert(100%);
}
.navbar__toggle__close {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  margin-left: 15px;
  margin-right: -10px;
  outline: none;
  padding: 10px;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.05);
}
@media (min-width: 1060px) {
  .navbar__toggle__close {
    display: none;
  }
}
.navbar__toggle__close img {
  display: block;
}
.navbar__toggle__close img {
  filter: invert(0) !important;
}
.mobileNav__body__nav {
  margin: 30px 0;
  list-style: none;
  padding: 0;
}
.mobileNav__body__nav ul {
  margin-bottom: 20px;
}
.mobileNav__body__nav a {
  color: #fff;
  display: block;
  text-decoration: none;
}
.mobileNav__body__nav a:hover {
  opacity: 0.7;
  text-decoration: underline;
}
.mobileNav__body__nav .active > a {
  opacity: 0.7;
  text-decoration: underline;
}
.footer {
  padding: 10px 0;
}
.colophon {
  font-size: 12px;
  opacity: 0.25;
  text-align: center;
}
@media (min-width: 768px) {
  .colophon {
    align-items: center;
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
}
.colophon img {
  opacity: 0.75;
}
.colophon p {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .colophon p {
    margin-bottom: 0;
  }
}
.blockImages {
  display: grid;
  grid-gap: 16px;
  grid-template-columns: 1fr;
  margin: 60px auto;
}
.blockImages--middle {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1060px;
  padding: 0 15px;
  margin: 60px auto;
  max-width: 1144px;
}
@media (min-width: 1060px) {
  .blockImages--middle {
    padding: 0 30px;
    max-width: 1060px;
  }
}
@media (min-width: 1260px) {
  .blockImages--middle {
    max-width: 1260px;
  }
}
@media (min-width: 1660px) {
  .blockImages--middle {
    max-width: 1660px;
  }
}
@media (min-width: 768px) {
  .blockImages--col2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .blockImages--col3 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 768px) {
  .blockImages--col4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.blockImages figure {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.blockImageVisual {
  position: relative;
}
.listHomeBlock .blockImageVisual {
  margin-top: 40px;
}
.blockImage {
  display: block;
  height: auto;
  margin: auto;
  max-width: 100%;
}
.article__preview__link {
  bottom: 0;
  left: 0;
  outline: none;
  position: absolute;
  right: 0;
  top: 0;
}
.blockProjectPhotos {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1060px;
  padding: 0 15px;
  max-width: 1200px;
  margin: 60px auto;
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr;
}
@media (min-width: 1060px) {
  .blockProjectPhotos {
    padding: 0 30px;
    max-width: 1060px;
  }
}
@media (min-width: 1260px) {
  .blockProjectPhotos {
    max-width: 1260px;
  }
}
@media (min-width: 1660px) {
  .blockProjectPhotos {
    max-width: 1660px;
  }
}
@media (min-width: 560px) {
  .blockProjectPhotos {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1025px) {
  .blockProjectPhotos {
    grid-template-columns: 2fr 1fr 1fr 3fr;
  }
  .blockProjectPhotos > div:nth-child(3n+1) {
    grid-column: 1;
  }
  .blockProjectPhotos > div:nth-child(4n+1) {
    grid-column: span 2;
  }
  .blockProjectPhotos > div:nth-child(12n-1) {
    grid-column: span 2;
  }
}
.photoItem {
  position: relative;
  min-height: 330px;
}
.photoItemImage {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: absolute;
}
label {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  margin: 0 0 5px;
}
select,
textarea,
input {
  border: 1px solid #273B25;
  box-sizing: border-box;
  font-family: 'Lora', serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  padding: 13px;
  width: 100%;
}
textarea {
  max-height: 125px;
}
@media (min-width: 768px) {
  .form {
    display: grid;
    grid-gap: 60px;
    grid-template-columns: 3fr 2fr;
    margin: 60px 0 0;
  }
}
.form__fields {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .form__fields {
    margin-bottom: 0;
  }
}
.form__text {
  margin: 18px 0;
}
.field {
  margin: 0 0 20px;
}
.searchForm {
  align-items: center;
  display: flex;
  margin-bottom: 30px;
}
.searchForm input[type="text"] {
  width: 75%;
}
.searchForm input[type="submit"] {
  width: 25%;
}
.searchResultsItem {
  margin-bottom: 30px;
}
.searchResultsItem h3 {
  margin-bottom: 0;
}
body.lg-on {
  overflow: hidden;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  background-image: url("/static/images/icons/arrow.928e1a1b690a.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 0;
  cursor: pointer;
  display: block;
  height: 66px;
  margin-top: -10px;
  opacity: 0.85;
  outline: none;
  position: absolute;
  top: 50%;
  width: 66px;
  z-index: 1080;
}
.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  opacity: 1;
}
.lg-actions .lg-next {
  right: 20px;
}
.lg-actions .lg-prev {
  left: 20px;
  transform: rotate(-180deg);
}
@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}
.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
          animation: lg-right-end 0.3s;
  position: relative;
}
.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
          animation: lg-left-end 0.3s;
  position: relative;
}
.lg-toolbar {
  background-color: rgba(255, 255, 255, 0.45);
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1082;
}
.lg-toolbar .lg-icon {
  background: none;
  border: none;
  box-shadow: none;
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  outline: medium none;
  padding: 10px 0;
  text-align: center;
  text-decoration: none !important;
  transition: color 0.2s linear;
  width: 50px;
}
.lg-toolbar .lg-close {
  background-image: url("/static/images/icons/close.51e33ce0644c.svg");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 28px;
  width: 28px;
  filter: invert(100%);
}
.lg-sub-html {
  background-color: rgba(255, 255, 255, 0.45);
  bottom: 0;
  color: #000;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-sub-html h4 {
  font-size: 13px;
  font-weight: bold;
  margin: 0;
}
.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}
#lg-counter {
  color: #000;
  display: inline-block;
  font-size: 16px;
  vertical-align: middle;
}
.lg-toolbar,
.lg-prev,
.lg-next {
  opacity: 1;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0, color 0.2s linear;
}
.lg-hide-items .lg-prev {
  opacity: 0;
  transform: translate3d(-10px, 0, 0);
}
.lg-hide-items .lg-next {
  opacity: 0;
  transform: translate3d(10px, 0, 0);
}
.lg-hide-items .lg-toolbar {
  opacity: 0;
  transform: translate3d(0, -10px, 0);
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  opacity: 0;
  transform-origin: 50% 50%;
  transform: scale3d(0.5, 0.5, 0.5);
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
.lg-outer .lg-thumb-outer {
  background-color: #0d0a0a;
  bottom: 0;
  max-height: 350px;
  position: absolute;
  transform: translate3d(0, 100%, 0);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0;
  width: 100%;
  z-index: 1080;
}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: grab;
}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  transition-duration: 0 !important;
}
.lg-outer.lg-thumb-open .lg-thumb-outer {
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-thumb {
  height: 100%;
  margin-bottom: -5px;
  padding: 10px 0;
}
.lg-outer .lg-thumb-item {
  border-radius: 4px;
  border: 2px solid #fff;
  cursor: pointer;
  float: left;
  height: 100%;
  margin-bottom: 5px;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    transition: border-color 0.25s ease;
  }
}
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}
.lg-outer .lg-thumb-item img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}
.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}
.lg-outer.lg-pull-caption-up .lg-sub-html {
  transition: bottom 0.25s ease;
}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}
.lg-outer .lg-toggle-thumb {
  background-color: #0d0a0a;
  border-radius: 2px 2px 0 0;
  border: none;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  outline: medium none;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}
.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: opacity 0.08s ease 0;
  width: 100%;
  z-index: 1083;
}
.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}
.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}
.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image {
  transition-duration: 0;
}
.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0;
}
.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transform-origin: 0 0;
  transform: scale3d(1, 1, 1);
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0, opacity 0.15s !important;
}
.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}
.lg-outer .lg-pager-outer {
  bottom: 60px;
  height: 10px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}
.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  margin: 0 5px;
  overflow: hidden;
  position: relative;
  vertical-align: top;
}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px #fff inset;
}
.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  border-radius: 3px;
  bottom: 100%;
  color: #fff;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  transform: translate3d(0, 5px, 0);
  transition: opacity 0.15s ease 0, transform 0.15s ease 0;
  width: 120px;
}
.lg-outer .lg-pager-thumb-cont img {
  height: 100%;
  width: 100%;
}
.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  transition: box-shadow 0.3s ease 0s;
  width: 12px;
}
.lg-outer .lg-pager:hover,
.lg-outer .lg-pager:focus {
  box-shadow: 0 0 0 8px #fff inset;
}
.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}
.lg-outer .lg-img-rotate {
  bottom: 0;
  left: 0;
  padding: 0 5px;
  position: absolute;
  right: 0;
  top: 0;
  transition: transform 0.3s cubic-bezier(0.32, 0, 0.67, 0) 0;
}
.lg-toolbar.lg-group {
  padding: 10px;
}
.lg-group:before,
.lg-group:after {
  content: "";
  display: table;
  line-height: 0;
}
.lg-group:after {
  clear: both;
}
.lg-outer {
  height: 100%;
  left: 0;
  opacity: 0;
  outline: none;
  position: fixed;
  top: 0;
  transition: opacity 0.15s ease 0;
  width: 100%;
  z-index: 1050;
}
.lg-outer * {
  box-sizing: border-box;
}
.lg-outer.lg-visible {
  opacity: 1;
}
.lg-outer.lg-css3 .lg-item.lg-prev-slide,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-current {
  transition-duration: inherit !important;
  transition-timing-function: inherit !important;
}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  opacity: 1;
  transition-duration: 0 !important;
}
.lg-outer.lg-grab img.lg-object {
  cursor: -ms-grab;
  cursor: -o-grab;
  cursor: -webkit-grab;
  cursor: grab;
}
.lg-outer.lg-grabbing img.lg-object {
  cursor: -ms-grabbing;
  cursor: -o-grabbing;
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.lg-outer .lg {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  max-height: 100%;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.lg-outer .lg-inner {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  white-space: nowrap;
  width: 100%;
}
.lg-outer .lg-item {
  display: none !important;
}
.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}
.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}
.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
}
.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 50%;
  margin-right: -1px;
  width: 1px;
}
.lg-outer .lg-img-wrap {
  bottom: 0;
  left: 0;
  padding: 60px 5px;
  position: absolute;
  right: 0;
  top: 0;
}
.lg-outer .lg-item.lg-complete {
  background-image: none;
}
.lg-outer .lg-item.lg-current {
  z-index: 1060;
}
.lg-outer .lg-image {
  display: inline-block;
  height: auto !important;
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
  width: auto !important;
}
.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  transition: opacity 0.15s ease 0;
}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}
.lg-outer .lg-empty-html {
  display: none;
}
.lg-outer.lg-hide-download #lg-download {
  display: none;
}
.lg-backdrop {
  background-color: #fff;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.15s ease 0;
  z-index: 1040;
}
.lg-backdrop.in {
  opacity: 1;
}
.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  transition: none 0 ease 0 !important;
}
.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.lg-css3.lg-fade .lg-item {
  opacity: 0;
}
.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}
.lg-css3.lg-fade .lg-item.lg-prev-slide,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-current {
  transition: opacity 0.1s ease 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  transform: translate3d(-100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  transform: translate3d(100%, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0;
}
.lg-css3.lg-slide.lg-use-left .lg-item {
  left: 0;
  opacity: 0;
  position: absolute;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}
.sectionHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .sectionHeader {
    margin-bottom: 30px;
  }
}
.sectionHeader h2 {
  margin: 0;
}
.sectionHeader h2:hover {
  opacity: 0.8;
}
.sectionHeader h2 a {
  text-decoration: none;
}
.sectionHeader .btnLink {
  margin-left: 20px;
}
.mapSVG {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
#map-g4 .mapSVG__label,
#map-g1 .mapSVG__label {
  text-align: end;
  text-anchor: end;
  text-align: right;
}
#map-g3 .mapSVG__label,
#map-g2 .mapSVG__label {
  text-align: start;
  text-anchor: start;
  text-align: left;
}
.mapSVG__city {
  font-family: 'Lora', serif;
  text-transform: uppercase;
  font-size: 36px;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: all 0.15s ease;
}
@media (min-width: 680px) {
  .mapSVG__city {
    font-size: 16px;
  }
}
#map-g4:hover .mapSVG__city,
#map-g1:hover .mapSVG__city,
#map-g3:hover .mapSVG__city,
#map-g2:hover .mapSVG__city {
  fill: #273B25;
}
.mapSVG__country {
  font-family: 'Lora', serif;
  font-size: 14px;
  transition: all 0.15s ease;
  display: none;
}
@media (min-width: 680px) {
  .mapSVG__country {
    display: block;
  }
}
#map-g4:hover .mapSVG__country,
#map-g1:hover .mapSVG__country,
#map-g3:hover .mapSVG__country,
#map-g2:hover .mapSVG__country {
  fill: #273B25;
}
circle {
  transition: all 0.15s ease;
}
#map-g4:hover circle,
#map-g1:hover circle,
#map-g3:hover circle,
#map-g2:hover circle {
  fill: #273B25;
}
.blockHero {
  position: relative;
  margin-bottom: 10px;
}
.blockHeroBackground {
  min-height: 600px;
}
.blockHero__image {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.blockDescription {
  line-height: 1.75;
  margin-bottom: 40px;
}
.templateProjectPage .blockDescription,
.templateArticle .blockDescription {
  font-weight: bold;
}
.templateMember .blockDescription {
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.6;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.templateLocation .blockDescription {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.48em;
  line-height: 1.6;
  text-transform: uppercase;
}
.blockCards {
  margin-bottom: 60px;
}
body:not(.templateMember) .blockCards {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1060px;
  padding: 0 15px;
}
@media (min-width: 1060px) {
  body:not(.templateMember) .blockCards {
    padding: 0 30px;
    max-width: 1060px;
  }
}
@media (min-width: 1260px) {
  body:not(.templateMember) .blockCards {
    max-width: 1260px;
  }
}
@media (min-width: 1660px) {
  body:not(.templateMember) .blockCards {
    max-width: 1660px;
  }
}
.templateLocation .blockCards {
  font-size: 14px;
  line-height: 26px;
}
.blockText {
  margin-bottom: 60px;
}
body:not(.templateMember):not(.template-homepage) .blockText {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1060px;
  padding: 0 15px;
}
@media (min-width: 1060px) {
  body:not(.templateMember):not(.template-homepage) .blockText {
    padding: 0 30px;
    max-width: 1060px;
  }
}
@media (min-width: 1260px) {
  body:not(.templateMember):not(.template-homepage) .blockText {
    max-width: 1260px;
  }
}
@media (min-width: 1660px) {
  body:not(.templateMember):not(.template-homepage) .blockText {
    max-width: 1660px;
  }
}
.template-homepage .blockText {
  margin-bottom: 20px;
}
.blockContent {
  flex: 1;
}
.blockTags {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1060px;
  padding: 0 15px;
  align-items: center;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 80px;
  margin-top: 80px;
}
@media (min-width: 1060px) {
  .blockTags {
    padding: 0 30px;
    max-width: 1060px;
  }
}
@media (min-width: 1260px) {
  .blockTags {
    max-width: 1260px;
  }
}
@media (min-width: 1660px) {
  .blockTags {
    max-width: 1660px;
  }
}
.blockTag__link {
  background-color: #f3f3f3;
  border-radius: 3px 0 0 3px;
  color: #273B25;
  display: block;
  font-size: 14px;
  height: 26px;
  line-height: 26px;
  margin: 0 10px 10px 0;
  padding: 0 20px 0 23px;
  position: relative;
  text-decoration: none;
}
.blockTag__link::before {
  background-color: #273B25;
  border-radius: 50%;
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  top: 10px;
  width: 6px;
}
.blockTag__link::after {
  background-color: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #f3f3f3;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s;
}
.blockTag__link:hover {
  background-color: #273B25;
  color: #fff;
}
.blockTag__link:hover::before {
  background-color: #fff;
}
.blockTag__link:hover::after {
  border-left: 10px solid #273B25;
}
.blockRelatedPosts {
  margin-top: 120px;
}
.template-homepage .tns-outer {
  margin-bottom: 60px;
}
.sliderProjects .tns-item {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
@media (min-width: 1060px) {
  .sliderProjects .tns-item {
    width: 200px !important;
  }
}
@media (min-width: 1260px) {
  .sliderProjects .tns-item {
    width: 240px !important;
  }
}
@media (min-width: 1660px) {
  .sliderProjects .tns-item {
    width: 320px !important;
  }
}
@media (min-width: 1060px) {
  .sliderProjects .tns-item[tabindex="-1"] + .tns-item.tns-slide-active {
    width: 615px !important;
  }
}
@media (min-width: 1260px) {
  .sliderProjects .tns-item[tabindex="-1"] + .tns-item.tns-slide-active {
    width: 735px !important;
  }
}
@media (min-width: 1660px) {
  .sliderProjects .tns-item[tabindex="-1"] + .tns-item.tns-slide-active {
    width: 975px !important;
  }
}
.sliderProjects .slider-item {
  align-items: flex-end;
  cursor: -webkit-grab;
  cursor: grab;
  display: flex;
  height: 65vh;
  margin: 0;
  min-height: 420px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1060px) {
  .sliderProjects .slider-item {
    margin: 0 15px 0 0;
  }
}
.sliderProjects .slider-item:hover .slider-item-content {
  background-color: rgba(39, 59, 37, 0.9);
}
.sliderProjects .slider-item:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.sliderProjects .slider-item-content {
  background-color: rgba(39, 59, 37, 0.6);
  box-sizing: border-box;
  color: #fff;
  padding: 30px 15px;
  transition: 0.3s ease-in-out;
  width: 100%;
  z-index: 2;
}
@media (min-width: 768px) {
  .sliderProjects .slider-item-content {
    height: 100%;
    padding: 40px 40px 40px 30px;
    visibility: hidden;
    display: none;
    opacity: 0;
    width: 350px;
  }
  .sliderProjects .slider-item-content h2 {
    width: 280px;
  }
}
@media (min-width: 1260px) {
  .sliderProjects .slider-item-content {
    width: 450px;
  }
  .sliderProjects .slider-item-content h2 {
    width: 380px;
  }
}
.sliderProjects .slider-item-content h2 {
  line-height: 1.25;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .sliderProjects .slider-item-content h2 {
    margin-bottom: 30px;
  }
}
.sliderProjects .slider-item-content p {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .sliderProjects .slider-item-content p {
    margin-bottom: 50px;
  }
}
.sliderProjects .slider-item-content .btnSlider {
  align-items: center;
  display: flex;
}
.sliderProjects .slider-item-content .btnSlider img {
  display: block;
  filter: invert(100%) grayscale(100%);
  margin-left: 8px;
}
.sliderProjects .slider-item-content a {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
@media (min-width: 768px) {
  .sliderProjects .tns-item[tabindex="-1"] + .tns-item.tns-slide-active .slider-item-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    visibility: visible;
    opacity: 1;
  }
}
.sliderProjects .slider-image {
  bottom: 0;
  display: block;
  height: 100%;
  left: 0;
  -o-object-fit: none;
     object-fit: none;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: -1;
}
.listLocations {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 400;
  justify-content: center;
  letter-spacing: 0.35em;
  line-height: 1.27;
  list-style: none;
  margin: 0 0 5px 15px;
  padding: 0 15px;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .listLocations {
    margin: 0 0 15px;
  }
}
body:not(.template-homepage) .listLocations {
  margin-top: 40px;
  margin-bottom: 30px;
}
.listLocations li {
  align-items: center;
  display: flex;
  justify-content: center;
}
.listLocations li:not(:last-child)::after {
  background-color: #273B25;
  border-radius: 50%;
  content: '';
  display: block;
  height: 3px;
  margin: 0 15px;
  width: 3px;
}
@media (min-width: 768px) {
  .listLocations li:not(:last-child)::after {
    margin: 0 25px;
  }
}
.listLocations a {
  padding: 5px 0;
  text-decoration: none;
}
.listLocations a:hover {
  opacity: 0.75;
}
.listLocations a.active {
  font-weight: 600;
}
.searchBox {
  display: none;
  margin-left: 15px;
  position: relative;
  text-align: right;
  transition: all 0.15s ease-in-out;
}
@media (min-width: 768px) {
  .searchBox {
    display: block;
  }
}
.searchBox:hover {
  background-color: rgba(39, 59, 37, 0.25);
}
.searchBox ::-moz-placeholder {
  color: #273B25;
}
.searchBox ::placeholder {
  color: #273B25;
}
.searchButton {
  background-color: transparent;
  border: 0;
  bottom: 0;
  cursor: pointer;
  left: auto;
  outline: 0;
  padding: 0 10px;
  position: absolute;
  right: 0;
  top: 0;
}
.searchButton svg {
  display: block;
}
.searchField {
  background: transparent;
  border: 0;
  overflow: hidden;
  padding: 8px 35px 8px 15px;
  text-overflow: ellipsis;
  transition: all 0.15s ease-in-out;
  width: 140px;
}
.searchField:focus {
  background-color: rgba(39, 59, 37, 0.4);
  color: #fff;
  outline: 0;
  width: 100%;
}
.searchBox:hover .searchField {
  width: 100%;
}
.listSimple {
  -moz-column-gap: 30px;
       column-gap: 30px;
  -moz-columns: 1;
       columns: 1;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .listSimple {
    -moz-columns: 2;
         columns: 2;
  }
}
.listHomeBlock {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr;
  margin-bottom: 50px;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: 0.05em;
}
@media (min-width: 768px) {
  .listHomeBlock {
    grid-gap: 80px;
    grid-template-columns: 1fr 1fr;
    padding: 60px 0 40px;
  }
}
.listHomeBlock figure {
  margin: 0 0 0 auto;
}
.listCard {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .listCard {
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1060px) {
  .listCard {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.templateLocation .listCard {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.cardsProject {
  display: grid;
  grid-gap: 15px;
  grid-template-columns: 1fr;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cardsProject {
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1060px) {
  .cardsProject {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.cardsMembers {
  display: grid;
  grid-gap: 60px;
  grid-template-columns: 1fr;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cardsMembers {
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1060px) {
  .cardsMembers {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.cardsMembersFounders {
  display: grid;
  grid-gap: 60px;
  grid-template-columns: 1fr;
  max-width: 960px;
  margin: 0 auto 80px;
}
@media (min-width: 768px) {
  .cardsMembersFounders {
    grid-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }
}
.card {
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
.templateLocation .listCard .card {
  width: 260px;
  padding-bottom: 0;
  margin-bottom: 0;
}
.templateLocation .listCard .card p {
  margin-bottom: 0;
}
.newsBlock .card {
  padding-bottom: 50px;
}
.newsBlock .card:hover {
  opacity: 0.6;
}
.cardsMembers .card {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .cardsMembers .card {
    margin-bottom: 50px;
  }
}
.cardsMembers .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.2s ease-in-out;
  z-index: -1;
}
.cardsMembers .card:hover::before {
  background-color: #FBFBFB;
  padding: 10px;
  margin: -10px;
}
.cardsMembersFounders .card {
  margin-bottom: 20px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .cardsMembersFounders .card {
    margin-bottom: 50px;
  }
}
.cardsMembersFounders .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.2s ease-in-out;
  z-index: -1;
}
.cardsMembersFounders .card:hover::before {
  background-color: #FBFBFB;
  padding: 10px;
  margin: -10px;
}
.cardsProject .card {
  position: relative;
}
.cardsProject .card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.2s ease-in-out;
}
.cardsProject .card:hover::before {
  background-color: #FBFBFB;
  padding: 10px;
  margin: -10px;
}
.card__imageVisual {
  position: relative;
}
.cardsMembersFounders .card__imageVisual {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cardsMembersFounders .card__imageVisual {
    height: 600px;
  }
}
.cardsMembers .card__imageVisual {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .cardsMembers .card__imageVisual {
    height: 310px;
  }
}
.cardsProject .card__imageVisual {
  height: 360px;
  margin-bottom: 20px;
}
.card__image {
  display: block;
  height: auto;
  max-width: 100%;
}
.cardsProject .card__image {
  bottom: 0;
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.cardsMembers .card__image,
.cardsMembersFounders .card__image {
  width: 100%;
}
@media (min-width: 768px) {
  .cardsMembers .card__image,
  .cardsMembersFounders .card__image {
    bottom: 0;
    height: 100%;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 0;
       object-position: 50% 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
  }
}
.card__datetime {
  display: block;
  font-size: 14px;
}
.template-homepage .card__datetime,
.templateNewsListing .card__datetime {
  align-items: flex-end;
  display: flex;
  font-size: 24px;
  justify-content: flex-start;
  line-height: 1;
  margin-bottom: 10px;
}
.card__datetime__date {
  font-weight: 500;
  font-size: 48px;
  margin-right: 5px;
}
.card__datetime__month {
  margin-bottom: 2px;
  margin-right: 5px;
}
.card__title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 26px;
  margin: 0;
  padding: 0 0 14px;
}
.template-homepage .card__title,
.templateNewsListing .card__title {
  font-weight: 500;
  font-size: 22px;
  line-height: 140%;
  letter-spacing: 0.05em;
}
.cardsProject .card__title {
  position: relative;
}
.templateLocationsIndex .card__title {
  padding: 0;
  text-transform: uppercase;
}
.templateLocation .card__title {
  padding: 0;
}
.card__title span {
  font-weight: 300;
  opacity: 0.8;
}
.card__description {
  font-size: 14px;
  letter-spacing: 0.05em;
}
.cardsMembersFounders .card__description {
  line-height: 1.6;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}
.card__footer {
  display: inline-block;
}
.card__link {
  align-items: flex-end;
  bottom: 0;
  display: flex;
  font-size: 14px;
  left: 0;
  position: absolute;
  right: 0;
  text-decoration: none;
  top: 0;
}
.card__link span {
  align-items: center;
  display: flex;
  opacity: 0.8;
}
.card__link span.hidden {
  display: none;
}
.card__link img {
  display: block;
  margin-left: 5px;
}
.popup {
  background-color: #273B25;
}
.tns-outer {
  padding: 0 !important;
}
.tns-outer [hidden] {
  display: none !important;
}
.tns-outer [aria-controls],
.tns-outer [data-action] {
  cursor: pointer;
}
.tns-slider {
  transition: all 0;
}
.tns-slider::after,
.tns-slider::before {
  clear: both;
  content: '';
  display: table;
  width: 100%;
}
.tns-slider > .tns-item {
  box-sizing: border-box;
  position: relative;
  transition: all 0.8s ease-in-out;
}
.tns-no-calc {
  left: 0;
  position: relative;
}
.tns-gallery {
  left: 0;
  min-height: 1px;
  position: relative;
}
.tns-gallery > .tns-item {
  left: -100%;
  position: absolute;
  transition: transform 0, opacity 0;
}
.tns-gallery > .tns-slide-active {
  left: auto !important;
  position: relative;
}
.tns-gallery > .tns-moving {
  transition: all 0.25s;
}
.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}
.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}
.tns-horizontal.tns-no-subpixel::after {
  clear: both;
  content: '';
  display: table;
}
.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
}
.tns-horizontal.tns-carousel.tns-no-subpixel > .tns-item {
  margin-right: -100%;
}
.tns-autowidth {
  display: inline-block;
}
.tns-lazy-img {
  opacity: 0.6;
  transition: opacity 0.6s;
}
.tns-lazy-img.tns-complete {
  opacity: 1;
}
.tns-ah {
  transition: height 0;
}
.tns-ovh {
  overflow: hidden;
}
.tns-visually-hidden {
  left: -10000em;
  position: absolute;
}
.tns-transparent {
  opacity: 0;
  visibility: hidden;
}
.tns-fadeIn {
  opacity: 1;
  z-index: 0;
}
.tns-normal,
.tns-fadeOut {
  opacity: 0;
  z-index: -1;
}
.tns-vpfix {
  white-space: nowrap;
}
.tns-vpfix > li {
  display: inline-block;
}
.tns-vpfix > div {
  display: inline-block;
}
.tns-t-subp2 {
  height: 10px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  width: 310px;
}
.tns-t-ct {
  position: absolute;
  right: 0;
  width: calc(100% * 70 / 3);
}
.tns-t-ct::after {
  clear: both;
  content: '';
  display: table;
}
.tns-t-ct > div {
  float: left;
  height: 10px;
  width: calc(100% / 70);
}
.tns-nav {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 30px;
}
.tns-nav button {
  background-color: #e0e0e0;
  border: 0;
  cursor: pointer;
  height: 4px;
  margin: 0 2px;
  overflow: hidden;
  width: 36px;
}
.tns-nav button.tns-nav-active {
  background-color: #273B25;
}
.tns-controls {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  padding: 0 15px;
}
@media (min-width: 1060px) {
  .tns-controls {
    padding: 0;
  }
}
.tns-controls button {
  background: transparent;
  border: 0;
  cursor: pointer;
  outline: none;
  padding: 20px 0;
  z-index: 1;
}
@media (min-width: 1660px) {
  .tns-controls button {
    padding: 30px 0;
  }
}
.tns-controls button img {
  display: block;
}
.tns-controls button[data-controls="prev"] {
  margin-right: 15px;
  transform: rotate(180deg);
}
.tns-controls button[disabled] {
  display: none;
}
.loader {
  align-items: center;
  background-color: rgba(255, 255, 255, 0.25);
  bottom: 0;
  display: none;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2;
}
.loaderVisual {
  -webkit-animation: load 1.1s infinite linear;
          animation: load 1.1s infinite linear;
  border-bottom: 1.1em solid rgba(218, 211, 211, 0.2);
  border-left: 1.1em solid rgba(218, 211, 211, 0.2);
  border-radius: 50%;
  border-right: 1.1em solid rgba(218, 211, 211, 0.2);
  border-top: 1.1em solid rgba(39, 33, 33, 0.2);
  font-size: 5px;
  height: 10em;
  left: calc(50% - 5em);
  margin: -6em auto;
  position: absolute;
  text-indent: -9999em;
  top: calc(50% - 5em);
  transform: translateZ(0);
  width: 10em;
}
@-webkit-keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.breadcrumbs {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1060px;
  padding: 0 15px;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
@media (min-width: 1060px) {
  .breadcrumbs {
    padding: 0 30px;
    max-width: 1060px;
  }
}
@media (min-width: 1260px) {
  .breadcrumbs {
    max-width: 1260px;
  }
}
@media (min-width: 1660px) {
  .breadcrumbs {
    max-width: 1660px;
  }
}
@media (min-width: 768px) {
  .breadcrumbs {
    margin-bottom: 55px;
  }
}
.blockHeroBackground .breadcrumbs {
  color: #fff;
}
@media (min-width: 768px) {
  .blockHeroBackground .breadcrumbs {
    margin-bottom: 60px;
  }
}
.breadcrumb__items {
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  list-style: none;
  margin: 0;
  padding: 0;
  vertical-align: middle;
}
.breadcrumb__items img {
  margin: 0 5px;
}
.breadcrumb__items li {
  display: inline-block;
  vertical-align: middle;
}
.breadcrumb__items a {
  color: rgba(39, 59, 37, 0.4);
  text-decoration: none;
}
.breadcrumb__items a:hover {
  color: #273B25;
}
.blockHeroBackground .breadcrumb__items a {
  color: rgba(255, 255, 255, 0.8);
}
.blockHeroBackground .breadcrumb__items a:hover {
  color: #fff;
}

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