.section.p28449 .f-carousel {
  --f-carousel-theme-color: var(--yellow);
  --f-button-width: 44px;
  --f-button-height: 40px;
  --f-button-svg-width: 18px;
  --f-button-svg-height: 18px;
  --f-button-svg-stroke-width: 2;
  --f-button-color: var(--black);
  --f-button-hover-color: var(--black);
  --f-button-border-radius: 4px;
  --f-button-shadow: 0 0 0 1px var(--black10);
  --f-button-bg: var(--white);
  --f-button-hover-bg: var(--gray);
  --f-button-active-bg: var(--white);
  --f-carousel-slide-height: auto;
  --f-carousel-spacing: 12px;
  --f-carousel-slide-padding: 0;
  --f-carousel-slide-width: 100%;
}

.section.p28449 {
  margin-bottom: 28px;
}

.section.p28449 .f-carousel-slide {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section.p28449 .interior-slide__img {
  overflow: hidden;
}

.section.p28449 .interior-slide__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.section.p28449 .js-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section.p28449 .f-carousel__dots {
  justify-content: flex-start;
}

.section.p28449 .f-carousel__dots li button {
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  width: var(--f-carousel-dots-width);
  height: var(--f-carousel-dots-height);
  border: 0;
  background: rgba(0, 0, 0, 0);
  cursor: pointer;
  transition: all .2s linear;
}

.section.p28449 .f-carousel__dot {
  width: 16px;
  height: 5px;
  border-radius: 24px;
  background-color: var(--mainTextColor60);
}

.section.p28449 .f-carousel__nav {
  opacity: 0;
}

.section.p28449 .heading {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 1;
  width: calc(100% - 24px);
  color: var(--white);
}

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

.p28449_detailText {
  margin-bottom: 24px;
}

.p28449_tags {
  display: flex;
  gap: 6px;
}

.p28449_tags .project-tag-link {
  display: flex;
  align-items: center;
  height: 42px;
  padding: 0 16px;
  line-height: 1;
  margin: 0 8px 8px 0;
  border-radius: 60px;
  background: var(--gray);
  border: 1px solid transparent;
  text-decoration: none;
  white-space: nowrap;
  transition: all .25s ease-in-out;
}

.p28449_tags .project-tag-link:hover {
  background: #e9ebec;
  text-shadow: none;
}

.p28449_tags .project-tag-link.is-active {
  border-color: var(--black-real);
  font-weight: 700;
}

.p28449_blockHeader {
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 29px;
  text-align: center;
  font-size: 1.25rem;
}

.p28449_blockHeader._left {
  text-align: left;
}

.p28449_content {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.p28449_content .h2,
.p28449_content h2 {
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -.68px;
  margin-bottom: 24px;
  text-transform: none;
}

.p28449_content .btn {
  cursor: pointer;
  display: block;
  overflow: hidden;
  width: fit-content;
  border: 0;
  border-radius: 4px;
  padding: 12px 24px 10px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1.2;
  color: var(--black, #333) !important;
  text-decoration: none;
  text-align: center;
  transition: all .25s ease-in-out, text-indent 0s;
  user-select: none;
}

.p28449_content .btn_yellow {
  background: var(--yellow);
  box-shadow: 0 0 0 1px var(--yellow);
}

.p28449_content .btn_yellow:hover {
  background: var(--yellow-dark);
  box-shadow: 0 0 0 1px var(--yellow-dark);
}

.p28449_content .btn_yellow:active {
  background: var(--yellow-dark);
  box-shadow: 0 0 0 1px var(--black60);
  color: var(--black60) !important;
}

.p28449_content .banner-block {
  position: relative;
  margin: 40px 0 80px;
  overflow: hidden;
}

.p28449_content .banner-block__text {
  padding: 20px 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--gray);
}

.p28449_content .bg-gray .banner-block__text {
  background: var(--white);
}

.p28449_content .banner-block__body {
  max-width: 260px;
  margin-bottom: 60px;
  z-index: 5;
}

.p28449_content .banner-block__body a[href^="tel:"] {
  white-space: nowrap;
}

.p28449_content .banner-block__button {
  z-index: 5;
}

.p28449_content .banner-block__img {
  position: absolute;
  bottom: -25px;
  right: -55px;
}

.p28449_content .banner-block__img::after {
  content: "";
  display: block;
  position: absolute;
  left: 6%;
  bottom: 29px;
  width: 558px;
  height: 90%;
  z-index: 1;
  clip-path: polygon(0 6%, 96% 0, 100% 100%, 3% 100%);
}

.p28449_content .banner-block__img._bg-yellow-light::after {
  background: var(--yellow-light);
}

.p28449_content .banner-block__img img {
  position: relative;
  z-index: 2;
  width: 330px;
  object-fit: contain;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.p28449_otherProjects .other-projects-list {
  display: grid;
  gap: 12px;
}

.p28449_otherProjects .other-project-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p28449_otherProjects .other-project-item {
  position: relative;
}

.p28449_otherProjects .other-project-item__title {
  position: absolute;
  top: 12px;
  left: 12px;
  width: calc(100% - 24px);
  z-index: 1;
  color: var(--white);
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -.68px;
}

.p28449_otherProjects .other-project-item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  height: 50%;
  opacity: .5;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(53, 45, 33, .7)), to(rgba(0, 0, 0, 0)));
  background: -o-linear-gradient(top, rgba(53, 45, 33, .7) 0, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, rgba(53, 45, 33, .7) 0, rgba(0, 0, 0, 0) 100%);
  z-index: 0;
}

