Html {
  scroll-behavior: smooth;
}

.gallery-container {
  margin-top: -100vh;
}

.gallery__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  width: 100%;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gallery__block .gallery__background,
.gallery__block > img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery__block .gallery__background img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery__content {
  position: relative;
  margin-left: 95px;
  max-width: 450px;
  color: #fff;
}

.gallery__content h3 {
  font-family: PragmaticaLightC, sans-serif;
  color: #fff;
  font-size: 60px;
}

.gallery__content.right {
  margin-left: auto;
  margin-right: 0;
}

.gallery__description p {
  font-size: 16px;
  line-height: 21px;
  color: #fff;
}

.left-menu {
  position: -webkit-sticky;
  position: sticky;
  left: 0;
  top: 0;
  height: 100vh;
  z-index: 2;
  width: 91px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.left-menu::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: .1;
}

.vertical-tabs {
  list-style: none;
  width: 100%;
  padding: 0;
}

.vertical-tabs li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 14px 0;
  color: #fff;
  cursor: pointer;
  height: 40px;
  position: relative;
  font-family: LADAPragmatica,Roboto,sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: .02em;
  text-transform: uppercase;
  color: #fff;
  margin-top: 20px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-right: 10px;
  padding-left: 15px;
}

.vertical-tabs li::after {
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  width: 3px;
  -webkit-transition: all .15s;
  transition: all .15s;
  position: absolute;
}

.vertical-tabs li:hover::after {
  background-color: rgba(255, 255, 255, 0.3);
  top: 0;
  bottom: 0;
  right: 0;
  content: "";
  width: 3px;
  -webkit-transition: all .15s;
  transition: all .15s;
}

.vertical-tabs li.active::after {
  background-color: #e37639;
  right: -1px;
  width: 4px;
  position: absolute;
}

.family-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.family-buttons .family-button__container {
  position: relative;
  width: 100%;
  height: 150px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  letter-spacing: .2em;
  text-transform: uppercase;
  color: #fff;
}

.family-buttons .family__button {
  background-color: #e6873b;
  width: 100%;
}

.family-buttons .family__button:last-child {
  background-color: #e37639;
}

.family-buttons .family-button__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.family-buttons .family-button__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: saturate(100%) contrast(100%) grayscale(1) brightness(1.5);
          filter: saturate(100%) contrast(100%) grayscale(1) brightness(1.5);
}

.family-buttons .family-button__img::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(224, 100, 0, 0.8);
}

.family-buttons .family-button__text {
  position: relative;
}

.family-buttons .family-button__text span {
  margin: 0 10px 0;
}

.footer {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .family-buttons .family__button:hover .family-button__img {
    opacity: 1;
  }
}

@media screen and (max-width: 1024px) {
  .gallery__block {
    height: auto;
    min-height: 655px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .gallery__content {
    padding-bottom: 65px;
  }
  .gallery__content h3 {
    font-size: 36px !important;
    line-height: 43px !important;
  }
  .gallery__content.right {
    margin-left: 95px;
  }
  .left-menu {
    display: none;
  }
  .gallery-container {
    margin-top: 0;
  }
}

@media screen and (max-width: 900px) {
  .gallery-container {
    margin-top: 0;
  }
  .gallery__content,
  .gallery__content.right {
    margin-left: 0;
    padding: 0 10px 48px;
  }
  .gallery__content > a {
    min-width: 250px;
  }
  .family-buttons .family-button__container {
    height: 104px;
  }
  .family-buttons .family-button__text {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: .05em;
  }
  .pc {
    display: none;
  }
  .mob {
    display: block;
  }
}

@media screen and (max-width: 900px) {
  .gallery__content > a {
    min-width: 100%;
  }
  .gallery__content .transparent-button {
    margin-top: 10px;
  }
}

@media screen and (max-width: 500px) {
  .gallery__block {
    height: 100vh;
  }
  .gallery__description {
    margin-bottom: 24px;
  }
  .gallery__description p {
    font-size: 14px;
    line-height: 18px;
  }
  .family-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*# sourceMappingURL=family.css.map */