

/* Start:/local/templates/.default/components/bitrix/news/services-custom/style.css?17888047075724*/
.services-custom-wrapper__title {
    display: inline-block;
    margin: 60px 0px 38px 0px;
    font-size: 32px;
    line-height: 1.2;
}

.steps__wrapper {
    display: flex;
}

.steps__wrapper--other-step {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: calc(76% - 20px);
    flex: 0 0 auto;
    box-sizing: border-box;

    .steps__item {
        width: calc(50% - 20px);
        flex: 0 0 auto;
        overflow: hidden;
    }
}

.steps__wrapper--finish-step {
    position: relative;
}

.steps__item {
    background: #fff;
    padding: 25px 30px 15px 30px;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
}

.steps__wrapper .steps__item:not(.steps__item--finish) {
    min-height: 134px;
}

.steps__item--finish {
    height: 100%;
}

.steps__wrapper .steps__item .steps__item__icon svg {
    width: 83px;
    height: 91px;
}

.steps__wrapper .steps__item .steps__item__icon--finish-item svg {
    width: 218px;
    height: 244px;
}

.steps__item__icon {
    position: absolute;
    bottom: -10px;
    right: -2px;
    z-index: 0;
}

.steps__wrapper .steps__item .steps__item__icon.steps__item__icon--finish-item {
    bottom: 0;
}

.steps__wrapper .steps__item .steps__item__title.steps__item__title-finish {
    font-size: 28px;
    line-height: 1.2;
}

.steps__item__title {
    font-weight: 700;
    font-size: 20px;
    color: #000;
    width: 80%;
    flex-grow: 1;
    z-index: 5;
}

.steps__wrapper .steps__item .steps__item__step__content {
    font-weight: 700;
    font-size: 12px;
    line-height: 1.2;
    color: #969696;
}

.steps__item--finish {
    min-height: 260px;
}

@media(max-width: 1200px) {

    .steps__wrapper--other-step {
        width: 100%;
    }

    .steps__wrapper--finish-step {
        margin-top: 20px;
    }

    .steps__wrapper {
        flex-direction: column;
    }
}

.steps__item-order-sm-1 {
    @media(max-width: 576px) {
        order: 1;
    }
}

.steps__item-order-sm-2 {
    @media(max-width: 576px) {
        order: 2;
    }
}

.steps__item-order-sm-3 {
    @media(max-width: 576px) {
        order: 3;
    }
}

.steps__item-order-sm-4 {
    @media(max-width: 576px) {
        order: 4;
    }
}

.steps__item-order-sm-5 {
    @media(max-width: 576px) {
        order: 5;
    }
}

.steps__item-order-sm-6 {
    @media(max-width: 576px) {
        order: 6;
    }
}

@media(max-width: 768px) {
    .steps__item {
        background: #f9f9f9;
    }

    .steps__wrapper .steps__item .steps__item__icon--finish-item svg {
        width: 83px;
        height: 91px;
    }

    .steps__item--finish {
        min-height: 134px;
    }

    .steps__wrapper .steps__item .steps__item__title.steps__item__title-finish {
        font-size: 20px;
    }
}

@media(max-width: 576px) {
    .steps__wrapper--other-step .steps__item {
        width: 100%;
    }
}

.services-list-advantage {
    margin: 20px 0;
    justify-content: center;
}

.services-list-advantage-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 20px;
}

.services-list-advantage-item__title {
    font-style: italic;
    font-weight: 900;
    font-size: 40px;
    color: #000;
    line-height: 1.2;
    color: #B42121;
}

.services-list-advantage-item__desc {
    font-weight: 400;
    font-size: 15px;
    text-align: center;
    color: #333;
    line-height: 1.2;
    margin-top: 5px;
}

.services-custom-form-banner__content {
    flex-grow: 1;
    min-height: 487px;
    border-radius: 5px;
    overflow: hidden;
}

.services-custom-form-banner__image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;

    @media (max-width: 1400px) {
        &::before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.2);
        }
    }
}

.services-custom-form-banner__description {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.3;
    color: #fff;
}

.services-custom-form-banner__phone-wrap {
    margin-top: 18px;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    gap: 30px;

    @media (max-width: 1400px) {
        flex-direction: column;
        gap: 0;
        align-items: flex-start;
    }
}

.services-custom-form-banner__phone {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    letter-spacing: -0.05em;
    color: #fff;
}

.services-custom-form-banner__phone-description {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.05em;
    color: #fff;
}

.services-custom-form-banner-nav {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.services-custom-form-banner .services-custom-form-banner-nav__item {
    margin: 0;
    padding: 0;
}

.services-custom-form-banner .services-custom-form-banner-nav__item::before {
    display: none;
}

.services-custom-form-banner-nav__link {

    background: #fff;
    border-radius: 5px;
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;

    svg {
        path {
            fill: #B42121;
        }
    }
}

.content-wrapper .form-bx24 .b24-form-wrapper {
    max-width: 100%;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news/services-custom/bitrix/news.list/.default/style.css?17888047072551*/
.services-list-items {
    margin-top: 20px;

    blockquote {
        background: transparent;
        padding: 10px 21px 12px;
        font-weight: 600;
        position: inherit;
    }
}

.services-list-item__img-wrap {
    width: 210px;
    min-width: 210px;
}

.services-list-item-wrap {
    padding: 39px;
    margin: 0px 0px -1px;
    border: 1px solid #eeeeee;
    transition: .5s ease;
    position: relative;
    background: #fff;
    /* cursor: pointer; */

    @media(max-width: 768px) {
        padding: 20px;
    }
}

.services-list-item-wrap:hover {
    z-index: 10;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.services-list-item {
    display: flex;
    gap: 20px;
    justify-content: space-between;

    @media(max-width: 768px) {
        flex-direction: column;
    }
}

.services-list-item:hover {
    .services-list-item__arrow {
        background: #af2b1e;
        border-color: #af2b1e;
        svg path {
            fill: #fff;
        }
    }
}

.services-list-item__title {
    color: #424242;
    font-size: 1.2em;
    line-height: 1.454em;
    display: inline-flex;
    margin-top: -8px;
    margin-bottom: 19px;
    transition: .5s ease;

    &::before {
        content: '';
        position: absolute;
        inset: 0;
    }
}

.services-list-item__title:hover {
    color: #af2b1e;

    .services-list-item__arrow{
        border-color: #af2b1e;
        svg path {
            fill: #af2b1e;
        }
    }

}

.services-list-item__text {
    color: #666;
    font-size: 1em;
    line-height: 1.2;
}

.services-list-item__price {
    margin-top: 50px;
}

.services-list-item__price-item {
    margin: 0;
    @media(max-width: 568px) {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        align-items: center;
        padding: 10px;
        /* background: #e9e9e9; */
        border: 1px solid #e9e9e9;
        margin: 10px 0;
    }
}

.services-list-item__price-item div {
    display: inline;
    white-space: nowrap;
}

.services-list-item__arrow {
    width: 38px;
    min-width: 38px;
    height: 38px;
    border-radius: 3px;
    border: 1px solid #b8b8b8;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s ease;
    cursor: pointer;

    svg path {
        fill: #b8b8b8;
        transition: .5s ease;
    }

    @media(max-width: 997px) {
        display: none;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/news/services-custom/style.css?17888047075724 */
/* /local/templates/.default/components/bitrix/news/services-custom/bitrix/news.list/.default/style.css?17888047072551 */
