.cat-back {
  display: block;
}
@media screen and (min-width: 1024px) {
  .cat-back {
    display: none;
  }
}
.cat-back .wrap {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 14px;
  padding: 10px 0;
}

.line {
  display: none;
}
@media screen and (min-width: 1024px) {
  .line {
    display: block;
  }
}

.content-page .content-wrap {
  padding: 15px 0;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .content-page .content-wrap {
    margin-bottom: 60px;
  }
}
.content-page .content-wrap .right-column {
  width: 100%;
  height: auto;
}
.content-page .content-wrap .right-column .cats-wrap {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
@media only screen and (min-width: 560px) {
  .content-page .content-wrap .right-column .cats-wrap {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (min-width: 1024px) {
  .content-page .content-wrap .right-column .cats-wrap {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media only screen and (min-width: 1280px) {
  .content-page .content-wrap .right-column .cats-wrap {
    grid-template-columns: repeat(6, 1fr);
  }
}
.content-page .content-wrap .right-column .cats-wrap .first-level {
  text-align: center;
  padding: 20px 12px;
  text-decoration: none;
  border-radius: 18px;
}
.content-page .content-wrap .right-column .cats-wrap .first-level .level-pic {
  height: 118px;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-page .content-wrap .right-column .cats-wrap .first-level .level-pic img {
  max-width: 100%;
  max-height: 118px;
}
.content-page .content-wrap .right-column .cats-wrap .first-level .level-title {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  padding-top: 11px;
  line-height: 16px;
}
@media screen and (min-width: 1024px) {
  .content-page .content-wrap .right-column .cats-wrap .first-level .level-title {
    font-family: "Montserrat", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    padding-top: 16px;
  }
}

.content-text {
  padding-bottom: 60px;
  font-size: 14px;
  line-height: 26px;
}
.content-text h2 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  margin: 40px 0 30px 0;
}
.content-text h3 {
  font-family: "Montserrat", sans-serif;
  font-style: normal;
  font-weight: normal;
  margin: 30px 0;
}
.content-text blockquote {
  margin: 20px 0;
  padding-left: 14px;
  border-left-width: 2px;
  border-left-style: solid;
}
.content-text p {
  margin-bottom: 10px;
  text-align: justify;
  line-height: 26px;
}
.content-text ol, .content-text ul {
  margin-left: 20px;
  margin-bottom: 20px;
}
.content-text ol li:not(:last-child), .content-text ul li:not(:last-child) {
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .content-text ol li:not(:last-child), .content-text ul li:not(:last-child) {
    padding-bottom: 20px;
  }
}
.content-text table {
  margin-bottom: 10px;
  width: 100% !important;
}
.content-text table tr th, .content-text table tr td {
  padding: 5px;
}

/*# sourceMappingURL=kss-category-first-level.css.map */
