@charset "UTF-8";

#catalog {
  background: #fffffc;
}

/* ========================================
@media screen and (min-width: 768px), print {
======================================== */
@media screen and (min-width: 768px), print {
  .p-fv {
    margin-block: -23px 180px;
  }

  .p-fv .p-fv__txt {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 2.7777777778;
    margin-bottom: 80px;
    text-align: center;
  }

  .p-fv .p-fv__img {
    text-align: center;
  }

  .p-fv .p-fv__img img {
    height: auto;
    width: 100%;
  }

  .p-catalog {
    margin-bottom: 180px;
  }

  .p-catalog .l-catalog {
    margin-inline: auto;
    width: min(95%, 1200px);
  }

  .p-catalog .p-catalog__items {
    display: grid;
    gap: 0 40px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .p-catalog .p-catalog__item {
    background: #f7f6f0;
    padding-block: 80px;
  }

  .p-catalog .p-catalog__item .num {
    align-items: center;
    display: flex;
    gap: 0 5px;
    justify-content: center;
    margin-bottom: 20px;
  }

  .p-catalog .p-catalog__item .num span {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1.5;
  }

  .p-catalog .p-catalog__item h2 {
    font-size: 38px;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1;
    margin-bottom: 55px;
    text-align: center;
  }

  .p-catalog .p-catalog__item .txt {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2.25;
    margin-bottom: 46px;
    margin-inline: auto;
    width: min(85%, 380px);
  }

  .p-catalog .p-catalog__item .img {
    text-align: center;
  }

  .p-catalog .p-catalog__item .img img {
    height: auto;
    width: 524px;
  }
}

/* ========================================
@media screen and (min-width:768px) and ( max-width:1200px) {
======================================== */
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-catalog .p-catalog__item .img img {
    height: auto;
    width: 43.667vw;
  }
}

/* ========================================
@media screen and (max-width: 767px) {
======================================== */
@media screen and (max-width: 767px) {
  .p-fv {
    margin-block: 14vw 14.493vw;
  }

  .p-fv .p-fv__txt {
    font-size: 3.865vw;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 2.375;
    margin-bottom: 19.324vw;
    margin-inline: auto;
    text-align: left;
    width: min(95%, 74.8792270531vw);
  }

  .p-fv .p-fv__img {
    text-align: center;
  }

  .p-fv .p-fv__img img {
    height: auto;
    width: 100%;
  }

  .p-catalog {
    margin-bottom: 19.324vw;
  }

  .p-catalog .l-catalog {
    margin-inline: auto;
    width: min(95%, 87.922705314vw);
  }

  .p-catalog .p-catalog__items {
    display: grid;
    gap: 14.493vw 0;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .p-catalog .p-catalog__item {
    background: #f7f6f0;
    padding-block: 14.493vw;
  }

  .p-catalog .p-catalog__item .num {
    align-items: center;
    display: flex;
    gap: 0 1.208vw;
    justify-content: center;
    margin-bottom: 1.831vw;
  }

  .p-catalog .p-catalog__item .num span {
    font-size: 3.382vw;
    font-weight: 400;
    letter-spacing: 0.06em;
    line-height: 1.7142857143;
  }

  .p-catalog .p-catalog__item h2 {
    font-size: 6.763vw;
    font-weight: 400;
    letter-spacing: 0.08em;
    line-height: 1.2857142857;
    margin-bottom: 9.662vw;
    text-align: center;
  }

  .p-catalog .p-catalog__item .txt {
    font-size: 3.382vw;
    font-weight: 400;
    letter-spacing: 0.1em;
    line-height: 2;
    margin-bottom: 9.797vw;
    margin-inline: auto;
    width: min(95%, 78.9855072464vw);
  }

  .p-catalog .p-catalog__item .img {
    text-align: center;
  }

  .p-catalog .p-catalog__item .img img {
    height: auto;
    width: 77.295vw;
  }

  .p-catalog .p-catalog__item.--catalog02 .img img {
    height: auto;
    max-width: 91.295vw;
    width: 91.295vw;
  }
}
