

/* Start:/local/templates/d-life/components/bitrix/breadcrumb/.default/style.css?1778841731599*/
.bx-breadcrumb {
    margin: 0 0 1rem;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}
.bx-breadcrumb i {color: #b5bdc2;line-height: 13px;font-size: 12px;vertical-align: middle;margin-left: .5rem;}
.bx-breadcrumb .bx-breadcrumb-item {white-space: nowrap;line-height: 13px;vertical-align: middle;	}
.bx-breadcrumb .bx-breadcrumb-item span {font-size: 13px;white-space: normal; color: var(--color-black);}

.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;color: var(--color-black);}
.bx-breadcrumb .bx-breadcrumb-item a span {color: var(--color-black);}

/* End */


/* Start:/local/templates/d-life/components/bitrix/news/services/bitrix/news.detail/seo/style.css?17872176414020*/
main.content {
    padding-top: 0 !important;
}


/* Common
-----------------------------------------------------------------*/
.service__block {
    margin-bottom: 5rem;
}

.service__inner {
    max-width: 800px;
    margin: 0 auto;
}

.service__text {
    font-size: 1.125rem;
    line-height: 1.5;
    margin-bottom: 3rem;
}

.service__text ul {
    margin: 0 0 1.5rem 3rem;
}

.service__text p + h2 {
    margin-top: 3rem;
}

.nav-controls {
    gap: 1rem;
    margin-bottom: 1.5rem;
}


/* Presentation
-----------------------------------------------------------------*/
.service__presentation {
    padding: 8rem 0 6rem;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
}

.service__presentation-container {
    position: relative;
    z-index: 2;
}

.service__preview {
    max-width: 800px;
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: 3rem;
}


.service__helper {
    margin-bottom: 3rem;
}

.service__price {
    font-size: 1.75rem;
    font-weight: 700;
}

.service__price-span {
    font-size: 2.25rem;
}

@media(max-width: 767px) {
    .service__presentation {
        min-height: auto;
    }

    .service__img-presentation {
        display: none;
    }
}



/* Почему
-----------------------------------------------------------------*/

.service__section-title {
    margin-bottom: 1.5rem;
}

/* Слайдер (tiny-slider): раскладкой и отступами управляет плагин —
   grid здесь перебил бы её, расстояние между карточками задаёт gutter в script.js. */
.what-you-get__list {
    display: flex;
    margin-top: 1.5rem;
    gap: 2rem;
}

/* Таблица (например, цены) внутри текстовых блоков
-----------------------------------------------------------------*/
.service__table {
    border-collapse: collapse;
    width: 100%;
    max-width: 800px;
    margin: 2rem 0;
    font-size: 1.125rem;
}

@media(max-width: 767px) {
    .service__table {
        font-size: 1rem;
    }
}

.service__table th {
    text-align: left;
    font-weight: 700;
    padding: 1rem;
    background: var(--color-light-grey);
    border-bottom: 2px solid var(--color-grey);
}

.service__table td {
    padding: 1rem;
    border-bottom: 1px solid var(--color-grey);
}

.service__table tr:last-child td {
    border-bottom: none;
}

.what-you-get__nav-controls {
    margin-bottom: 1.5rem;
}

.what-you-get__item {
    display: flex;
    align-items: stretch;
    background: #f2def7;
    border-radius: .5rem;
}

.service__process .what-you-get__item {
    background: #def5f7;
}

.what-you-get__item-inner {
    padding: 3rem 2rem;
    overflow: hidden;
}

