

/* 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/news.css?17544838416374*/
.news {
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
  height: 23.9583333333rem;
  padding: 1.25rem;
}

.news h1 {
  padding-top: 1.7708333333rem;
}

.news p {
  padding-top: 1.6666666667rem;
}

.news__item-text {
  text-align: left;
  color: #fff;
  text-transform: none;
  font-weight: 400;
  size: 0.9375rem;
  line-height: 1.40625rem;
  margin-top: 2.0833333333rem;
}

.news__item-title {
  text-align: left;
  color: #fff;
  text-transform: none;
  font-weight: 500;
  size: 1.9791666667rem;
  line-height: 2.5729166667rem;
  margin-bottom: 2.0833333333rem;
}

.news__button {
  color: #fff;
  padding: 0.2083333333rem 0.5208333333rem;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 0.8125rem;
  display: flex;
  align-items: center;
  gap: 0.3645833333rem;
}

.btn_gray {
  background-color: #333333;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 3.6458333333rem;
  -webkit-border-radius: 3.6458333333rem;
  -moz-border-radius: 3.6458333333rem;
  -ms-border-radius: 3.6458333333rem;
  -o-border-radius: 3.6458333333rem;
  border: none;
}

.news__button-container {
  display: flex;
  gap: 0.5208333333rem;
}

.catalog__button-container {
  display: flex;
  gap: 0.5208333333rem;
  overflow-y: scroll;
  overflow-y: hidden;
}

.catalog__button {
  color: #333333;
  font-size: 0.8333333333rem;
  font-weight: 500;
  line-height: 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.5208333333rem;
  padding: 0.625rem 1.0416666667rem;
  border-radius: 0.5208333333rem;
  border: 1px solid #E4E4E4;
  white-space: nowrap;
}

.catalog__item-content {
  width: calc(25% - 1.1979166667rem);
  border: 1px solid #E4E4E4;
  border-radius: 1.0416666667rem;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.catalog__item-text-wrapper {
  flex-grow: 1;
}

.catalog__item-title {
  font-weight: 500;
  font-size: 0.8333333333rem;
  line-height: 1.0833333333rem;
  text-align: left;
  padding: 0 1.0416666667rem;
}

.info {
  display: flex;
  justify-content: space-between;
  gap: 0.5208333333rem;
}

.info-data {
  font-size: 0.7291666667rem;
  font-weight: 400;
  line-height: 0.9479166667rem;
  color: #888888;
  padding: 1.5625rem 0 1.0416666667rem 1.0416666667rem;
}

.info-statistics {
  font-size: 0.7291666667rem;
  font-weight: 400;
  line-height: 0.9479166667rem;
  color: #888888;
  padding: 1.5625rem 1.0416666667rem 1.0416666667rem 1.0416666667rem;
  text-align: left;
}

.catalog {
  padding: 3.125rem 0;
}

.cataloginf {
  padding: 1.5625rem 0;
}

.catalog__item {
  gap: 1.5625rem;
}

.catalog__item-text {
  margin-top: .5208333333333333rem;
  font-size: 0.7291666667rem;
  font-weight: 400;
  line-height: 0.9479166667rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  padding: 0 1.0416666667rem;
}

.catalog__item-container {
  display: flex;
  gap: 1.5625rem;
  flex-wrap: wrap;
}

.catalog__item-content img {
  max-width: 100%;
  width: 100%;
  object-fit: contain;
  max-height: 100%;
}

.catalog__item-content-image {
  width: 100%;
  aspect-ratio: 189/125;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}


.catalog__button--active {
  background-color: #E9E800;
}

@media screen and (max-width: 1920px) {
  .news {
    margin: auto;
    background-size: cover;
    background-repeat: no-repeat;
    height: 460px;
    padding: 24px;
  }

  .news h1 {
    padding-top: 34px;
  }

  .news p {
    padding-top: 32px;
  }

  .news__item-text {
    text-align: left;
    color: #fff;
    text-transform: none;
    font-weight: 400;
    size: 18px;
    line-height: 27px;
    margin-top: 40;
  }

  .news__item-title {
    text-align: left;
    color: #fff;
    text-transform: none;
    font-weight: 500;
    size: 38px;
    line-height: 49.4px;
    margin-bottom: 40;
  }

  .news__button {
    color: #fff;
    padding: 4px 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 15.6px;
    display: flex;
    align-items: center;
    gap: 7px;
    align-items: center;
  }

  .btn_gray {
    background-color: #333333;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 70px;
    -webkit-border-radius: 70px;
    -moz-border-radius: 70px;
    -ms-border-radius: 70px;
    -o-border-radius: 70px;
    border: none;
  }

  .news__button-container {
    display: flex;
    gap: 10px;
  }

  .catalog__button-container {
    display: flex;
    gap: 10px;
    overflow-y: scroll;
    overflow-y: hidden;
  }

  .catalog__button {
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    align-items: center;
    gap: 10px;
    align-items: center;
    padding: 12px 20px;
    border-radius: 10px;
    border: 1px solid #e4e4e4;
    white-space: nowrap;
  }

  .catalog__item-content {
    width: calc(25% - 23px);
    border: 1px solid #e4e4e4;
    border-radius: 20px;
  }

  .catalog__item-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20.8px;
    text-align: left;
    padding: 0px 20px;
  }

  .info {
    display: flex;
    justify-content: space-between;
    gap: 10px;
  }

  .info-data {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    color: #888888;
    padding: 30px 0px 20px 20px;
  }

  .info-statistics {
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    color: #888888;
    padding: 30px 20px 20px 20px;
    text-align: left;
  }

  .catalog {
    padding: 60px 0px;
  }

  .cataloginf {
    padding: 30px 0px;
  }

  .catalog__item {
    gap: 30px;
  }

  .catalog__item-text {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 18.2px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0px 20px;
  }

  .catalog__item-container {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 1200px) {
  .catalog__item-content {
    width: calc(33.3333333333% - 20px);
  }
}

@media screen and (max-width: 991px) {
  .catalog__item-content {
    width: calc(50% - 15px);
  }
}

@media screen and (max-width: 767px) {
  .catalog__item-content {
    width: 100%;
  }
}

/*# sourceMappingURL=news.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/news.css?17544838416374 */
/* /local/templates/certa/assets/css/pagination.css?17544838412412 */
