.category-wrapper {
  margin-top: 67px;
  margin-bottom: 192px;
}
.category-wrapper li.styled > .link-block > a {
  font-weight: 600 !important;
  font-size: 2rem !important;
  line-height: 2.833rem !important;
  margin-bottom: 13px !important;
}
.category-wrapper li .children li:not(.test) .no_children + .has_children > .link-block > a, .category-wrapper li .children li:not(.test) .has_children + .no_children > .link-block > a {
  font-weight: 600 !important;
  font-size: 2rem !important;
  line-height: 2.833rem !important;
  margin-bottom: 13px !important;
}
.category-wrapper li a {
  line-height: 2.833rem;
  font-feature-settings: "pnum" on, "lnum" on;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 20px;
  display: block;
  max-width: 370px;
  transition: 0.2s;
}
.category-wrapper li a:hover {
  color: #FFCC00;
}
.category-wrapper li > .link-block > .children li:nth-child(1) a {
  margin-bottom: 6px;
}
.category-wrapper li .children > li:not(.has_children, .no_children-d1):nth-child(n+2) > .link-block > a {
  font-weight: 400 !important;
  line-height: 2.833rem !important;
  font-size: 1.8rem !important;
  margin-bottom: 6px;
}
.category-wrapper .selected-category {
  display: none !important;
}
.category-wrapper__line {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px solid #DFDFDF;
  margin-bottom: 66px;
}
.category-wrapper > li {
  margin-bottom: 128px;
}
.category-wrapper > li .category-wrapper__line a {
  margin-bottom: 0;
  max-width: none;
}
.category-wrapper > li .category-wrapper__line a:nth-child(1) {
  font-size: 2.5rem;
  line-height: 2.833rem;
  font-weight: 600;
}
.category-wrapper > li .category-wrapper__line a:nth-child(2) {
  font-size: 1.8rem;
  color: #808080;
  line-height: 2.833rem;
  font-weight: 500;
  padding-left: 36px;
  position: relative;
}
.category-wrapper > li .category-wrapper__line a:nth-child(2):hover {
  color: #282828;
}
.category-wrapper > li .category-wrapper__line a:nth-child(2)::before {
  content: "";
  position: absolute;
  left: 0;
  transform: translateY(-50%);
  top: 50%;
  width: 22px;
  height: 22px;
  background: url("img/spring.svg") no-repeat;
}
.category-wrapper > li > .link-block > .children {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  position: relative;
}
.category-wrapper > li > .link-block > .children:after {
  content: "";
  display: table;
  clear: both;
}
.category-wrapper > li > .link-block > .children > li {
  width: 100%;
  margin-bottom: 20px;
}
.category-wrapper > li > .link-block > .children > li .children {
  margin-bottom: 20px;
}
.category-wrapper > li > .link-block > .children > li .children > li a {
  margin-bottom: 6px !important;
}
.category-wrapper > li > .link-block > .children > li .children li a {
  margin-bottom: 20px;
}
.category-wrapper > li > .link-block > .children > li.no_children > .link-block > a {
  font-weight: 600 !important;
  font-size: 2rem !important;
  line-height: 2.833rem !important;
}
.category-wrapper > li > .link-block > .children > li > .link-block > a {
  margin-bottom: 20px !important;
}
.category-wrapper > li > .link-block > .children > li > .link-block {
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari */
  page-break-inside: avoid;
  /* Theoretically FF 20+ */
  break-inside: avoid-column;
}
.category-wrapper .has_children > .link-block > a {
  font-weight: 600;
  font-size: 2rem;
  line-height: 2.833rem;
  margin-bottom: 13px;
}
.category-wrapper .has_children .has_children > .link-block > a {
  margin-top: 20px;
}
.category-wrapper .children li:nth-child(1) > .link-block > a {
  margin-top: 0;
}

.catalog-content {
  max-width: 890px;
}
.catalog-content h1, .catalog-content h2, .catalog-content h3, .catalog-content h4 {
  font-weight: 700;
  line-height: 4.696rem;
  font-size: 4rem;
  margin-bottom: 68px;
}
.catalog-content p {
  font-size: 2rem;
  font-weight: 400;
  line-height: 3.34rem;
  margin-bottom: 19px;
}
.catalog-content img {
  margin: 45px 0;
}

.blog .site-footer {
  margin-top: 192px;
}

.button--show-more {
  display: none;
}

@media (max-width: 1380px) {
  .category-wrapper > li > .link-block > .children {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 1160px) {
  .category-wrapper {
    margin-top: 54px;
    margin-bottom: 102px;
  }
  .category-wrapper__line {
    flex-direction: column;
    margin-bottom: 28px;
  }
  .category-wrapper > li {
    margin-bottom: 57px;
  }
  .category-wrapper > li .category-wrapper__line a:nth-child(1) {
    font-size: 2.1rem;
    line-height: 2.5rem;
  }
  .category-wrapper > li .category-wrapper__line a:nth-child(2) {
    font-size: 1.5rem;
    line-height: 2rem;
    margin-top: 25px;
  }
  .category-wrapper > li > .link-block > .children {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media (max-width: 1160px) and (max-width: 550px) {
  .category-wrapper > li > .link-block > .children li ul li {
    display: none;
  }
}
@media (max-width: 1160px) {
  .category-wrapper > li > .link-block > .children li.active {
    display: block;
  }
}
@media (max-width: 1160px) {
  .category-wrapper > li > .link-block > .children > .link-block > li {
    width: 100%;
    display: block;
  }
}
@media (max-width: 1160px) {
  .category-wrapper > li > .link-block > .children li:nth-child(1) a {
    font-size: 1.7rem;
    line-height: 2rem;
  }
}
@media (max-width: 1160px) {
  .category-wrapper li .children li:not(.has_children, .no_children-d1):nth-child(n+2) > .link-block > a {
    font-size: 1.5rem;
    line-height: 2.4rem;
  }
}
@media (max-width: 1160px) {
  .catalog-content h1, .catalog-content h2, .catalog-content h3, .catalog-content h4 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin-bottom: 37px;
  }
  .catalog-content p {
    font-size: 1.4rem;
    line-height: 2.3rem;
  }
}
@media (max-width: 1160px) {
  .blog .site-footer {
    margin-top: 87px;
  }
}
@media (max-width: 550px) {
  .button--show-more {
    display: block;
    background: #282828;
    text-align: center;
    width: 100%;
    max-width: 375px;
    padding: 15px 0;
    font-size: 1.5rem;
    line-height: 2.4rem;
    color: white;
    border-radius: 10px;
    margin-bottom: 57px;
  }
  .button--show-more.active {
    background: #161616;
  }
  .button--show-more.active:hover {
    background: #161616;
  }
  .button--show-more:hover {
    background: #676767;
  }
  .button--show-more span {
    position: relative;
  }
  .button--show-more span::after {
    content: "";
    position: absolute;
    right: -16px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 6px;
    background: url("img/arrowr-white.svg") no-repeat;
    background-size: contain;
  }
  .button--show-more.active span::after {
    transform: translateY(-50%) rotate(180deg);
  }

  .category-wrapper > li > .link-block > .children {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}

/*# sourceMappingURL=category.css.map */