

/* Start:/local/templates/certa/components/bitrix/news.list/projects/style.css?1754483841150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/certa/assets/css/projects.css?17544838412975*/
.projects {
  padding-top: 6.7708333333rem;
  padding-bottom: 6.7708333333rem;
}



.projects__top {
  display: flex;
  justify-content: space-between;
  gap: 0.5208333333rem;
  align-items: center;
}

.projects__link {
  text-decoration: underline;
  text-transform: uppercase;
  font-size: 0.7291666667rem;
  line-height: 0.9166666667rem;
  font-weight: 500;
  margin-right: 0.2083333333rem;
}

.projects__list {
  margin-top: 1.9270833333rem;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 1.5625rem;
}

.projects__item {
  width: calc(25% - 1.1979166667rem);
  overflow: hidden;
  border-radius: 1.0416666667rem;
  -webkit-border-radius: 1.0416666667rem;
  -moz-border-radius: 1.0416666667rem;
  -ms-border-radius: 1.0416666667rem;
  -o-border-radius: 1.0416666667rem;
  border: solid 0.0520833333rem #e4e4e4;
}
.projects__item .preview_picture {
  width: 100%;
  height: auto;
  aspect-ratio: 126/125;
  object-fit: cover;
	/* max-height: 16.6rem; */
}

.projects__item:nth-child(1) .preview_picture {
  aspect-ratio: 262/125;
}

.projects__item:nth-child(1) {
  width: calc(50% - 0.78125rem);
}

.projects__item-link {
  width: 100%;
  height: 100%;
  display: block;
}

.projects__img {
  width: 100%;
  max-height: 16.6666666667rem;
  object-fit: cover;
}

.projects__name {
  font-size: 0.9375rem;
  font-weight: 500;
  line-height: 1.21875rem;
  display: block;
  padding: 0.78125rem 0.9895833333rem 1.0416666667rem;
}

.projects-product-title {
  font-size: 1.979166666666667rem;
  font-weight: 500;
  line-height: 1.3;
}

@media screen and (max-width: 1200px) {
  .projects {
    padding-top: 70px;
    padding-bottom: 100px;
  }
  .projects-product-title{
    font-size: 38px;
    line-height: 49.4px;
  }
  
  .projects__link {
    margin-right: 0;
    font-size: 14px;
    line-height: 17.6px;
  }
  .projects__item .preview_picture{
    max-height: 300px;
  }

  .projects__name {
    font-size: 18px;
    line-height: 23.4px;
    padding: 15px;
  }

  .projects__list {
    gap: 20px;
    margin-top: 27px;
  }

  .projects__item {
    width: calc(50% - 10px);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
  }

  .projects__item:nth-child(1) {
    width: 100%;
  }

  .projects__img {
    max-height: 351px;
  }
}

@media screen and (max-width: 767px) {

  .projects__page .projects__item .preview_picture{
    aspect-ratio: 3/2;
  }
  .projects {
    padding-top: 70px;
    padding-bottom: 80px;
  }
  .projects-product-title{
    font-size: 24px;
    line-height: 31px;
    text-align: center;
  }
  .projects__top {
    justify-content: center;
  }

  .projects__link {
    display: none;
  }

  .projects__list {
    margin-top: 20px;
    gap: 10px;
  }

  .projects__item {
    height: auto;
    width: 100%;
  }

  .projects__img {
    max-height: 220px;
  }

  .projects__name {
    font-size: 16px;
    line-height: 20.8px;
  }
}
/* 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 */


/* Start:/local/templates/certa/assets/css/forms/tech-helper.css?17544838415249*/
.product-advertising-top {
  display: flex;
}

.product-advertising {
  width: 100%;
  background: #f0f1f0;
  border: 0.0520833333rem solid #e4e4e4;
  border-radius: 1.0416666667rem;
  display: flex;
  padding: 2.0833333333rem 7.2916666667rem 2.0833333333rem 2.0833333333rem;
  align-items: center;
  margin-top: 3.125rem;
  align-items: flex-start;
  margin-bottom: 3.7708333333rem;
}

