

/* Start:/local/templates/mart/desk/css/fonts.css?1754404415395*/

@font-face {
    font-family: 'Circe';
    src: local('Circe Regular'), local('Circe-Regular'),
    url('/local/templates/mart/desk/css/../fonts/Circe.woff2') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Forum';
    src: local('Forum Regular'), local('Forum-Regular'),
    url('/local/templates/mart/desk/css/../fonts/Forum.woff2') format('truetype');
    font-weight: 400;
    font-style: normal;
}


/* End */


/* Start:/local/templates/mart/desk/css/set.css?17544044152016*/

html {
    font-family: 'Circe', sans-serif;
    font-size: 0.520835vw;
    font-style: normal;
    font-weight: normal;
    -webkit-animation: bugfix infinite 1s;
    line-height: 1.2;
    margin: 0;
    padding: 0;
}
body {
    font-style: normal;
    font-weight: normal;
    -webkit-animation: bugfix infinite 1s;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}


input,
textarea {
    -webkit-animation: bugfix infinite 1s;
    line-height: inherit;
    margin: 0;
    padding: 0;
}
a {
    color: unset;
}
a,
a:hover {
    text-decoration: none;
}

button,
input,
a,
textarea {
    outline: none;
    cursor: pointer;
    font: inherit;
}
textarea:focus {
     outline: none;
 }