.what-you-get__item-name {
    font-size: 1.625rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.what-you-get__item__body {
    line-height: 1.5;
}

.what-you-get__item__body p:last-child {
    margin-bottom: 0;
}


/* FAQ — аккордеон
-----------------------------------------------------------------*/
.service__faq-list {
    margin-top: 1.5rem;
    background: #fafafa;
    padding: 0 1rem;
    border-radius: 1rem;
}

.service__faq-item:not(:last-child) {
    border-bottom: 1px solid #e5e7eb;
}

.service__faq-q {
    width: 100%;
    text-align: left;
    background: none;
    border: 0;
    padding: 1.25rem 2.5rem 1.25rem 0;
    font-size: 1.125rem;
    font-weight: 600;
    cursor: pointer;
    position: relative;
}

.service__faq-q::after {
    content: "+";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    line-height: 1;
}

.service__faq-item.is-open .service__faq-q::after {
    content: "\2013";
}

.service__faq-a {
    display: none;
    padding-bottom: 1.25rem;
    margin-bottom: 0;
}

.service__faq-item.is-open .service__faq-a {
    display: block;
}

/* Outro
-----------------------------------------------------------------*/
.service__outro {
    background: #fafafa;
    padding: 6rem 0;
}
/* End */


/* Start:/local/templates/d-life/components/bitrix/system.pagenavigation/.default/style.css?1777019142561*/
.pagination__container {
	display: flex;
	justify-content: center;
	margin: 4rem 0;
}

.pagination {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 1rem;
	list-style-type: none;
}

.pagination__link {
	margin: 0 .5rem;
	color: var(--color-dark);
	border: 0;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	background: #fafafa;
}

.pagination__item.active .pagination__link,
.pagination__link:hover {
	background: var(--color-dark);
	color: #fff;
}
/* End */


/* Start:/local/templates/d-life/components/bitrix/news.list/services_cards/style.css?17872176411891*/

.services__list {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 3rem 2rem;
	margin-bottom: 4rem;
}

@media(max-width: 991px) {
	.services__list {
		grid-template-columns: 1fr;
	}
}


.services__item-wrapper {
	display: flex;
	align-items: stretch;
	border-radius: .5rem;
	transition: .25s all ease-in;
	background: #def7e3;
}

.services__item-wrapper.website {
	background: #def5f7;
}

.services__item-wrapper.technical-support {
	background: #def7e3;
}

.services__item-wrapper.integration {
	background: #f2def7;
}

.services__item-wrapper.website-optimization {
	background: #f7dede;
}

.services__item {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.services__item-body {
	padding: 1.5rem 2rem 9rem;
}


@media(max-width: 1023px) {
	.services__item-body {
		padding: 1.5rem 1.5rem 9rem;
	}
}

.services__preview-picture {
	display: block;
	padding-bottom:  70%;
	position: relative;
	overflow: hidden;
	border-radius: .5rem .5rem 0 0;
}

.services__item-img {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: .25s all ease-in;
}

.services__item:hover .services__item-img {
	height: 110%;
	width: 110%;
	left: -5%;
	top: -5%;
}


.services__item-name {
	font-size: 1.625rem;
	font-weight: 700;
	margin-bottom: 2rem;
}

@media(max-width: 1023px) {
	.services__item-name {
		font-size: 1.5rem;
	}
}

.services__item-name-link {
	text-decoration: none;
}

.services__item-bottom {
	position: absolute;
	bottom: 2rem;
	padding: 0 2rem;
	width: 100%;
	left: 0;
}

.services__item-preview {
	line-height: 1.5;
}

.services__item-price {
	font-weight: 700;
	margin-bottom: 1.5rem;
}

.services__item-price-number{
	font-size: 1.25rem;
}

.services__item-btn {
	display: flex;
	align-items: center;
	gap: 1rem;
	justify-content: space-between;
	max-width: 200px;
}

.numbers {
	margin-bottom: 0 !important;
}
/* End */


/* Start:/local/templates/d-life/components/bitrix/news.list/client_reviews/style.css?1777019142775*/
.client-reviews {
	margin-bottom: 6rem;
}

.client-reviews__list {
	display: flex;
	gap: 1rem;
}


.client-reviews__client {
	display: flex;
	margin-bottom: 2rem;
	gap: 2rem;
}


.client-reviews__name {
	font-size: 1.25rem;
	font-weight: 700;
}

.client-reviews__position {
	margin: .25rem 0;
	font-size: .875rem;
}

.client-reviews__company {
	font-weight: 700;
}

.client-reviews__item-wrapper {
	border-radius: 1rem;
	padding: 3rem;
	background: #dcf0fe;
}


.client-reviews__photo {
	flex-shrink: 0;
	width: 75px;
	height: 75px;
	position: relative;
	border-radius: 50%;
	overflow: hidden;
}

.client-reviews__img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.client-reviews__text {
	font-size: 1rem;
	line-height: 1.5;
}

/* End */
/* /local/templates/d-life/components/bitrix/breadcrumb/.default/style.css?1778841731599 */
/* /local/templates/d-life/components/bitrix/news/services/bitrix/news.detail/seo/style.css?17872176414020 */
/* /local/templates/d-life/components/bitrix/system.pagenavigation/.default/style.css?1777019142561 */
/* /local/templates/d-life/components/bitrix/news.list/services_cards/style.css?17872176411891 */
/* /local/templates/d-life/components/bitrix/news.list/client_reviews/style.css?1777019142775 */
