.page-numbers {
    display: flex;
    justify-content: center;
    font-size: 24px;
    width: 40px;
    height: 40px;

    font-family: "Aeonik Pro";
    font-weight: 700;
    line-height: 180%;
    box-shadow: 0px 5px 10px 5px rgba(174, 186, 204, 0.2);
    color: var(--font);
    border-radius: 10px;
    transition: all 0.3s ease;
}

.next.page-numbers,
.prev.page-numbers {
    align-items: center;
}

.page-numbers:hover {
    box-shadow: 0px 0px 30px 7px rgba(174, 186, 204, 0.4);
}

@media (max-width: 1024px) {
    .page-numbers {
        gap: 10px;
    }
}

@media (max-width: 650px) {
    .page-numbers {
        width: 30px;
        height: 30px;
        font-size: 18px;
    }

    .prev.page-numbers,
    .next.page-numbers {
        display: none;
    }
}

.article-content__list {
    list-style: auto;
    margin-left: 25px;
    counter-reset: level1;
    list-style-type: none;
}

.article-content__item {
    counter-increment: level1;
}

.article-content__item::before {
    content: counter(level1) ". ";
}

.contents-item-sub-1 {
    counter-reset: item;
    list-style-type: none;
    counter-increment: level2;
}

.contents-item-sub-1::before {
    content: counter(level1) "." counter(level2) !important;
}

.article-content__item a {
    color: #1f7aff !important;
    border-bottom: 1px dashed #1f7aff;
}

.article-content__item a:hover {
    color: #000;
    border-bottom: none;
}

.work-auth__slide {
    opacity: 1;
    visibility: unset;
}

.content-cms .warning {
    margin-block: 20px;
    display: flex;
    gap: 40px;
    align-items: center;
    padding: 20px 40px 20px 45px;
    border-radius: 30px;
    box-shadow: 0px 5px 10px 5px rgba(174, 186, 204, 0.2);
}

.content-cms .warning img {
    max-width: unset;
    width: 60px;
    height: 60px;
}

.banner.banner--light.banner--bfl-docs-15,
center,
.banner.banner--bfl-docs-15 {
    display: none;
}

.content-cms div {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 160%;
    color: var(--font);
    margin-block: 20px;
}

.js--answer-comment {
    display: none;
}

@media (max-width: 650px) {
    .content-cms a {
        font-size: 18px;
    }
}

.footer__section p {
    margin: 0;
}

.warning p {
	padding: 0;
    margin: 0;
}

@media (max-width: 650px) {
	.main-feedback__swiper-slide {
      max-width: 450px;
   }
	.content-cms .warning {
		gap: 0px;
		flex-direction: column;
	}
	.content-cms a, .content-cms .warning div, .content-cms .warning a {
		font-size: 14px !important;
	}
	.article-content__list {
		margin-left: 0px;
	}
	.content-cms .warning {
		padding: 20px 10px 20px 10px;
	}
}



@media (max-width: 650px) {
  .main-order__person {
    width: 170px;
  }
}
@media (max-width: 650px) {
  .main-order__person img {
    max-width: 155px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}


.stages__slide{
	border-radius: 30px;
}

.contacts-location__description p {
    margin: 0;
}
.contacts-location__description {
    width: 100%;
}

.contacts-info__cell-description a {
    color: inherit;
}

.seo-block__subtitle--empty:after {
    margin-top: 10px;
}

.seo-block__subtitle--empty:after {
    margin-bottom: 40px;
}

@media (max-width: 1024px) {
    .seo-block__subtitle--empty:after {
        margin-top: -10px;
    }
}

@media (max-width: 1024px) {
    .seo-block__subtitle--empty:after {
        margin-bottom: 20px;
    }
}


section.contacts-info.contacts-info--first {
    top: 0;
    margin-top: 120px;
}


@media (max-width: 1024px) {
    section.contacts-info.contacts-info--first {
      
        margin-top: 68px;
    }
    
}


@media (max-width: 767px) {
    section.contacts-info.contacts-info--first {
        margin-top: 40px;
    }
}