.product-advertising-picture {
  width: 10.4166666667rem;
  height: 10.4166666667rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.banner__item-btn {
  width: 16rem;
  height: 3rem;
}

.advertising-list {
  margin-left: 1.5625rem;
  margin-right: 1.5625rem;
}

.advertising-project {
  font-style: normal;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.3;
  text-align: left;
  color: #333333;
  margin-bottom: 1.5625rem;
}

.advertising-man {
  font-style: normal;
  font-weight: 700;
  font-size: 0.9375rem;
  line-height: 1.5;
  text-align: left;
  color: #333333;
  margin-bottom: 0.3125rem;
}

.advertising-director {
  font-style: normal;
  font-weight: 400;
  font-size: 0.7291666667rem;
  line-height: 1.5;
  text-align: left;
  color: #757575;
  margin-bottom: 0.3125rem;
}

.input-items {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5208333333rem;
  flex-direction: row;
}

.input-item {
  width: calc(50% - 0.2604166667rem);
  height: 2.65625rem;
  background: #ffffff;
  border: 0.0520833333rem solid #dfe0e6;
  border-radius: 1.0416666667rem;
  padding: 0.6770833333rem 1.5625rem;
  gap: 3.125rem;
  align-items: center;
  font-size: 0.8333333333rem;
  line-height: 1.5;
  text-align: left;
  color: #959594;
}

.input-item-product {
  display: flex;
  padding: 0;
  margin: 0;
  border: none;
  outline: unset;
  width: 100%;
  appearance: none;
  font-style: normal;
  font-weight: 400;
  font-size: 0.8333333333rem;
  line-height: 1.5;
  text-align: left;
  color: #959594;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 0.5208333333rem;
  background-image: url("/public/images/projects/Vector.svg");
  background-position: right 0px center;
  background-repeat: no-repeat;
  background-size: 0.78125rem 0.5208333333rem;
}

.btn-select {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1.4583333333rem;
  margin-top: 0.5208333333rem;
}

.personal-dates {
  font-style: normal;
  font-weight: 400;
  font-size: 0.625rem;
  line-height: 1.5;
  text-align: left;
  text-decoration-line: Unhandled text decoration;
  color: #333333;
}

.underlined-link {
  text-decoration: underline;
}

@media screen and (max-width: 1200px) {
  .product-advertising-picture{
    width: 200px;
    height: 200px;
  }
  .advertising-project {
    font-size: 24px;
    line-height: 31px;
  }
  .advertising-man {
    font-size: 18px;
    line-height: 27px;
  }
  .advertising-director {
    font-size: 14px;
    line-height: 21px;
  }
  .input-item {
    height: 51px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 20px;
    padding: 12px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
  .input-item-product{

    font-size: 16px;
    line-height: 24px;
  }
  .product-advertising-top {
    margin-bottom: 30px;
  }
  .product-advertising {
    flex-direction: column;
    align-items: initial;
    padding: 30px 30px 30px 30px;
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .btn_yellow1 {
    width: 100%;
    padding: 30px;
  }
  .btn-select {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    margin-top: 10px;
  }
  .advertising-list {
    width: 100%;
  }
  .input-items {
    justify-content: space-between;
  }
  .btn-select{
    flex-direction: column;
  }
  .banner__item-btn{
    height: 53px;
    width: 100%;
  }
  .personal-dates{
    font-size: 12px;
    line-height: 18px;
  }
}
@media screen and (max-width: 767px) {
  .product-advertising-picture{
    width: 150px;
    height: 150px;
  }
  .advertising-picture {
    margin-bottom: 16px;
  }
  .product-advertising {
    padding: 24px 14px;
    margin-top: 40px;
    margin-top: 40px;
  }
  .advertising-project {
    text-align: center;
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 26px;
  }
  .advertising-man {
    margin-bottom: 0px;
    font-size: 16px;
  }
  .advertising-director {
    text-align: center;
    margin-bottom: 0px;
    font-size: 12px;
    line-height: 18px;
  }

  .advertising-list {
    margin-left: 30px;
    margin-right: 30px;
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .product-advertising-top {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .btn_yellow1 {
    width: 100%;
  }
  .input-items {
    display: flex;
    flex-wrap: nowrap;
    gap: 10px;
    flex-direction: column;
    align-items: center;
  }
  .input-item {
    width: 100%;
  }
  .personal-dates {
    text-align: center;
  }
  .product-advertising-top{
    margin-bottom: 20px;
  }
} /*# sourceMappingURL=tech-helper.css.map */

/* End */
/* /local/templates/certa/components/bitrix/news.list/projects/style.css?1754483841150 */
/* /local/templates/certa/assets/css/projects.css?17544838412975 */
/* /local/templates/certa/assets/css/pagination.css?17544838412412 */
/* /local/templates/certa/assets/css/forms/tech-helper.css?17544838415249 */