.p28449_otherProjects .other-project-item a {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.p28449_otherProjects .p28449_blockHeader {
  text-align: left;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: -.68px;
  margin-bottom: 24px;
}



@media (max-width: 576px) {
  .p28449_content .banner-block {
    display: flex;
    min-height: 380px;
  }

  .p28449_content .banner-block__text {
    flex: 1;
  }
}

@media (min-width: 577px) {
  .p28449_content .banner-block {
    padding-top: 50px;
  }

  .p28449_content .banner-block__text {
    padding: 24px;
  }

  .p28449_content .banner-block__img {
    bottom: -20px;
    right: 20px;
  }

  .p28449_content .banner-block__img::after {
    bottom: 20px;
    width: 97%;
  }

  .p28449_content .banner-block__img img {
    width: 375px;
  }
}

@media (min-width: 768px) {
  .p28449_detailText {
    max-width: 485px;
  }

  .p28449_blockHeader {
    margin-top: 50px;
    margin-bottom: 32px;
    text-align: left;
    font-size: 1.5rem;
    display: flex;
    justify-content: space-between;
  }

  .p28449_content .h2,
  .p28449_content h2 {
    font-size: 2.125rem;
  }

  .p28449_otherProjects .p28449_blockHeader {
    font-size: 2.125rem;
  }

  .p28449_otherProjects .other-projects-list {
    gap: 16px;
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 28dvw;
  }

  .other-project-item:nth-child(4n) {
    grid-column: span 1;
    grid-row: span 1;
  }

  .other-project-item:nth-child(4n-1) {
    grid-column: span 1;
    grid-row: span 2;
  }

  .other-project-item:nth-child(4n-2) {
    grid-column: span 1;
    grid-row: span 2;
  }

  .other-project-item:nth-child(4n-3) {
    grid-column: span 1;
    grid-row: span 1;
  }

  .p28449_otherProjects .other-project-item__title {
    font-size: 2.125rem;
  }
}

@media (min-width: 1024px) {
  .p28449_content .banner-block {
    overflow: visible;
    padding-top: 80px;
  }

  .p28449_content .banner-block__text {
    min-height: 315px;
  }

  .p28449_content .banner-block__body {
    max-width: 385px;
  }

  .p28449_content .banner-block__img {
    bottom: -29px;
    right: 50px;
  }

  .p28449_content .banner-block__img::after {
    bottom: 29px;
    width: 100%;
  }

  .p28449_content .banner-block__img img {
    width: 515px;
  }
}

@media (min-width: 1280px) {
  .section.p28449 .f-carousel {
    --f-carousel-spacing: 12px;
    --f-carousel-slide-padding: 0;
    --f-carousel-slide-width: 75%;
  }

  .section.p28449 .f-button {
    z-index: 1;
  }

  .section.p28449 .f-carousel__nav {
    transition: all .25s ease-in-out;
  }

  .section.p28449:hover .f-carousel__nav {
    opacity: 1;
  }

  .section.p28449 .heading {
    top: 19px;
    left: 24px;
    width: calc(100% - 48px);
  }

  .p28449_textBlock {
    flex-direction: row;
  }

  .p28449_detailText {
    width: 50%;
    max-width: none;
    margin: 0 16px 0 0;
  }

  .p28449_blockHeader {
    font-size: 2.125rem;
  }

  .p28449_content .banner-block {
    padding-top: 140px;
  }

  .p28449_content .banner-block__img {
    right: 140px;
  }

  .p28449_content .banner-block__img::after {
    width: 558px;
  }

  .p28449_content .banner-block__img img {
    width: 588px;
  }

  .p28449_otherProjects .other-projects-list {
    grid-template-columns: 50fr 17fr 33fr;
    grid-auto-rows: auto;
  }

  .p28449_otherProjects .other-project-item:nth-child(4n + 1) {
    grid-column: span 2;
    grid-row: span 1;
    height: 480px;
  }

  .p28449_otherProjects .other-project-item:nth-child(4n) {
    grid-column: span 2;
    grid-row: span 1;
    height: 616px;
  }

  .p28449_otherProjects .other-project-item:nth-child(4n - 1) {
    grid-column: span 1;
    grid-row: span 1;
    height: 616px;
  }

  .p28449_otherProjects .other-project-item:nth-child(4n - 2) {
    grid-column: span 1;
    grid-row: span 1;
    height: 480px;
  }

  .p28449_otherProjects .other-project-item__title {
    top: 19px;
    left: 24px;
    width: calc(100% - 48px);
  }
}

@media (min-width: 1440px) {
  .section.p28449 .f-carousel {
    --f-carousel-slide-width: 75%;
  }
}

@media (min-width: 1920px) {
  .section.p28449 .f-carousel {
    --f-carousel-slide-width: 55%;
  }
}