/* line */
.bx_catalog_line {
  margin-bottom: 30rem;
}

.bx_catalog_line .bx_catalog_line_category_title {
  padding-bottom: 14rem;
  border-bottom: 1rem solid #e5e5e5;
  font-size: 24rem;
}

.bx_catalog_line .bx_catalog_line_category_title a {
  color: #000;
  text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_ul {
  padding: 0;
}

.bx_catalog_line .bx_catalog_line_ul li {
  margin-bottom: 20rem;
  list-style: none;
}

.bx_catalog_line .bx_catalog_line_ul li:before {
  content: "" !important;
}

.bx_catalog_line .bx_catalog_line_img {
  position: relative;
  display: block;
  float: left;
  overflow: hidden;
  margin-right: 40rem;
  width: 125rem;
  height: 125rem;
  border: 1rem solid #ccc;
  border-radius: 2rem;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
}

.bx_catalog_line .bx_catalog_line_title {
  margin-bottom: 10rem;
  padding: 0;
  vertical-align: top;
  line-height: 18rem;
}

.bx_catalog_line .bx_catalog_line_title a {
  color: #4c7da6;
  font-size: 18rem;
}

.bx_catalog_line .bx_catalog_line_title a:hover {
  text-decoration: none;
}

.bx_catalog_line .bx_catalog_line_title span {
  font-size: 16rem;
}

.bx_catalog_line .bx_catalog_line_description {
  color: #3f3f3f;
  font-size: 13rem;
  line-height: 16rem;
}

@media (max-width: 639rem) {
  .bx-touch .bx_catalog_line .bx_catalog_line_img {
    margin-right: 10rem;
    width: 50rem;
    height: 50rem;
  }
  .bx-touch .bx_catalog_line .bx_catalog_line_title {
    margin-bottom: 5rem;
    line-height: 14rem;
  }
  .bx-touch .bx_catalog_line .bx_catalog_line_title a {
    font-size: 14rem;
  }
  .bx-touch .bx_catalog_line .bx_catalog_line_description {
    font-size: 11rem;
  }
}
.bx_catalog_line .bx_catalog_line_img,
.bx_catalog_line .bx_catalog_line_title,
.bx_catalog_line .bx_catalog_line_title a,
.bx_catalog_line .bx_catalog_line_description {
  transition: all 0.3s ease;
}

/* text */
.bx_catalog_text {
  margin-bottom: 30rem;
}

.bx_catalog_text .bx_catalog_text_category_title {
  padding-bottom: 14rem;
  border-bottom: 1rem solid #e5e5e5;
  font-size: 24rem;
}

.bx_catalog_text .bx_catalog_text_category_title a {
  color: #000;
  text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_ul {
  padding: 0;
}

.bx_catalog_text .bx_catalog_text_ul li {
  float: left;
  margin: 0 10rem 10rem;
  list-style: none;
}

.bx_catalog_text .bx_catalog_text_ul li:before {
  content: "" !important;
}

.bx_catalog_text .bx_catalog_text_title {
  margin: 0;
  padding: 0;
  vertical-align: top;
  font-size: 14rem;
  line-height: 14rem;
}

.bx_catalog_tile .bx_catalog_tile_title a {
  display: inline-block;
  overflow: hidden;
  max-width: 100%;
  color: #4c7da6;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  font-size: 14rem;
}

.bx_catalog_text .bx_catalog_text_title a:hover {
  text-decoration: none;
}

.bx_catalog_text .bx_catalog_text_title span {
  font-size: 12rem;
}

@media (max-width: 639rem) {
  .bx-touch .bx_catalog_text .bx_catalog_line_title {
    margin-bottom: 5rem;
    line-height: 12rem;
  }
  .bx-touch .bx_catalog_text .bx_catalog_line_title a {
    font-size: 12rem;
  }
}
.bx_catalog_text .bx_catalog_line_title,
.bx_catalog_text .bx_catalog_line_title a {
  transition: all 0.3s ease;
}

/* tile */
.bx_catalog_tile {
  margin-bottom: 30rem;
}

.bx_catalog_tile .bx_catalog_tile_category_title {
  padding-bottom: 14rem;
  border-bottom: 1rem solid #e5e5e5;
  font-size: 24rem;
}

.bx_catalog_tile .bx_catalog_tile_category_title a {
  color: #000;
  text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_ul {
  padding: 0;
}

.bx_catalog_tile .bx_catalog_tile_ul li {
  float: left;
  box-sizing: border-box;
  margin-bottom: 20rem;
  padding: 0 10rem;
  width: 12.5%;
  list-style: none;
  text-align: center;
}

.bx_catalog_tile .bx_catalog_tile_ul li:before {
  content: "" !important;
}

.bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) {
  clear: both;
}

.bx_catalog_tile .bx_catalog_tile_img {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  width: 78rem;
  height: 78rem;
  border: 1rem solid #ccc;
  border-radius: 2rem;
  background-color: #fff;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
}

.bx_catalog_tile .bx_catalog_tile_title {
  margin-top: 5rem;
  margin-bottom: 10rem;
  padding: 0;
  vertical-align: top;
  line-height: 14rem;
}

.bx_catalog_tile .bx_catalog_tile_title a {
  color: #4c7da6;
  font-size: 14rem;
}

.bx_catalog_tile .bx_catalog_tile_title a:hover {
  text-decoration: none;
}

.bx_catalog_tile .bx_catalog_tile_title span {
  font-size: 12rem;
}

/*2*/
@media (max-width: 980rem) {
  .bx_catalog_tile .bx_catalog_tile_ul li {
    width: 20%;
  }
  .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) {
    clear: none;
  }
  .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) {
    clear: both;
  }
}
/*3*/
@media (max-width: 639rem) {
  .bx-touch .bx_catalog_tile .bx_catalog_tile_title {
    margin-bottom: 5rem;
    line-height: 14rem;
  }
  .bx-touch .bx_catalog_tile .bx_catalog_tile_title {
    line-height: 10rem;
  }
  .bx-touch .bx_catalog_tile .bx_catalog_tile_title a {
    font-size: 11rem;
  }
}
@media (min-width: 480rem) and (max-width: 639rem) {
  .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li {
    width: 25%;
  }
  .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) {
    clear: none;
  }
  .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) {
    clear: none;
  }
  .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(4n+1) {
    clear: both;
  }
}
/*4*/
@media (max-width: 479rem) {
  .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li {
    width: 33.3%;
  }
  .bx-touch .bx_catalog_tile .bx_catalog_tile_img {
    width: 100%;
    height: 80rem;
  }
  .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(8n+1) {
    clear: none;
  }
  .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(5n+1) {
    clear: none;
  }
  .bx-touch .bx_catalog_tile .bx_catalog_tile_ul li:nth-child(3n+1) {
    clear: both;
  }
}
.bx_catalog_tile .bx_catalog_tile_title,
.bx_catalog_tile .bx_catalog_tile_title a,
.bx_catalog_tile .bx_catalog_tile_ul li,
.bx_catalog_tile .bx_catalog_tile_img {
  transition: all 0.3s ease;
}

