body {
  color: #140E0A;
  background-color: #FFFEF8;
  line-height: 1.28;
  font-size: 2rem;
}

a {
  color: #140E0A;
}
a a:visited {
  color: #140E0A;
}

.header {
  position: fixed;
  z-index: 100;
  margin-top: 2rem;
  width: 100%;
  mix-blend-mode: normal;
}
.header path {
  transition: 0.5s;
}
.header__container {
  width: 172.8rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.header__phone {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  padding-top: 1.1rem;
  font-size: 1.4rem;
  line-height: 1.4;
  letter-spacing: 0.12em;
}
.header__menu {
  text-transform: uppercase;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  width: 40%;
  padding-top: 1.1rem;
}
.header__menu ul {
  display: flex;
}
.header__menu-item {
  margin-right: 5rem;
}
.header__menu-item:last-child {
  margin-right: 0;
}

section {
  position: relative;
  overflow-y: auto;
  overflow-x: hidden;
  width: 100vw;
  height: 100vh;
}
section.main-view {
  overflow-y: hidden;
}

.main-view__container {
  position: relative;
}
.main-view__arrow {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: 0.3s 0s;
  width: 3rem;
}
.main-view__arrow-wrapper {
  position: absolute;
  top: 16rem;
  left: 8.2rem;
  height: 2.5rem;
}
.main-view__button-text {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: 0.3s 0s;
}
.main-view__button-text-wrapper {
  position: absolute;
  display: flex;
  align-items: flex-end;
  height: 4rem;
  width: 20rem;
  top: 10.1rem;
  left: 8.2rem;
  font-size: 1.4rem;
  line-height: 2rem;
  text-transform: uppercase;
  color: #FFFEF8;
  letter-spacing: 0.12em;
}
.main-view__gray-line {
  position: absolute;
  width: 0%;
  top: 30.1rem;
  left: 0;
  height: 0.1rem;
  background-color: rgba(255, 254, 248, 0.3);
  transition: 0.2s 0s linear;
}
.main-view__top-holder {
  min-height: 7rem;
  height: 11.1111111111vh;
}
.main-view__content {
  padding-top: 16rem;
  padding-left: 38.8rem;
  width: 113.4rem;
  height: 55.1111111111vh;
  min-height: 40rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.main-view__footer {
  display: flex;
  color: #FFFEF8;
  justify-content: space-between;
}
.main-view__footer-left {
  font-size: 2.2rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.main-view__footer-right {
  font-size: 2rem;
  line-height: 1.28;
}
.main-view__title {
  font-size: 7.2rem;
  font-family: "Forum", serif;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #FFFEF8;
}
.main-view__button-anchor {
  position: absolute;
  z-index: 3;
  left: 9.5rem;
}

.icon-arrow-right, .icon-arrow-left {
  width: 2.4rem;
  height: 2.4rem;
}

.round-button {
  margin-top: 0;
  margin-left: 0;
  width: 36.9rem;
  height: 36.9rem;
  border-radius: 50%;
  border: 0.1rem solid rgba(255, 254, 248, 0.4);
  transition: 0.2s linear;
  cursor: pointer;
}
.round-button:hover {
  margin-top: 2.5rem;
  margin-left: 2.5rem;
  width: 32rem;
  height: 32rem;
  transition: 0.2s linear;
}

.isLoading {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#loading-section {
  display: none;
}

.isLoading #loading-section {
  position: fixed;
  z-index: 10000;
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  background-color: #FFFEF8;
}

.logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 6.8rem;
}

.logo-top {
  height: 3.5rem;
}

.logo-middle {
  height: 1rem;
  margin-top: 0.6rem;
}

.logo-bottom {
  margin-top: 0.6rem;
  height: 1rem;
  width: 6.1rem;
}

.projects-top {
  width: 100%;
  color: #140E0A;
  background-color: #FFFEF8;
  position: absolute;
  overflow: hidden;
  z-index: 99;
  height: 0;
  transition: 0.3s;
}
.projects-top__menu {
  border-top: 1px solid rgba(20, 14, 10, 0.16);
  display: flex;
  justify-content: space-between;
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 0.12em;
  width: 172.8rem;
  margin: 0 auto;
}
.projects-top__menu-right {
  display: flex;
}
.projects-top__menu-item {
  display: block;
  box-sizing: border-box;
  height: 6.8rem;
  padding: 2.7rem 5.6rem 0;
  border-right: 1px solid rgba(20, 14, 10, 0.16);
  color: #140E0A;
  background: transparent;
  transition: 0.3s;
}
.projects-top__menu-item:last-child {
  border-right: 0;
}
.projects-top__menu-item:hover {
  background: #140E0A;
  border-color: #140E0A;
  color: #FFFEF8;
  transition: 0.3s;
}
.projects-top__content {
  padding-top: 13rem;
  padding-bottom: 6rem;
  width: 172.8rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.projects-top__title {
  font-family: Forum, serif;
  font-size: 7.2rem;
  line-height: 100%;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.projects-top__right {
  width: 84rem;
}
.projects-top__sub-title {
  font-size: 2.2rem;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 0.04em;
}
.projects-top__spacer {
  height: 1.6rem;
}
.projects-top__spacer2 {
  height: 6rem;
}

.primary-button {
  display: flex;
  align-items: center;
  width: fit-content;
}
.primary-button:hover .primary-button__text-animation {
  background-position: -2.5rem 0;
  transition: 0.3s;
}
.primary-button:hover .primary-button__circle {
  background-color: #140e0a;
  transition: 0.3s;
}
.primary-button:hover .icon-arrow-right path {
  stroke: #FFFEF8;
  transition: 0.3s;
}
.primary-button__text {
  font-size: 1.4rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding-top: 0.4rem;
  position: relative;
  z-index: 2;
}
.primary-button__text-animation {
  background: #000;
  background: linear-gradient(90deg, rgb(0, 0, 0) 67%, rgb(255, 255, 255) 67%);
  background-size: 150% 100%;
  background-position: 0% 0;
  transition: 0.3s linear;
  background-clip: text;
  color: rgba(0, 0, 0, 0);
  fill: rgba(0, 0, 0, 0);
}
.primary-button__circle {
  box-sizing: border-box;
  width: 7.6rem;
  height: 7.6rem;
  border-radius: 50%;
  border: 0.1rem solid rgba(20, 14, 10, 0.16);
  background-color: #FFFEF8;
  transition: 0.3s;
}
.primary-button__circle-anchor {
  position: relative;
  height: 2.4rem;
  width: 0.1rem;
  z-index: 1;
}
.primary-button__arrow {
  margin-left: 1.5rem;
  height: 2.4rem;
  position: relative;
  z-index: 2;
}
.primary-button__arrow .icon-arrow-right path {
  stroke: #140E0A;
  transition: 0.3s;
}

.pg-active .primary-button__circle-animation {
  height: 7.8rem;
  width: 7.8rem;
  transition: 1s;
}

.primary-button__circle-animation {
  overflow: hidden;
  top: -2.6rem;
  left: -2.6rem;
  position: absolute;
  height: 0;
  transition: 0.3s;
}

.pg-active.animation-state-0 .projects-top {
  height: 40.6rem;
  transition: 0.5s;
}

.pg-active.animation-state-1 .projects-top {
  height: 0;
  transition: 1s;
}

.projects-swiper {
  position: relative;
  z-index: 2 !important;
  height: 100vh;
  width: 100vw;
}
.projects-swiper img {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
}

.projects-swiper-slide {
  display: flex;
  align-items: end;
  position: relative;
  justify-content: center;
  height: 100vh;
  width: 100vw;
}
.projects-swiper-slide__content {
  position: absolute;
  display: flex;
  color: #FFFEF8;
  z-index: 2;
  bottom: 30vh;
  left: 9.4rem;
  width: 172.8rem;
  align-items: center;
  transition: 0.3s;
}
.projects-swiper-slide__text {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 2.2rem;
  letter-spacing: 0.12em;
}
.projects-swiper-slide__text-animation {
  position: relative;
  overflow: hidden;
  height: 0;
}
.projects-swiper-slide__text-animation-wrapper {
  height: 2rem;
  transition: 0.3s;
}
.projects-swiper-slide__title {
  margin-left: 29.5rem;
  font-family: Forum, serif;
  font-size: 7.2rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  flex-grow: 1;
  height: 7.2rem;
}
.projects-swiper-slide__title-animation {
  position: relative;
  overflow: hidden;
  height: 0;
}
.projects-swiper-slide__title-animation-wrapper {
  height: 7.2rem;
  transition: 0.3s;
}
.projects-swiper-slide__button-anchor {
  position: absolute;
  height: 37.5rem;
  bottom: -9rem;
}

.projects__gray-line {
  width: 0;
  height: 0.1rem;
  position: absolute;
  left: 0;
  background-color: rgba(255, 254, 248, 0.3);
  bottom: 28.5555555556vh;
  z-index: 99;
  transition: 0.3s;
}

.projects-swiper__next {
  margin-left: 1.6rem;
}

.projects-swiper__next, .projects-swiper__prev {
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
}

.projects-swiper__next.swiper-button-disabled, .projects-swiper__prev.swiper-button-disabled {
  opacity: 0.5;
  cursor: default;
}

.projects-swiper__navigation {
  position: absolute;
  overflow: hidden;
  right: 9.4rem;
  bottom: 21.8888888889vh;
  z-index: 97;
  transition: 0.3s;
}
.projects-swiper__navigation-animation {
  display: flex;
  justify-content: end;
  width: 10rem;
  transform: translateY(-105%);
  transition: 0.3s;
}

.pg-active.animation-state-0 .projects-swiper__navigation {
  bottom: 21.8888888889vh;
  transition: 1s;
}

.pg-active.animation-state-1 .projects-swiper__navigation {
  bottom: 35.3333333333vh;
  transition: 1s;
}

.pg-active.animation-state-0 .projects-swiper__navigation-animation {
  transform: translateY(0);
  transition: 0.5s 2.5s;
}

.pg-active.animation-state-1 .projects-swiper__navigation-animation {
  transform: translateY(0);
  transition: 0.5s 1.5s;
}

.projects-change-state, .premium-change-state {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 98;
}

.animation-state-1 .projects-change-state, .animation-state-1 .premium-change-state {
  display: none;
}

.services-desc__scroll {
  padding-top: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  height: 100vh;
  min-height: 76rem;
  width: 100%;
}
.services-desc__wrapper {
  width: 100%;
  position: relative;
}
.services-desc__list {
  margin-top: 2.4rem;
}
.services-desc__list .animation-slide-right {
  margin-top: 1.5rem;
}
.services-desc__list-item {
  box-sizing: content-box;
  padding-left: 1.8rem;
}
.services-desc__list-item:before {
  content: "";
  min-width: 0.625rem;
  height: 0.625rem;
  background-color: rgba(20, 14, 10, 0.16);
  display: inline-block;
  position: absolute;
  z-index: 4;
  left: 0px;
  top: 0.8rem;
  border-radius: 50%;
}
.services-desc__gray-line {
  width: 0;
  height: 1px;
  background-color: rgba(20, 14, 10, 0.16);
  position: absolute;
  bottom: 9rem;
  left: 0;
  transition: 0.3s;
}
.services-desc__content {
  display: flex;
  justify-content: space-between;
}
.services-desc__col {
  height: 45rem;
  width: 84rem;
  display: flex;
  justify-content: space-between;
}
.services-desc__button-anchor {
  position: absolute;
  right: 0;
  bottom: -5rem;
  height: 30.5rem;
}
.services-desc__bottom {
  position: absolute;
  bottom: 4rem;
  left: 0;
}
.services-desc__bottom-text {
  font-size: 1.4rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.services-desc__bottom-price {
  margin-top: 1.5rem;
}
.services-desc__text {
  width: 50rem;
  position: relative;
}
.services-desc__text-spicer {
  height: 4rem;
}
.services-desc__text-wrapper.title {
  font-family: Forum, serif;
  font-size: 2.4rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.services-desc__img-animation {
  width: 30rem;
  height: 0;
  position: relative;
  overflow: hidden;
}
.services-desc__img-wrapper {
  width: 30rem;
  height: 45rem;
}
.services-desc__img-wrapper img {
  width: 30rem;
  height: 45rem;
  object-fit: cover;
  object-position: center;
}
.services-desc__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.services-desc__top-right {
  font-size: 2.2rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.services-desc__title {
  font-size: 6rem;
  line-height: 1;
  text-transform: uppercase;
  font-family: Forum, serif;
  letter-spacing: 0.04em;
}
.services-desc__container {
  width: 172.8rem;
  margin: 0 auto;
  padding-top: 4rem;
  padding-bottom: 9rem;
}

.pg-active .mid-size .animation-button-height {
  height: 30.5rem;
  width: 30.5rem;
}

.mid-size .animation-button-height {
  width: 30.5rem;
}

.pg-active .services-desc__gray-line {
  width: 100%;
  transition: 1s 1s;
}

.pg-active .services-desc__img-animation {
  height: 45rem;
  transition: 1s 0.3s;
}

.supervisors__scroll {
  padding-top: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  height: 100vh;
  min-height: 86rem;
  width: 100%;
}
.supervisors__header-holder {
  height: 11rem;
  flex-shrink: 0;
}
.supervisors__button-anchor {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
}
.supervisors__gray-line {
  height: 1px;
  width: 0;
  background-color: rgba(20, 14, 10, 0.16);
  flex-shrink: 0;
  transition: 0.3s;
}
.supervisors__type {
  text-transform: uppercase;
  font-size: 1.4rem;
  line-height: 2rem;
  letter-spacing: 0.12em;
  width: 45.3rem;
  margin-right: 4.4rem;
}
.supervisors__sub-title {
  text-transform: uppercase;
  font-size: 1.9rem;
  line-height: 1.1;
  letter-spacing: 0.04em;
}
.supervisors__top {
  width: 147rem;
  margin: 0 auto;
  padding-top: 15rem;
  padding-bottom: 2.4rem;
  position: relative;
  flex-shrink: 0;
}
.supervisors__content {
  width: 147rem;
  margin: 0 auto;
  padding-top: 3.5rem;
  padding-bottom: 2rem;
  flex-shrink: 0;
}
.supervisors__content-text-spicer {
  height: 3.2rem;
}
.supervisors__content-text {
  font-size: 2rem;
  line-height: 1.2;
  width: 61rem;
}
.supervisors__content-top {
  margin-left: 26.6rem;
  display: flex;
  margin-bottom: 2.9rem;
}
.supervisors__content-main {
  display: flex;
  height: 40rem;
  position: relative;
}
.supervisors__content-main .primary-button {
  position: absolute;
  bottom: 2.6rem;
  right: 0;
}
.supervisors__content-main img {
  width: 100%;
  height: 40rem;
  object-fit: cover;
}
.supervisors__content-first {
  position: relative;
  overflow: hidden;
  width: 22.6rem;
  height: 0;
  margin-right: 4rem;
  transition: 0.3s;
}
.supervisors__content-second {
  position: relative;
  overflow: hidden;
  width: 45.3rem;
  height: 0;
  margin-right: 4rem;
  transition: 0.3s;
}
.supervisors__title {
  font-family: Forum, serif;
  margin-left: 26.6rem;
  text-transform: uppercase;
  font-size: 6.1rem;
  line-height: 1;
  letter-spacing: 0.04em;
}

.pg-active .supervisors__content-first {
  height: 40rem;
  transition: 1s 0.5s;
}

.pg-active .supervisors__content-second {
  height: 40rem;
  transition: 1s 0.6s;
}

.black-button .round-button {
  border-color: rgba(20, 14, 10, 0.16);
}
.black-button .main-view__button-text {
  color: #140E0A;
}
.black-button .icon-arrow-right path {
  stroke: #140E0A;
}

.animation-button-height {
  width: 37.5rem;
}

.mid-size .round-button {
  width: 30rem;
  height: 30rem;
}
.mid-size .round-button:hover {
  width: 27rem;
  height: 27rem;
  margin-top: 1.5rem;
  margin-left: 1.5rem;
}
.mid-size .main-view__button-text-wrapper {
  top: 7rem;
  left: 6rem;
}
.mid-size .main-view__arrow-wrapper {
  top: 13rem;
  left: 6rem;
}

.services {
  position: relative;
}
.services__scroll {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10rem;
  box-sizing: border-box;
  height: 100vh;
  min-height: 86rem;
}
.services__container {
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 4rem;
  position: relative;
  flex-shrink: 0;
}
.services__gray-line {
  position: absolute;
  height: 1px;
  width: 0;
  background-color: rgba(20, 14, 10, 0.16);
  top: 66rem;
}
.services__content {
  width: 140rem;
  margin: 0 auto;
}
.services__top {
  display: flex;
  align-items: center;
}
.services__top-button {
  padding: 2.6rem 0;
  margin-bottom: 1.5rem;
}
.services__title {
  text-transform: uppercase;
  font-size: 7.2rem;
  line-height: 1;
  font-family: Forum, serif;
  letter-spacing: 0.04em;
  width: 72rem;
}

.pg-active .services__gray-line {
  width: 100%;
  transition: 1s 1s;
}

.services-list {
  margin-top: 3rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.services-list__item {
  width: 32rem;
  height: 56rem;
}
.services-list__item-animation {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: 0.3s;
}
.services-list__img-wrapper {
  height: 42rem;
}
.services-list__img-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.services-list__name {
  margin-top: 3rem;
  font-size: 2.8rem;
  line-height: 1;
  font-family: Forum, serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.services-list__description {
  margin-top: 3rem;
}

.pg-active .services-list__item-animation {
  height: 56rem;
  transition: 1s 0.3s;
}

.pg-active .services-list__item:nth-child(2) .services-list__item-animation {
  transition: 1s 0.4s;
}

.pg-active .services-list__item:nth-child(3) .services-list__item-animation {
  transition: 1s 0.5s;
}

.pg-active .services-list__item:nth-child(4) .services-list__item-animation {
  transition: 1s 0.6s;
}

.specialists {
  position: relative;
}
.specialists__container {
  position: relative;
  width: 100%;
}
.specialists__content {
  position: relative;
  height: 75rem;
  margin: 0 auto;
  width: 160rem;
}
.specialists__scroll {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10rem;
  box-sizing: border-box;
  height: 100vh;
  min-height: 75rem;
}
.specialists__top {
  position: absolute;
  z-index: 99;
}
.specialists__title {
  padding-top: 13rem;
  padding-left: 23rem;
  font-family: Forum, serif;
  font-size: 6rem;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.04em;
}
.specialists__button-anchor {
  position: absolute;
}
.specialists__gray-line {
  position: absolute;
  left: 0;
  top: 24.5rem;
  height: 1px;
  width: 0;
  background-color: rgba(20, 14, 10, 0.16);
  z-index: 99;
}

.pg-active .specialists__gray-line {
  width: 100%;
  transition: 1s 1s;
}

.specialists-swiper {
  height: 75rem;
  width: 160rem;
}
.specialists-swiper__navigation {
  position: absolute;
  z-index: 99;
  left: 26.2rem;
  bottom: 0;
}
.specialists-swiper__navigation-animation {
  width: 6rem;
  height: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.specialists-swiper__navigation svg {
  cursor: pointer;
}
.specialists-swiper__navigation svg path {
  stroke: #140E0A;
}
.specialists-swiper__text {
  width: 54rem;
  height: 30rem;
  background-color: white;
}
.specialists-swiper__text-animation {
  height: 0;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
.specialists-swiper__name {
  font-size: 2rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 2.2rem;
}
.specialists-swiper__content {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.specialists-swiper__preview-img {
  width: 22.3rem;
  height: 34rem;
}
.specialists-swiper__preview-img img {
  width: 22.3rem;
  height: 0;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}
.specialists-swiper__img {
  width: 75rem;
  height: 75rem;
  display: flex;
  align-items: end;
}
.specialists-swiper__img img {
  width: 75rem;
  height: 0;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}

.pg-active .specialists-swiper__img img {
  height: 75rem;
  transition: 1s 0.3s;
}

.pg-active .specialists-swiper__preview-img img {
  height: 34rem;
  transition: 1s 0.3s;
}

.pg-active .specialists-swiper__text-animation {
  height: 30rem;
  transition: 1s 0.5s;
}

.premium {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.premium__button-anchor {
  position: absolute;
  width: 100%;
  z-index: 10;
  bottom: 30vh;
  mix-blend-mode: normal;
}
.premium__button {
  position: absolute;
  right: 56rem;
  bottom: -8rem;
  height: 40rem;
  width: 40rem;
}
.premium__gray-line {
  height: 1px;
  width: 0;
  transition: 0.3s;
  background-color: rgba(255, 254, 248, 0.5);
}
.premium__video {
  width: 100%;
  height: 100%;
  display: flex;
  flex-grow: 1;
}
.premium__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  mix-blend-mode: darken;
}
.premium__title {
  font-family: Forum, serif;
  font-size: 7.2rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 4rem;
}
.premium__top {
  background-color: #FFFEF8;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  height: 100%;
  box-sizing: border-box;
  transition: 0.3s;
  overflow: hidden;
}
.premium__top-sub-title {
  font-size: 2.2rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.premium__top-text {
  margin-top: 1.5rem;
}
.premium__top-left {
  width: 90rem;
  flex-shrink: 0;
}
.premium__top-container {
  width: 172.2rem;
  margin: 0 auto;
  padding-top: 13.4rem;
  padding-bottom: 6rem;
  display: flex;
}

.pg-active.animation-state-0 .premium__gray-line {
  width: 0;
  transition: 1s 1s;
}

.pg-active.animation-state-1 .premium__gray-line {
  width: 100%;
  transition: 1s 1s;
}

.pg-active.animation-state-1.video-playing .premium__gray-line {
  width: 0;
  transition: 0.5s;
}

.faq-list__gray-line:first-child {
  margin-top: 0;
}

.pg-active.animation-state-0.premium-block .main-view__button-text {
  height: 0;
  transition: 0.5s 0s;
}

.pg-active.animation-state-0.premium-block .main-view__arrow {
  height: 0;
  transition: 0.5s 0s;
}

.pg-active.animation-state-0.premium-block .animation-button-height {
  height: 0;
  transition: 0.5s 0s;
}

.pg-active.animation-state-1.video-playing .main-view__button-text {
  height: 0;
  transition: 0.5s;
}

.pg-active.animation-state-1.video-playing .main-view__arrow {
  height: 0;
  transition: 0.5s;
}

.pg-active.animation-state-1.video-playing .animation-button-height {
  height: 0;
  transition: 0.5s;
}

.pg-active.animation-state-0 .premium__top {
  height: 40.4rem;
  transition: 1s;
}

.pg-active.animation-state-1 .premium__top {
  height: 0;
  transition: 1s;
}

.swiper-slide-active .specialists-swiper__img img {
  animation: swiper-clip1-out 0.3s ease-in-out forwards;
}
.swiper-slide-active .specialists-swiper__preview-img img {
  animation: swiper-clip1-out 0.3s ease-in-out forwards;
}

.pg-active .swiper-slide-active .specialists-swiper__img img {
  animation: swiper-clip1 1s ease-in-out forwards;
}
.pg-active .swiper-slide-active .specialists-swiper__preview-img img {
  animation: swiper-clip1 1s ease-in-out forwards;
}

@keyframes swiper-clip1 {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes swiper-clip1-out {
  0% {
    height: 100%;
  }
  100% {
    height: 0;
  }
}
.swiper-button-disabled {
  opacity: 0.5;
}
.swiper-button-disabled svg {
  cursor: default;
}

.steps__content {
  width: 160rem;
  margin: 0 auto;
  position: relative;
}
.steps__container {
  position: relative;
  padding-top: 5rem;
}
.steps__scroll {
  padding-top: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  height: 100vh;
  min-height: 76rem;
  width: 100%;
}
.steps__title {
  font-size: 6rem;
  line-height: 1;
  font-family: Forum, serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 4rem;
  padding-left: 23rem;
}
.steps__button-anchor {
  position: absolute;
  top: -13rem;
  left: 0;
  height: 0;
  width: 100%;
}
.steps__gray-line {
  height: 1px;
  width: 0;
  position: absolute;
  left: 0;
  top: 16.5rem;
  background-color: rgba(20, 14, 10, 0.16);
  transition: 0.3s;
}

.pg-active .steps__gray-line {
  width: 100%;
  transition: 1s 1.5s;
}

.steps-list {
  display: flex;
  justify-content: space-between;
}
.steps-list__col {
  width: 77rem;
  display: flex;
  justify-content: space-between;
}
.steps-list__title {
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.steps-list__name {
  font-size: 2.4rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 1.5rem;
}
.steps-list__gray-line {
  width: 0;
  height: 1px;
  background-color: rgba(20, 14, 10, 0.16);
  margin: 1.5rem 0 1.5rem;
  transition: 0.3s;
}
.steps-list__img {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 25rem;
  min-height: 40rem;
}
.steps-list__img-animation {
  height: 0;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.steps-list__img-wrapper {
  height: 30rem;
}
.steps-list__img-wrapper img {
  width: 25rem;
  height: 30rem;
  object-fit: cover;
  object-position: center;
}
.steps-list__items {
  width: 48rem;
}

.pg-active .steps-list__img-animation {
  height: 30rem;
  transition: 1s 0.5s;
}

.pg-active .steps-list__gray-line {
  width: 100%;
  transition: 1s 1.5s;
}

.steps-list__item:last-child .steps-list__text {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.piter__content {
  width: 160rem;
  margin: 0 auto;
  position: relative;
}
.piter__container {
  position: relative;
}
.piter__button-anchor {
  position: absolute;
  top: -2rem;
  right: 0;
}
.piter__title {
  font-size: 5rem;
  font-family: Forum, serif;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 3rem;
  height: 20rem;
  display: flex;
  align-items: center;
}
.piter__title-animation {
  display: flex;
  align-items: center;
  height: 0;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
.piter__title-animation-wrap {
  height: 20rem;
}
.piter__gray-line {
  position: absolute;
  height: 1px;
  background-color: rgba(20, 14, 10, 0.16);
  width: 0;
  transition: 0.3s;
  top: 23rem;
  left: 0;
}
.piter__scroll {
  padding-top: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  height: 100vh;
  min-height: 76rem;
  width: 100%;
}
.piter__row {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.piter__middle {
  width: 70rem;
  height: 45rem;
}
.piter__middle-animation {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: 0.3s;
}
.piter__middle img {
  width: 70rem;
  height: 45rem;
  transform: scale(1.2);
  transition: 0.3s;
}
.piter__right {
  width: 47rem;
}
.piter__right-text {
  margin-top: 4rem;
}
.piter__left {
  width: 35rem;
}
.piter__left-text {
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 4rem;
}
.piter__left-img {
  width: 20rem;
  height: 25rem;
}
.piter__left-img-animation {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: 0.3s;
}
.piter__left-img img {
  width: 20rem;
  height: 25rem;
  transform: scale(1.2);
  transition: 0.3s;
}

.pg-active .piter__middle-animation {
  height: 45rem;
  transition: 1s 0.8s;
}

.pg-active .piter__left-img-animation {
  height: 25rem;
  transition: 1s 0.8s;
}

.pg-active .piter__left-img img {
  transform: scale(1);
  transition: 1s 1s;
}

.pg-active .piter__middle img {
  transform: scale(1);
  transition: 1s 1s;
}

.pg-active .piter__title-animation {
  height: 20rem;
  transition: 1s;
}

.pg-active .piter__gray-line {
  width: 100%;
  transition: 1s 1.5s;
}

.result__scroll {
  padding-top: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  height: 100vh;
  min-height: 76rem;
  width: 100%;
}
.result__content {
  width: 172.2rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.result__left {
  width: 55rem;
}
.result__right {
  width: 111rem;
  height: 72rem;
}
.result__title {
  font-size: 7.2rem;
  line-height: 1;
  font-family: Forum, serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 4.4rem;
}
.result__text {
  margin-bottom: 7rem;
}

.result-swiper {
  width: 111rem;
  height: 72rem;
}
.result-swiper__navigation {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 0;
  overflow: hidden;
  transition: 0.3s;
}
.result-swiper__navigation-animation {
  display: flex;
  justify-content: space-between;
  width: 7rem;
  height: 2.6rem;
}
.result-swiper__navigation svg {
  cursor: pointer;
}
.result-swiper__navigation path {
  stroke: #140E0A;
}
.result-swiper__text {
  position: absolute;
  font-size: 1.4rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  top: 6rem;
  right: 5.4rem;
  color: #FFFEF8;
  z-index: 10;
}
.result-swiper__slide {
  width: 111rem;
}
.result-swiper__slide-animation {
  width: 111rem;
  display: flex;
  justify-content: space-between;
  height: 0;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
.result-swiper__slide-left {
  width: 54rem;
  height: 72rem;
  position: relative;
}
.result-swiper__slide img {
  width: 54rem;
  height: 72rem;
}
.result-swiper__slide-right {
  width: 54rem;
  height: 72rem;
  position: relative;
}
.result-swiper__img {
  width: 54rem;
  height: 72rem;
  position: relative;
  overflow: hidden;
}

.pg-active .result-swiper__navigation {
  height: 2.6rem;
  transition: 0.5s 1s;
}

.pg-active .result-swiper__slide-animation {
  height: 72rem;
  transition: 1.9s;
}

.pg-active .swiper-slide-active .result-swiper__img {
  animation: swiper-clip1 1s ease-in-out forwards;
}

.feedback__scroll {
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  height: 100vh;
  min-height: 76rem;
  width: 100%;
}
.feedback__content {
  width: 172.8rem;
  margin: 0 auto;
}
.feedback__title {
  font-family: Forum, serif;
  font-size: 5rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 1.5rem;
}
.feedback__top {
  height: 22.5rem;
  display: flex;
  align-items: end;
  box-sizing: border-box;
  padding-bottom: 3rem;
}
.feedback__top-animation {
  height: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  transition: 0.3s;
}
.feedback__middle {
  display: flex;
  justify-content: space-between;
}
.feedback-form {
  width: 40rem;
}
.feedback-form__title {
  font-size: 2.2rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 3.8rem;
}
.feedback-form input[type=text] {
  opacity: 0;
  width: 100%;
  transition: 0.3s;
}
.feedback-form__wrapper {
  position: relative;
}
.feedback-form .primary-button {
  position: absolute;
  right: 0;
  top: 0;
}
.feedback-form__err {
  margin-top: 1.5rem;
  color: rgba(20, 14, 10, 0.4);
  opacity: 0;
  transition: 0.3s;
}
.feedback-form__err.show {
  opacity: 1;
  transition: 0.3s;
}
.feedback-form__desc {
  margin-top: 1.6rem;
  color: rgba(20, 14, 10, 0.4);
}
.feedback-form .contacts-block {
  margin-top: 2rem;
}
.feedback__img {
  width: 84rem;
  height: 45rem;
}
.feedback__img-animation {
  position: relative;
  overflow: hidden;
  width: 84rem;
  height: 0;
  transition: 0.3s;
}
.feedback__img img {
  width: 84rem;
  height: 45rem;
}
.feedback__info {
  width: 40rem;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.feedback__info-title {
  font-family: Forum, serif;
  font-size: 2.8rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.feedback__info .animation-slide-right__container {
  margin-bottom: 1.8rem;
}
.feedback__info-item {
  display: flex;
  align-items: center;
}
.feedback__info-item:last-child {
  margin-bottom: 0;
}
.feedback__info-item:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  background-color: rgba(20, 14, 10, 0.16);
  border-radius: 50%;
  margin-right: 1.5rem;
  position: relative;
  bottom: 0.1rem;
}

.pg-active .feedback__img-animation {
  height: 45rem;
  transition: 1s 0.5s;
}

.pg-active .input-text {
  opacity: 1 !important;
  transition: 1.5s 0.5s !important;
}

.pg-active .feedback__top-animation {
  height: 18.5rem;
  transition: 1s 0.5s;
}

input, textarea {
  -webkit-animation: bugfix infinite 1s;
  line-height: inherit;
  margin: 0;
  padding: 0;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  color: inherit;
  cursor: pointer;
}

input.input-text:focus,
textarea.input-text:focus {
  border-bottom: 2px solid #140e0a;
  transition: 0.3s;
}

input.input-text, textarea.input-text {
  font-family: Circe;
  font-size: 2rem;
  font-weight: 400;
  line-height: 120%;
  border-bottom: 2px solid rgba(20, 14, 10, 0.16);
  padding-bottom: 3.1rem;
  resize: none;
  transition: 0.3s;
}

.contacts-block__title {
  font-size: 2.2rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 1.5rem;
}
.contacts-block__links {
  display: flex;
}
.contacts-block__link {
  box-sizing: border-box;
  width: 6.4rem;
  height: 6.4rem;
  border-radius: 50%;
  border: 1px solid #140E0A;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.2;
  margin-right: 1.6rem;
  transition: 0.3s;
}
.contacts-block__link svg {
  width: 3.2rem;
  height: 3.2rem;
}
.contacts-block__link:hover {
  opacity: 1;
  transition: 0.3s;
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.footer__gray-line {
  width: 0;
  height: 1px;
  background-color: rgba(20, 14, 10, 0.16);
  transition: 0.3s;
}
.footer__container {
  width: 172.8rem;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 10rem;
}
.footer__left a {
  color: rgba(20, 14, 10, 0.4);
}
.footer__middle {
  color: rgba(20, 14, 10, 0.4);
}
.footer__middle span {
  position: relative;
  bottom: 0.3rem;
}
.footer__right {
  width: 33rem;
}
.footer__right-button {
  height: 7.8rem;
  width: 32rem;
  padding-right: 2rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.pg-active .footer__gray-line {
  width: 100%;
  transition: 1s 1.5s;
}

.services-section {
  padding-top: 13rem;
}
.services-section__animation-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
}
.services-section__row {
  width: 144rem;
  margin: 0 auto 4.4rem;
  height: 70rem;
}
.services-section__row-animation {
  display: flex;
  justify-content: space-between;
  width: 144rem;
  height: 0;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
.services-section__item {
  display: block;
  width: 70rem;
  height: 70rem;
  color: #FFFEF8;
  position: relative;
  overflow: hidden;
}
.services-section__item-bottom {
  position: absolute;
  z-index: 2;
  bottom: 4.5rem;
  left: 5rem;
  width: 30rem;
  height: 20rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.services-section__item-title {
  font-family: Forum, serif;
  font-size: 6rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  position: absolute;
  z-index: 2;
  top: 5rem;
  left: 5rem;
}
.services-section__item img {
  width: 70rem;
  height: 70rem;
  object-fit: cover;
  object-position: center;
  transform: scale(1.2);
  transform-origin: center;
  transition: 1s;
}
.services-section__sub-title {
  font-size: 2.2rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 1.6rem;
}
.services-section__top {
  position: relative;
  overflow: hidden;
  width: 144rem;
  margin: 0 auto 8rem;
  display: flex;
  height: 12.9rem;
  transition: 0.3s;
}
.services-section__title {
  width: 74rem;
  font-family: Forum, serif;
  font-size: 7.2rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04rem;
}

.prices {
  position: relative;
}
.prices__content {
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: 15vh;
  width: 100%;
  color: #FFFEF8;
}
.prices__button-anchor {
  position: absolute;
  left: 9.6rem;
  bottom: 0;
  width: 37.5rem;
  height: 37.5rem;
}
.prices__title {
  padding-left: 39rem;
  font-family: Forum, serif;
  font-size: 7.2rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.prices__text {
  padding-left: 39rem;
}
.prices__gray-line {
  height: 1px;
  background-color: rgba(255, 254, 248, 0.3);
  width: 0;
  transition: 0.3s;
  margin: 1.3rem 0;
}
.prices__bg {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.3s;
}
.prices__bg img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}

.pg-active .prices__gray-line {
  width: 100%;
  transition: 1s 1s;
}

.pg-active .prices__bg {
  height: 100%;
  transition: 1s;
}

.pg-active .services-section__row-animation {
  height: 70rem;
  transition: 1s 0.5s;
}

.pg-active.animation-state-0 .services-section__animation-scroll, .animation-state-0 .services-section__animation-scroll {
  transform: translateY(0);
  transition: 1s;
}

.pg-active.animation-state-1 .services-section__animation-scroll, .animation-state-1 .services-section__animation-scroll {
  transform: translateY(-20.8rem);
  transition: 1s;
}

.pg-active.animation-state-2 .services-section__animation-scroll, .animation-state-2 .services-section__animation-scroll {
  transform: translateY(-95.2rem);
  transition: 1s;
}

.prices-design__scroll {
  padding-top: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  height: 100vh;
  min-height: 76rem;
  width: 100%;
}
.prices-design__fields {
  position: relative;
  overflow: hidden;
  width: auto;
}
.prices-design__field {
  position: relative;
  box-sizing: border-box;
  padding-left: 2rem;
  width: 54.7rem;
  transform: translateX(60rem);
  transition: 0.3s;
}
.prices-design__field:before {
  content: "";
  min-width: 0.625rem;
  height: 0.625rem;
  background-color: rgba(20, 14, 10, 0.16);
  border-radius: 50%;
  display: inline-block;
  position: absolute;
  z-index: 4;
  left: 0;
  top: 0.8rem;
}
.prices-design__content {
  width: 172.8rem;
  margin: 0 auto;
}
.prices-design__title {
  font-family: Forum, serif;
  font-size: 7.2rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 5rem;
}
.prices-design__list {
  display: flex;
  justify-content: space-between;
}
.prices-design__item {
  width: 54.7rem;
  height: 60rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.prices-design__name {
  font-family: Forum, serif;
  font-size: 2.8rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 1rem;
}
.prices-design__gray-line {
  height: 1px;
  background-color: rgba(20, 14, 10, 0.16);
  width: 0;
  margin: 1.5rem 0;
  transition: 0.3s;
}
.prices-design__img {
  width: 54.7rem;
  height: 34.8rem;
  display: flex;
  align-items: end;
}
.prices-design__img-animation {
  width: 54.7rem;
  height: 0;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: end;
  transition: 0.3s;
}
.prices-design__img img {
  width: 54.7rem;
  height: 34.8rem;
  object-fit: cover;
  object-position: center;
  transform: scale(1.2);
  transition: 0.3s;
}

.pg-active .prices-design__gray-line {
  width: 100%;
  transition: 1s 0.5s;
}

.top-services-slide-up {
  transform: translateY(105%);
  transition: 0.3s;
}

.top-services-slide-up__container {
  position: relative;
  overflow: hidden;
}

.pg-active.animation-state-0 .top-services-slide-up {
  transform: translateY(0);
  transition: 1s 0.5s;
}

.pg-active.animation-state-1 .top-services-slide-up,
.pg-active.animation-state-2 .top-services-slide-up {
  transform: translateY(105%);
  transition: 0.3s;
}

.top-services-slide-down {
  transform: translateY(-105%);
  transition: 0.3s;
}

.top-services-slide-down__container {
  position: relative;
  overflow: hidden;
}

.pg-active.animation-state-0 .top-services-slide-down {
  transform: translateY(0);
  transition: 1s 0.5s;
}

.pg-active.animation-state-1 .top-services-slide-down,
.pg-active.animation-state-2 .top-services-slide-down {
  transform: translateY(105%);
  transition: 0.3s;
}

.pg-active.animation-state-1 .row1 img {
  transform: scale(1);
  transition: 1s;
}

.pg-active.animation-state-2 .row2 img {
  transform: scale(1);
  transition: 1s;
}

.primary-button.white .primary-button__circle {
  background-color: transparent;
  border-color: #FFFEF8;
}
.primary-button.white .primary-button__text-animation {
  background: #FFFEF8;
  background-clip: text;
}
.primary-button.white .primary-button__arrow .icon-arrow-right path {
  stroke: #FFFEF8;
  transition: 0.3s;
}

.services-section__item:hover .primary-button__circle {
  background-color: #140E0A;
  transition: 0.3s;
}

.services-section__item:hover .primary-button__arrow .icon-arrow-right path {
  stroke: #FFFEF8;
  transition: 0.3s;
}

.primary-button.white:hover .primary-button__circle {
  background-color: #140E0A;
  transition: 0.3s;
}
.primary-button.white:hover .primary-button__arrow .icon-arrow-right path {
  stroke: #FFFEF8;
  transition: 0.3s;
}

.services-section__item-bottom-text {
  position: relative;
  overflow: hidden;
}

.services-section__item-bottom-text-animation {
  transform: translateY(-105%);
  transition: 0.3s;
}

.pg-active.animation-state-1 .row1 .services-section__item-bottom-text-animation {
  transform: translateY(0);
  transition: 1s 0.5s;
}

.pg-active.animation-state-2 .row2 .services-section__item-bottom-text-animation {
  transform: translateY(0);
  transition: 1s 0.5s;
}

.services-section__item-bottom-button {
  position: relative;
  overflow: hidden;
}

.services-section__item-bottom-button-animation {
  padding: 2.8rem 0;
  transform: translateY(105%);
  transition: 0.3s;
}

.pg-active.animation-state-1 .row1 .services-section__item-bottom-button-animation {
  transform: translateY(0);
  transition: 1s 0.5s;
}

.pg-active.animation-state-2 .row2 .services-section__item-bottom-button-animation {
  transform: translateY(0);
  transition: 1s 0.5s;
}

.pg-active .prices-design__img-animation {
  height: 34.8rem;
  transition: 1s;
}
.pg-active .prices-design__img-animation img {
  transform: scale(1);
  transition: 1s;
}

.pg-active .prices-design__field {
  transform: translateX(0);
  transition: 1s 0.5s;
}

.price-supervision__scroll {
  padding-top: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  height: 100vh;
  min-height: 76rem;
  width: 100%;
}
.price-supervision__left {
  padding-top: 4.4rem;
}
.price-supervision__content {
  box-sizing: border-box;
  width: 100%;
  height: 70rem;
  padding-left: 9.6rem;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.price-supervision__title {
  font-family: Forum, serif;
  font-size: 7.2rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 4.7rem;
}
.price-supervision__gray-line {
  height: 1px;
  width: 0;
  background: rgba(20, 14, 10, 0.16);
  position: absolute;
  left: 0;
  bottom: 6.4rem;
  transition: 0.3s;
  z-index: 3;
}
.price-supervision__button-anchor {
  position: absolute;
  bottom: -1rem;
  left: 56.8rem;
  width: 38rem;
  height: 38rem;
}
.price-supervision__price {
  font-size: 2.2rem;
  line-height: 142%;
  letter-spacing: 0.04em;
  margin-bottom: 18.1rem;
}
.price-supervision__text {
  font-size: 2.2rem;
  line-height: 142%;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.price-supervision__img {
  width: 93.8rem;
  height: 70rem;
  z-index: 2;
  display: flex;
  align-items: end;
}
.price-supervision__img-animation {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: end;
  height: 0;
  transition: 0.3s;
}
.price-supervision__img img {
  width: 93.8rem;
  height: 70rem;
  object-fit: cover;
  object-position: center;
  transform: scale(1.2);
  transition: 0.3s;
}

.pg-active .price-supervision__gray-line {
  width: 100%;
  transition: 1s 1s;
}

.pg-active .price-supervision__img-animation {
  height: 70rem;
  transition: 1s;
}

.pg-active .price-supervision__img-animation img {
  transform: scale(1);
  transition: 1s;
}

.price-assembly__scroll {
  padding-top: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  height: 100vh;
  min-height: 76rem;
  width: 100%;
}
.price-assembly__right {
  padding-top: 4.4rem;
  padding-left: 4.3rem;
}
.price-assembly__content {
  box-sizing: border-box;
  width: 100%;
  height: 70rem;
  display: flex;
  position: relative;
}
.price-assembly__description {
  display: flex;
  font-size: 2.2rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  height: 27.3rem;
}
.price-assembly__description-left {
  font-family: Forum, serif;
  font-size: 2.8rem;
  line-height: 1;
  width: 7.3rem;
}
.price-assembly__title {
  font-family: Forum, serif;
  font-size: 7.2rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 4.4rem;
}
.price-assembly__gray-line {
  height: 1px;
  width: 0;
  background: rgba(20, 14, 10, 0.16);
  position: absolute;
  right: 0;
  bottom: 6.4rem;
  transition: 0.3s;
  z-index: 3;
}
.price-assembly__button-anchor {
  position: absolute;
  bottom: -1rem;
  right: 9.6rem;
  width: 38rem;
  height: 38rem;
}
.price-assembly__text {
  font-size: 1.6rem;
  line-height: 128%;
}
.price-assembly__text-spicer {
  height: 2.4rem;
}

.pg-active .price-assembly__gray-line {
  width: 100%;
  transition: 1s 1s;
}

.projects-top.project-page .projects-top__content {
  padding-bottom: 3.2rem;
}
.projects-top.project-page .projects-top__sub-title {
  padding-left: 31rem;
}

.pg-active.animation-state-0 .projects-top.project-page {
  height: 43.6rem;
}

.project__bg {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: center;
}
.project__bg img {
  width: 100vw;
  height: 0;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}
.project__container {
  position: relative;
}
.project__content {
  position: absolute;
  width: 143.6rem;
  left: 38.8rem;
  bottom: 20.1111111111vh;
  color: #FFFEF8;
}
.project__title {
  font-family: Forum, serif;
  font-size: 7.2rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 5.6rem;
}
.project__props {
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  line-height: 3rem;
}
.project__props-left {
  font-size: 2.2rem;
  letter-spacing: 0.04em;
}
.project__props-right {
  font-size: 1.4rem;
  letter-spacing: 0.12em;
}
.project__anchor {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 20.1111111111vh;
}
.project__gray-line {
  height: 1px;
  width: 0;
  position: absolute;
  background: rgba(255, 254, 248, 0.3);
  left: 0;
  bottom: 6.3rem;
  transition: 0.3s;
}
.project__button-anchor {
  position: absolute;
  bottom: -1rem;
  height: 38rem;
  width: 38rem;
  left: 9.6rem;
}

.pg-active .project__gray-line {
  width: 100%;
  transition: 1s 1s;
}

.pg-active .project__bg img {
  height: 100vh;
  transition: 1s;
}

.dot {
  display: inline-block;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  margin: 0 3.3rem;
  position: relative;
  bottom: 0.5rem;
  background: rgba(255, 254, 248, 0.4);
}

.degree {
  font-size: 1.4rem !important;
  position: relative;
  bottom: 1rem;
}

.scroll-down .icon-arrow-right {
  transform: rotate(90deg);
}

.project-details__scroll {
  padding-top: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  height: 100vh;
  min-height: 76rem;
  width: 100%;
}
.project-details__top {
  width: 172.8rem;
  margin: 0 auto;
  position: relative;
}
.project-details__button-anchor {
  position: absolute;
  top: -3rem;
  right: 5rem;
}
.project-details__content {
  width: 172.8rem;
  margin: 0 auto;
  height: 50rem;
  display: flex;
  justify-content: space-between;
}
.project-details__gray-line {
  height: 1px;
  width: 0;
  background: rgba(20, 14, 10, 0.16);
  transition: 0.3s;
}
.project-details__title {
  font-family: Forum, serif;
  font-size: 6rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 4rem;
}
.project-details__right {
  width: 40rem;
  height: 50rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.project-details__right-spacer {
  height: 4rem;
}
.project-details__left {
  width: 40rem;
  font-size: 1.4rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  height: 50rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.project-details__left-text {
  width: 28rem;
  margin-bottom: 4rem;
}
.project-details__left-img {
  width: 25.1rem;
  height: 30.5rem;
}
.project-details__left-img-animation {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: 0.3s;
}
.project-details__left-img img {
  width: 25.1rem;
  height: 30.5rem;
  object-fit: cover;
  object-position: center;
}
.project-details__middle {
  width: 84rem;
  height: 50rem;
}
.project-details__middle-animation {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: 0.3s;
}
.project-details__middle img {
  width: 84rem;
  height: 50rem;
  object-fit: cover;
  object-position: center;
}

.pg-active .project-details__middle-animation {
  height: 50rem;
  transition: 1s 0.5s;
}

.pg-active .project-details__left-img-animation {
  height: 30.5rem;
  transition: 1s 0.5s;
}

.pg-active .project-details__gray-line {
  width: 100%;
  transition: 1s 0.5s;
}

.project-description__content {
  width: 172.8rem;
  margin: 0 auto;
  padding-top: 15rem;
}
.project-description__gray-line {
  height: 1px;
  background: rgba(20, 14, 10, 0.16);
  width: 0;
  transition: 0.3s;
}
.project-description__top {
  display: flex;
  justify-content: space-between;
  height: 9.5rem;
}
.project-description__top-right {
  display: flex;
}
.project-description__top-title {
  color: rgba(20, 14, 10, 0.6);
  font-size: 1.4rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 0.4rem;
}
.project-description__top-text-upper {
  font-size: 1.4rem;
  line-height: 1.4;
  position: relative;
  bottom: 0.6rem;
}
.project-description__top-item {
  border-right: 1px solid rgba(20, 14, 10, 0.16);
  padding: 0;
  width: 25rem;
  box-sizing: border-box;
  height: 0;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.project-description__top-item.year {
  width: 31.5rem;
  padding-left: 4.4rem;
}
.project-description__top-item.object {
  width: 44rem;
  padding-left: 4.4rem;
}
.project-description__top-item:last-child {
  border-right: 0;
}
.project-description__text {
  font-size: 2.2rem;
  text-transform: uppercase;
  line-height: 1.4;
  letter-spacing: 0.04em;
  text-align: center;
}
.project-description__container {
  width: 100%;
  height: 60rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pg-active .project-description__top-item {
  height: 9.5rem;
  padding-top: 2.3rem;
  padding-bottom: 2.3rem;
  transition: 1s 0.5s;
}

.pg-active .project-description__gray-line {
  width: 100%;
  transition: 2s;
}

/*Добавил класс для правки*/
.project-gallery {
  padding-top: 14rem;
  overflow: hidden;
  box-sizing: border-box;
}

.project-gallery__container {
  box-sizing: border-box;
  padding: 0 0 6rem;
  height: 100vh;
  position: relative;
  overflow: hidden;
}
.project-gallery__container-animation {
  width: 100%;
}
.project-gallery__content {
  width: 172.8rem;
  margin: 0 auto;
  box-sizing: border-box;
  height: 100vh;
  padding-bottom: 20rem;
  display: flex;
  justify-content: space-between;
}
.project-gallery__planning {
  width: 54.4rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.project-gallery__title {
  font-family: Forum, serif;
  font-size: 7.2rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 4.4rem;
}
.project-gallery__img-big {
  width: 100%;
  height: 100%;
}
.project-gallery__img-big-animation {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: 0.3s;
}
.project-gallery__img-big img {
  width: 100%;
  height: calc(100vh - 20rem);
  object-fit: cover;
  object-position: center;
}
.project-gallery__img {
  width: 84rem;
  height: 100%;
}
.project-gallery__img-animation {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: 0.3s;
}
.project-gallery__img img {
  width: 100%;
  height: calc(100vh - 20rem);
  object-fit: cover;
  object-position: center;
}

.project-gallery__img-animation.plan img {
  object-fit: contain;
}

.pg-active .project-gallery__img-animation {
  height: 100%;
  transition: 2s 0.5s;
}

.animation-state-0 .project-gallery__container-animation {
  transform: translateY(0);
  transition: 1s;
}

.animation-state-1 .project-gallery__container-animation {
  transform: translateY(-100vh);
  transition: 1s;
}

.animation-state-2 .project-gallery__container-animation {
  transform: translateY(-200vh);
  transition: 1s;
}

.animation-state-3 .project-gallery__container-animation {
  transform: translateY(-300vh);
  transition: 1s;
}

.animation-state-4 .project-gallery__container-animation {
  transform: translateY(-400vh);
  transition: 1s;
}

.animation-state-5 .project-gallery__container-animation {
  transform: translateY(-500vh);
  transition: 1s;
}

.animation-state-6 .project-gallery__container-animation {
  transform: translateY(-600vh);
  transition: 1s;
}

.animation-state-7 .project-gallery__container-animation {
  transform: translateY(-700vh);
  transition: 1s;
}

.animation-state-8 .project-gallery__container-animation {
  transform: translateY(-800vh);
  transition: 1s;
}
.animation-state-9 .project-gallery__container-animation {
  transform: translateY(-900vh);
  transition: 1s;
}
.animation-state-10 .project-gallery__container-animation {
  transform: translateY(-1000vh);
  transition: 1s;
}
.animation-state-11 .project-gallery__container-animation {
  transform: translateY(-1100vh);
  transition: 1s;
}
.animation-state-12 .project-gallery__container-animation {
  transform: translateY(-1200vh);
  transition: 1s;
}

.animation-state-13 .project-gallery__container-animation {
  transform: translateY(-1300vh);
  transition: 1s;
}

.animation-state-14 .project-gallery__container-animation {
  transform: translateY(-1400vh);
  transition: 1s;
}

.animation-state-15 .project-gallery__container-animation {
  transform: translateY(-1500vh);
  transition: 1s;
}

.animation-state-16 .project-gallery__container-animation {
  transform: translateY(-1600vh);
  transition: 1s;
}

.animation-state-17 .project-gallery__container-animation {
  transform: translateY(-1700vh);
  transition: 1s;
}

.animation-state-18 .project-gallery__container-animation {
  transform: translateY(-1800vh);
  transition: 1s;
}

.animation-state-19 .project-gallery__container-animation {
  transform: translateY(-1900vh);
  transition: 1s;
}

.animation-state-20 .project-gallery__container-animation {
  transform: translateY(-2000vh);
  transition: 1s;
}

.animation-state-21 .project-gallery__container-animation {
  transform: translateY(-2100vh);
  transition: 1s;
}

.animation-state-22 .project-gallery__container-animation {
  transform: translateY(-2200vh);
  transition: 1s;
}

.animation-state-23 .project-gallery__container-animation {
  transform: translateY(-2300vh);
  transition: 1s;
}

.animation-state-24 .project-gallery__container-animation {
  transform: translateY(-2400vh);
  transition: 1s;
}

.animation-state-25 .project-gallery__container-animation {
  transform: translateY(-2500vh);
  transition: 1s;
}

.animation-state-26 .project-gallery__container-animation {
  transform: translateY(-2600vh);
  transition: 1s;
}

.animation-state-27 .project-gallery__container-animation {
  transform: translateY(-2700vh);
  transition: 1s;
}

.animation-state-28 .project-gallery__container-animation {
  transform: translateY(-2800vh);
  transition: 1s;
}

.animation-state-29 .project-gallery__container-animation {
  transform: translateY(-2900vh);
  transition: 1s;
}

.animation-state-30 .project-gallery__container-animation {
  transform: translateY(-3000vh);
  transition: 1s;
}

.animation-state-31 .project-gallery__container-animation {
  transform: translateY(-3100vh);
  transition: 1s;
}

.animation-state-32 .project-gallery__container-animation {
  transform: translateY(-3200vh);
  transition: 1s;
}

.animation-state-33 .project-gallery__container-animation {
  transform: translateY(-3300vh);
  transition: 1s;
}

.animation-state-34 .project-gallery__container-animation {
  transform: translateY(-3400vh);
  transition: 1s;
}

.animation-state-35 .project-gallery__container-animation {
  transform: translateY(-3500vh);
  transition: 1s;
}

.animation-state-36 .project-gallery__container-animation {
  transform: translateY(-3600vh);
  transition: 1s;
}

.animation-state-37 .project-gallery__container-animation {
  transform: translateY(-3700vh);
  transition: 1s;
}

.animation-state-38 .project-gallery__container-animation {
  transform: translateY(-3800vh);
  transition: 1s;
}

.animation-state-39 .project-gallery__container-animation {
  transform: translateY(-3900vh);
  transition: 1s;
}

.animation-state-40 .project-gallery__container-animation {
  transform: translateY(-4000vh);
  transition: 1s;
}

.animation-state-41 .project-gallery__container-animation {
  transform: translateY(-4100vh);
  transition: 1s;
}

.animation-state-42 .project-gallery__container-animation {
  transform: translateY(-4200vh);
  transition: 1s;
}

.animation-state-43 .project-gallery__container-animation {
  transform: translateY(-4300vh);
  transition: 1s;
}

.animation-state-44 .project-gallery__container-animation {
  transform: translateY(-4400vh);
  transition: 1s;
}

.animation-state-45 .project-gallery__container-animation {
  transform: translateY(-4500vh);
  transition: 1s;
}

.animation-state-46 .project-gallery__container-animation {
  transform: translateY(-4600vh);
  transition: 1s;
}

.animation-state-47 .project-gallery__container-animation {
  transform: translateY(-4700vh);
  transition: 1s;
}

.animation-state-48 .project-gallery__container-animation {
  transform: translateY(-4800vh);
  transition: 1s;
}

.animation-state-49 .project-gallery__container-animation {
  transform: translateY(-4900vh);
  transition: 1s;
}

.animation-state-50 .project-gallery__container-animation {
  transform: translateY(-5000vh);
  transition: 1s;
}

.animation-state-51 .project-gallery__container-animation {
  transform: translateY(-5100vh);
  transition: 1s;
}

.animation-state-52 .project-gallery__container-animation {
  transform: translateY(-5200vh);
  transition: 1s;
}

.animation-state-53 .project-gallery__container-animation {
  transform: translateY(-5300vh);
  transition: 1s;
}

.animation-state-54 .project-gallery__container-animation {
  transform: translateY(-5400vh);
  transition: 1s;
}

.animation-state-55 .project-gallery__container-animation {
  transform: translateY(-5500vh);
  transition: 1s;
}

.animation-state-56 .project-gallery__container-animation {
  transform: translateY(-5600vh);
  transition: 1s;
}

.animation-state-57 .project-gallery__container-animation {
  transform: translateY(-5700vh);
  transition: 1s;
}

.animation-state-58 .project-gallery__container-animation {
  transform: translateY(-5800vh);
  transition: 1s;
}

.animation-state-59 .project-gallery__container-animation {
  transform: translateY(-5900vh);
  transition: 1s;
}

.animation-state-60 .project-gallery__container-animation {
  transform: translateY(-6000vh);
  transition: 1s;
}

.about-section__bg {
  height: 100vh;
  width: 100vw;
}
.about-section__bg-animation {
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
  transition: 0.3s;
}
.about-section__bg img {
  height: 100vh;
  width: 100vw;
  object-fit: cover;
  object-position: center;
}
.about-section__content {
  box-sizing: border-box;
  position: absolute;
  z-index: 2;
  width: 100%;
  bottom: 14.6666666667vh;
  padding-left: 38.9rem;
  color: #FFFEF8;
}
.about-section__title {
  font-family: Forum, serif;
  font-size: 7.2rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 2.6rem;
}
.about-section__button-anchor {
  position: absolute;
  left: 9.6rem;
  bottom: -1rem;
  width: 38rem;
  height: 38rem;
}
.about-section__gray-line {
  height: 1px;
  width: 0;
  background: rgba(255, 254, 248, 0.3);
  position: absolute;
  top: 8rem;
  left: 0;
  transition: 0.3s;
}

.pg-active .about-section__bg-animation {
  height: 100vh;
  transition: 1s;
}

.pg-active .about-section__gray-line {
  width: 100%;
  transition: 1s 1s;
}

.about-advantages__scroll {
  padding-top: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  height: 100vh;
  min-height: 76rem;
  width: 100%;
}
.about-advantages__content {
  position: relative;
}
.about-advantages__title {
  font-family: Forum, serif;
  font-size: 6rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding-left: 9.6rem;
  margin-bottom: 4rem;
}
.about-advantages__gray-line {
  height: 1px;
  width: 0;
  background: rgba(20, 14, 10, 0.16);
  transition: 0.3s;
}
.about-advantages__item {
  display: flex;
  padding: 1rem 0 1.2rem 9rem;
  align-items: center;
}
.about-advantages__item-wrapper {
  height: 7.8rem;
}
.about-advantages__item-animation {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: 0.3s;
}
.about-advantages__item-num {
  box-sizing: border-box;
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  border: 1px solid rgba(20, 14, 10, 0.16);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 2.6rem;
  font-size: 1.4rem;
}
.about-advantages__item-text {
  font-family: Forum, serif;
  font-size: 2rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  width: 52rem;
}
.about-advantages__item-description {
  font-size: 2rem;
  width: 100rem;
}
.about-advantages__img {
  position: absolute;
  z-index: 2;
  top: 1rem;
  right: 9.6rem;
}
.about-advantages__img-animation {
  position: relative;
  overflow: hidden;
  width: 72rem;
  height: 0;
}
.about-advantages__img img {
  width: 72rem;
  height: 68rem;
}

.pg-active .about-advantages__img-animation {
  height: 68rem;
  transition: 1s 2s;
}

.pg-active .about-advantages__gray-line {
  width: 100%;
  transition: 1s 1.5s;
}

.pg-active .about-advantages__item-animation {
  height: 7.8rem;
  transition: 1s 0.5s;
}

.contacts-page {
  overflow-y: hidden;
}
.contacts-page .about-section__content {
  bottom: 11rem;
}
.contacts-page__content {
  margin: 10rem auto 0;
  width: 173rem;
  display: flex;
}
.contacts-page__content-col {
  width: 44rem;
}
.contacts-page__content-item {
  height: 17.5rem;
  position: relative;
  overflow: hidden;
}
.contacts-page__content-item-animation {
  transform: translateY(-105%);
  transition: 0.3s;
}
.contacts-page__content-label {
  font-size: 1.4rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(20, 14, 10, 0.4);
  margin-bottom: 2.4rem;
}
.contacts-page__content-value {
  font-family: Forum, serif;
  font-size: 2.8rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 1.2rem;
}
.contacts-page__content-text {
  font-size: 1.6rem;
}
.contacts-page__content-text.gray {
  color: rgba(20, 14, 10, 0.4);
}
.contacts-page__top {
  position: relative;
}
.contacts-page__bg {
  width: 100%;
  height: 64.9rem;
}
.contacts-page__bg-animation {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: 0.3s;
}
.contacts-page__bg img {
  width: 100%;
  height: 64.9rem;
  object-fit: cover;
  object-position: bottom right;
}

.pg-active.animation-state-0 .contacts-page__bg-animation {
  height: 64.9rem;
  transition: 1s;
}

.pg-active.animation-state-0 .contacts-page__bg {
  height: 64.9rem;
  transition: 1s;
}
.pg-active.animation-state-0 .contacts-page__bg img {
  height: 64.9rem;
  transition: 1s;
}

.pg-active .contacts-page__content-item-animation {
  transform: translateY(0);
  transition: 1s 1s;
}

.pg-active.animation-state-1 .contacts-page__bg-animation {
  height: calc(100vh - 55rem);
  transition: 1s;
}

.pg-active.animation-state-1 .contacts-page__bg {
  height: calc(100vh - 55rem);
  transition: 1s;
}
.pg-active.animation-state-1 .contacts-page__bg img {
  height: calc(100vh - 55rem);
  transition: 1s;
}

.pg-active.animation-state-1 .about-section__gray-line {
  width: 0;
  transition: 1s;
}

.contacts.pg-active.animation-state-1 .contacts-page__top .animation-slide-down {
  transform: translateY(-105%);
  transition: 1s 0s !important;
}

.contacts.pg-active.animation-state-1 .contacts-page__top .animation-slide-up {
  transform: translateY(105%);
  transition: 1s 0s !important;
}

.contacts.pg-active.animation-state-1 .contacts-page__top .animation-button-height {
  height: 0;
  transition: 1s 0s !important;
}

.contacts.pg-active.animation-state-1 .contacts-page__top .main-view__button-text {
  height: 0;
  transition: 1s 0s !important;
}

.contacts.pg-active.animation-state-1 .contacts-page__top .main-view__arrow {
  height: 0;
  transition: 1s 0s !important;
}

.contacts.pg-active.animation-state-0 .footer__gray-line {
  width: 0;
  transition: 0.3s;
}

.contacts.pg-active.animation-state-1 .footer__gray-line {
  width: 100%;
  transition: 1s 1s;
}

.contacts.pg-active.animation-state-0 .footer .animation-slide-up {
  transform: translateY(105%);
  transition: 0.3s 0s !important;
}

.contacts.pg-active.animation-state-1 .footer .animation-slide-up {
  transform: translateY(0);
  transition: 1s 1.5s !important;
}

.design-main__container {
  box-sizing: border-box;
  position: absolute;
  width: 172.8rem;
  height: 100vh;
  padding-top: 10rem;
  padding-bottom: 5rem;
  display: flex;
  align-items: center;
  z-index: 2;
  top: 0;
  left: 9.6rem;
  color: #FFFEF8;
}
.design-main__props {
  display: flex;
  width: 50rem;
}
.design-main__props-wrapper {
  position: absolute;
  bottom: 0;
  left: 29.2rem;
}
.design-main__props-item {
  margin-right: 8rem;
}
.design-main__props-item-label {
  font-size: 1.4rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 1.6rem;
}
.design-main__props-item-value {
  font-size: 2.2rem;
}
.design-main__button-anchor {
  position: absolute;
  width: 38rem;
  height: 38rem;
  top: 2rem;
  left: 0;
}
.design-main__gray-line {
  position: absolute;
  left: -9.6rem;
  height: 1px;
  width: 0;
  background: rgba(255, 254, 248, 0.3);
  transition: 0.3s;
}
.design-main__content {
  box-sizing: border-box;
  width: 100%;
  height: 62.5rem;
  position: relative;
  padding-left: 29.2rem;
  padding-top: 25.6rem;
}
.design-main__description {
  position: absolute;
  top: 0;
  right: 8.8rem;
  width: 45.9rem;
  font-size: 2.2rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.design-main__text {
  position: absolute;
  bottom: 0;
  right: 8.8rem;
  width: 45.9rem;
}
.design-main__title {
  font-family: Forum, serif;
  font-size: 7.2rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.design-main__bg-animation {
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
  transition: 0.3s;
}
.design-main__bg-animation img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}

.pg-active .design-main__gray-line {
  width: 100vw;
  transition: 1s 1s;
}

.pg-active .design-main__bg-animation {
  height: 100vh;
  transition: 1s;
}

.design-steps__img {
  position: absolute;
  right: 0;
  top: 0;
  width: 93.8rem;
  height: 65rem;
  display: flex;
  align-items: end;
}
.design-steps__img-animation {
  width: 93.8rem;
  height: 0;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
.design-steps__img-animation img {
  width: 93.8rem;
  height: 65rem;
  object-fit: cover;
  object-position: center;
}
.design-steps__content {
  position: relative;
}
.design-steps__content.img {
  height: 65rem;
}
.design-steps__content.img .design-steps__top-1 {
  padding-left: 9.6rem;
  padding-top: 4rem;
}
.design-steps__content.img .design-steps__title {
  margin: 4rem 0 10rem;
}
.design-steps__scroll {
  padding-top: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  height: 100vh;
  min-height: 76rem;
  width: 100%;
  padding-bottom: 5rem;
}
.design-steps__top {
  width: 172.8rem;
  margin: 0 auto 4rem;
  display: flex;
}
.design-steps__top-text {
  width: 59.2rem;
  font-size: 1.4rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.design-steps__title {
  font-family: Forum, serif;
  font-size: 6rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.pg-active .design-steps__img-animation {
  height: 65rem;
  transition: 1s 1s;
}

.design-components__scroll {
  padding-top: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  height: 100vh;
  min-height: 76rem;
  width: 100%;
  padding-bottom: 5rem;
}
.design-components__title {
  font-family: Forum, serif;
  font-size: 7.2rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.design-components__text {
  font-size: 1.4rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 5.6rem;
}
.design-components__description {
  position: absolute;
  bottom: 8.4rem;
  left: 4.4rem;
  font-family: Forum, serif;
  font-size: 2.8rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.design-components__content {
  height: 70rem;
  display: flex;
  position: relative;
}
.design-components__gray-line {
  height: 1px;
  width: 0;
  background: rgba(20, 14, 10, 0.16);
  position: absolute;
  left: 0;
  bottom: 22.4rem;
  z-index: 2;
  transition: 0.3s;
}
.design-components__right {
  position: relative;
  padding-left: 4.4rem;
  padding-top: 10.8rem;
}
.design-components__img {
  width: 93.8rem;
  height: 70rem;
  display: flex;
  align-items: end;
}
.design-components__img-animation {
  position: relative;
  overflow: hidden;
  width: 93.8rem;
  height: 0;
  transition: 0.3s;
}
.design-components__img-animation img {
  width: 93.8rem;
  height: 70rem;
  object-fit: cover;
  object-position: center;
}

.pg-active .design-components__gray-line {
  width: 100%;
  transition: 2s 1s;
}

.pg-active .design-components__img-animation {
  height: 70rem;
  transition: 1s;
}

.interiors__scroll {
  padding-top: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  height: 100vh;
  min-height: 76rem;
  width: 100%;
  padding-bottom: 5rem;
}
.interiors__title {
  font-family: Forum, serif;
  font-size: 6rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  width: 172.8rem;
  margin: 0 auto 4rem;
}
.interiors__gray-line {
  height: 1px;
  width: 0;
  background: rgba(20, 14, 10, 0.16);
  transition: 0.3s;
}

.pg-active .interiors__gray-line {
  width: 100%;
  transition: 1s 1s;
}

.interiors-swiper__box {
  width: 172.8rem;
  margin: 0 auto;
  height: 52rem;
  position: relative;
}
.interiors-swiper__box .result-swiper__navigation {
  z-index: 99;
  bottom: 45.6rem;
  left: 44.1rem;
}
.interiors-swiper-slide {
  width: 172.8rem;
  height: 52rem;
  display: flex;
  justify-content: space-between;
}
.interiors-swiper-slide__item {
  width: 80.5rem;
  display: flex;
  justify-content: space-between;
}
.interiors-swiper-slide__img {
  width: 39.9rem;
  height: 52rem;
  display: flex;
  align-items: end;
}
.interiors-swiper-slide__img-animation {
  width: 39.9rem;
  height: 0;
  transition: 0.3s;
}
.interiors-swiper-slide__img img {
  width: 39.9rem;
  height: 52rem;
  object-fit: cover;
  object-position: center;
}
.interiors-swiper-slide__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 36.5rem;
  opacity: 0;
  transform: scale(0);
  transition: 1s;
}
.interiors-swiper-slide__content-text {
  font-size: 1.6rem;
}
.interiors-swiper-slide__content-title {
  font-family: Forum, serif;
  font-size: 2.8rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 2.4rem;
}

.swiper-slide-active .interiors-swiper-slide__content {
  transform: scale(1);
  opacity: 1;
  transition: 1s;
}

.interiors-swiper .swiper-slide-active .interiors-swiper-slide__img-animation {
  animation: interiors-swiper-clip 1s;
}

@keyframes interiors-swiper-clip {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
.pg-active .interiors-swiper-slide__img-animation {
  height: 52rem;
  transition: 1s;
}

.faq__scroll {
  padding-top: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  height: 100vh;
  min-height: 76rem;
  width: 100%;
  padding-bottom: 5rem;
}
.faq__title {
  font-family: Forum, serif;
  font-size: 6rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding-left: 9.6rem;
  margin-bottom: 4rem;
}
.faq__content {
  display: flex;
  justify-content: space-between;
}
.faq__left {
  width: 93.8rem;
}
.faq__right {
  box-sizing: border-box;
  width: 93.8rem;
  padding-right: 9.6rem;
}
.faq__right-animation {
  position: relative;
  overflow: hidden;
  width: 0;
  transition: 0.3s;
}
.faq__img {
  width: 93.8rem;
  height: 54rem;
  display: flex;
  align-items: end;
}
.faq__img-animation {
  width: 93.8rem;
  height: 0;
  transition: 0.3s;
}
.faq__img img {
  width: 93.8rem;
  height: 54rem;
}

.pg-active .faq__right-animation {
  width: 84.2rem;
  transition: 1s 1s;
}

.pg-active .faq__img-animation {
  height: 54rem;
  transition: 1s;
}

.faq-list {
  box-sizing: border-box;
  height: 70rem;
  width: 84.2rem;
}
.faq-list__gray-line {
  height: 1px;
  width: 100%;
  background: rgba(20, 14, 10, 0.16);
  margin: 1.5rem 0;
}
.faq-list__item {
  display: grid;
  grid-template-rows: min-content 0fr;
  transition: 0.5s;
  position: relative;
  overflow: hidden;
}
.faq-list__item-arrow {
  transform: rotate(0);
  transition: 0.5s;
}
.faq-list__item-arrow path {
  stroke: #140E0A;
}
.faq-list__item-row {
  display: flex;
  align-items: center;
}
.faq-list__item-num {
  width: 3.7rem;
  font-size: 1.4rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}
.faq-list__item-title {
  box-sizing: border-box;
  width: 74rem;
  padding-right: 2rem;
  font-size: 2.2rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.faq-list__item-arrow {
  box-sizing: border-box;
  width: 6rem;
  height: 6rem;
  padding: 1rem;
  border: 1px solid rgba(20, 14, 10, 0.16);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.faq-list__item-answer {
  position: relative;
  overflow: hidden;
}
.faq-list__item-answer-wrap {
  padding: 1rem 2rem;
}
.faq-list__item:hover {
  grid-template-rows: min-content 1fr;
  transition: 0.5s;
}
.faq-list__item:hover .faq-list__item-arrow {
  transform: rotate(90deg);
  transition: 0.5s;
}

.complectation__bg {
  width: 100vw;
  height: 100vh;
}
.complectation__bg-animation {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.3s;
}
.complectation__bg-animation img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}
.complectation__container {
  position: absolute;
  width: 100%;
  bottom: 12rem;
}
.complectation__content {
  position: relative;
  margin-left: 38.9rem;
  width: 134.7rem;
  height: 31.2rem;
  color: #FFFEF8;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.complectation__content-bottom {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.complectation__description {
  font-size: 2.2rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.complectation__text {
  width: 45.9rem;
}
.complectation__title {
  font-family: Forum, serif;
  font-size: 7.2rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.complectation__gray-line {
  height: 1px;
  width: 0;
  background: rgba(255, 254, 248, 0.3);
  position: absolute;
  left: 0;
  bottom: 21.6rem;
}
.complectation__button-anchor {
  position: absolute;
  width: 38rem;
  height: 38rem;
  left: 9.6rem;
  bottom: 14.1rem;
}

.pg-active .complectation__gray-line {
  width: 100%;
  transition: 1s 1s;
}

.pg-active .complectation__bg-animation {
  height: 100%;
  transition: 1s;
}

.steps.compl .steps__gray-line {
  top: 16.8rem;
}
.steps.compl .steps__container {
  padding-top: 11rem;
}
.steps.compl .steps__button-anchor {
  top: -19rem;
}
.steps.compl .steps-list__name {
  font-family: Forum, serif;
}

.interiors.compl .interiors-swiper-slide__item:first-child .interiors-swiper-slide__content {
  justify-content: flex-start;
  padding-top: 4rem;
}

.interiors__top {
  width: 172.8rem;
  margin: 0 auto;
  position: relative;
}
.interiors__top-text {
  position: absolute;
  bottom: 6.8rem;
  right: 0;
  width: 40rem;
}
.interiors__top-description {
  font-size: 2.2rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 3rem;
}
.interiors__top .result-swiper__navigation {
  bottom: 0;
  z-index: 99;
  left: unset;
  right: 33.5rem;
}

.vision-main__bg {
  width: 100vw;
  height: 100vh;
}
.vision-main__bg-animation {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.3s;
}
.vision-main__bg-animation img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}
.vision-main__container {
  position: absolute;
  width: 100%;
  bottom: 12rem;
}
.vision-main__content {
  margin-left: 38.8rem;
  height: 32.1rem;
  color: #FFFEF8;
  position: relative;
}
.vision-main__top-text {
  position: absolute;
  top: 15.7rem;
  right: 29rem;
  font-size: 2.2rem;
  text-transform: uppercase;
  color: #FFFEF8;
  z-index: 2;
}
.vision-main__bottom {
  position: absolute;
  left: 0;
  bottom: 0;
  display: flex;
  width: 140rem;
  justify-content: space-between;
  align-items: end;
}
.vision-main__bottom-right {
  display: flex;
  justify-content: space-between;
  align-items: end;
  width: 94rem;
}
.vision-main__bottom-text {
  width: 45rem;
}
.vision-main__bottom-description-label {
  font-size: 1.4rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  margin-bottom: 1.6rem;
}
.vision-main__bottom-description-price {
  font-size: 2.2rem;
}
.vision-main__title {
  font-family: Forum, serif;
  font-size: 7.2rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.vision-main__gray-line {
  position: absolute;
  bottom: 25rem;
  left: 0;
  height: 1px;
  width: 0;
  background: rgba(255, 254, 248, 0.3);
  transition: 0.3s;
}
.vision-main__button-anchor {
  position: absolute;
  width: 38rem;
  height: 38rem;
  left: 9.6rem;
  bottom: 18rem;
}

.architecture-main__bg {
  width: 100vw;
  height: 100vh;
}
.architecture-main__bg-animation {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: 0.3s;
}
.architecture-main__bg-animation img {
  width: 100vw;
  height: 100vh;
  object-fit: cover;
  object-position: center;
}
.architecture-main__container {
  position: absolute;
  width: 100%;
  bottom: 12rem;
}
.architecture-main__content {
  position: relative;
  margin-left: 38.9rem;
  width: 134.7rem;
  height: 31.2rem;
  color: #FFFEF8;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.architecture-main__content-bottom {
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.architecture-main__description {
  font-size: 2.2rem;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  position: absolute;
  bottom: 0;
  left: 0;
}
.architecture-main__text {
  position: absolute;
  width: 44.9rem;
  right: -9rem;
  bottom: 0;
}
.architecture-main__text-top {
  width: 40rem;
  position: absolute;
  top: -19.5rem;
  right: 40rem;
}
.architecture-main__title {
  font-family: Forum, serif;
  font-size: 7.2rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.architecture-main__gray-line {
  height: 1px;
  width: 0;
  background: rgba(255, 254, 248, 0.3);
  position: absolute;
  left: 0;
  bottom: 21.6rem;
}
.architecture-main__button-anchor {
  position: absolute;
  width: 38rem;
  height: 38rem;
  left: 9.6rem;
  bottom: 14.1rem;
}

.pg-active .architecture-main__bg-animation {
  height: 100%;
  transition: 1s;
}

.pg-active .architecture-main__gray-line {
  width: 100%;
  transition: 1s 1s;
}

.project-support__scroll {
  padding-top: 10rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  height: 100vh;
  min-height: 76rem;
  width: 100%;
  padding-bottom: 5rem;
}
.project-support__title {
  font-family: Forum, serif;
  font-size: 7.2rem;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.project-support__top {
  width: 172.8rem;
  margin: 0 auto 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.project-support__gray-line {
  height: 1px;
  width: 0;
  background: rgba(20, 14, 10, 0.16);
  transition: 0.3s;
}
.project-support__gray-line-vertical {
  position: absolute;
  top: 0;
  left: -6rem;
  height: 0;
  width: 1px;
  background: rgba(20, 14, 10, 0.16);
  transition: 0.3s;
}
.project-support__container {
  width: 100%;
}
.project-support__content {
  width: 172.8rem;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.project-support__middle {
  width: 40rem;
  position: relative;
}
.project-support__right {
  width: 40rem;
  position: relative;
}
.project-support__item {
  font-family: Forum, serif;
  font-size: 2.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  line-height: 1;
  margin-top: 4rem;
}
.project-support__img {
  width: 84.2rem;
  height: 52.2rem;
}
.project-support__img-animation {
  width: 84.2rem;
  height: 0;
  transition: 0.3s;
}
.project-support__img-animation img {
  width: 84.2rem;
  height: 52.2rem;
  object-fit: cover;
  object-position: center;
}

.pg-active .project-support__gray-line {
  width: 100%;
  transition: 1s 1s;
}

.pg-active .vision-main__gray-line {
  width: 100%;
  transition: 1s 1s;
}

.pg-active .project-support__gray-line-vertical {
  height: 39rem;
  transition: 1s 1.5s;
}

.main-slide, .main-swiper, .main-swiper .swiper-slide {
  width: 100vw;
  height: 100vh;
}

#container1 {
  width: 100vw;
  height: 100vh;
}

.test-slide__content {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

.contacts-page .footer {
  position: relative;
}

.faq__img-animation, .project-support__img-animation {
  position: relative;
  overflow: hidden;
}

.pg-active .project-support__img-animation {
  height: 52.2rem;
}

.interiors-swiper-slide__img-animation, .interiors__content {
  position: relative;
  overflow: hidden;
}

.projects-swiper-slide__wrapper {
  overflow: hidden;
}

.supervisors.supervisors-2 .supervisors__button-anchor {
  width: 30.5rem;
  left: unset;
  right: 0;
}
.supervisors.supervisors-2 .supervisors__title {
  margin-left: 0;
}
.supervisors.supervisors-2 .supervisors__type {
  margin-bottom: 3.2rem;
}
.supervisors.supervisors-2 .supervisors__top {
  padding-top: 11.5rem;
}
.supervisors.supervisors-2 .supervisors__content-top {
  margin-left: 0;
}
.supervisors.supervisors-2 .supervisors__content-first {
  width: 51rem;
}
.supervisors.supervisors-2 .supervisors__sub-title {
  line-height: 1.4;
}
.supervisors.supervisors-2 .supervisors__content-text {
  width: 51rem;
  padding-bottom: 3.5rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.supervisors.supervisors-2 .supervisors__content {
  width: 172.8rem;
}
.supervisors.supervisors-2 .supervisors__top {
  width: 172.8rem;
}
.supervisors.supervisors-2 .supervisors__content-second {
  width: 62.8rem;
  margin-top: -3.5rem;
}
.supervisors.supervisors-2 .pg-active .supervisors__content-second {
  height: 43.5rem;
}
.supervisors.supervisors-2 .supervisors__content-text-2:last-child {
  margin-top: 4rem;
}
.supervisors.supervisors-2 .supervisors__content-main img {
  object-position: top;
}

.piter2__top {
  display: flex;
  justify-content: space-between;
}

.piter2__top-right {
  width: 40.3rem;
}

.piter2__top-text {
  font-size: 2rem;
  line-height: 1.28;
  margin-bottom: 5rem;
}

.piter2-slider-wrapper {
  height: 45rem;
  width: 100%;
}

.piter2-slider img, .spesialits2-slider img {
  width: 100%;
  height: 0;
  object-fit: cover;
  transition: 0.3s;
}

.spesialits2-slider img {
  object-position: top;
}

.pg-active .piter2-slider img {
  height: 45rem;
  transition: 1s;
}

.pg-active .spesialits2-slider img {
  height: 45rem;
  transition: 1s;
}

.piter2-slider__double-img-wrapper {
  height: 45rem;
  width: calc(40rem - 32px);
}

.spesialits2-box {
  width: calc(40rem - 32px);
}

.piter2-slider__img {
  height: 45rem;
  width: 100%;
  display: flex;
  align-items: end;
}

.piter2-slider {
  height: 45rem;
}
.piter2-slider .swiper-slide {
  height: 45rem;
}

.piter2-slider__double-img {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.swiper-arrows {
  display: flex;
  justify-content: space-between;
  width: 6.4rem;
  align-items: center;
  height: 2.5rem;
}
.swiper-arrows svg {
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
}

.swiper-arrow-left, .swiper-arrow-right {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: 0.3s;
}

.pg-active .swiper-arrow-left, .pg-active .swiper-arrow-right {
  height: 2.5rem;
  transition: 1s;
}

.piter2__top .swiper-arrows {
  margin-top: 2.4rem;
}

.spesialits2-slider {
  height: 56rem;
}
.spesialits2-slider .swiper-slide {
  height: 56rem;
}

.spesialits2 .piter2-slider-wrapper {
  height: 56rem;
}

.spesialits2__name {
  margin-top: 4rem;
  font-family: "Forum", serif;
  font-size: 2.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 0.8rem;
}

.spesialits2__role {
  font-size: 2rem;
  line-height: 1.28;
}

.spesialits2 .piter__title-animation-wrap {
  height: 16rem;
}
.spesialits2 .piter__title {
  height: 16rem;
}
.spesialits2 .piter__gray-line {
  top: 9.8rem;
}
.spesialits2 .piter2__top-right {
  width: 60rem !important;
}

.pg-active .spesialits2 .piter__title-animation {
  height: 16rem;
}

.animation-state-1 .contacts-page .animation-button-height {
  height: 0;
  transition: 1s;
}

.animation-state-1 .contacts-page .main-view__button-text {
  height: 0;
  transition: 1s;
}

.animation-state-1 .contacts-page .main-view__arrow {
  height: 0;
  transition: 1s;
}

.contacts-page input.input-text {
  width: 100%;
}

.contacts-page .feedback-form__wrapper .primary-button {
  position: absolute;
  right: 0;
  top: 0;
}

.projects-swiper-slide__params {
  position: absolute;
  bottom: -8.5rem;
  left: 29.5rem;
  font-size: 2.2rem;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.upper {
  font-size: 0.7em;
  position: relative;
  bottom: 0.5em;
}

.premium-service__top {
  display: flex;
  justify-content: space-between;
  width: 160rem;
  margin: 0 auto 4rem;
}
.premium-service__top .interiors__title {
  width: auto;
  margin: 0;
}
.premium-service__top .interiors__top-description {
  margin-bottom: 5rem;
}

.premium-service__list {
  display: flex;
  justify-content: space-between;
  width: 160rem;
  margin: 0 auto;
}

.premium-service__img {
  height: 40rem;
}

.premium-service__item {
  width: 35rem;
}
.premium-service__item img {
  width: 35rem;
  height: 0;
  object-fit: cover;
  transition: 0.3s;
}

.pg-active .premium-service__item img {
  height: 40rem;
  transition: 1s;
}

.premium-service__title {
  margin-top: 3rem;
  font-size: 2.4rem;
  font-family: "Forum", serif;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.premium-service__text {
  font-size: 1.8rem;
  line-height: 1.2;
}

.services.with-text-block {
  overflow-y: hidden;
}
.services.with-text-block .services__content {
  width: 172.8rem;
}
.services.with-text-block .services__title {
  width: 102.5rem;
}
.services.with-text-block .services-list__item.services-list--text-block {
  width: 57.8rem;
  position: relative;
}
.services.with-text-block .services-list__item.services-list--text-block .architecture-main__button-anchor {
  left: unset;
  right: -8rem;
  bottom: -7rem;
}
.services.with-text-block .services-list__item.services-list--text-block .services-list__name {
  margin-top: 0;
}

.arch-info {
  padding: 8rem 0 4rem;
}
.arch-info__content {
  display: flex;
}
.arch-info__right {
  margin-left: 4.4rem;
  width: 84rem;
}
.arch-info__animation-steps {
  width: 100%;
  height: 70rem;
  position: relative;
  overflow: hidden;
}
.arch-info__anim-item {
  height: 71rem;
  transition: 1s;
  transform: translateY(0);
}
.arch-info__title {
  font-size: 7.2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: "Forum", serif;
  margin-bottom: 4.4rem;
}
.arch-info__gray-line {
  width: 0;
  height: 1px;
  margin-bottom: 4.4rem;
  background: rgba(20, 14, 10, 0.1607843137);
  transition: 0.3s;
}
.arch-info__text {
  font-size: 1.6rem;
  line-height: 1.28;
}
.arch-info__text li {
  position: relative;
  padding-left: 3rem;
}
.arch-info__text li:before {
  content: "";
  width: 0.2rem;
  height: 0.2rem;
  border-radius: 50%;
  left: 1.4rem;
  top: 0.9rem;
  display: block;
  position: absolute;
  background-color: #140E0A;
}
.arch-info__text-block {
  margin-bottom: 4rem;
}
.arch-info__text-block:last-child {
  margin-bottom: 0;
}
.arch-info__sub-title {
  font-size: 2.8rem;
  font-family: "Forum", serif;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 1.8rem;
}
.arch-info__img {
  width: 94rem;
  height: 70rem;
}
.arch-info__img img {
  width: 94rem;
  object-fit: cover;
  height: 0;
  transition: 0.3s;
}

.animation-state-1 .arch-info__anim-item {
  transition: 1s;
  transform: translateY(-71rem);
}

.pg-active .arch-info__gray-line {
  width: 100%;
  transition: 1s 1s;
}

.pg-active .arch-info__img img {
  height: 70rem;
  transition: 1s;
}

.supervisors.supervisors3 .supervisors__title {
  margin-left: 0;
}
.supervisors.supervisors3 .supervisors__top {
  padding-top: 4rem;
}
.supervisors.supervisors3 .supervisors__button-anchor {
  left: unset;
  right: 0;
  width: 30.5rem;
}
.supervisors.supervisors3 .supervisors__content {
  padding-top: 0;
}
.supervisors.supervisors3 .supervisors__content-first {
  width: 40rem;
  padding-top: 4rem;
}
.supervisors.supervisors3 .supervisors__content-text {
  width: 30rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.supervisors.supervisors3 .supervisors__content-main {
  height: 44rem;
}
.supervisors.supervisors3 .supervisors__content-main .supervisors__content-second img {
  height: 44rem;
  object-position: top;
}
.supervisors.supervisors3 .supervisors__content-second {
  width: 69rem;
}

.pg-active .supervisors.supervisors3 .supervisors__content-second {
  height: 44rem;
}

.supervisors3__sub-title {
  margin-bottom: 4rem;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.04em;
}

.interiors-swiper2 {
  height: 55rem;
}

.interiors2-swiper-slide {
  position: relative;
  width: 100%;
  height: 52rem;
  display: flex;
  align-items: end;
}

.interiors2__img {
  width: 40rem;
  height: 30rem;
  margin-left: 0;
  transition: 1s;
}
.interiors2__img img {
  width: 100%;
  height: 0;
  object-fit: cover;
  transition: 0.3s;
}

.pg-active .interiors2__img img {
  height: 100%;
  transition: 1s;
}

.interiors2__text {
  position: absolute;
  bottom: 34rem;
  transition: 1s;
}

.swiper-slide-active.inv .interiors2__img {
  width: 84rem;
  height: 52rem;
  margin-left: 44.4rem;
  transition: 1s;
}

.swiper-slide-active.inv .interiors2__text {
  bottom: 0;
}

.interiors2__text {
  font-size: 2.8rem;
  font-family: "Forum", serif;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.interiors2__num {
  font-size: 1.4rem;
  margin-bottom: 2rem;
  color: rgba(20, 14, 10, 0.4);
  letter-spacing: 0.12em;
}

.interiors.inv2 .result-swiper__navigation {
  right: unset;
  left: 0;
  bottom: -12rem;
}

.interiors.inv2 .supervisors__button-anchor {
  left: unset;
  right: -0.5rem;
  width: 30.5rem;
  top: 0;
}

.text-warning {
  width: 122rem;
  height: 46rem;
  margin: 0 auto;
  font-size: 2.2rem;
  text-transform: uppercase;
  position: relative;
  line-height: 1.4;
}
.text-warning__top-left {
  position: absolute;
  top: 0;
  left: 0;
  width: 62rem;
}
.text-warning__bottom-right {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 62rem;
}

.gray-text {
  opacity: 0.4;
}

.interiors.inv2 .interiors__top {
  padding-top: 3rem;
}

.project-gallery__message {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 4rem;
  font-family: "Forum", serif;
  line-height: 1;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: center;
  position: relative;
}

.project-gallery__message--tl {
  text-align: left;
  width: 100rem;
  position: absolute;
  top: 10rem;
  left: 0;
}

.project-gallery__message--br {
  text-align: left;
  width: 100rem;
  position: absolute;
  bottom: 10rem;
  right: 0;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 0;
  overflow: hidden;
  z-index: 10001;
  transition: 0.3s;
}
.modal.is-open {
  height: 100vh;
  transition: 1s;
}

.close-modal {
  cursor: pointer;
  position: absolute;
  top: 6rem;
  right: 9.6rem;
  z-index: 10000;
}
.close-modal svg {
  width: 4.8rem;
  height: 4.8rem;
}

.modal-content {
  height: 100vh;
  width: 100vw;
  background-color: #FFFEF8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal-title {
  font-size: 7.2rem;
  font-family: "Forum", serif;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  margin-bottom: 8rem;
}

.modal-row {
  display: flex;
  justify-content: space-between;
}

.modal-form {
  width: 50rem;
}
.modal-form input[type=text], .modal-form textarea {
  width: 50rem;
}

.modal-form-row {
  margin-bottom: 5rem;
}

.modal-form-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.modal-form-note {
  font-size: 1.6rem;
  line-height: 1.28;
  width: 25rem;
}

.modal-img {
  width: 90rem;
  height: 49rem;
}
.modal-img.second {
  height: 61rem;
}
.modal-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal-container {
  width: 172.8rem;
  transform: translateX(0);
  transition: 1s;
}

.modal-content {
  position: relative;
  overflow: hidden;
}

.is-success .modal-container {
  transform: translateX(-200rem);
}

.modal-finish {
  position: absolute;
  transform: translateX(200rem);
  transition: 1s;
}

.is-success .modal-finish {
  transform: translateX(0);
}

.modal-finish-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4rem;
}

.modal-finish-title {
  font-size: 7.2rem;
  line-height: 1;
  letter-spacing: 0.04em;
  font-family: "Forum", serif;
  text-transform: uppercase;
}

.page404 {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.page404-top {
  padding: 18rem 0 8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 172.8rem;
  margin: 0 auto;
}

.page404-title {
  font-size: 7.2rem;
  letter-spacing: 0.04em;
  line-height: 1;
  font-family: "Forum", serif;
}

.page404-img {
  width: 100%;
  flex-grow: 1;
}
.page404-img img {
  width: 100%;
  height: 0;
  object-fit: cover;
  transition: 0.3s;
}

.pg-active .page404-img img {
  height: 100%;
  transition: 1s;
}

.faq__left {
  display: flex;
  flex-direction: column;
}

.faq__img {
  height: unset;
  flex-grow: 1;
}

.pg-active .faq__img-animation {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.pg-active .faq__img-animation img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  position: absolute;
}

.bread-crumbs {
  opacity: 0;
  transform: scale(0);
  transform-origin: left bottom;
  transition: 0.3s;
  color: #FFFEF8;
}
.bread-crumbs .slash {
  margin: 0 1rem;
}
.bread-crumbs a {
  color: #FFFEF8;
}
.bread-crumbs.absolute {
  position: absolute;
  z-index: 20;
  bottom: 4rem;
  left: 4rem;
}

.pg-active .bread-crumbs {
  opacity: 1;
  transform: scale(1);
  transition: 1s 0.5s;
}

.faq-list {
  height: unset;
}

.faq__scroll {
  min-height: unset;
}

.modal-form-ckeck {
  margin-bottom: 4rem;
  line-height: 2rem;
}
.modal-form-ckeck input {
  width: 2rem;
  height: 2rem;
  position: relative;
  top: 0.4rem;
}

.time-selector {
  padding-bottom: 2.4rem;
}
.time-selector__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -1.6rem;
}
.time-selector__title {
  margin-bottom: 1.6rem;
}
.time-selector__item {
  margin-bottom: 1.6rem;
  margin-left: 1.6rem;
  display: flex;
  align-items: center;
  padding: 1.5rem 0 1.2rem;
  justify-content: center;
  color: #140E0A;
  border: 1px solid #140E0A;
  background-color: #FFFEF8;
  font-size: 1.6rem;
  opacity: 0.4;
  transition: 0.5s;
  width: 15.4rem;
}
.time-selector__item:hover {
  opacity: 1;
  transition: 0.5s;
}
.time-selector__item.active {
  opacity: 1;
  background-color: #140E0A;
  color: #FFFEF8;
  transition: 0.5s;
}

.cookies-wrapper {
  position: fixed;
  z-index: 101;
  bottom: 5rem;
  left: 0;
  width: 100vw;
  height: 13.2rem;
  overflow: hidden;
  transition: 1s;
}

.cookies-accepted.cookies-wrapper {
  height: 0;
  transition: 0.5s;
}

.cookies-content {
  background-color: #FFFEF8;
  width: 100rem;
  margin: 0 auto;
  padding: 3rem 6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  border: 1px solid rgba(20, 14, 10, 0.16);
  opacity: 1;
  transform: scale(1);
  transform-origin: center bottom;
  height: 13.2rem;
  transition: 1s 2s;
}

.isLoading .cookies-content {
  opacity: 0;
  transform: scale(0);
  transition: 0.5s;
}

.cookies-accepted .cookies-content {
  opacity: 0;
  transform: scale(0);
  transition: 0.5s;
}

.cookies-text {
  font-size: 1.8rem;
  width: 56rem;
}

.bold {
  font-weight: 700;
}

.hidden-checkbox {
  appearance: none !important;
  -webkit-appearance: none !important;
  display: none !important;
}

.custom-checkmark {
  width: 2.5rem;
  height: 2.5rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
}
.custom-checkmark svg {
  display: block;
}
.custom-checkmark svg path {
  stroke: rgba(20, 14, 10, 0.4);
  transition: 0.5s;
}
.custom-checkmark svg.checked {
  display: none;
}

.hidden-checkbox:checked + .custom-checkmark svg {
  display: none;
}
.hidden-checkbox:checked + .custom-checkmark svg path {
  stroke: #140E0A;
  transition: 0.5s;
}
.hidden-checkbox:checked + .custom-checkmark svg.checked {
  display: block;
}

.custom-checkbox-text {
  color: rgba(20, 14, 10, 0.4);
  transition: 0.5s;
}

.hidden-checkbox:checked ~ .custom-checkbox-text {
  color: #140E0A;
  transition: 0.5s;
}

.custom-checkbox-text {
  font-size: 1.6rem;
}

.modal-form .contacts-block {
  margin-top: 7.3rem;
}

.feedback-form__desc .animation-slide-down__container {
  padding-left: 3.5rem;
}
.feedback-form__desc .animation-slide-down__container .custom-checkmark {
  position: absolute;
  left: -3.5rem;
}

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