/* new_slider Frame 1492 (desktop) / Frame 1493 (mobile) — значения по макету figma_full.json */

/* --- общие стили текста слайда --- */
.new-slide-1492 .new-slide-text .sub {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.22;
  color: #414141;
  margin: 0 0 5px;
}
.new-slide-1492 .new-slide-text .new-slide-line {
  display: block;
  width: 384px;
  height: 1px;
  background: #ca682b;
  margin: 0 0 4px;
}
.new-slide-1492 .new-slide-text h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 1.22;
  color: #ca682b;
  margin: 0 0 9px;
}
.new-slide-1492 .new-slide-text p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.22;
  color: #414141;
  margin: 0 0 33px;
}
.new-slide-1492 .new-slide-text .btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 67px;
  padding: 0 28px;
  background: #817b45;
  color: #ffffff;
  border: 0;
  border-radius: 30px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.22;
  text-decoration: none;
}
.new-slide-1492 .new-slide-text .btn:hover {
  color: #ffffff;
  opacity: .9;
}

/* --- десктоп (Frame 1492) --- */
.new-slide-desktop {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 24px;
}
.new-slide-desktop .new-slide-text {
  width: 47.5%;
  flex: none;
}
.new-slide-desktop .new-slide-photos {
  position: relative;
  flex: 1 1 auto;
  aspect-ratio: 756 / 522;
}
.new-slide-desktop .new-slide-photos img {
  position: absolute;
  border-radius: 25px;
  object-fit: cover;
}
.new-slide-desktop .new-slide-photos .ph-1 {
  left: 0;
  top: 0;
  width: 26.19%;
  height: 52.68%;
  z-index: 1;
}
.new-slide-desktop .new-slide-photos .ph-2 {
  left: 20.9%;
  top: 14.94%;
  width: 60.05%;
  height: 72.03%;
  z-index: 2;
}
.new-slide-desktop .new-slide-photos .ph-3 {
  left: 73.28%;
  top: 41.95%;
  width: 26.72%;
  height: 58.05%;
  z-index: 3;
}

/* --- мобайл (Frame 1493) --- */
.new-slide-mobile {
  display: flex;
  flex-direction: column;
}
.new-slide-mobile .new-slide-text .new-slide-line {
  width: 214px;
}
.new-slide-mobile .new-slide-text p {
  margin-bottom: 24px;
}
.new-slide-mobile .new-slide-text .btn {
  width: 100%;
  height: 79px;
}
.new-slide-mobile .new-slide-photos {
  width: 100%;
  margin-top: 16px;
}
.new-slide-mobile .new-slide-photos img {
  display: block;
  width: 100%;
  border-radius: 25px;
  object-fit: cover;
}
.new-slide-mobile .new-slide-photos .ph-main {
  aspect-ratio: 363 / 301;
}
.new-slide-mobile .new-slide-photos .ph-row {
  display: flex;
  gap: 5px;
  margin-top: 7px;
}
.new-slide-mobile .new-slide-photos .ph-row img {
  width: calc(50% - 2.5px);
  aspect-ratio: 179 / 249;
}