body {
    background-color: var(--white);
}

.show-more .show-more__link {
    margin-top: 3.3rem;
    display: flex;
    align-items: center;
    gap: 17px;
}

.show-more .show-more__link span {
    font-size: 18px;
    color: var(--accent);
}

.show-more .show-more__link img{
    width: 33px;
    height: 33px;
}

.swiper-pagination-arrow {
    width: 45px;
    height: 45px;
}

.swiper-nav-row {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2.7rem;
}

@media (min-width: 1071px) {
    .swiper-nav-row {
        justify-content: space-between;
    }
}

.swiper-nav-row .swiper-pagination {
    position: static;
    width: auto;
}

.swiper-nav-row .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: transparent;
    border: 1px solid rgba(119, 32, 86, 1);
    opacity: 1;
    margin: 0 10px;
}

.swiper-nav-row .swiper-pagination-bullet-active {
    background: rgba(119, 32, 86, 1);
}

.swiper-nav-row .swiper-pagination-arrow {
    display: none;
    flex-shrink: 0;
    border: none;
    padding: 0;
    cursor: pointer;
    border-radius: 8px;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    overflow: hidden;
}

@media (min-width: 1071px) {
    .swiper-nav-row .swiper-pagination-arrow {
        display: block;
    }
}

.swiper-button-prev-certif,
.swiper-button-prev-projects,
.swiper-button-prev-reviews {
    background-image: url('../images/swiper-arrow-next-active.svg');
    transform: scaleX(-1);
}

.swiper-button-next-certif,
.swiper-button-next-projects,
.swiper-button-next-reviews {
    background-image: url('../images/swiper-arrow-next-active.svg');
}

.swiper-button-prev-certif.swiper-button-disabled,
.swiper-button-prev-projects.swiper-button-disabled,
.swiper-button-prev-reviews.swiper-button-disabled {
    background-image: url('../images/swiper-arrow-back.svg');
    transform: none;
    opacity: 1;
    cursor: default;
}

.swiper-button-next-certif.swiper-button-disabled,
.swiper-button-next-projects.swiper-button-disabled,
.swiper-button-next-reviews.swiper-button-disabled {
    background-image: url('../images/swiper-arrow-back.svg');
    transform: scaleX(-1);
    opacity: 1;
    cursor: default;
}