/* list */
.bx_sitemap {
  margin-bottom: 30rem;
}

.bx_sitemap .bx_sitemap_title {
  padding-bottom: 14rem;
  border-bottom: 1rem solid #e5e5e5;
  font-size: 24rem;
}

.bx_sitemap .bx_sitemap_title a {
  color: #000;
  text-decoration: none;
}

.bx_sitemap .bx_sitemap_ul li {
  padding: 0;
  line-height: 14rem;
}

.bx_sitemap .bx_sitemap_ul li:before {
  content: "" !important;
}

.bx_sitemap .bx_sitemap_li_title {
  display: inline-block;
  margin: 0;
  margin-bottom: 10rem;
  padding: 0;
  vertical-align: top;
  font-weight: normal;
  line-height: 13rem;
}

.bx_sitemap .bx_sitemap_li_title a {
  color: #4c7da6;
  white-space: nowrap;
  font-size: 13rem;
}

.bx_sitemap .bx_sitemap_li_title a:hover {
  text-decoration: none;
}

.bx_sitemap .bx_sitemap_li_title span {
  font-size: 11rem;
}

@media (max-width: 639rem) {
  .bx-touch .bx_sitemap .bx_catalog_line_title {
    margin-bottom: 5rem;
    line-height: 12rem;
  }
  .bx-touch .bx_sitemap .bx_catalog_line_title a {
    font-size: 12rem;
  }
}
.bx_sitemap .bx_catalog_line_title,
.bx_sitemap .bx_catalog_line_title a {
  transition: all 0.3s ease;
}

.section-list {
  margin-bottom: 50rem;
}
.section-list__items {
  padding: 0;
  margin: 0;
}
.section-list__item {
  position: relative;
  cursor: pointer;
  max-width: 327rem;
  min-height: 131rem;
  width: 100%;
  padding: 24rem;
  background-color: #E9F1F3;
  border-radius: 30rem;
  background-repeat: no-repeat;
  background-position: 90%;
  transition: all 0.3s ease;
  background-size: 50% auto;
}
.section-list__item:hover {
  background-color: rgba(74, 74, 74, 0.15);
}
.section-list__title {
  max-width: 127rem;
  font-family: "Inter";
  font-weight: 500;
  font-size: 16rem;
  line-height: 1.28;
  margin: 0;
}
.section-list__link {
  position: absolute;
  inset: 0;
}
.section-list__item-mini {
  background-image: none !important;
  max-width: none;
  min-height: auto;
  padding: 10rem;
  text-align: center;
}
.section-list__item-mini .section-list__title {
  max-width: none;
}

.catalog-small-list {
  margin-bottom: 20rem;
}
.catalog-small-list__items {
  display: flex;
  gap: 8rem;
  row-gap: 10rem;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style: none;
}
.catalog-small-list__item {
  position: relative;
  padding: 13rem 20rem;
  background: #E9F1F3;
  border-radius: 30rem;
}
.catalog-small-list__title {
  font-weight: 500;
  font-size: 20rem;
  line-height: 128%;
  color: #000000;
  margin: 0;
}
.catalog-small-list__link {
  position: absolute;
  inset: 0;
}

@media (max-width: 768px) {
  .section-list {
    margin-bottom: 15rem;
  }
  .section-list__title {
    text-wrap: nowrap;
    font-size: 12rem;
  }
  .section-list__item {
    background-size: 0;
    min-height: auto;
    border-radius: 10rem;
    padding: 9rem;
  }
  .catalog-small-list {
    margin-bottom: 20rem;
  }
  .catalog-small-list__items {
    display: flex;
    gap: 8rem;
    row-gap: 10rem;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
  }
  .catalog-small-list__item {
    position: relative;
    padding: 7rem 10rem;
    background: #E9F1F3;
    border-radius: 30rem;
  }
  .catalog-small-list__item-mini {
    background-image: none;
  }
  .catalog-small-list__title {
    font-weight: 500;
    font-size: 12rem;
    line-height: 128%;
    color: #000000;
    margin: 0;
  }
  .catalog-small-list__link {
    position: absolute;
    inset: 0;
  }
}