@charset "UTF-8";

@import url("https://fonts.googleapis.com/css?family=Inter:regular,500,700&display=swap");

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  color: #63666A;
  line-height: 1;
  font-family: "Inter";
  font-size: 1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Inter";
  font-size: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: inherit;
}

a {
  color: inherit;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  list-style-type: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}

.wrapper>* {
  min-width: 0;
}

/*
(i) Стили будут применяться ко
всем классам содержащим *__container
Например header__container, main__container и т.д.
Снипет (HTML): cnt
*/

[class*=__container] {
  max-width: 60.625rem;
  margin: 0 auto;
  padding: 0 0.9375rem;
}

[class*=-ibg] {
  position: relative;
}

[class*=-ibg] img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

[class*=-ibg_contain] img {
  -o-object-fit: contain;
  object-fit: contain;
}

@supports (margin-top: clamp(2.5rem, 1.2692307692rem + 6.1538461538vw, 5rem)) {
  .header {
    margin-top: clamp(2.5rem, 1.2692307692rem + 6.1538461538vw, 5rem);
  }
}

@supports not (margin-top: clamp(2.5rem, 1.2692307692rem + 6.1538461538vw, 5rem)) {
  .header {
    margin-top: calc(2.5rem + 2.5 * (100vw - 20rem) / 40.625);
  }
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@supports (margin-bottom: clamp(2.5rem, 1.2692307692rem + 6.1538461538vw, 5rem)) {
  .header__logo {
    margin-bottom: clamp(2.5rem, 1.2692307692rem + 6.1538461538vw, 5rem);
  }
}

@supports not (margin-bottom: clamp(2.5rem, 1.2692307692rem + 6.1538461538vw, 5rem)) {
  .header__logo {
    margin-bottom: calc(2.5rem + 2.5 * (100vw - 20rem) / 40.625);
  }
}

.header__location {
  position: relative;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@supports (margin-bottom: clamp(2.5rem, 1.2692307692rem + 6.1538461538vw, 5rem)) {
  .header__location {
    margin-bottom: clamp(2.5rem, 1.2692307692rem + 6.1538461538vw, 5rem);
  }
}

@supports not (margin-bottom: clamp(2.5rem, 1.2692307692rem + 6.1538461538vw, 5rem)) {
  .header__location {
    margin-bottom: calc(2.5rem + 2.5 * (100vw - 20rem) / 40.625);
  }
}

.header__location a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 0.1875rem;
  -moz-column-gap: 0.1875rem;
  column-gap: 0.1875rem;
  row-gap: 1.25rem;
}

.header__location::after,
.footer__email a::after {
  content: "";
  position: absolute;
  background: #96bcb1;
  bottom: -0.625rem;
  left: 0;
  width: 0;
  height: 0.1875rem;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.footer {
  margin-bottom: 5rem;
}

@supports (margin-bottom: clamp(2.5rem, 1.2692307692rem + 6.1538461538vw, 5rem)) {
  .footer {
    margin-bottom: clamp(2.5rem, 1.2692307692rem + 6.1538461538vw, 5rem);
  }
}

@supports not (margin-bottom: clamp(2.5rem, 1.2692307692rem + 6.1538461538vw, 5rem)) {
  .footer {
    margin-bottom: calc(2.5rem + 2.5 * (100vw - 20rem) / 40.625);
  }
}

.footer__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 0.3125rem;
  -moz-column-gap: 0.3125rem;
  column-gap: 0.3125rem;
  row-gap: 1.25rem;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 0.875rem;
  text-transform: uppercase;
  font-weight: 700;
}

.footer__email a {
  position: relative;
  padding-top: 1.25rem;
  transition: all 0.3s ease 0s;
  text-transform: lowercase;
}

@supports (margin-bottom: clamp(2.5rem, 1.2692307692rem + 6.1538461538vw, 5rem)) {
  .page {
    margin-bottom: clamp(2.5rem, 1.2692307692rem + 6.1538461538vw, 5rem);
  }
}

@supports not (margin-bottom: clamp(2.5rem, 1.2692307692rem + 6.1538461538vw, 5rem)) {
  .page {
    margin-bottom: calc(2.5rem + 2.5 * (100vw - 20rem) / 40.625);
  }
}

.gallery {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 0.8125rem;
  -moz-column-gap: 0.8125rem;
  column-gap: 0.8125rem;
}

.gallery__item {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr auto;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  overflow: hidden;
  position: relative;
  max-width: 100%;
}

.gallery__item img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.gallery__item:not(:last-child) {
  margin-bottom: 0.8125rem;
}

.gallery__item--type-1 {
  height: 10.5625rem;
}

.gallery__item--type-2 {
  height: 14.0625rem;
}

.gallery__item--type-3 {
  height: 15.875rem;
}

.gallery__item--type-4 {
  height: 19.3125rem;
}

@media (max-width: 46.875rem) {
  .gallery {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}

@media (max-width: 30rem) {
  .gallery {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

@media (any-hover: hover) {
  .header__location:hover,
  .footer__email a:hover {
    color: #77a89a;
  }

  .header__location:hover::after,
  .footer__email a:hover::after {
    width: 100%;
  }

  .gallery__item:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}