

/* 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/catalog.section.list/services-custom/style.css?17888047077546*/
.body--popup-open {
    overflow: hidden;
}

.services-custom-sections {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;

    @media(max-width: 998px) {
        grid-template-columns: 1fr;
    }

    @media(max-width: 768px) {
        grid-template-columns: 1fr;
    }
}

.services-custom-section {
    background: #f9f9f9;
    padding: 25px;
    transition: .2s ease;
}

.services-custom-section--hidden {
    display: none;
}

.services-custom-sections-wrap__btn-show {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.services-custom-section__link {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.services-custom-section:hover {
    text-decoration: none;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.services-custom-section:hover .services-custom-section__title {
    color: #af2b1e;
}

.services-custom-section:hover .services-custom-section__image-wrap img {
    transform: scale(1);
}

.services-custom-section__image-wrap {
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.services-custom-section__image-wrap img {
    width: 430px;
    max-height: 350px;
    object-fit: contain;
    transition: .4s ease;
    transform: scale(0.98);
}

.services-custom-section__title {
    font-size: 25px;
    font-weight: 500;
    color: #000000;
    transition: .2s ease;
    flex-grow: 1;
}

#services-custom-section-popup-index.popup-window {
    width: 1637px;
    max-width: 98%;
    max-height: 100svh;
    min-height: 96svh;
    padding: 0;
    border-top: 0;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 4px;
}

#popup-window-overlay-services-custom-section-popup-index {
    opacity: .7;
    min-width: 100vw;
}

.services-custom-popup__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 1.2;
    color: #333;

    @media(max-width: 768px) {
        font-size: 24px;
    }

    @media(max-width: 480px) {
        font-size: 20px;
    }
}

.services-custom-popup__header {
    border-bottom: 1px solid #b8b8b8;
    padding: 45px 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    @media(max-width: 768px) {
        padding: 20px;
    }
}

.services-custom-popup__header .popup-close {
    display: inline-flex;
    cursor: pointer !important;

    svg path {
        transition: .2s ease;
    }

    @media(max-width: 768px) {
        width: 20px;
        height: 20px;
    }
}

.services-custom-popup__header .popup-close:hover {
    svg path {
        fill: #af2b1e;
    }
}

.services-custom-popup__body {
    display: flex;
    gap: 20px;

    @media(max-width: 997px) {
        flex-direction: column;
        gap: 0;
    }

}

.services-custom-popup__body-left {
    padding: 40px 40px 40px 60px;
    border-right: 1px solid #b8b8b8;
    max-width: 35%;
    width: auto;

    @media(max-width: 998px) {
        max-width: 100%;
        border-right: 0;
        padding-bottom: 0;
    }

    @media(max-width: 768px) {
        padding: 20px;

    }
}

.services-custom-popup__body-left__content {
    position: sticky;
    top: 10px;
}

.services-custom-popup__body-right {
    padding: 0 80px 0 40px;
    width: 100%;

    @media(max-width: 998px) {
        width: auto;
    }

    @media(max-width: 768px) {
        padding: 0 20px 20px;
    }
}

.services-custom-popup__list-element-item {
    color: #000;
    display: flex;
    gap: 20px;
    width: 100%;
    padding: 40px 0 40px 0;
    border-bottom: 1px solid #b8b8b8;
    justify-content: space-between;

    @media(max-width: 768px) {
        padding: 20px 0 20px 0;
    }

    @media(max-width: 576px) {
        /* flex-direction: column; */
        display: grid;
        grid-template-columns: 1fr;
        gap: 0;
    }

    @media(max-width: 460px) {
        grid-template-columns: 1fr;
        gap: 0;
    }
}

.services-custom-popup__list-element-item__image-wrap {
    width: 120px;
    text-align: center;
}

.services-custom-popup__list-element-item__title {
    display: inline-flex;
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;

    @media(max-width: 460px) {
        margin-top: 10px;
    }
}

.services-custom-popup__list-element-item:hover {
    .services-custom-popup__list-element-item__arrow {
        background: #b42121;

        svg path {
            fill: #fff;
        }
    }
}

.services-custom-popup__list-element-item__body {
    flex-grow: 1;
    margin-top: -3px;
}

.services-custom-popup__list-element-item__end {
    justify-self: flex-end;
}

.services-custom-popup__list-element-item__list {
    font-weight: 400;
    font-size: 13px;
    color: #333;
    margin-top: 10px !important;
}

.services-custom-popup__list-element-item__arrow {
    display: inline-flex;
    border: 1px solid #b8b8b8;
    border-radius: 5px;
    background: #fafafa;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    transition: .2s ease;

    svg path {
        transition: .2s ease;
    }

    @media(max-width: 576px) {
        margin-top: 10px;
    }
}

.services-custom-popup__body-left-image-wrap {
    text-align: center;
}

.services-custom-popup__body-left-text {
    margin-top: 10px;
    font-weight: 400;
    font-size: 20px;
    color: #333;

    @media(max-width: 768px) {
        font-size: 16px;
    }
}

.services-custom-popup__body-left-text-slogan {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    color: #333;
    margin-top: 15px;
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 18px;

    &::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        background-color: #a31e1b;
        width: 2px;
    }
}

.services-custom-popup__list {
    margin-top: 15px !important;

    .services-custom-popup__list-item {
        font-weight: 400;
        font-size: 20px;
        color: #b42121;
        padding: 0;
        margin: 0;

        &::before {
            display: none;
        }

        @media(max-width: 768px) {
            font-size: 16px;
        }
    }
}

.services-custom-sections-wrap__btn-show__btn {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
    display: inline-flex;
    border: 1px solid #B42121;
    border-radius: 4px;
    background: transparent;
    padding: 10px 40px;
    color: #B42121;
    transition: .2s ease;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
    overflow: hidden;

    &:after {
        background: #fff;
        content: "";
        height: 155px;
        left: -75px;
        opacity: .2;
        position: absolute;
        top: -50px;
        transform: rotate(35deg);
        transition: all 900ms cubic-bezier(0.19, 1, 0.22, 1);
        width: 50px;
    }
}

.services-custom-sections-wrap__btn-show__btn:hover {
    background: #B42121;
    color: #fff;

    &:after {
        left: 120%;
    }
}

.services-custom-popup__list-link {
    background: #b42121;
    margin-bottom: 10px;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 5px;
}
/* End */
/* /local/templates/.default/components/bitrix/news/services-custom/style.css?17888047075724 */
/* /local/templates/.default/components/bitrix/catalog.section.list/services-custom/style.css?17888047077546 */