.swiper-button-prev-certif::after,
.swiper-button-prev-projects::after,
.swiper-button-prev-reviews::after,
.swiper-button-next-certif::after,
.swiper-button-next-projects::after,
.swiper-button-next-reviews::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('../images/swiper-arrow-next-hover.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 8px;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.swiper-button-prev-certif:not(.swiper-button-disabled):hover::after,
.swiper-button-prev-projects:not(.swiper-button-disabled):hover::after,
.swiper-button-prev-reviews:not(.swiper-button-disabled):hover::after,
.swiper-button-next-certif:not(.swiper-button-disabled):hover::after,
.swiper-button-next-projects:not(.swiper-button-disabled):hover::after,
.swiper-button-next-reviews:not(.swiper-button-disabled):hover::after {
    opacity: 1;
}

.swiper-button-prev-certif.swiper-button-disabled::after,
.swiper-button-prev-projects.swiper-button-disabled::after,
.swiper-button-prev-reviews.swiper-button-disabled::after,
.swiper-button-next-certif.swiper-button-disabled::after,
.swiper-button-next-projects.swiper-button-disabled::after,
.swiper-button-next-reviews.swiper-button-disabled::after {
    display: none;
}

/*
* Услуги
*/

.hero--page-services .hero__inner {
    width: 100%;
}

.section--hero-page-services .hero--page-services.hero--page {
    min-height: auto;
    padding-top: 4rem;
}

@media (min-width: 769px) {
    .section--hero-page-services .hero--page-services.hero--page {
        padding-top: 11.8rem;
    }
}

.section--hero-page-services .hero--page-services .breadcrumbs li,
.section--hero-page-services .hero--page-services .breadcrumbs li a,
.section--hero-page-services .hero--page-services .breadcrumbs li span,
.section--hero-page-services .hero--page-services .hero__inner h1 {
    color: var(--title-color);
}

.section--hero-page-services .hero--page-services .hero__inner h1 {
    margin-bottom: 3.2rem;
}

.section--hero-page-services .hero--page-services .breadcrumbs {
    margin-bottom: 4rem;
}

.section--hero-page-services .hero--page-services .hero__inner {
    margin: 0;
}

.section.section--services-tab.single-service-section--tab {
    padding-top: 0;
}

.section--services-all {
    display: block;
}

.section--services-all .card--fake .card--fake__head h4,
.section--services-all .card--fake.active .card--fake__head h4 {
    color: var(--title-color);
    font-size: 1.8rem;
    margin-bottom: 2.5rem;
}

.section--services-all .card--fake {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.section--services-all .card--fake:not(:last-child) {
    margin-bottom: 0;
}

/* .card--fake:last-child {
    margin-bottom: 6.5rem;
} */

.section--services-all .services-links__item {
    height: auto;
    min-height: auto;
    padding: 0;
}

.services--grid {
    display: grid;
    gap: 3rem;
    margin-bottom: 6rem;
}

.section--services-all .services--grid a.card--fake__head:hover h4 {
    color: var(--accent);
}

@media (min-width: 768px) {
    .hero--page-services .hero__inner h1,
    .section--hero-page-services .hero--page-services .hero__inner h1 {
        margin-bottom: 4rem;
    }

    .services--grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 5.5rem;
    }

    .section--services-all .card--fake .services-links {
        display: flex;
        flex-wrap: wrap;
        column-gap: 1.5rem;
    }

    .section--services-all .card--fake .services-links .services-links__item {
        display: inline;
        width: auto;
    }
}

.section--services-all .services-links__item {
    padding: 0;
    color: var(--title-color);
    font-size: 1.6rem;
}

.section--services-all .services-links__item:hover {
    color: var(--accent);
    background: transparent;    
}

@media (max-width: 575px) {
    .hero--page-services .services-links__item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    .hero--page-services.hero--page {
        padding-top: 4.28rem;
    }

    .hero--page-services .breadcrumbs {
        margin-bottom: 3.25rem;
    }

    .section--services-all .card--fake .card--fake__head h4,
    .section--services-all .card--fake.active .card--fake__head h4 {
        color: var(--title-color);
        font-size: 1.8rem;
        margin-bottom: 1.6rem;
    }
}

@media (min-width: 1071px) {
    .hero--page-services.hero--page {
        padding-top: 11.7rem;
    }
}

/*
* Раздл услуг
*/
.single-service-section .hero--page {
    min-height: auto;
}

.single-service-section .hero__inner {
    margin: 0;
}

.single-service-section .breadcrumbs li,
.single-service-section .breadcrumbs li span,
.single-service-section .hero__inner h1 {
    color: var(--black);
}

.single-service-section--tab .tabs--services {
    gap: 5rem;
    flex-wrap: nowrap;
    align-items: start;
}

.single-service-section--tab .tabs--services .tabs__nav {
    display: flex;
    flex-direction: column;
    width: 38rem;
    padding: 3rem;
    gap: .5rem;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    background: #fff;
}

.single-service-section--tab .tab-nav__item {
    border-radius: 8px;
    padding: 1rem 2rem;
    font-weight: 700;
}

.single-service-section--tab .tab-nav__item:hover:not(.active) {
    color: var(--accent);
    background: var(--alter-white);
}

.single-service-section--tab .tabs--services .tabs__content {
    width: calc(100% - 43rem);
}

.single-service-section--tab .tabs--services .tabs__content .tab-content {
    padding: 3rem;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.single-service-section--tab .tabs--services .tabs__content .tab-content:hover {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.single-service-section--tab .services-links__item {
    padding: 0;
    min-height: auto;
}

.single-service-section--tab .services-links__item:hover {
    background: var(--alter-white);
}

.single-service-section--tab .services-links__item:hover ul li,
.single-service-section--tab .services-links__item:hover ul li span {
    color: var(--accent);
}

.single-service-section--tab .services-links__item ul {
    padding: 1rem 2rem;
}

.single-service-section--tab .services-links__item ul li {
    font-size: inherit;
    font-weight: inherit;
}

.single-service-section--accordeon .card--fake {
    padding: 1.7rem;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}

.single-service-section--accordeon .card--fake:not(:last-child) {
    margin-bottom: 1.7rem;
}

.single-service-section--accordeon .card--fake--faq .card--fake__head h4 {
    color: var(--black);
    font-size: 1.8rem;
}

.single-service-section--accordeon .card--fake.active .card--fake__head h4 {
    color: var(--accent);
}

.single-service-section--accordeon .services-links__item {
    padding: 0;
    min-height: auto;
}

.single-service-section--accordeon .services-links__item ul {
    padding: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
}

.single-service-section--accordeon .services-links__item ul li:first-child {
    padding: 0;
    font-size: 1.6rem;
    font-weight: 400;
}

/* 
* Конкретная услуга
*/

.hero--page.hero--page-singleServices {
    padding: 4.3rem 0;
}

@media (min-width: 1071px) {
    .hero--page.hero--page-singleServices {
        padding: 8.6rem 0 8rem 0;
    }
}

.hero--page-singleServices .bg--hero-page {
    background: linear-gradient(98.43deg, #223C5B 46.26%, #28558B 84.76%, #2E6EBA 108.81%);
}

.hero--page-singleServices .bg--hero-page:before {
    display: none;
}

.hero--page-singleServices .bg__item:after {
    display: none;
}

.hero--page-singleServices .bg__item img {
    width: 100%;
    height: 100%;
    opacity: .8;
}

@media (min-width: 1071px) {
    .hero--page-singleServices .bg__item img {
        width: auto;
        height: auto;
    }
}

.hero--page.hero--page-singleServices .breadcrumbs {
    margin-bottom: 2.7rem;
    padding-left: 0;
}

@media (min-width: 768.98px) {
    .hero--page.hero--page-singleServices .breadcrumbs {
        position: relative;
        left: 0;
        top: 0;
        margin-bottom: 2.7rem;
    }
}

@media (min-width: 1071px) {
    .hero--page.hero--page-singleServices .breadcrumbs {
        margin-bottom: 4rem;
    }
}

.hero--page-singleServices .hero__inner {
    width: auto;
    padding-left: 0;
}

.hero--page.hero--page-singleServices .hero__card.hero__card--mod {
    width: auto;
}

/* @media (min-width: 992px) {
    .hero--page-singleServices .breadcrumbs {
        padding-left: 22.1rem;
    }
} */

.hero--page.hero--page-singleServices .hero__card.hero__card--mod h1 {
    margin-bottom: 2.7rem;
}

@media (min-width: 1071px) {
    .hero--page.hero--page-singleServices .hero__card.hero__card--mod h1 {
        margin-bottom: 4rem;
        font-size: 3.6rem;
    }
}

.hero--page-singleServices .single-service--headitems {
    display: flex;
    flex-direction: column;    
}

@media (min-width: 1071px) {
    .hero--page-singleServices .single-service--headitems {
        flex-direction: row;
        align-items: start;
        justify-content: space-between;
    }
}

.hero__card--mod ul.service-methods {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 1.7rem;
    margin-bottom: 3.2rem;
}

@media (min-width: 1071px) {
    .hero__card--mod ul.service-methods {
        margin-bottom: 6rem;
    }
}

.hero__card--mod ul.service-methods .service-metods_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding-right: 0;
    margin: 0;
}

.service-methods_icon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
}

.service-methods_text {
    margin: 0;
    font-size: 1.5rem;
    word-wrap: break-word;
    color: var(--white);
    line-height: 100%;
}

/*
* Конкретная услуга - карточки в шапке
*/

.single-service-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.1rem;
    margin-bottom: 25px;
}

@media (min-width: 1071px) {
    .single-service-cards {
        gap: 3rem;
    }
}

.single-service-card {
    height: 134px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-radius: 8px;
    padding: 20px;
    background: var(--white);
}

@media (min-width: 1071px) {
    .single-service-card {
        min-width: 210px;
        min-height: 158px;
    }
}

.single-service-card__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.single-service-card__title {
    font-weight: 700;
    font-size: 1.8rem;
}

@media (min-width: 1071px) {
    .single-service-card__title {
        font-size: 2rem;
    }
}

.single-service-card__icon {
    width: 25px;
    height: 25px;
}

@media (min-width: 1071px) {
    .single-service-card__icon {
        width: 30px;
        height: 30px;
    }

    .single-service-card__price {
        font-size: 1.8rem;
    }
}

.single-service-card span.single-service-card-info,
.single-service-card span.single-service-card__price {
    display: block;
    color: var(--accent);
    font-weight: 700;
}

@media (min-width: 1071px) {
    .single-service-card span.single-service-card-info,
    .single-service-card span.single-service-card__price {
        font-size: 2.4rem;
    }
}

.hero--page-singleServices .callback-buttons {
    display: flex;
    flex-direction: column;
}

@media (min-width: 1071px) {
    .hero--page-singleServices .callback-buttons {
        flex-direction: row-reverse;
        gap: 3rem;
        justify-content: start;
    }

    .hero--page-singleServices .callback-buttons .get_callback {
        margin-bottom: 0;
    }
}

.callback-buttons .get_callback {
    width: 100%;
    height: 45px;
    border-radius: 8px;
    padding-top: 10px;
    padding-right: 24px;
    padding-bottom: 10px;
    padding-left: 24px;
    margin-bottom: 10px;
    background: var(--accent);
    color: var(--white);
    font-weight: 600;
}

@media (min-width: 1071px) {
    .callback-buttons .get_callback {
        width: auto;
        font-size: 1.8rem;
    }
}

.callback-buttons .get_callback--reverse {
    background: var(--white);
    color: var(--accent);
}

/*
* Контент
*/
.section.section--post .container .content > .content__inner {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
}

@media (max-width: 992px) {
    .section.section--post .container .content > .content__inner {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
    }
}

@media (min-width: 993px) {
    .section.section--post .container .content > .content__inner {
        width: 100%;
        max-width: 100%;
        padding-left: 0;
    }
}

.single-service--content {
    padding: 4.3rem 0;
}

.single-service--content .content__inner {
    padding: 0;
}

.single-service--content .content,
.single-service--content .content p {
    font-size: var(--p-main);
}

@media (min-width: 992px) {
    .single-service--content .content__inner {
        width: auto;
        padding-left: 0;
    }
}

@media (min-width: 1071px) {
    .single-service--content {
        padding: 8rem 0 4rem;
    }

    .single-service--content .content p {
        font-size: var(--p-medium);
    }
}

/*
* Почему выбирают нас
*/

.single-service--benefit.section--benefit-page {
    padding: 0;
    padding-bottom: 4.3rem;
}

.single-service--benefit h2 {
    margin-bottom: 2.7rem;
}

@media (min-width: 1071px) {
    .single-service--benefit.section--benefit-page {
        padding-bottom: 8rem;
    }

    .section.section--certif.certificates-slider,
    .section.section--projects-slider,
    .section.section--reviews-extends,
    .section.section--post.section--workstages {
        padding-top: 8rem;
        padding-bottom: 8rem;
    }

    .single-service--benefit h2 {
        margin-bottom: 4rem;
    }
}

.single-service--benefit .benefit--mod {
    margin-top: 0;
}

.single-service--benefit .benefit--mod .benefit__inner {
    padding-top: 0;
}

.single-service--benefit .benefit--mod .benefit__item {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    padding: 15px;
    border-radius: 8px;
    background: #FBFBFB;
    flex-direction: row;
    gap: 1.8rem;
    text-align: left;
    margin: 0;
    width: 100%;
}

@media (min-width: 1071px) {
    .single-service--benefit .benefit--mod .benefit__item {
        gap: 2rem;
    }
}

.single-service--benefit .benefit__item-ico {
    width: 60px;
    height: 60px;
    margin: 0;
    flex: 0 0 60px;
}

@media (min-width: 1071px) {
    .single-service--benefit .benefit__item-ico {
        width: 80px;
        height: 80px;
        flex: 0 0 80px;
    }
}

.single-service--benefit .benefit--mod .benefit__item-info h3 {
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--title-color);
}

