

/* Start:/local/templates/certa/components/bitrix/news.detail/general-banner/style.css?17544838412912*/
.general__banner {
  height: 23.9583333333rem;
  width: 100%;
  padding-top: 1.71875rem;
  position: relative;
}

.general__banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.general__banner-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.general__banner-content {
  margin-top: 2.0833333333rem;
  display: flex;
  flex-direction: column;
  gap: 1.0416666667rem;
  max-width: 40.9375rem;
}

.general__banner-title {
  color: #fff;
  text-align: left;
  text-transform: initial;
  font-weight: 500;
}

.general__banner-text {
  color: #fff;
}

.general__banner-title.title {
  text-align: left;
  text-transform: none;
}

.general__banner-text.text {
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.general__banner-text .general__author {
  display: flex;
  justify-content: flex-end;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  font-style: italic;
}

@media screen and (max-width: 1200px) {
  .general__banner {
    height: 460px;
    width: 100%;
    padding-top: 33px;
    position: relative;
  }

  .general__banner-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
  }

  .general__banner-content {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 786px;
  }

  .general__banner-title {
    color: #fff;
    text-align: left;
    text-transform: initial;
    font-weight: 500;
  }

  .general__banner-text {
    text-align: left;
    color: #fff;
  }

  .general__banner-title.title {
    text-align: left;
  }

  .general__banner-text.text {
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .general__banner {
    height: initial;
    width: 100%;
    padding-top: 20px;
    position: relative;
  }

  .general__banner-img {
    margin-top: 18px;
    position: static;
    max-height: 200px;
    display: block;
  }

  .general__banner-img img {
    max-height: 200px;
  }

  .general__banner-content {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 786px;
  }

  .general__banner-title {
    color: #333;
    text-align: center;
    font-size: 24px;
    line-height: 31.2px;
  }

  .general__banner-text {
    text-align: left;
    color: #333;
    font-size: 16px;
    line-height: 24px;
  }

  .general__banner-title.title {
    text-align: center;
    font-size: 24px;
    line-height: 31.2px;
  }

  .general__banner-text.text {
    text-align: left;
    font-size: 16px;
    line-height: 24px;
  }

  .general__banner-text .general__author {
    font-size: 12px;
    line-height: 15px;
    color: #333;
  }
}

.news__container-banner .general__banner-title.title,
.news__container-banner .general__banner-text.text{
  color: #333;
}

/*# sourceMappingURL=general-banner.css.map */
/* End */


/* Start:/local/templates/certa/assets/css/good.css?17544838412592*/
.things__wrapper {
    padding-bottom: 6.770833333333333rem;
}

@media screen and (max-width: 1200px) {
  .things__wrapper {

    padding-top: 40px;
    padding-bottom: 80px;
  } 
}

.things .things__items {
  display: flex;
  flex-wrap: wrap;
  height: auto;
  gap: 1.875rem;
  margin-top: 3.2rem;
}

@media screen and (max-width: 1200px) {
  .things .things__items {
    gap: 1.25rem;
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .things .things__items {
    gap: 30px;
  }
}

.things .things__items .things__item {
  text-decoration: none;
  border: 1px solid #E4E4E4;
  border-radius: 1.25rem;
  overflow: hidden;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  width: calc((100% - 5.625rem) / 4);
}

@media screen and (max-width: 1200px) {
  .things .things__items .things__item {
    width: calc((100% - 1.25rem) / 2);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
  }
}

@media screen and (max-width: 767px) {
  .things .things__items .things__item {
    width: 100%;
    overflow: hidden;
  }
}

.things .things__items .things__item img {
  width: 100%;
  height: 12.9rem;
  object-fit: cover;
}

@media screen and (max-width: 1200px) {
  .things .things__items .things__item img {
    height: 45vw;
  }
}

@media screen and (max-width: 767px) {
  .things .things__items .things__item img {
    height: 61vw;
  }
}

.things .things__items .things__item .thing__content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1.041rem;
}

.things .things__items .things__item .thing__content p:nth-child(1) {
  font-weight: 500;
  font-size: 0.83rem;
}

.things .things__items .things__item .thing__content p:nth-child(2) {
  font-size: 0.7291666666666667rem;
  color: #888888;
}

@media screen and (max-width: 1200px) {
  .things .things__items .things__item .thing__content {
    gap: 20px;
    padding: 20px;
  }

  .things .things__items .things__item .thing__content p:nth-child(1) {
    font-size: 18px;
  }

  .things .things__items .things__item .thing__content p:nth-child(2) {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  /* .things .things__items .things__item .thing__content {
    gap: 0.625rem;
    padding: 1rem 0.875rem 1.25rem 0.875rem;
  } */

  .things .things__items .things__item .thing__content p:nth-child(1) {
    font-size: 16px;
  }

  .things .things__items .things__item .thing__content p:nth-child(2) {
    font-size: 12px;
  }
}

/*# sourceMappingURL=good.css.map */
/* End */


/* Start:/local/templates/certa/assets/css/pagination.css?17544838412412*/
.pagination {
  margin-top: 1.0416666667rem;
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-direction: row;
  gap: 0.2604166667rem;
}
.project-pagination{
	display: flex;
	list-style-type: none;
	gap: 1rem;
}

.pagination__item {
  width: 2.0833333333rem;
  height: 2.0833333333rem;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 0.78125rem;
  line-height: 2.0833333333rem;
  text-align: center;
  border: 0.0520833333rem solid #ddd;
  border-radius: 50%;
  display: inline-block;
  transition: all 0.3s;
}
.pagination__item a{
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.pagination .pagination-points {
  width: 2.0833333333rem;
  height: 2.0833333333rem;
  line-height: 2.0833333333rem;
  text-align: center;
  font-size: 0.78125rem;
}

.pagination__item:hover {
  background-color: #007bff;
  color: white;
}

.pagination__item.active {
  background-color: #ffd700;
  color: black;
  border: 0.0520833333rem solid #ffd700;
  cursor: default;
}

.pagination__item.disabled{
  color: #ccc;
  border-color: #ddd;
  
}



@media screen and (max-width: 1920px) {
  .pagination {
    margin-top: 20px;
    display: flex;
    list-style: none;
    padding: 0;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-direction: row;
    gap: 5px;
  }
  .project-pagination{
    display: flex;
    list-style-type: none;
    gap: 5px;
  }
  
  .pagination__item {
    width: 35px;
    height: 35px;
    text-decoration: none;
    color: #333;
    font-weight: 500;
    font-size: 15px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 50%;
    display: inline-block;
    transition: all 0.3s;
  }
  .pagination .pagination-points {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 5px;
  }
  .pagination a:hover {
    background-color: #007bff;
    color: white;
  }
  .pagination .active a {
    background-color: #ffd700;
    color: black;
    border: 1px solid #ffd700;
    cursor: default;
  }
  .pagination .disabled a {
    color: #ccc;
    border-color: #ddd;
    pointer-events: none;
  }
}/*# sourceMappingURL=PAgination.css.map */
/* End */
/* /local/templates/certa/components/bitrix/news.detail/general-banner/style.css?17544838412912 */
/* /local/templates/certa/assets/css/good.css?17544838412592 */
/* /local/templates/certa/assets/css/pagination.css?17544838412412 */