textarea:active {
     outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font: inherit;
    margin: 0;
    padding: 0;
}
p {
    margin-top: 0;
    margin-bottom: 0;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

button {
    border: none;
    color: inherit;
    font: inherit;
    text-align: inherit;
    padding: 0;
    background-color: inherit;
}
ul {
    padding: 0;
    margin: 0;
}

ul li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.container {
    width: 172.8rem;
    margin: 0 auto;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

@media (max-width: 48em) {
    html {
        font-size: 5px;
        font-size: 1.5625vw;
        font-size: calc((100/460) * 10vw);
    -webkit-text-size-adjust: none;
    }

    body {
        -webkit-text-size-adjust: none;
    }

    .container {
        padding: 0 3rem; // в моб версии отступ от края задаем для всех контейнеров, а там где не нужно можем точечно убрать
    width: 100%;
    }
}
/* End */


/* Start:/local/templates/mart/desk/scss/style1.css?175440441593716*/
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: 5;
  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__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 {
  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;
}

.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__container {
  box-sizing: border-box;
  padding: 14rem 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: 51.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;
}

.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 */

/* End */


/* Start:/local/templates/mart/desk/scss/animations1.css?17544044157970*/
.section-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  display: flex;
  z-index: 1;
}
.section-bg img {
  width: 100%;
  height: 0;
  object-fit: cover;
  object-position: center;
  transform: scale(1.2);
  transition: all 0.3s ease-in-out;
}

.section-bg {
  align-items: center;
}

.section-bg.slide-up {
  align-items: end;
}

.section-container {
  position: relative;
  z-index: 2;
}

.pg-active .section-bg img {
  height: 100%;
  transform: scale(1);
  transition: all 1s ease-in-out;
}
.pg-active .main-view__gray-line {
  width: 100%;
  transition: width 1s 2s ease-in-out;
}
.pg-active .main-view__button-text {
  height: 4rem;
  transition: 1s 1.2s ease-in-out;
}
.pg-active .main-view__button-text.row3 {
  height: 6rem;
}
.pg-active .main-view__arrow {
  height: 2.5rem;
  transition: 1s 1.2s ease-in-out;
}

.header a {
  color: #140E0A;
  transition: 0.5s;
  mix-blend-mode: normal;
}
.header.white a {
  color: #FFFEF8;
  transition: 0.5s;
  mix-blend-mode: normal;
}
.header.white path {
  fill: #FFFEF8;
  transition: 0.5s;
  mix-blend-mode: normal;
}

.animation-button-height {
  position: relative;
  overflow: hidden;
  height: 0;
  transition: 0.2s linear;
}

.pg-active .animation-button-height {
  height: 37.5rem;
  transition: 1s ease-in-out;
}

.animation-slide-up {
  transform: translateY(105%);
  transition: all 0.3s ease-in-out;
}
.animation-slide-up__container {
  position: relative;
  overflow: hidden;
}

.pg-active .animation-slide-up {
  transform: translateY(0);
  transition-duration: 0.5s;
  transition: all 0.5s ease-in-out;
}

.pg-active .animation-slide-up.duration-1 {
  transition-duration: 1s;
}

.animation-slide-down {
  transform: translateY(-105%);
  transition: all 0.3s ease-in-out;
}
.animation-slide-down__container {
  position: relative;
  overflow: hidden;
}

.pg-active .animation-slide-down {
  transform: translateY(0);
  transition-duration: 0.5s;
  transition: all 0.5s ease-in-out;
}

.pg-active .animation-slide-down.duration-1 {
  transition-duration: 1s;
}

.animation-slide-right {
  transform: translateX(-105%);
  transition: all 0.3s ease-in-out;
}
.animation-slide-right__container {
  position: relative;
  overflow: hidden;
}

.pg-active .animation-slide-right {
  transform: translateX(0);
  transition-duration: 0.5s;
  transition: all 0.5s ease-in-out;
}

.animation-slide-left {
  transform: translateX(105%);
  transition: all 0.3s ease-in-out;
}
.animation-slide-left__container {
  position: relative;
  overflow: hidden;
}

.pg-active .animation-slide-left {
  transform: translateX(0);
  transition-duration: 0.5s;
  transition: all 0.5s ease-in-out;
}

.pg-active .animation-delay-01 {
  transition-delay: 0.1s !important;
}

.pg-active .animation-delay-02 {
  transition-delay: 0.2s !important;
}

.pg-active .animation-delay-03 {
  transition-delay: 0.3s !important;
}

.pg-active .animation-delay-05 {
  transition-delay: 0.5s !important;
}

.pg-active .animation-delay-06 {
  transition-delay: 0.6s !important;
}

.pg-active .animation-delay-07 {
  transition-delay: 0.7s !important;
}

.pg-active .animation-delay-08 {
  transition-delay: 0.8s !important;
}

.pg-active .animation-delay-09 {
  transition-delay: 0.9s !important;
}

.pg-active .animation-delay-1 {
  transition-delay: 1s !important;
}

.pg-active .animation-delay-11 {
  transition-delay: 1.1s !important;
}

.pg-active .animation-delay-12 {
  transition-delay: 1.2s !important;
}

.pg-active .animation-delay-13 {
  transition-delay: 1.3s !important;
}

.pg-active .animation-delay-14 {
  transition-delay: 1.4s !important;
}

.pg-active .animation-delay-15 {
  transition-delay: 1.5s !important;
}

.pg-active .animation-delay-16 {
  transition-delay: 1.6s !important;
}

.pg-active .animation-delay-17 {
  transition-delay: 1.7s !important;
}

.pg-active .animation-delay-18 {
  transition-delay: 1.8s !important;
}

.pg-active .animation-delay-19 {
  transition-delay: 1.9s !important;
}

.pg-active .animation-delay-2 {
  transition-delay: 2s !important;
}

.pg-active .animation-delay-3 {
  transition-delay: 3s !important;
}

.projects-swiper-slide__wrapper {
  width: 100vw;
  height: 100vh;
  display: flex;
  align-items: end;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
}
.projects-swiper-slide__wrapper img {
  height: 0;
  transform: scale(1.2);
  transition: 0.3s;
}

.pg-active.animation-state-0 .projects .projects-swiper-slide__wrapper img {
  height: 100vh;
  transform: scale(1.4);
  transition: 1s;
}

.pg-active.animation-state-1 .projects .projects-swiper-slide__wrapper img {
  height: 100vh;
  transform: scale(1);
  transition: 1s;
}

.swiper-slide.projects-swiper-slide {
  clip-path: inset(0% 0 0% 0);
}

.swiper-slide.projects-swiper-slide.swiper-slide-active {
  animation: swiper-clip 0.8s ease-in-out forwards;
}

.pg-active.animation-state-0 .projects__gray-line {
  width: 100%;
  bottom: 28.5555555556vh;
  transition: width 1s 2s, bottom 1s;
}

.pg-active.animation-state-1 .projects__gray-line {
  width: 100%;
  bottom: 42vh;
  transition: width 1s 1s, bottom 1s;
}

.pg-active.animation-state-0 .projects-swiper-slide__content {
  bottom: 28.8888888889vh;
  transition: 1s;
}

.pg-active.animation-state-1 .projects-swiper-slide__content {
  bottom: 42.3333333333vh;
  transition: 1s;
}

.pg-active.animation-state-0 .projects-swiper-slide__title-animation {
  height: 7.2rem;
  transition: 1s 2s;
}

.pg-active.animation-state-1 .projects-swiper-slide__title-animation {
  height: 7.2rem;
  transition: 1s 1s;
}

.pg-active.animation-state-0 .projects-swiper-slide__text-animation {
  height: 2rem;
  transition: 1s 2.3s;
}

.pg-active.animation-state-1 .projects-swiper-slide__text-animation {
  height: 2rem;
  transition: 1s 1.3s;
}

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

.pg-active.projects-section.animation-state-1 .animation-button-height {
  height: 37.5rem;
  transition: 1s 1s;
}

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

.pg-active.premium-section.animation-state-0 .animation-button-height {
  height: 37.5rem;
  transition: 1s;
}

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

.pg-active.projects-section.animation-state-1 .main-view__arrow {
  height: 2.5rem;
  transition: 1s 1s;
}

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

.pg-active.premium-section.animation-state-0 .main-view__arrow {
  height: 2.5rem;
  transition: 1s;
}

.pg-active.projects-section.animation-state-0 .main-view__button-text {
  height: 0;
  transition: 1s;
}

.pg-active.projects-section.animation-state-1 .main-view__button-text {
  height: 4rem;
  transition: 1s 1s;
}

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

.pg-active.premium-section.animation-state-0 .main-view__button-text {
  height: 4rem;
  transition: 1s;
}

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

@keyframes swiper-clip {
  0% {
    clip-path: inset(50% 0 50% 0);
  }
  100% {
    clip-path: inset(0% 0 0% 0);
  }
}
@keyframes swiper-clip-top {
  0% {
    clip-path: inset(100% 0 0% 0);
  }
  100% {
    clip-path: inset(0% 0 0% 0);
  }
}
@keyframes swiper-clip-bottom {
  0% {
    clip-path: inset(0% 0 100% 0);
  }
  100% {
    clip-path: inset(0% 0 0% 0);
  }
}
@keyframes swiper-clip-reverse {
  0% {
    clip-path: inset(0% 0 0% 0);
  }
  100% {
    clip-path: inset(50% 0 50% 0);
  }
}
@keyframes swiper-clip-top-reverse {
  0% {
    clip-path: inset(0% 0 0% 0);
  }
  100% {
    clip-path: inset(100% 0 0% 0);
  }
}
@keyframes swiper-clip-bottom-reverse {
  0% {
    clip-path: inset(0% 0 0% 0);
  }
  100% {
    clip-path: inset(0% 0 100% 0);
  }
}

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

/* End */


/* Start:/local/templates/mart/desk/scss/mobile1.css?175440441553576*/
.mob-phone {
  display: none;
}

.mob-header-icon {
  display: none;
}

.br-mob {
  display: none;
}

@media (max-width: 48em) {
  body {
    line-height: 1.2;
    font-size: 1.4rem;
  }
  .header__menu {
    display: none;
  }
  .header__phone {
    display: none;
  }
  .round-button {
    box-sizing: border-box;
    width: 18rem;
    height: 18rem;
  }
  .animation-button-height {
    width: 19rem;
  }
  .pg-active .animation-button-height {
    height: 19rem;
  }
  .round-button:hover {
    margin-top: 0.5rem;
    margin-left: 0.5rem;
    width: 17rem;
    height: 17rem;
  }
  .header__container {
    width: 36.1rem;
    justify-content: space-between;
  }
  .header {
    margin-top: 1.6rem;
  }
  .header path {
    fill: #140E0A;
  }
  .header .mob-header-icon path {
    stroke: #140E0A;
  }
  .header.white path {
    fill: #FFFEF8;
  }
  .header.white .mob-header-icon path {
    stroke: #FFFEF8;
  }
  .logo-top {
    height: 2.2rem;
  }
  .logo-middle {
    margin-top: 0.4rem;
    height: 0.7rem;
  }
  .logo-bottom {
    margin-top: 0.4rem;
    height: 0.7rem;
  }
  .main-view__top-holder {
    height: 16vh;
  }
  .main-view__button-anchor {
    left: 19.7rem;
  }
  .main-view__button-text-wrapper {
    top: 5rem;
    left: 4rem;
    font-size: 1rem;
    line-height: 1.4;
    margin-bottom: 1.6rem;
    width: 11rem;
  }
  .main-view__arrow-wrapper {
    top: 8.4rem;
    left: 4rem;
    height: 1.7rem;
  }
  .icon-arrow-right, .icon-arrow-left {
    width: 1.6rem;
    height: 1.6rem;
  }
  .pg-active .main-view__arrow {
    height: 1.7rem;
  }
  .main-view__gray-line {
    top: 15.6rem;
  }
  .main-view__content {
    width: 100%;
    padding-top: 12.2rem;
    padding-left: 1.6rem;
  }
  .main-view__title {
    font-size: 3.2rem;
    line-height: 1.1;
  }
  .main-view__footer {
    display: block;
  }
  .main-view__footer-left {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .main-view__footer-right {
    font-size: 1.6rem;
    width: 29rem;
  }
  .main-view__footer-right br {
    display: none;
  }
  .projects-top__content {
    width: 36.1rem;
    display: block;
    padding-top: 8rem;
  }
  .projects-top__title {
    font-size: 3.2rem;
    line-height: 1.1;
  }
  .projects-top__right {
    width: 100%;
    margin-top: 2.4rem;
  }
  .projects-top__sub-title {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .projects-top__spacer {
    height: 0.8rem;
  }
  .projects-top__text br {
    display: none;
  }
  .projects-top__spacer2 {
    height: 4.7rem;
  }
  .pg-active.animation-state-0 .projects-top {
    height: 46rem;
  }
  .primary-button__text {
    font-size: 1rem;
    padding-top: 0.2rem;
  }
  .primary-button__circle-anchor {
    height: 1.8rem;
  }
  .primary-button__arrow {
    height: 1.8rem;
  }
  .primary-button__circle {
    box-sizing: border-box;
    width: 6rem;
    height: 6rem;
  }
  .primary-button__circle-animation {
    width: 6.2rem;
    height: 0;
    top: -2.2rem;
    left: -2.2rem;
  }
  .pg-active .primary-button__circle-animation {
    width: 6.2rem;
    height: 6.2rem;
    top: -2.2rem;
    left: -2.2rem;
  }
  .projects-swiper__navigation {
    bottom: 17.1428571429vh;
    right: 1.6rem;
  }
  .pg-active.animation-state-0 .projects-swiper__navigation {
    bottom: 17.1428571429vh;
  }
  .pg-active.animation-state-1 .projects-swiper__navigation {
    bottom: 37.1428571429vh;
  }
  .projects__gray-line {
    bottom: 22.8571428571vh;
  }
  .pg-active.animation-state-0 .projects__gray-line {
    bottom: 22.8571428571vh;
  }
  .pg-active.animation-state-1 .projects__gray-line {
    bottom: 42.8571428571vh;
  }
  .projects-swiper-slide__content {
    left: 1.6rem;
    display: block;
    height: 7rem;
    bottom: 18.5714285714vh;
    width: 25rem;
  }
  .pg-active.animation-state-0 .projects-swiper-slide__content {
    bottom: 18.5714285714vh;
  }
  .pg-active.animation-state-1 .projects-swiper-slide__content {
    bottom: 38.5714285714vh;
  }
  .projects-swiper-slide__title {
    margin-left: 0;
    font-size: 3.2rem;
    line-height: 1.1;
  }
  .projects-swiper-slide__text {
    position: absolute;
    top: 8.8rem;
    left: 0;
    font-size: 1rem;
  }
  .projects-swiper-slide__button-anchor {
    height: 19.5rem;
    bottom: 0;
    left: 18.2rem;
  }
  .pg-active.projects-section.animation-state-1 .animation-button-height {
    height: 19.5rem;
  }
  .supervisors__top {
    width: 36.1rem;
    padding-bottom: 0;
    padding-top: 8.6rem;
  }
  .supervisors__title {
    margin-left: 0;
    font-size: 3.2rem;
    line-height: 1.1;
  }
  .pg-active .mid-size .animation-button-height {
    height: 19rem;
  }
  .mid-size .round-button {
    width: 18rem;
    height: 18rem;
  }
  .mid-size .main-view__button-text-wrapper {
    top: 5rem;
    left: 4rem;
  }
  .mid-size .main-view__arrow-wrapper {
    top: 9.4rem;
    left: 4rem;
  }
  .mid-size .round-button:hover {
    margin-top: 0.5rem;
    margin-left: 0.5rem;
    width: 17rem;
    height: 17rem;
  }
  .supervisors__button-anchor {
    left: unset;
    width: 19rem;
    right: -1rem;
  }
  .supervisors__content {
    width: 36.1rem;
    padding-top: 2rem;
    height: 50rem;
    position: relative;
  }
  .supervisors__content-top {
    margin-left: 0;
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 2.4rem;
    height: 0;
    transition: 1s;
  }
  .supervisors__type {
    font-size: 1rem;
    margin-bottom: 4rem;
  }
  .supervisors__sub-title {
    font-size: 1.6rem;
    line-height: 1.4;
    padding-right: 1rem;
  }
  .supervisors__sub-title br {
    display: none;
  }
  .supervisors__content-main {
    display: block;
    height: unset;
  }
  .supervisors__content-first {
    position: absolute;
    top: 0;
    left: 0;
    width: 11rem;
    margin-right: 0;
  }
  .supervisors__content-main img {
    height: 25rem;
  }
  .supervisors__content-second {
    position: absolute;
    top: 0;
    right: 0;
    width: 23.5rem;
    margin-right: 0;
  }
  .pg-active .supervisors__content-first {
    height: 25rem;
  }
  .pg-active .supervisors__content-second {
    height: 25rem;
  }
  .supervisors__content-text {
    width: 36.1rem;
    padding-top: 27.4rem;
    font-size: 1.4rem;
  }
  .supervisors__content-text .text {
    position: relative;
    overflow: hidden;
    height: 0;
    transition: 1s;
  }
  .pg-active.animation-state-0 .supervisors__content-top {
    height: 17rem;
    transition: 1s;
  }
  .pg-active.animation-state-1 .supervisors__content-top {
    height: 0;
    transition: 1s;
  }
  .pg-active.animation-state-2 .supervisors__content-top {
    height: 0;
    transition: 1s;
  }
  .pg-active.animation-state-0 .supervisors__content-text-1 {
    height: 0;
    transition: 1s;
  }
  .pg-active.animation-state-1 .supervisors__content-text-1 {
    height: 14rem;
    transition: 1s;
  }
  .pg-active.animation-state-2 .supervisors__content-text-1 {
    height: 0;
    transition: 1s;
  }
  .pg-active.animation-state-0 .supervisors__content-text-2 {
    height: 0;
    transition: 1s;
  }
  .pg-active.animation-state-1 .supervisors__content-text-2 {
    height: 0;
    transition: 1s;
  }
  .pg-active.animation-state-2 .supervisors__content-text-2 {
    height: 14rem;
    transition: 1s;
  }
  .supervisors__content-text-spicer {
    height: 0;
  }
  .supervisors__content-text .primary-button {
    position: absolute;
    right: 0.6rem;
    bottom: -2.4rem;
  }
  .supervisors__scroll {
    padding-top: 7rem;
    min-height: 0;
  }
  .design-components__scroll {
    padding-top: 7rem;
    min-height: 0;
  }
  interiors__scroll {
    padding-top: 7rem;
    min-height: 0;
  }
  .design-steps__scroll {
    padding-top: 7rem;
    min-height: 0;
  }
  .faq__scroll {
    padding-top: 7rem;
    min-height: 0;
  }
  .project-support__scroll {
    padding-top: 7rem;
    min-height: 0;
    padding-bottom: 0;
  }
  .project-details__scroll {
    padding-top: 7rem;
    min-height: 0;
  }
  .price-assembly__scroll {
    padding-top: 7rem;
    min-height: 0;
  }
  .price-supervision__scroll {
    padding-top: 7rem;
    min-height: 0;
  }
  .prices-design__scroll {
    padding-top: 7rem;
    min-height: 0;
  }
  .about-advantages__scroll {
    padding-top: 7rem;
    min-height: 0;
  }
  .about-advantages__img {
    display: none;
  }
  .feedback__scroll {
    padding-top: 7rem;
    min-height: 0;
  }
  .result__scroll {
    padding-top: 7rem;
    min-height: 0;
  }
  .result__content {
    width: 36.1rem;
    margin: 0 auto;
    display: block;
  }
  .piter__scroll {
    padding-top: 7rem;
    min-height: 0;
  }
  .services__scroll {
    padding-top: 7rem;
    min-height: 0;
  }
  .steps__scroll {
    padding-top: 7rem;
    min-height: 0;
  }
  .services-desc__scroll {
    padding-top: 7rem;
    min-height: 0;
  }
  .specialists__scroll {
    padding-top: 7rem;
    min-height: 0;
  }
  .services__gray-line {
    display: none;
  }
  .services__content {
    width: 36.1rem;
  }
  .services__top {
    display: block;
  }
  .services__title {
    font-size: 3.2rem;
    line-height: 1.1;
    margin-bottom: 0.8rem;
  }
  .services__top-right {
    display: flex;
    flex-direction: column-reverse;
  }
  .services__top-text {
    font-size: 1.6rem;
    line-height: 1.28;
    margin-bottom: 1.3rem;
  }
  .services__top-button {
    margin-bottom: 0;
  }
  .services-list {
    margin-top: 2.1rem;
    height: 38.5rem;
    position: relative;
    overflow: hidden;
    flex-wrap: wrap;
  }
  .services-list__item {
    height: 38.5rem;
    width: 17.2rem;
    position: relative;
    transform: translateY(0);
    margin-bottom: 4rem;
  }
  .services__container {
    padding: 1rem 0;
  }
  .pg-active .services-list__item-animation {
    height: 38.5rem;
  }
  .services-list__img-wrapper {
    height: 27rem;
  }
  .services-list__name {
    margin-top: 1.6rem;
    font-size: 2rem;
    line-height: 1;
  }
  .services-list__description {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.2;
    transform: translateY(105%);
    transition: 0.3s;
  }
  .pg-active .services-list__description {
    transform: translateY(0);
    transition: 1s 1.2s;
  }
  .pg-active.animation-state-0 .services-list__item {
    transform: translateY(0);
    transition: 1s;
  }
  .pg-active.animation-state-1 .services-list__item {
    transform: translateY(-42.5rem);
    transition: 1s;
  }
  .services-desc__container {
    width: 100%;
    padding: 0;
  }
  .services-desc__top {
    display: block;
    margin: 0 auto 1.6rem;
    width: 36.1rem;
    position: relative;
    overflow: hidden;
    height: 16.7rem;
    transition: 1s;
  }
  .services-desc__title {
    font-size: 3.2rem;
    line-height: 1.1;
    margin-bottom: 1.6rem;
  }
  .services-desc__title br {
    display: none;
  }
  .services-desc__top-right {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .services-desc__top-right br {
    display: none;
  }
  .services-desc__content {
    display: block;
    height: 50rem;
    position: relative;
    overflow: hidden;
  }
  .services-desc__col {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 50rem;
    transition: 1s;
  }
  .services-desc__img-wrapper {
    width: 100%;
    height: 36.2rem;
    margin-bottom: 1.6rem;
  }
  .pg-active .services-desc__img-animation {
    width: 100%;
    height: 36.2rem;
  }
  .services-desc__img-wrapper img {
    width: 100%;
    height: 36.2rem;
  }
  .services-desc__text {
    width: 36.1rem;
    margin: 0 auto;
  }
  .services-desc__text-spicer {
    height: 2rem;
  }
  .pg-active.animation-state-0 .services-desc__top {
    height: 16.7rem;
    transition: 1s;
  }
  .pg-active.animation-state-1 .services-desc__top {
    height: 10.6rem;
    transition: 1s;
  }
  .pg-active.animation-state-2 .services-desc__top {
    height: 10.6rem;
    transition: 1s;
  }
  .services-desc__col:first-child .services-desc__img-wrapper {
    position: relative;
    overflow: hidden;
  }
  .pg-active.animation-state-0 .services-desc__col:first-child .services-desc__img-wrapper {
    height: 36.2rem;
    transition: 1s;
  }
  .pg-active.animation-state-1 .services-desc__col:first-child .services-desc__img-wrapper {
    height: 0;
    margin-bottom: 0;
    transition: 1s;
  }
  .pg-active.animation-state-2 .services-desc__col:first-child .services-desc__img-wrapper {
    height: 0;
    margin-bottom: 0;
    transition: 1s;
  }
  .services-desc__col:first-child {
    margin-bottom: 4rem;
  }
  .pg-active.animation-state-0 .services-desc__col:first-child {
    height: 50rem;
    transition: 1s;
  }
  .pg-active.animation-state-1 .services-desc__col:first-child {
    height: 20.5rem;
    transition: 1s;
  }
  .pg-active.animation-state-2 .services-desc__col:first-child {
    height: 0;
    margin-bottom: 0;
    transition: 1s;
  }
  .pg-active.animation-state-0 .services-desc__content {
    height: 50rem;
    transition: 1s;
  }
  .pg-active.animation-state-1 .services-desc__content {
    height: 60rem;
    transition: 1s;
  }
  .pg-active.animation-state-2 .services-desc__content {
    height: 60rem;
    transition: 1s;
  }
  .pg-active.animation-state-2 .services-desc__col:last-child {
    height: 60rem;
    transition: 1s;
  }
  .services-desc__text-wrapper.sliced {
    width: 16rem;
  }
  .services-desc__button-anchor {
    width: 19rem;
    height: 19rem;
    right: -1rem;
    bottom: -6rem;
  }
  .services-desc__gray-line {
    bottom: 3rem;
    width: 0;
    transition: 1s;
  }
  .pg-active.animation-state-2 .services-desc__gray-line {
    width: 100%;
    transition: 1s 1s;
  }
  .pg-active.animation-state-1 .services-desc__gray-line {
    width: 0;
    transition: 1s;
  }
  .pg-active.animation-state-0 .services-desc__gray-line {
    width: 0;
    transition: 1s;
  }
  .specialists__content {
    width: 100%;
    height: 70rem;
    margin: 0;
  }
  .specialists__top {
    position: relative;
    width: 100%;
    margin-bottom: 2.4rem;
  }
  .specialists__title {
    padding: 0;
    font-size: 3.2rem;
    line-height: 1.1;
    width: 36.1rem;
    margin: 0 auto;
  }
  .specialists-swiper {
    width: 100%;
    height: 50rem;
  }
  .specialists-swiper__preview-img {
    display: none;
  }
  .specialists-swiper__content {
    flex-direction: column-reverse;
    align-items: center;
  }
  .specialists-swiper__img {
    width: 100%;
    height: 36.2rem;
  }
  .specialists-swiper__img img {
    width: 100%;
  }
  .pg-active .specialists-swiper__img img {
    height: 36.2rem;
  }
  .specialists-swiper__text {
    width: 36.1rem;
    height: 11.4rem;
    margin-top: 2.4rem;
  }
  .pg-active .mid-size .animation-button-height {
    width: 19rem;
  }
  .specialists__button-anchor {
    right: 0.6rem;
    top: 51rem;
  }
  .specialists__button-anchor .main-view__button-text br {
    display: none;
  }
  .specialists__gray-line {
    top: unset;
    bottom: 3rem;
  }
  .specialists-swiper__navigation {
    left: 1.6rem;
    bottom: 4.8rem;
  }
  .specialists-swiper__desc {
    width: 15rem;
    font-size: 1.6rem;
  }
  .specialists-swiper__name {
    font-size: 1.6rem;
    margin-bottom: 1.6rem;
  }
  .premium__top-container {
    width: 36.1rem;
    padding: 8rem 0 4rem;
    display: block;
  }
  .premium__top-left {
    width: 100%;
  }
  .premium__top-left .primary-button {
    position: absolute;
    left: 1.6rem;
    bottom: 5rem;
  }
  .premium__title {
    font-size: 3.2rem;
    line-height: 1.1;
    margin-bottom: 2.4rem;
  }
  .premium__top-sub-title {
    font-size: 1.6rem;
    margin-bottom: 2.4rem;
  }
  .premium__top-text {
    margin-top: 0;
    margin-bottom: 1.6rem;
  }
  .pg-active.animation-state-0 .premium__top {
    height: 52rem;
  }
  .premium__button {
    right: unset;
    left: 1.6rem;
    width: 19rem;
    height: 19rem;
  }
  .premium__button-anchor {
    bottom: 20vh;
  }
  .steps__container {
    padding-top: 0;
  }
  .steps__content {
    width: 100%;
    padding-top: 12.4rem;
    transition: 1s;
  }
  .steps__title {
    box-sizing: border-box;
    padding-left: 0;
    font-size: 3.2rem;
    line-height: 1.1;
    width: 36.1rem;
    margin: 0 auto 4rem;
  }
  .steps__title br {
    display: none;
  }
  .br-mob {
    display: block !important;
  }
  .steps__gray-line {
    top: 15.7rem;
  }
  .steps__button-anchor {
    top: 0;
    left: 19rem;
  }
  .steps-list__col {
    width: 100%;
    display: block;
  }
  .steps-list__img {
    width: 100%;
    min-height: 0;
    margin-bottom: 1.6rem;
  }
  .steps-list__title {
    width: 36.1rem;
    margin: 0 auto 1.6rem;
  }
  .steps-list__img-wrapper {
    height: 25.6rem;
  }
  .pg-active .steps-list__img-animation {
    height: 25.6rem;
  }
  .steps-list__img-wrapper img {
    width: 100%;
    height: 25.6rem;
  }
  .steps-list__items {
    width: 36.1rem;
    margin: 0 auto;
  }
  .steps-list {
    display: block;
    width: 100%;
    height: 52rem;
    position: relative;
    overflow: hidden;
  }
  .steps-list__name {
    font-family: Forum, serif;
    font-size: 2rem;
    margin-bottom: 1.2rem;
  }
  .steps-list__gray-line {
    margin: 1.5rem 0 1.5rem;
  }
  .steps-list__col {
    margin-bottom: 4rem;
  }
  .steps-list__col:last-child {
    position: relative;
    overflow: hidden;
    transition: 1s;
  }
  .steps-list__items {
    position: relative;
    overflow: hidden;
    height: 0;
    transition: 1s;
  }
  .pg-active.animation-state-0 .steps-list__col:first-child {
    height: 27.2rem;
    margin-bottom: 4rem;
    transition: 1s;
  }
  .pg-active.animation-state-1 .steps-list__col:first-child {
    transform: translateY(0);
    height: 52rem;
    margin-bottom: 4rem;
    transition: 1s;
  }
  .pg-active.animation-state-2 .steps-list__col:first-child {
    height: 0;
    transform: translateY(-52rem);
    margin-bottom: 0;
    transition: 1s;
  }
  .pg-active.animation-state-0 .steps-list__img-wrapper {
    height: 25.6rem;
    transition: 1s;
  }
  .pg-active.animation-state-1 .steps-list__img-wrapper {
    height: 13rem;
    transition: 1s;
  }
  .pg-active.animation-state-2 .steps-list__img-wrapper {
    height: 13rem;
    transition: 1s;
  }
  .pg-active.animation-state-0 .steps-list__img-wrapper img {
    height: 25.6rem;
    transition: 1s;
  }
  .pg-active.animation-state-1 .steps-list__img-wrapper img {
    height: 13rem;
    transition: 1s;
  }
  .pg-active.animation-state-2 .steps-list__img-wrapper img {
    height: 13rem;
    transition: 1s;
  }
  .pg-active.animation-state-0 .steps-list__img-animation {
    height: 25.6rem;
    transition: 1s;
  }
  .pg-active.animation-state-1 .steps-list__img-animation {
    height: 13rem;
    transition: 1s;
  }
  .pg-active.animation-state-2 .steps-list__img-animation {
    height: 13rem;
    transition: 1s;
  }
  .pg-active.animation-state-0 .steps-list__col .steps-list__title {
    height: 0;
    margin-bottom: 0;
    transition: 1s;
  }
  .pg-active.animation-state-1 .steps-list__col .steps-list__title {
    height: 1.7rem;
    transition: 1s;
  }
  .pg-active.animation-state-2 .steps-list__col .steps-list__title {
    height: 1.7rem;
    transition: 1s;
  }
  .pg-active.animation-state-0 .steps-list__items {
    height: 0;
    margin-bottom: 0;
    transition: 1s;
  }
  .pg-active.animation-state-1 .steps-list__items {
    height: 29.5rem;
    transition: 1s;
  }
  .pg-active.animation-state-2 .steps-list__items {
    height: 29.5rem;
    transition: 1s;
  }
  .pg-active.animation-state-0 .steps__title {
    font-size: 3.2rem;
    transition: 1s;
  }
  .pg-active.animation-state-1 .steps__title {
    font-size: 1.6rem;
    transition: 1s;
  }
  .pg-active.animation-state-2 .steps__title {
    font-size: 1.6rem;
    transition: 1s;
  }
  .steps__content {
    padding-top: 12.4rem;
    height: 55.6rem;
    position: relative;
    overflow: hidden;
  }
  .pg-active.animation-state-0 .steps__content {
    padding-top: 12.4rem;
    height: 55.6rem;
    transition: 1s;
  }
  .pg-active.animation-state-1 .steps__content {
    height: 66rem;
    padding-top: 3rem;
    transition: 1s;
  }
  .pg-active.animation-state-2 .steps__content {
    height: 65rem;
    padding-top: 3rem;
    transition: 1s;
  }
  .pg-active.animation-state-0 .steps-list {
    height: 27.2rem;
    transition: 1s;
  }
  .pg-active.animation-state-1 .steps-list {
    height: 50rem;
    transition: 1s;
  }
  .pg-active.animation-state-2 .steps-list {
    height: 50rem;
    transition: 1s;
  }
  .piter__content {
    width: 36.1rem;
    margin: 0 auto;
    height: 66rem;
    padding-bottom: 5rem;
  }
  .piter__title {
    font-size: 3.2rem;
    line-height: 1.1;
    height: 22rem;
    margin-bottom: 3.6rem;
  }
  .piter__title br {
    display: none;
  }
  .pg-active .piter__title-animation {
    height: 22rem;
  }
  .piter__row {
    display: block;
    position: relative;
    overflow: hidden;
  }
  .piter__left {
    width: 100%;
  }
  .piter__button-anchor {
    right: -1rem;
    top: 20.8rem;
  }
  .piter__gray-line {
    top: 36.5rem;
  }
  .piter__left-text {
    font-size: 1rem;
    line-height: 1.4;
    width: 16.1rem;
    margin-bottom: 8rem;
  }
  .piter__left-img {
    width: 17.2rem;
    height: 23.8rem;
  }
  .piter__left-img img {
    width: 17.2rem;
    height: 23.8rem;
  }
  .pg-active .piter__left-img-animation {
    height: 23.8rem;
  }
  .piter__right {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 17.3rem;
  }
  .piter__right-text {
    margin-top: 0;
  }
  .piter__right-text {
    position: relative;
    overflow: hidden;
    height: 0;
    transition: 1s;
  }
  .piter__right-text:last-child {
    width: 36.1rem;
  }
  .pg-active.animation-state-0 .piter__right-text:last-child {
    height: 0;
    transition: 1s;
  }
  .pg-active.animation-state-1 .piter__right-text:last-child {
    height: 8rem;
    transition: 1s;
  }
  .pg-active.animation-state-0 .piter__right-text:first-child {
    height: 22rem;
    transition: 1s;
  }
  .pg-active.animation-state-1 .piter__right-text:first-child {
    height: 0;
    transition: 1s;
  }
  .piter__left-img {
    position: relative;
    overflow: hidden;
  }
  .pg-active.animation-state-0 .piter__left-img {
    height: 23.8rem;
    transition: 1s;
  }
  .pg-active.animation-state-1 .piter__left-img {
    height: 0;
    transition: 1s;
  }
  .piter__middle {
    width: 100%;
    height: 17.1rem;
    position: relative;
    overflow: hidden;
  }
  .piter__middle img {
    width: 100%;
    height: 17.1rem;
  }
  .pg-active.animation-state-0 .piter__middle {
    height: 0rem;
    transition: 1s;
  }
  .pg-active.animation-state-1 .piter__middle {
    height: 17.1rem;
    transition: 1s;
  }
  .pg-active.animation-state-0 .piter__right {
    width: 17.3rem;
    transition: 1s;
    bottom: 2rem;
  }
  .pg-active.animation-state-1 .piter__right {
    width: 100%;
    transition: 1s;
    bottom: -3rem;
  }
  .pg-active .piter__middle-animation {
    height: 17.1rem;
  }
  .piter__row {
    height: 42.2rem;
  }
  .result__left {
    width: 100%;
    margin-bottom: 3.9rem;
  }
  .result__right {
    width: 100%;
    height: 30rem;
  }
  .result-swiper {
    width: 100%;
    height: 30rem;
  }
  .result__title {
    font-size: 3.2rem;
    line-height: 1.1;
    margin-bottom: 1.6rem;
  }
  .result__text {
    margin-bottom: 3.4rem;
  }
  .result-swiper__slide {
    width: 100%;
  }
  .result-swiper__slide-animation {
    width: 100%;
  }
  .pg-active .result-swiper__slide-animation {
    width: 100%;
    height: 30rem;
  }
  .result-swiper__slide-left {
    height: 30rem;
    width: 17.2rem;
  }
  .result-swiper__slide-right {
    height: 30rem;
    width: 17.2rem;
  }
  .result-swiper__img {
    height: 30rem;
    width: 17.2rem;
  }
  .result-swiper__navigation {
    bottom: 33.2rem;
    right: 0;
    left: auto;
  }
  .feedback__content {
    width: 36.1rem;
    margin: 0 auto;
  }
  .feedback__title {
    font-size: 3.2rem;
    margin-bottom: 1.2rem;
  }
  .feedback__title br {
    display: none;
  }
  .feedback__title-desc {
    font-size: 1.6rem;
  }
  .feedback__middle {
    display: block;
  }
  .feedback__img {
    width: 39.3rem;
    margin-left: -1.6rem;
    height: 25.1rem;
  }
  .feedback__img img {
    width: 100%;
    height: 25.1rem;
  }
  .feedback__img-animation {
    height: 25.1rem;
  }
  .feedback-form {
    width: 100%;
  }
  .feedback-form__title {
    font-size: 1.6rem;
    margin-bottom: 2.4rem;
  }
  .footer__container {
    width: 36.1rem;
  }
  .footer__right {
    display: none;
  }
  .feedback__content {
    height: 60rem;
    position: relative;
    overflow: hidden;
  }
  .feedback-form .primary-button {
    right: 0.8rem;
  }
  .feedback-form {
    height: 36.8rem;
    position: relative;
    overflow: hidden;
  }
  .feedback__img {
    height: 0;
    position: relative;
    overflow: hidden;
  }
  .feedback__img-animation {
    width: 100%;
    height: 25.1rem;
  }
  .pg-active .feedback__img-animation {
    height: 25.1rem;
  }
  .feedback__top {
    position: relative;
    overflow: hidden;
  }
  .feedback__info {
    margin-top: 4rem;
    position: relative;
    overflow: hidden;
    height: 0;
  }
  .feedback__info-title {
    margin-bottom: 2.4rem;
    font-size: 2rem;
  }
  .pg-active.animation-state-0 .feedback-form {
    height: 36.8rem;
    transition: 1s;
  }
  .pg-active.animation-state-1 .feedback-form {
    height: 0;
    transition: 1s;
  }
  .pg-active.animation-state-0 .feedback__img {
    height: 0;
    transition: 1s;
  }
  .pg-active.animation-state-1 .feedback__img {
    height: 25.1rem;
    transition: 1s;
  }
  .pg-active.animation-state-0 .feedback__top {
    height: 22.5rem;
    padding-bottom: 4rem;
    transition: 1s;
  }
  .pg-active.animation-state-1 .feedback__top {
    height: 0;
    padding-bottom: 0;
    transition: 1s;
  }
  .pg-active.animation-state-0 .feedback__info {
    height: 0;
    transition: 1s;
  }
  .pg-active.animation-state-1 .feedback__info {
    height: 30rem;
    transition: 1s;
  }
  .mob-icon {
    width: 2.4rem;
    height: 2.4rem;
  }
  .icon-phone {
    width: 2.4rem;
    height: 2.4rem;
  }
  .mob-header-icon {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
  }
  .mob-phone {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
  }
  .about-section__content {
    padding-left: 1.6rem;
    bottom: 8.5714285714vh;
  }
  .about-section__title {
    font-size: 3.2rem;
    margin-bottom: 3.2rem;
    line-height: 1.1;
  }
  .about-section__gray-line {
    top: 4.1rem;
  }
  .about-section__button-anchor {
    width: 19rem;
    height: 19rem;
    left: 19.7rem;
    bottom: 6.4rem;
  }
  .about-section__text {
    width: 19.7rem;
    font-size: 1.6rem;
    line-height: 1.28;
  }
  .about-section__text br {
    display: none;
  }
  .about-advantages__title {
    font-size: 3.2rem;
    line-height: 1.1;
    padding-left: 0;
    margin-bottom: 2rem;
  }
  .about-advantages__content {
    width: 36.1rem;
    margin: 0 auto;
  }
  .about-advantages__item {
    padding-left: 0;
  }
  .about-advantages__item-text {
    width: 26.5rem;
    font-size: 1.6rem;
  }
  .contacts-page__bg {
    position: relative;
    overflow: hidden;
  }
  .pg-active.animation-state-0 .contacts-page__bg {
    height: 100vh;
  }
  .pg-active.animation-state-1 .contacts-page__bg {
    height: 8rem;
  }
  .pg-active.animation-state-0 .contacts-page__bg-animation {
    height: 100vh;
    display: flex;
    justify-content: flex-end;
  }
  .contacts-page__bg img {
    width: 150rem !important;
    height: 100vh !important;
    object-fit: cover !important;
    object-position: center right !important;
    margin-right: -79vh !important;
  }
  .contacts-page__content {
    width: 36.1rem;
    margin: 4rem auto 0;
    display: block;
  }
  .contacts-page__content-label {
    font-size: 1.3rem;
    line-height: 1.4;
    margin-bottom: 2.4rem;
  }
  .contacts-page__content-value {
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 0.8rem;
  }
  .contacts-page__content-item {
    height: 12rem;
  }
  .prices__title {
    padding-left: 1.6rem;
    font-size: 3.2rem;
    line-height: 1.1;
  }
  .prices__text {
    padding-left: 1.6rem;
    width: 19.7rem;
  }
  .prices__gray-line {
    margin: 1.6rem 0;
  }
  .prices__button-anchor {
    width: 19rem;
    height: 19rem;
    left: 19.7rem;
    bottom: 3.4rem;
  }
  .prices-design__content {
    width: 100%;
  }
  .prices-design__title {
    font-size: 3.2rem;
    line-height: 1.1;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    margin-bottom: 4.4rem;
  }
  .prices-design__list {
    display: block;
  }
  .prices-design__item {
    width: 100%;
    height: 0;
    position: relative;
    overflow: hidden;
    transition: 1s;
  }
  .pg-active.animation-state-0 .prices-design__item:first-child {
    height: 55rem;
    transition: 1s;
  }
  .pg-active.animation-state-1 .prices-design__item:first-child {
    height: 0;
    transition: 1s;
  }
  .pg-active.animation-state-2 .prices-design__item:first-child {
    height: 0;
    transition: 1s;
  }
  .pg-active.animation-state-0 .prices-design__item:last-child {
    height: 0;
    transition: 1s;
  }
  .pg-active.animation-state-1 .prices-design__item:last-child {
    height: 0;
    transition: 1s;
  }
  .pg-active.animation-state-2 .prices-design__item:last-child {
    height: 55rem;
    transition: 1s;
  }
  .pg-active.animation-state-0 .prices-design__item:nth-child(2) {
    height: 0;
    transition: 1s;
  }
  .pg-active.animation-state-1 .prices-design__item:nth-child(2) {
    height: 55rem;
    transition: 1s;
  }
  .pg-active.animation-state-2 .prices-design__item:nth-child(2) {
    height: 0;
    transition: 1s;
  }
  .prices-design__img {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .prices-design__item-top {
    width: 36.1rem;
    margin: 0 auto;
  }
  .price-supervision__content {
    padding-left: 0;
    flex-direction: column-reverse;
    justify-content: flex-end;
    height: 68rem;
  }
  .price-supervision__title {
    font-size: 3.2rem;
    line-height: 1.1;
    margin-bottom: 1.2rem;
  }
  .price-supervision__left {
    padding-top: 0;
    width: 36.1rem;
    margin: 0 auto;
  }
  .price-supervision__price {
    font-size: 1.6rem;
    margin-bottom: 4rem;
  }
  .price-supervision__text {
    font-size: 1.6rem;
    line-height: 1.4;
    width: 20rem;
  }
  .price-supervision__text br {
    display: none;
  }
  .price-supervision__img {
    width: 100%;
    height: 30rem;
    margin-bottom: 3.2rem;
  }
  .pg-active .price-supervision__img-animation img {
    width: 100%;
    height: 30rem;
  }
  .pg-active .price-supervision__img-animation {
    height: 30rem;
  }
  .price-supervision__button-anchor {
    width: 19rem;
    height: 19rem;
    bottom: 0;
    left: 19.7rem;
  }
  .price-supervision__gray-line {
    bottom: 2.2rem;
  }
  .price-assembly__right {
    padding: 0;
    width: 36.1rem;
    margin: 0 auto;
  }
  .price-assembly__title {
    font-size: 3.2rem;
    line-height: 1.1;
    margin-bottom: 2.4rem;
  }
  .price-assembly__content {
    flex-direction: column;
  }
  .price-assembly__description {
    height: auto;
    margin-bottom: 2.4rem;
  }
  .price-assembly__description-right {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .price-assembly__description-left {
    font-size: 2rem;
    line-height: 1;
  }
  .price-assembly__text {
    font-size: 1.6rem;
    line-height: 1.28;
    width: 19rem;
  }
  .price-assembly__text-spicer {
    height: 1rem;
  }
  .price-assembly__button-anchor {
    width: 19rem;
    height: 19rem;
    left: 19.6rem;
    bottom: 0;
  }
  .price-assembly__gray-line {
    bottom: 2.2rem;
  }
  .projects-top.project-page .projects-top__sub-title {
    padding-left: 0;
    font-size: 1.6rem;
    line-height: 1.4;
  }
  .projects-top.project-page .projects-top__sub-title br {
    display: none;
  }
  .projects-top__menu {
    display: block;
    width: 36.1rem;
  }
  .projects-top__menu-item {
    border-right: 0;
    border-bottom: 1px solid rgba(20, 14, 10, 0.16);
    font-size: 1.3rem;
    padding-left: 0;
    height: 4.6rem;
    padding-top: 1.6rem;
  }
  .projects-top__menu-item:last-child {
    border-bottom: 0;
  }
  .pg-active.animation-state-0 .projects-top.project-page {
    height: 50.6rem;
  }
  .projects-top__menu-right {
    display: block;
  }
  .project__content {
    left: 1.6rem;
    width: 36.1rem;
  }
  .project__title {
    font-size: 3.2rem;
    line-height: 1.1;
    width: 24rem;
    margin-bottom: 1.8rem;
  }
  .project__props-left {
    display: none;
  }
  .project__props-right {
    font-size: 1rem;
    bottom: 17.111111vh;
  }
  .project__anchor {
    bottom: 22.5vh;
  }
  .project__button-anchor {
    width: 19rem;
    height: 19rem;
    left: 19.7rem;
    bottom: 3.2rem;
  }
  .project-details__top {
    width: 36.1rem;
    margin: 0 auto 2rem;
  }
  .project-details__title {
    font-size: 3.2rem;
    line-height: 1.1;
    margin-bottom: 0;
  }
  .project-details__button-anchor {
    display: none;
  }
  .project-details__gray-line {
    display: none;
  }
  .project-details__content {
    display: block;
    width: 36.1rem;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  .project-details__left, .project-details__middle {
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden;
    height: 0;
    transition: 1s;
    z-index: 2;
  }
  .project-details__left-text {
    margin-bottom: 2.4rem;
    font-size: 1.3rem;
    width: 100%;
  }
  .project-details__left-img {
    width: 100%;
  }
  .project-details__left-img img {
    width: 100%;
  }
  .project-details__right {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
  }
  .pg-active.animation-state-0 .project-details__left {
    height: 50rem;
    transition: 1s;
  }
  .pg-active.animation-state-1 .project-details__middle {
    height: 42rem;
    transition: 1s;
  }
  .pg-active .project-details__middle-animation {
    height: 42rem;
  }
  .project-details__middle img {
    height: 42rem;
    width: 100%;
  }
  .project-details__right-spacer {
    height: 0;
  }
  .project-details__right-text {
    height: 10.1rem;
    transition: 1s;
    position: relative;
    overflow: hidden;
  }
  .pg-active.animation-state-1 .project-details__right-text:first-child {
    height: 0;
    transition: 1s;
  }
  .project-details__right-text:last-child {
    height: 0;
    transition: 1s;
  }
  .pg-active.animation-state-1 .project-details__right-text:last-child {
    height: 5.1rem;
    transition: 1s;
  }
  .project-description__content {
    width: 36.1rem;
  }
  .project-description__top {
    display: block;
    height: auto;
  }
  .project-description__top-item {
    width: 21rem;
  }
  .pg-active .project-description__top-item {
    height: 8.9rem;
  }
  .project-description__top-right {
    flex-direction: row-reverse;
    position: relative;
    border-bottom: 1px solid rgba(20, 14, 10, 0.16);
    margin-top: 4rem;
  }
  .project-description__top-item.year {
    position: absolute;
    right: 0;
    bottom: 13rem;
    width: 15.2rem;
    border-right: 0 !important;
  }
  .project-description__top-item.object {
    padding-left: 0;
    width: 21rem;
  }
  .project-description__text {
    font-size: 1.3rem;
    line-height: 1.4;
  }
  .project-description__text br {
    display: none;
  }
  .project-description__container {
    height: 40rem;
  }
  .project-description__top-right .project-description__top-item:first-child {
    width: 15.2rem;
    border-right: 0;
    border-left: 1px solid rgba(20, 14, 10, 0.16);
    padding-left: 4.4rem;
  }
  .project-gallery__content {
    width: 36.1rem;
    display: block;
  }
  .project-gallery__img {
    width: 100%;
  }
  .project-gallery__content:first-child .project-gallery__img {
    height: 37rem;
  }
  .project-gallery__content:first-child .project-gallery__img img {
    height: 37rem;
  }
  .project-gallery__planning {
    width: 100%;
    height: 26.1rem;
  }
  .project-gallery__title {
    font-size: 3.2rem;
    line-height: 1.1;
    margin-bottom: 1.6rem;
  }
  .project-gallery__img img {
    height: calc(50vh - 14rem);
  }
  .project-gallery__img {
    height: 50%;
  }
  .services-section {
    padding-top: 10rem;
  }
  .services-section__title {
    font-size: 3.2rem;
    line-height: 1.1;
  }
  .services-section__top {
    width: 36.1rem;
    display: block;
    height: 21rem;
    margin-bottom: 4rem;
  }
  .services-section__top-left {
    margin-bottom: 4rem;
  }
  .services-section__sub-title {
    font-size: 1.6rem;
    line-height: 1.4;
    margin-bottom: 1.6rem;
  }
  .services-section__top, .services-section__sub-title {
    margin-bottom: 0;
    transition: 1s;
  }
  .animation-state-0 .services-section__top {
    margin-bottom: 4rem;
    transition: 1s;
  }
  .animation-state-0 .services-section__sub-title {
    margin-bottom: 1.6rem;
    transition: 1s;
  }
  .services-section__row {
    display: block;
    height: 94.4rem;
    width: 36.1rem;
    margin-bottom: 2.4rem;
  }
  .services-section__row-animation {
    width: 36.1rem;
  }
  .pg-active .services-section__row-animation {
    height: 94.4rem;
    display: block;
  }
  .services-section__item {
    height: 46rem;
    margin-bottom: 2.4rem;
    width: 100%;
  }
  .services-section__item img {
    height: 46rem;
    width: 100%;
  }
  .services-section__item-title {
    font-size: 3.2rem;
    top: 2.4rem;
    left: 2.4rem;
  }
  .services-section__item-bottom {
    left: 2.4rem;
    bottom: 2.4rem;
    height: 14.5rem;
  }
  .pg-active.animation-state-2 .services-section__animation-scroll, .animation-state-2 .services-section__animation-scroll {
    transform: translateY(-69.2rem);
  }
  .pg-active.animation-state-3 .services-section__animation-scroll, .animation-state-3 .services-section__animation-scroll {
    transform: translateY(-117.2rem);
    transition: 1s;
  }
  .pg-active.animation-state-4 .services-section__animation-scroll, .animation-state-4 .services-section__animation-scroll {
    transform: translateY(-166.2rem);
    transition: 1s;
  }
  .services-section__item img {
    transform: scale(1.2) !important;
  }
  .animation-state-1 .row1 .services-section__item:first-child img {
    transform: scale(1) !important;
  }
  .animation-state-2 .row1 .services-section__item:last-child img {
    transform: scale(1) !important;
  }
  .animation-state-3 .row2 .services-section__item:first-child img {
    transform: scale(1) !important;
  }
  .animation-state-4 .row2 .services-section__item:last-child img {
    transform: scale(1) !important;
  }
  .services-section__item-bottom-text-animation {
    transform: translateY(-105%) !important;
  }
  .pg-active.animation-state-1 .row1 .services-section__item:first-child .services-section__item-bottom-text-animation {
    transform: translateY(0) !important;
    transition: 1s 0.5s;
  }
  .pg-active.animation-state-2 .row1 .services-section__item:last-child .services-section__item-bottom-text-animation {
    transform: translateY(0) !important;
    transition: 1s 0.5s;
  }
  .pg-active.animation-state-3 .row2 .services-section__item:first-child .services-section__item-bottom-text-animation {
    transform: translateY(0) !important;
    transition: 1s 0.5s;
  }
  .pg-active.animation-state-4 .row2 .services-section__item:last-child .services-section__item-bottom-text-animation {
    transform: translateY(0) !important;
    transition: 1s 0.5s;
  }
  .services-section__item-bottom-button-animation {
    transform: translateY(105%) !important;
  }
  .pg-active.animation-state-1 .row1 .services-section__item:first-child .services-section__item-bottom-button-animation {
    transform: translateY(0) !important;
    transition: 1s 0.5s;
  }
  .pg-active.animation-state-2 .row1 .services-section__item:last-child .services-section__item-bottom-button-animation {
    transform: translateY(0) !important;
    transition: 1s 0.5s;
  }
  .pg-active.animation-state-3 .row2 .services-section__item:first-child .services-section__item-bottom-button-animation {
    transform: translateY(0) !important;
    transition: 1s 0.5s;
  }
  .pg-active.animation-state-4 .row2 .services-section__item:last-child .services-section__item-bottom-button-animation {
    transform: translateY(0) !important;
    transition: 1s 0.5s;
  }
  .architecture-main__content {
    width: 36.1rem;
    height: unset;
    margin-left: 1.6rem;
  }
  .architecture-main__title {
    font-size: 3.2rem;
    line-height: 1.1;
    margin-bottom: 4.5rem;
  }
  .architecture-main__description {
    font-size: 1.6rem;
    line-height: 1.4;
    position: relative;
    margin-bottom: 13.4rem;
  }
  .architecture-main__text-top {
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    margin-bottom: 2.4rem;
  }
  .architecture-main__content {
    display: block;
  }
  .architecture-main__text {
    width: 100%;
    position: relative;
    right: 0;
  }
  .architecture-main__gray-line {
    bottom: unset;
    top: 3.5rem;
  }
  .architecture-main__button-anchor {
    width: 19rem;
    height: 19rem;
    left: 19.7rem;
    bottom: unset;
    top: -12.4rem;
  }
  .services-desc__bottom {
    bottom: 0;
    left: 1.6rem;
  }
  .services-desc__button-anchor.mob {
    bottom: -14rem;
  }
  .services-desc__text-wrapper.mob {
    width: 18rem;
  }
  .project-support__top {
    width: 36.1rem;
    margin: 0 auto 4rem;
    display: block;
  }
  .project-support__title {
    font-size: 3.2rem;
    line-height: 1.1;
    margin-bottom: 1.6rem;
  }
  .project-support__content {
    width: 100%;
    display: block;
  }
  .project-support__img {
    width: 100%;
    height: 30rem;
    position: relative;
    overflow: hidden;
  }
  .project-support__img-animation img {
    width: 100%;
    height: 30rem;
  }
  .project-support__img-animation {
    width: 100%;
  }
  .project-support__middle {
    width: 36.1rem;
    margin: 0 auto;
    position: unset;
    transition: 1s;
  }
  .project-support__right {
    width: 36.1rem;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
  }
  .project-support__right br {
    display: none;
  }
  .pg-active.animation-state-0 .architecture .services-desc__top {
    height: 10.6rem;
  }
  .pg-active.animation-state-0 .architecture .services-desc__col:first-child .services-desc__img-wrapper {
    height: 25rem;
  }
  .pg-active .architecture .services-desc__img-animation {
    height: 25rem;
  }
  .architecture .services-desc__img-wrapper img {
    height: 25rem;
  }
  .architecture .services-desc__img-wrapper {
    height: 25rem;
  }
  .architecture .services-desc__col:last-child .services-desc__text {
    height: 0;
    transition: 1s;
  }
  .animation-state-0 .architecture .services-desc__col:last-child .services-desc__text {
    height: 0;
    transition: 1s;
    overflow: hidden;
  }
  .animation-state-1 .architecture .services-desc__col:last-child .services-desc__text {
    height: 0;
    overflow: hidden;
    transition: 1s;
  }
  .animation-state-2 .architecture .services-desc__col:last-child .services-desc__text {
    height: 21rem;
    transition: 1s;
    overflow: hidden;
  }
  .animation-state-0 .architecture .mid-size .animation-button-height {
    height: 0;
    transition: 0.3s !important;
  }
  .animation-state-1 .architecture .mid-size .animation-button-height {
    height: 0;
    transition: 0.3s !important;
  }
  .animation-state-2 .architecture .mid-size .animation-button-height {
    height: 19rem;
    transition: 1s;
  }
  .animation-state-0 .architecture .mid-size .main-view__arrow {
    height: 0;
    transition: 0.3s !important;
  }
  .animation-state-1 .architecture .mid-size .main-view__arrow {
    height: 0;
    transition: 0.3s !important;
  }
  .animation-state-2 .architecture .mid-size .main-view__arrow {
    height: 1.7rem;
    transition: 1s;
  }
  .animation-state-0 .architecture .mid-size .main-view__button-text {
    height: 0;
    transition: 0.3s !important;
  }
  .animation-state-1 .architecture .mid-size .main-view__button-text {
    height: 0;
    transition: 0.3s !important;
  }
  .animation-state-2 .architecture .mid-size .main-view__button-text {
    height: 4rem;
    transition: 1s;
  }
  .architecture .services-desc__img-wrapper {
    margin-bottom: 4rem;
  }
  .architecture .services-desc__top {
    display: flex;
    flex-direction: column-reverse;
    align-items: start;
  }
  .architecture .services-desc__title {
    margin-bottom: 0;
    margin-top: 1.6rem;
  }
  .pg-active.animation-state-1 .architecture .services-desc__content {
    height: 50rem;
  }
  .pg-active.animation-state-2 .architecture .services-desc__content {
    height: 50rem;
  }
  .architecture .services-desc__button-anchor.mob {
    bottom: -1rem;
  }
  .project-support__item {
    position: relative;
    overflow: hidden;
    margin-top: 0;
    font-size: 1.8rem;
    border-bottom: 0;
    display: flex;
    align-items: center;
    transition: 1s;
    transform: scale(0);
    opacity: 0;
    transform-origin: bottom;
  }
  .pg-active.animation-state-0 .project-support__item {
    height: 0;
    border-bottom: 0;
    transform: scale(0);
    opacity: 0;
    transition: 1s;
  }
  .pg-active.animation-state-1 .project-support__item {
    height: 7.2rem;
    opacity: 1;
    transform: scale(1);
    transition: 1s;
    border-bottom: 1px solid rgba(20, 14, 10, 0.16);
  }
  .project-support__container {
    height: 58rem;
    position: relative;
    overflow: hidden;
  }
  .pg-active.animation-state-0 .project-support__img {
    height: 30rem;
    transition: 1s;
  }
  .pg-active.animation-state-1 .project-support__img {
    height: 0;
    transition: 1s;
  }
  .project-support__gray-line {
    margin-left: 1.6rem !important;
    width: 36.1rem !important;
  }
  .faq__content {
    display: block;
  }
  .faq__left {
    width: 100%;
  }
  .faq__title {
    font-size: 3.2rem;
    line-height: 1.1;
    padding-left: 1.6rem;
    margin-bottom: 2.4rem;
  }
  .faq__img {
    display: none;
  }
  .faq__right {
    width: 36.1rem;
    padding-right: 0;
    margin: 0 auto;
  }
  .pg-active .faq__right-animation {
    width: 36.1rem;
  }
  .faq-list {
    width: 36.1rem;
    padding-top: 0;
    height: 56rem;
  }
  .faq-list__item-num {
    font-size: 1rem;
    width: 2.5rem;
  }
  .faq-list__item-title {
    width: 27.6rem;
    font-size: 1.3rem;
  }
  .complectation__content {
    margin-left: 1.6rem;
    width: 36.1rem;
    height: 49.7rem;
  }
  .complectation__title {
    font-size: 3.2rem;
    line-height: 1.1;
  }
  .complectation__content-bottom {
    display: block;
  }
  .complectation__description {
    font-size: 1.6rem;
    margin-bottom: 2.4rem;
  }
  .complectation__text {
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.28;
  }
  .complectation__container {
    bottom: 6rem;
  }
  .complectation__gray-line {
    bottom: 46.3rem;
  }
  .complectation__button-anchor {
    width: 19rem;
    height: 19rem;
    left: 19.7rem;
    bottom: 43.1rem;
  }
  .design-steps__content.img .design-steps__top-1 {
    padding: 0 1.6rem;
  }
  .design-steps__top-text {
    width: 100%;
    font-size: 1.3rem;
    margin-bottom: 1.6rem;
  }
  .design-steps__content.img .design-steps__title {
    margin: 0;
  }
  .about-advantages__item-text br {
    display: none;
  }
  .design-steps__img {
    width: 100%;
    height: 20rem;
    top: unset;
    bottom: 0;
  }
  .design-steps__img-animation {
    width: 100%;
    height: 20rem;
  }
  .design-steps__img-animation img {
    width: 100%;
    height: 20rem;
  }
  .pg-active .design-steps__img-animation {
    height: 20rem;
  }
  .design-steps__img {
    display: none;
  }
  .design-steps__content.img {
    height: 52rem;
  }
  .design-steps__content.img .about-advantages__list {
    margin: 4rem auto 0;
    width: 36.1rem;
  }
  .steps.compl .steps__container {
    padding-top: 0;
  }
  .steps.compl .steps__button-anchor {
    top: 0;
  }
  .pg-active.animation-state-0 .compl .steps__content {
    padding-top: 13.4rem;
  }
  .pg-active.animation-state-0 .compl .steps__title {
    margin-bottom: 4rem;
  }
  .pg-active.animation-state-1 .compl .steps__title {
    margin-bottom: 14.4rem;
  }
  .pg-active.animation-state-2 .compl .steps__title {
    margin-bottom: 14.4rem;
  }
  .interiors__top-description {
    font-size: 1.2rem;
    margin-bottom: 2.4rem;
  }
  .interiors__top {
    width: 36.1rem;
    margin: 0 auto;
    position: unset;
  }
  .interiors__title {
    font-size: 3.2rem;
    line-height: 1.1;
    margin-bottom: 1.2rem;
  }
  .interiors__top-text {
    position: unset;
    margin-bottom: 2.4rem;
  }
  .interiors__gray-line {
    display: none;
  }
  .interiors-swiper__box {
    width: 36.1rem;
    margin: 0 auto;
    height: 37.2rem;
  }
  .interiors-swiper-slide {
    width: 36.1rem;
    height: 37.2rem;
  }
  .interiors-swiper-slide__item {
    width: 36.1rem;
    height: 37.2rem;
    display: block;
  }
  .interiors-swiper-slide__img {
    width: 100%;
    height: 26rem;
  }
  .interiors-swiper-slide__img img {
    width: 100%;
    height: 26rem;
  }
  .pg-active .interiors-swiper-slide__img-animation {
    height: 26rem;
  }
  .interiors.compl .interiors-swiper-slide__item:first-child .interiors-swiper-slide__content {
    padding-top: 2.4rem;
    width: 36.1rem;
  }
  .interiors-swiper-slide__content-title {
    font-size: 2rem;
    margin-bottom: 0.8rem;
  }
  .interiors__top .result-swiper__navigation {
    right: unset;
    bottom: 0;
  }
  .interiors__content {
    padding-bottom: 5rem;
    position: relative;
  }
  .design-main__content {
    padding: 0;
    height: auto;
    width: 100%;
    left: 0;
  }
  .design-main__button-anchor {
    width: 19rem;
    height: 19rem;
    left: 19.7rem;
    top: -12rem;
  }
  .design-main__container {
    width: 100%;
    padding: 0;
    top: unset;
    left: 0;
    height: auto;
    display: block;
    bottom: 6rem;
  }
  .design-main__title {
    font-size: 3.2rem;
    line-height: 1.1;
    width: 36.1rem;
    margin: 0 auto;
  }
  .design-main__description {
    position: unset;
    margin: 12rem auto 0;
    width: 36.1rem;
    font-size: 1.6rem;
  }
  .design-main__text {
    position: unset;
    margin: 2.4rem auto 0;
    width: 36.1rem;
    font-size: 1.6rem;
  }
  .design-main__props-wrapper {
    position: unset;
    margin: 6rem auto 0;
    width: 36.1rem;
  }
  .design-main__props {
    width: 100%;
  }
  .design-main__props-item {
    margin-right: 0;
    width: 17rem;
  }
  .design-main__props-item-label {
    font-size: 1.3rem;
    margin-bottom: 1.6rem;
  }
  .design-main__props-item-value {
    font-size: 1.6rem;
  }
  .design-main__gray-line {
    position: unset;
  }
  .design-steps__top {
    width: 36.1rem;
    margin: 0 auto 4rem;
    display: block;
  }
  .design-steps__top br {
    display: none;
  }
  .design-steps__title {
    font-size: 3.2rem;
    line-height: 1.1;
  }
  .design-steps__title br {
    display: none;
  }
  .about-advantages__item {
    flex-wrap: wrap;
  }
  .about-advantages__item-description {
    display: none;
  }
  .design-components__content {
    height: 65rem;
    display: block;
    position: relative;
  }
  .design-components__img {
    width: 100%;
    height: 30rem;
    margin-bottom: 4rem;
  }
  .pg-active .design-components__img-animation {
    width: 100%;
    height: 30rem;
  }
  .design-components__img-animation img {
    width: 100%;
    height: 30rem;
  }
  .design-components__right {
    width: 36.1rem;
    padding: 0;
    margin: 0 auto;
    position: unset;
  }
  .design-components__text {
    font-size: 1.3rem;
    margin-bottom: 2.4rem;
  }
  .design-components__title {
    font-size: 3.2rem;
    line-height: 1.1;
  }
  .design-components__description {
    bottom: 0;
    left: 1.6rem;
    font-size: 2.2rem;
  }
  .design-components__gray-line {
    bottom: 10.4rem;
  }
  .interiors.design .interiors__title {
    width: 36.1rem;
    margin: 0 auto 2.4rem;
  }
  .interiors.design .interiors-swiper-slide {
    height: 45.2rem;
  }
  .interiors.design .interiors-swiper__box {
    height: 45.2rem;
  }
  .interiors.design .interiors-swiper__box .result-swiper__navigation {
    left: 0;
    bottom: -6rem;
  }
  .interiors.design .interiors-swiper-slide__content {
    margin-top: 2.4rem;
  }
  .interiors.design .interiors-swiper-slide__content-text {
    width: 36.1rem;
  }
  .vision-main__content {
    margin: 0 auto;
    width: 36.1rem;
    height: auto;
  }
  .vision-main__title {
    font-size: 3.2rem;
    line-height: 1.1;
  }
  .vision-main__container {
    bottom: 6rem;
  }
  .vision-main__bottom {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    align-items: start;
    position: unset;
    margin-top: 14rem;
  }
  .vision-main__bottom-right {
    width: 100%;
    margin-bottom: 6rem;
  }
  .vision-main__bottom-text:last-child {
    display: none;
  }
  .vision-main__bottom-text {
    width: 100%;
  }
  .vision-main__bottom-text {
    font-size: 1.6rem;
  }
  .vision-main__bottom-price {
    font-size: 1.6rem;
    margin-top: 1.6rem;
  }
  .vision-main__bottom-label {
    text-transform: uppercase;
    font-size: 1.3rem;
  }
  .vision-main__gray-line {
    bottom: unset;
    top: 3.2rem;
  }
  .vision-main__top-text {
    display: none;
  }
  .vision-main__button-anchor {
    width: 19rem;
    height: 19rem;
    left: 19.7rem;
    bottom: unset;
    top: -12.6rem;
  }
}

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

/* End */


/* Start:/local/templates/mart/desk/css/swiper.css?175440441518454*/
/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */

@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active{pointer-events:auto}.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-cube .swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* End */


/* Start:/local/templates/mart/desk/css/pageable.css?17544044151124*/
.pg-pips {
    position: fixed;
    z-index: 1000
}

.pg-pips ul {
    margin: 0;
    padding: 0
}

.pg-pips ul li {
    width: 14px;
    height: 14px;
    margin: 7px;
    position: relative
}

.pg-pips ul li:hover a {
    width: 10px;
    height: 10px;
    margin: -5px 0 0 -5px
}

.pg-pips ul li a {
    display: block;
    cursor: pointer;
    text-decoration: none;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
    height: 4px;
    width: 4px;
    border: 0;
    background: #fff;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -2px
}

.pg-pips ul li a.active,.pg-pips ul li:hover a.active {
    position: absolute;
    height: 14px;
    width: 14px;
    margin: -7px 0 0 -7px;
    border-radius: 100%
}

.pg-vertical .pg-pips {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0)
}

.pg-vertical .pg-pips li {
    display: block
}

.pg-horizontal .pg-pips {
    bottom: 10px;
    left: 50%;
    -webkit-transform: translate3d(-50%,0,0);
    transform: translate3d(-50%,0,0)
}

.pg-horizontal .pg-pips li {
    display: inline-block
}

/* End */
/* /local/templates/mart/desk/css/fonts.css?1754404415395 */
/* /local/templates/mart/desk/css/set.css?17544044152016 */
/* /local/templates/mart/desk/scss/style1.css?175440441593716 */
/* /local/templates/mart/desk/scss/animations1.css?17544044157970 */
/* /local/templates/mart/desk/scss/mobile1.css?175440441553576 */
/* /local/templates/mart/desk/css/swiper.css?175440441518454 */
/* /local/templates/mart/desk/css/pageable.css?17544044151124 */