@media (min-width: 1071px) {
    .single-service--benefit .benefit--mod .benefit__item-info h3 {
        margin-bottom: 1rem;
        font-size: 1.6rem;
    }
}

.single-service--benefit .benefit__item .benefit__item-info p {
    font-size: 12px;
    color: #515966;
}

@media (max-width: 1071px) {
    .single-service--benefit .benefit__inner {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2.2rem;
        width: auto;
    }
}

@media (min-width: 1071px) {
    .single-service--benefit .benefit__inner {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 4rem;
        width: auto;
        justify-content: start;
    }
}

@media (max-width: 768px) {
    .single-service--benefit .benefit__inner {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
}

/*
* Слайдер сертификатов
*/

.certificates-slider.section--certif {
    padding-top: 4.3rem;
    padding-bottom: 4.5rem;
    background: var(--alter-white);
}

@media (min-width: 1071px) {
    .certificates-slider.section--certif .title {
        margin-bottom: 4rem;
    }
}

.certificates-slider .docs__item-info {
    font-size: 1.3rem;
    color: #515966;
    text-align: left;
}

.certificates-slider .swiper-pag {
    display: block;
    margin-top: 2.7rem;
}

.certificates-slider.section--certif .show-more {
    display: block;
}

.certificates-slider.section--certif .show-more.show-more__top {
    display: none;
}

@media (min-width: 1071px) {
    .certificates-slider.section--certif .title {
        display: flex;
        align-items: end;
        justify-content: space-between;
        flex-wrap: nowrap;
    }

    .certificates-slider.section--certif .show-more.show-more__top {
        display: block;
        margin-bottom: 1.6rem;
    }

    .certificates-slider.section--certif .show-more.show-more__top .show-more__link {
        margin-top: 0;
    }

    .certificates-slider.section--certif .show-more {
        display: none;
    }

    .certificates-slider .docs__item-info {
        font-size: 1.4rem;
    }
}

@media (max-width: 768px) {
    .certificates-slider .docs__item-img {
        height: auto;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }

    .certificates-slider .docs__item-img img {
        object-fit: contain;
        height: auto;
    }
}

/* 
* Проекты - слайдер 
*/
.section--projects-slider {
    padding-top: 4.3rem;
}

.section--projects-slider h2 {
    margin-bottom: 2.7rem;
}

.section--projects-slider .swiper-slide {
    padding: 30px 15px;
    border-radius: 8px;
    background: #FBFBFB;
}

.section--projects-slider .swiper-slide__img {
    height: 180px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 2.2rem;
}

.section--projects-slider .swiper-slide__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section--projects-slider .swiper-slide__title {
    font-weight: 700;
    margin-bottom: 2.2rem;
}

.section--projects-slider .swiper-slide__info ul:not(:last-child) {
    margin-bottom: 1.1rem;
}

.section--projects-slider .swiper-slide__info ul li {
    font-size: 1.5rem;
}

.section--projects-slider .swiper-slide__info ul li.info-bolder {
    font-weight: 700;
}

.section--projects-slider .show-more {
    display: block;
}

.section--projects-slider .show-more.show-more__top {
    display: none;
}

.section--projects-slider .swiper-slide__description {
    display: block;
    padding-top: 2rem;
    font-size: 1.4rem;
    min-height: 114px;
    max-height: 180px;
    overflow: hidden;
    -webkit-mask-image: linear-gradient(to bottom, #000 72%, transparent 100%);
    mask-image: linear-gradient(to bottom, #000 72%, transparent 100%);
}

.section--projects-slider .swiper-slide__more {
    display: block;
    font-size: 1.4rem;
    padding-top: 2rem;
    font-weight: 600;
    color: var(--accent);
    text-align: right;
}

@media (min-width: 1071px) {
    .section--projects-slider .title {
        display: flex;
        align-items: end;
        justify-content: space-between;
        flex-wrap: nowrap;
        margin-bottom: 4rem;
    }

    .section--projects-slider .show-more {
        display: none;
    }

    .section--projects-slider .show-more.show-more__top {
        display: block;
    }

    .section--projects-slider .show-more.show-more__top .show-more__link {
        margin-top: 0;
        margin-bottom: 2.7rem;
    }

    .section--projects-slider .swiper-slide {
        padding: 5rem;
        display: flex;
        align-items: stretch;
        justify-content: space-between;
        gap: 5rem;
    }

    .section--projects-slider .swiper-slide__img {
        height: auto;
        min-height: 332px;
        min-width: 550px;
        margin-bottom: 0;
        align-self: start;
    }

    .section--projects-slider .swiper-slide__container {
        flex: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .section--projects-slider .swiper-slide__info ul {
        display: flex;
        align-items: start;
        justify-content: space-between;
    }

    .section--projects-slider .swiper-slide__info ul li:last-child {
        text-align: right;
    }
}

/* Стоимость услуг */
.section--cost-list {
    padding: 4.3rem 0;
}

.service-cost__title .title {
    margin-bottom: 2.7rem;
}

@media (min-width: 1071px) {
    .section--cost-list {
        padding: 8rem 0;
    }

    .service-cost__title .title {
        margin-bottom: 4rem;
    }
}

.service-cost__items {
    padding: 3.3rem 1.7rem;
    background: var(--white);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.service-cost__item {
    padding: 1.5rem 0;
}

@media (min-width: 1071px) {
    .service-cost__item {
        padding: 1.2rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

.service-cost__item:not(:last-child) {
    border-bottom: 1px solid rgba(238, 238, 238, 1);
}

.cost-item__title {
    font-size: 1.6rem;
    color: #515966;
    margin-bottom: .6rem;
}

@media (min-width: 1071px) {
    .cost-item__title {
        margin-bottom: 0;
    }
}

.cost-tem__price {
    font-weight: 700;
}

/* Отзывы о нас */
.section--reviews-extends {
    padding: 4.3rem 0;
    background: var(--alter-white);
}

@media (min-width: 1071px) {
    .section--reviews-extends {
        padding: 4rem 0;
    }
}

.section--reviews-extends .docs__item-info {
    display: flex;
    align-items: stretch;
    flex-wrap: nowrap;
    text-align: left;
    gap: 1rem;
}

.section--reviews-extends .docs__item-logo {
    width: 10.2rem;
    height: 10.2rem;
    object-fit: contain;
}

@media (min-width: 1071px) {
    .section--reviews-extends .docs__item-logo {
        width: 9.5rem;
        height: 9.5rem;
    }
}

.docs__item-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}

.section--reviews-extends .docs__item-organization {
    font-weight: 700;
    margin-bottom: .6rem;
    font-size: 1.5rem;
}

.section--reviews-extends .docs__item-name {
    margin-bottom: .6rem;
    font-size: 1.5rem;
}

.section--reviews-extends .docs__item-post {
    font-size: 1.2rem;
    color: #515966;
}

.section--reviews-extends .show-more {
    display: block;
}

.section--reviews-extends .show-more.show-more__top {
    display: none;
}

@media (min-width: 1071px) {
    .section--reviews-extends .title {
        display: flex;
        align-items: end;
        justify-content: space-between;
    }

    .section--reviews-extends .show-more {
        display: none;
    }

    .section--reviews-extends .show-more.show-more__top {
        display: block;
        margin-bottom: 1.6rem;
    }

    .section--reviews-extends .show-more.show-more__top .show-more__link {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .section--reviews-extends .docs__item-img {
        height: auto;
        max-width: 480px;
        margin-left: auto;
        margin-right: auto;
    }

    .section--reviews-extends .docs__item-img img {
        object-fit: contain;
        height: auto;
    }
}

/* Этапы работы */
.section--workstages {
    padding: 4.3rem 0;
}

.work-stages__items {
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.work-stages__item {
    padding: 3.3rem 1.7rem;
    border-radius: 8px;
    background: var(--alter-white);
}

.work-stages-item__header {
    display: flex;
    align-items: start;
    justify-content: space-between;
    margin-bottom: 2.2rem;
}

.work-stages-item__title {
    font-weight: 700;
}

.work-stages-item__number {
    font-size: 2.4rem;
    font-weight: 700;
    color: var(--accent);
}

.work-stages-item__content {
    font-size: 1.5rem;
}

.work-stages__items .work-stages__row {
    display: grid;
    gap: 1.2rem;
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .work-stages__items .work-stages__row {
        grid-template-columns: repeat(3, 1fr);
    }

    .work-stages__items .work-stages__row:first-child {
        grid-template-columns: 55% 45%;
        gap: 1.5rem;
    }

    .work-stages-item__title {
        font-size: 2rem;
    }

    .work-stages-item__number {
        font-size: 4rem;
    }
}

@media (min-width: 1071px) {
    .section--workstages {
        padding-bottom: 8.4rem;
    }

    .work-stages__items {
        gap: 3.5rem;
    }

    .work-stages__items .work-stages__row,
    .work-stages__items .work-stages__row:first-child {
        gap: 3.5rem;
    }

    .work-stages__item {
        padding: 4rem;
    }
}

.work-stages-item__contacts li {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
    position: relative;
    padding-left: 2.3rem;
    margin-bottom: 1rem;
}

.work-stages-item__contacts li:last-child {
    margin-bottom: 0;
}

.work-stages-item__contacts li::before {
  content: '■';
  position: absolute;
  width: 0.9rem;
  height: 0.9rem;
  top: -0.2rem;
  left: 0;
  color: var(--accent);
}

.work-stages-contact__title {
    font-size: 1.5rem;
}

.work-stages-contact__text {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    gap: 1.1rem;
}

.work-stages-contact__text .link--contacts {
    padding: 0;
    font-size: 1.6rem;
    line-height: 1.8rem;
    font-weight: 700;
    color: var(--accent);
}

.work-stages__item .link--contacts.link-to-form {
    display: inline-block;
    padding: 0;
    color: var(--accent);
    font-weight: 700;
    text-decoration: underline dashed;
    text-decoration-color: var(--accent);
}

.work-stages-contact__text .l-messengers-item,
.work-stages-contact__text .l-messengers-item svg {
    width: 28px;
    height: 28px;
}

.work-stages-contact__text .l-messengers-item svg {
    color: var(--accent);
    border-color: var(--accent);
}

.work-stages-contact__text .l-messengers-item svg {
    stroke: var(--accent);
}

.work-stages-contact__text .l-messengers-item svg path {
    fill: var(--accent);
}


/* Форма коммерческое предложение */


.single--service-form .section--form2 {
    padding-top: 0;
    padding-bottom: 4.3rem;
}

@media (min-width: 1071px) {
    .single--service-form .section--form2 {
        padding-top: 0;
        padding-bottom: 8rem;
    }
}

.single--service-form .section--form2 .offer {
    padding: 0;
    border-radius: 8px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
}

.single--service-form .section--form2 .offer__form {
    padding: 4.3rem;
}

@media (min-width: 1071px) {
    .single--service-form .section--form2 .offer__form {
        padding: 8rem;
    }   
}

/* .single--service-form .section--form2 .offer__form {
    padding: 0;
} */

.single--service-form .section--form2 .title--offer {
    text-align: left !important;
}

.single--service-form .section--form2 .offer__bg {
    display: none;
}

@media (min-width: 1071px) {
    .single--service-form .section--form2 .offer__bg {
        display: block;
    }
}

/* Вопрос-ответ */
.single--service-faq {
    background: var(--alter-white);
}

@media (min-width: 1071px) {
    .single--service-faq {
        padding: 8rem 0;
    }
}

.service-faq__item {
    padding: 3.3rem 1.7rem;
    margin-bottom: 2.7rem;
    border-radius: 8px;
    background: var(--white);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.15);
}

.service-faq__item:last-child {
    margin-bottom: 0;
}

/* .service-faq__item .faq-item__header {
    padding-right: 4.3rem;
} */

.service-faq__item .faq-item__button {
    position: relative;
    width: 100%;
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
    gap: 2.5rem;
    text-align: left;
    background: transparent;
    transition: all 0.3s ease;
}

.service-faq__item .faq-item__button h2 {
    margin-bottom: 0;
    font-size: 1.8rem;
    line-height: 1.8rem;
    color: var(--accent);
    font-weight: 700;
}

@media (min-width: 1071px) {
    .service-faq__item .faq-item__button h2 {
        font-size: 2rem;
    }
}

.service-faq__item .faq-item__button:hover h2 {
    color: #A62378;
}

.service-faq__item .faq-item__button img {
    width: 17px;
    height: 9px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.service-faq__item .faq-item__button[aria-expanded="true"] img {
    transform: rotate(180deg);
}

.service-faq__item .faq-item__body {
    padding-top: 1.7rem;
    font-size: 1.6rem;
    color: #515966;
}