.page-title {
  font-family: HelveticaNeue;
  font-size: 18px;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: 0.36px;
  text-align: left;
  color: #333333;
  margin-bottom: 100px;
}

.page-blocks-container > div {
  margin-bottom: 230px;
  position: relative;
}

.block-back-title {
  white-space: nowrap;
  font-family: PlayfairDisplay;
  font-size: 120px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 2.4px;
  text-align: left;
  color: rgba(8, 56, 86, 0.1);
  position: absolute;
  bottom: 40px;
}

.block-title {
  top: 103px;
  padding: 30px;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center !important;
  width: 600px;
  background-color: rgba(238, 248, 255, 0.5);
  position: absolute;
  z-index: 100;
}
@media (max-width: 600px) {
  .block-title {
    position: static;
    width: 100%;
    top: 0;
    display: block;
  }
}
.block-title span {
  opacity: 1;
  font-family: PlayfairDisplay;
  font-size: 102px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.18;
  letter-spacing: 2.04px;
  text-align: left;
  color: #083856;
}
@media (max-width: 600px) {
  .block-title span {
    font-size: 50px !important;
  }
}

.block-image {
  position: relative;
  z-index: 2;
}
.block-image img {
  position: relative;
}

.block-title-right {
  right: 0;
}

.index-contact-block {
  width: 100%;
  background-color: #f6fbff;
  padding: 83px;
  text-align: center;
}
@media (max-width: 1500px) {
  .index-contact-block {
    width: auto;
  }
}
.index-contact-block span {
  font-family: PlayfairDisplay;
  font-size: 36px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: 0.72px;
  color: #333333;
}

.info-footer-email {
  font-size: 14px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 3.57;
  letter-spacing: 0.28px;
  text-align: left;
  margin-right: 10px;
  color: #212529
}

.block-title-rotate {
  transform: rotate(90deg);
  left: 310px;
  top: 100px;
}

.block-title-textile {
  width: 400px !important;
  height: 155px !important;
  top: 100px !important;
  padding: 32px 40px 42px 41px;
}

.block-title-furniture {
  width: 530px;
  height: 155px !important;
  padding: 32px 37px 43px 33px;
}

.page-logo-block {
  position: relative;
}

.page-big-right-logo {
  font-family: PlayfairDisplay;
  position: absolute;
  font-size: 102px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #083856;
  transform: rotate(-90deg);
  top: 0;
  right: -210px;
  margin-top: 150px;
}

.feature-container {
  display: flex;
  flex-wrap: wrap;
}

.feature {
  margin-bottom: 90px;
}
.feature .feature-image {
  min-width: 400px;
  max-width: 400px;
  min-height: 580px;
  max-height: 580px;
  margin-bottom: 40px;
  overflow: hidden;
}
.feature .feature-image img {
  width: 100%;
}
.feature > span {
  font-family: PlayfairDisplay;
  font-size: 24px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 0.83;
  letter-spacing: normal;
  text-align: left;
  color: #083856;
}

.feature-container {
  margin-top: 120px;
  justify-content: space-between;
}

.page-logo-block {
  display: flex;
  align-items: center;
}
.page-logo-block .block-title {
  width: auto !important;
  min-width: 300px !important;
  top: auto !important;
}

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

@media (max-width: 600px) {
  .block-image img {
    left: 0 !important;
  }
}
@media (max-width: 900px) {
  .page-big-right-logo {
    display: none;
  }
}
@media (max-width: 800px) {
  .feature-container {
    justify-content: center;
  }

  .page-logo-block {
    display: flex;
    flex-direction: column;
  }

  .feature {
    max-width: 100%;
  }
}

/*# sourceMappingURL=index-content.css.map */
