/* страница porotherm */

.porotherm-main {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 20px;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 0;
  padding: 24px 0 30px;
}

.breadcrumbs a {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #9C9C9C;
  text-decoration: none;
  transition: color 0.2s;
}

.breadcrumbs a:hover {
  color: #48924E;
}

.breadcrumbs span {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #9C9C9C;
  margin: 0 8px;
}

.breadcrumbs .breadcrumbs-current {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  margin: 0;
}

/* верхний блок */
.poro-hero {
  text-align: center;
  margin-bottom: 32px;
}

.poro-hero-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  font-size: 40px;
  line-height: 110%;
  color: #000000;
  margin: 20px 0 24px;
}

.poro-hero-image {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 30px;
  display: block;
}

.poro-intro {
  margin-bottom: 48px;
}

.poro-intro p {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #000000;
  margin: 0;
}

.poro-intro p strong {
  font-weight: 700;
}

/* блок керамические блоки */
.poro-blocks-section {
  margin-bottom: 56px;
}

.poro-blocks-row {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.poro-blocks-info {
  flex: 1;
  min-width: 0;
}

.poro-section-title {
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 110%;
  color: #000000;
  margin: 0 0 20px;
}

.poro-blocks-text {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #000000;
  margin: 0 0 20px;
}

.poro-blocks-list-title {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #000000;
  margin: 0 0 8px;
}

.poro-blocks-list {
  list-style: disc;
  padding-left: 20px;
  margin: 0;
}

.poro-blocks-list li {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #000000;
}

.poro-blocks-image {
  flex-shrink: 0;
  width: 530px;
}

.poro-blocks-image img {
  width: 100%;
  height: auto;
  display: block;
}

/* преимущества */
.poro-advantages-section {
  margin-bottom: 56px;
}

.poro-advantages-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 60px;
  margin-top: 32px;
}

.poro-advantage {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.poro-advantage-icon {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}

.poro-advantage-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.poro-advantage-title {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  text-transform: uppercase;
  color: #981C1E;
  margin: 0;
}

.poro-advantage-text {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  margin: 0;
}

/* экономия */
.poro-economy-section {
  margin-bottom: 60px;
}

.poro-economy-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 60px;
  margin-top: 28px;
}

.poro-economy-item {
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  margin: 0;
  padding-bottom: 24px;
  border-bottom: 1px solid #BCBCBC;
  margin-bottom: 24px;
}

.poro-economy-item:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.poro-economy-item strong {
  font-weight: 700;
  color: #981C1E;
}

@media (max-width: 1260px) and (min-width: 769px) {
  .poro-hero-title {
    font-size: clamp(28px, 3.5vw, 40px);
  }

  .poro-hero-image {
    height: clamp(200px, 25vw, 300px);
  }

  .poro-section-title {
    font-size: clamp(24px, 2.8vw, 30px);
  }

  .poro-blocks-row {
    flex-direction: row;
    gap: clamp(20px, 3vw, 40px);
  }

  .poro-blocks-image {
    width: clamp(280px, 38vw, 530px);
  }

  .poro-intro p {
    font-size: clamp(15px, 1.7vw, 18px);
  }

  .poro-blocks-text,
  .poro-blocks-list-title,
  .poro-blocks-list li {
    font-size: clamp(15px, 1.7vw, 18px);
  }

  .poro-advantages-grid {
    gap: 32px 40px;
  }

  .poro-advantage-text {
    font-size: clamp(14px, 1.4vw, 16px);
  }

  .poro-economy-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .poro-economy-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .poro-economy-item:last-child {
    margin-bottom: 0;
  }

  .poro-economy-item:nth-last-child(-n+2) {
    margin-bottom: 20px;
  }

  .poro-economy-item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 768px) {
  .porotherm-main {
    padding: 0 16px;
  }

  .poro-hero-title {
    font-size: 28px;
    line-height: 120%;
  }

  .poro-hero-image {
    height: auto;
    aspect-ratio: 16 / 8;
    border-radius: 20px;
  }

  .poro-intro p {
    font-size: 15px;
    line-height: 145%;
  }

  .poro-section-title {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .poro-blocks-row {
    flex-direction: column;
    gap: 20px;
  }

  .poro-blocks-info {
    display: contents;
  }

  .poro-section-title {
    order: 1;
  }

  .poro-blocks-image {
    order: 2;
    width: 100%;
  }

  .poro-blocks-text {
    order: 3;
  }

  .poro-blocks-list-title {
    order: 4;
  }

  .poro-blocks-list {
    order: 5;
  }

  .poro-blocks-text,
  .poro-blocks-list-title,
  .poro-blocks-list li {
    font-size: 15px;
  }

  .poro-advantages-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .poro-advantage-icon {
    width: 64px;
    height: 64px;
  }

  .poro-advantage-title {
    font-size: 16px;
  }

  .poro-advantage-text {
    font-size: 14px;
  }

  .poro-economy-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .poro-economy-item {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }

  .poro-economy-item:nth-last-child(-n+2) {
    margin-bottom: 16px;
  }

  .poro-economy-item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .poro-hero-title {
    font-size: 24px;
  }

  .poro-intro p {
    font-size: 14px;
  }

  .poro-section-title {
    font-size: 22px;
  }

  .poro-blocks-text,
  .poro-blocks-list-title,
  .poro-blocks-list li {
    font-size: 14px;
  }

  .poro-advantage-icon {
    width: 56px;
    height: 56px;
  }

  .poro-advantage-title {
    font-size: 15px;
  }

  .poro-advantage-text {
    font-size: 13px;
  }

  .poro-economy-item {
    font-size: 13px;
  }
}
