

/* 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.detail/.default/style.css?17888047073007*/
.news-detail img {
	max-width: 100%;
}

.service-detail-prices {
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	margin-top: 20px;
}

.service-detail-prices-list__item,
.service-detail-prices__title {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #D9D9D9;
	gap: 15px;
	padding: 20px;
	flex-wrap: nowrap;
}

/* .service-detail-prices-list__item p {
	@media(max-width: 389px) {
		font-size: 14px;
	}
} */

.service-detail-prices__title {
	position: sticky;
	top: 0;
	background: #D9D9D9;
	padding: 10px 20px;
	border-top: 1px solid #b42121;

	@media(max-width: 540px) {
		font-size: 14px;
	}
}

.service-detail-prices-list__item--hidden {
	display: none;
}

.service-detail-prices-list__show-more--hidden {
	display: none;
}

.service-detail-prices-list__show-more {
	cursor: pointer;
	text-align: center;
	padding: 10px 20px;
	font-weight: 700;
	font-size: 16px;
	line-height: 25px;
	color: #fff;
	background: #b42121;
	transition: .2s ease;

	span {
		display: inline-flex;
		transition: .2s ease;
	}
}

.service-detail-prices-list__show-more:hover {
	background: #da1313;

	span {
		transform: scale(1.02);
	}
}

.service-detail-prices-list__item p {
	/* font-weight: 700; */
	font-size: 16px;
	line-height: 1.2;
	color: #555555;
	margin: 0;

	@media(max-width: 420px) {
		font-size: 14px;
	}
}

.service-detail-prices-list__item p:last-child {
	text-align: right;
	white-space: nowrap;
}


/*  */
/* .messenger-block {
	position: fixed;
	right: 20px;
	bottom: 150px;
	z-index: 9999;
	display: none;

	@media(max-width: 1200px) {
		display: block;
	}

	@media(max-width: 780px) {
		bottom: 60px;
	}
}

.messenger-block_btn {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 60px;
	height: 60px;
	cursor: pointer;
	background: #ce131a;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	-webkit-user-select: none;
}

.messenger-block_btn:hover {
	background: #e22f36;
}

.messenger-block_btn:before {
	position: absolute;
	content: '';
	top: 50%;
	left: 50%;
	width: 25px;
	height: 25px;
	background-image: url("/local/templates/.default/components/bitrix/news/services-custom/bitrix/news.detail/.default/sprite.png");
	background-repeat: no-repeat;
	background-size: 150px;
	transform: translate(-50%, -50%);
}

.messenger-block_btn:before {
	background-position: 1px -22px;
}

.active .messenger-block_btn:before {
	background-position: -41px -25px;
	background-size: 172px;
}

.messenger-block_btn:after {
	position: absolute;
	display: block;
	content: " ";
	left: -10px;
	right: -10px;
	top: -10px;
	bottom: -10px;
	border: 50%;
	border: 1px solid #ce131a;
	border-radius: 50%;
	animation: animate_messenger 1.5s linear infinite;
	opacity: 0;
	backface-visibility: hidden;
}

@keyframes animate_messenger {
	0% {
		transform: scale(0.5);
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	100% {
		transform: scale(1.2);
		opacity: 0;
	}
} */
/* End */
/* /local/templates/.default/components/bitrix/news/services-custom/style.css?17888047075724 */
/* /local/templates/.default/components/bitrix/news/services-custom/bitrix/news.detail/.default/style.css?17888047073007 */
