/*.swiper-button__wrapper {
	pointer-events: none;
}*/

.slider .swiper-button__wrapper .swiper-button-prev {
	pointer-events: initial;
}

.slider .swiper-button__wrapper .swiper-button-next {
	pointer-events: initial;
}

.swiper-button-disabled {
	pointer-events: none !important;
}

a:focus-visible {
	outline: none;
}

.seo-block {
	padding: 30px 0;
}

#ap-projecting #ap-projecting-hero .projecting picture {
    height: fit-content;
}

.press-centre__table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 15px;
	line-height: 1.6;
	border-radius: 10px;
	overflow: hidden;
	border: 1px solid #e5e5e5;
}

@media (max-width < 460px) {
	.press-centre__table {
		overflow: visible;
	}
}

section ul {
	list-style: disc !important;
	padding-left: 18px;
}
section ul li::marker {
    color: #0aaf64;
}

/* Стили для оглавления на детальной странице */
.detail__content .anchors {
  margin: 0 0 30px 0;
  padding: 15px 20px;
  background: #f5f7fa;
  border-left: 4px solid #0aaf64;
  border-radius: 8px;
  width: 100%;
  box-sizing: border-box;
}
.detail__content .anchors_title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #1e2a3a;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.detail__content .anchors_list {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.detail__content .anchor_link {
  display: block;
  padding-left: 16px;
  font-size: 14px;
  line-height: 1.4;
  color: #2584c7;
  text-decoration: none;
  position: relative;
  transition: color 0.2s;
}
.detail__content .anchor_link:hover {
  color: #1a6ea0;
  text-decoration: underline;
}
.detail__content .anchor_link:before {
  content: "—";
  position: absolute;
  left: 0;
  top: 0;
  color: #2584c7;
  font-size: 14px;
}
.detail__content .anchor_link.level-h3 {
  padding-left: 32px;
  font-size: 14px;
}
.detail__content .anchor_link.level-h3:before {
  content: "•";
  font-size: 12px;
}
#s-recomendation .swiper-slide .recomendation-slide__image picture img {
    height: 480px;
    min-height: 480px;
}
.useful__title {
    -webkit-line-clamp: initial;
    line-clamp: initial;
}
.card-service__image {
    aspect-ratio: 16 / 8;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #cfded7;
    border-radius: 10px;
  }
  .card-service__image .image {
    width: auto;
    margin: 0 auto;
    height: auto;
  }
  .block-callback {
    width: 100%;
    padding: 50px;
    background-color: #F4F5F7;
    border-radius: 30px;
  }
  .block-callback__title {
    color: #1f2133;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 20px;
    text-align: center;
}
.block-callback__btn{
  width: 100%;
}

@media (max-width: 991px) {
  .block-callback__btn {
    width: max-content;
    margin: 0 auto;
  }
}
@media (max-width: 500px) {
  .detail__content .anchors {
    padding: 12px 15px;
  }
  .block-callback {
    padding: 20px;
  }
  @media (max-width: 500px) {
    .block-callback__btn {
      width: 100%;
    }
}