#breadcrumbs {
  line-height: 14px;
  padding: 5px;
  margin: 0;
  font-size: 14px;
}

#breadcrumbs span {
  display: inline-block;
  color: #fe8605;
  font-size: 14px;
  top: 2px;
  right: 3px;
}

#breadcrumbs span a {
  font-family: 'Times New Roman', Times, serif;
  font-size: 14px;
  color: #585858;
}

#breadcrumbs .breadcrumb_last {
  font-family: 'Times New Roman', Times, serif;
  font-size: 14px;
  color: #585858;
}

.taxonomy-content-page {
  width: 100%;
  margin-top: 5px;
  padding: 1px;
  text-align: justify;
  background-color: #fcf8cb;
  border-radius: 10px 10px 5px 5px;
}

.main-page-block {
  width: 100%;
  margin-top: 10px;
  padding: 1px;
  text-align: justify;
  background-color: #fcf8cb;
  border-radius: 5px;
}

.main-page-title {
  margin: 0 5px 0;
  color: #fcd988;
  border-radius: 5px;
  background: linear-gradient(to bottom, #686666, #1f191a);
  padding: 5px;
  text-align: center;
  font-size: 20px;
  font-family: Arial, Helvetica, Sans-Serif;
}

.main-page__border {
  border: 8px solid transparent;
  border-image: linear-gradient(to bottom, #fff1d4 0, #fedb73 100%);
}

.page-content {
  font-family: 'Times New Roman', Times, serif;
  padding: 0 5px 5px 5px;
  margin-top: 3px;
}

.content-description {
  width: 100%;
  margin-top: 5px;
  padding: 1px;
  text-align: justify;
  background-color: #fcf8cb;
  border-radius: 0 0 5px 5px;
}

.content-main-aparnment {
  border: 8px solid transparent;
  border-image: linear-gradient(to bottom, #fff1d4 0, #fedb73 100%);
}

.content-main-aparnment h2 {
  margin: 17.43px 0;
  font-family: 'Times New Roman', Times, serif;
  font-size: 21px;
  line-height: 25px;
}

.content-main-aparnment__description p {
  color: #000;
  margin: 10px;
  text-align: justify;
  font-family: 'Times New Roman', Times, serif;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}

@media (max-width: 1025px) {
  .taxonomy-content-page {
    background-color: transparent;
  }

  .page-block-path {
    padding-left: 37px;
    margin: 11px 0 0;
    font-size: 15px;
  }

  #breadcrumbs span a {
    font-size: 15px;
  }
  #breadcrumbs .breadcrumb_last {
    font-size: 15px;
  }

  .main-page-title {
    margin: 14px 0 10px;
    font-weight: 700;
    line-height: 22px;
    font-size: 19.2px;
  }
  .content-description {
    margin-top: 0;
    background-color: transparent;
  }
  .content-main-aparnment {
    border: none;
    padding: 0px 0 8px 8px;
  }
  .content-main-aparnment h2 {
    font-size: 24px;
    margin: 6.92px 0 19.92px;
    font-weight: 700;
    text-align: justify;
    line-height: 27px;
  }
  .content-main-aparnment__description p {
    font-size: 16px;
    margin: 16px 0;
    line-height: 18px;
  }
}
