

/* Start:/local/templates/pro_diesel/components/bitrix/news/services/bitrix/news.list/.default/style.css?17823935144393*/
.services-list {
	color: var(--bnd-black-color);
	padding-top: calc(var(--bnd-base) * 10);
}

.services-list__intro {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: calc(var(--bnd-base) * 2);
	margin: 0 auto var(--bnd-margin-bottom);
	max-width: 980px;
	text-align: center;
}

.services-list__eyebrow {
	background: var(--bnd-gray-color);
	border-radius: 999px;
	color: var(--bnd-black-07-color);
	font-size: calc(var(--bnd-base) * 1.5);
	font-weight: 700;
	letter-spacing: 0;
	padding: calc(var(--bnd-base) * 0.75) calc(var(--bnd-base) * 1.5);
	text-transform: uppercase;
}

.services-list__lead {
	color: var(--bnd-black-07-color);
	font-size: calc(var(--bnd-base) * 2.25);
	max-width: 720px;
}

.services-list__section {
	display: flex;
	flex-direction: column;
	gap: calc(var(--bnd-base) * 3);
	margin-top: var(--bnd-margin-bottom);
}

.services-list__section:first-of-type {
	margin-top: 0;
}

.services-list__section-heading {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: calc(var(--bnd-base) * 2);
}

.services-list__section-description {
	color: var(--bnd-black-07-color);
}

.services-list__grid {
	display: grid;
	gap: calc(var(--bnd-base) * 2);
	grid-template-columns: 1fr;
}

.services-list__item {
	background: var(--bnd-gray-color);
	border: 1px solid rgba(28, 31, 37, 0.08);
	border-radius: var(--bnd-border-r);
	color: var(--bnd-black-color);
	display: flex;
	flex-direction: column;
	gap: calc(var(--bnd-base) * 3);
	min-height: 100%;
	padding: calc(var(--bnd-base) * 2);
	text-decoration: none;
	transition: border-color 0.25s ease, transform 0.25s ease;
}

.services-list__item:hover {
	border-color: var(--bnd-main-color);
	transform: translateY(-2px);
}

.services-list__item-top {
	align-items: flex-start;
	display: flex;
	gap: calc(var(--bnd-base) * 2);
	justify-content: space-between;
}

.services-list__item-icon {
	background: var(--bnd-white-color);
	border-radius: calc(var(--bnd-base) * 1.5);
	flex: 0 0 calc(var(--bnd-base) * 7);
	padding: calc(var(--bnd-base) * 1.25);
}

.services-list__item-icon img {
	display: block;
	width: 100%;
}

.services-list__item-meta {
	align-items: flex-end;
	display: flex;
	flex-direction: column;
	gap: calc(var(--bnd-base) * 1);
	text-align: right;
}

.services-list__promo {
	box-shadow: none;
}

.services-list__price {
	font-size: calc(var(--bnd-base) * 2.5);
	font-weight: 900;
	line-height: 1.1;
}

.services-list__price span {
	color: var(--bnd-black-07-color);
	font-size: calc(var(--bnd-base) * 1.75);
	font-weight: 700;
	margin-right: calc(var(--bnd-base) * 1);
	position: relative;
}

.services-list__price span::after {
	background: var(--bnd-main-color);
	content: "";
	height: 2px;
	left: -3px;
	position: absolute;
	right: -3px;
	top: 50%;
	transform: rotate(-8deg);
}

.services-list__item-body {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: calc(var(--bnd-base) * 2);
}

.services-list__preview {
	color: var(--bnd-black-07-color);
}

.services-list__item-bottom {
	align-items: flex-end;
	display: flex;
	gap: calc(var(--bnd-base) * 2);
	justify-content: space-between;
	margin-top: auto;
}

.services-list__deadline {
	display: flex;
	flex-direction: column;
	gap: calc(var(--bnd-base) * 0.5);
}

.services-list__deadline span {
	color: var(--bnd-black-07-color);
	font-size: calc(var(--bnd-base) * 1.5);
}

.services-list__deadline strong {
	font-size: calc(var(--bnd-base) * 1.75);
}

.services-list__more {
	border-bottom: 2px solid var(--bnd-main-color);
	font-weight: 700;
	white-space: nowrap;
}

.services-list__item--request {
	background: var(--bnd-main-color);
	justify-content: space-between;
}

.services-list__item--request:hover {
	border-color: var(--bnd-black-color);
}

.services-list__item--request .bnd-btn {
	width: fit-content;
}

.services-list__pager {
	margin-top: calc(var(--bnd-base) * 4);
}

@media screen and (min-width: 760px) {
	.services-list__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media screen and (min-width: 1170px) {
	.services-list__section {
		display: grid;
		gap: calc(var(--bnd-base) * 8);
		grid-template-columns: 420px minmax(0, 1fr);
	}

	.services-list__section-heading {
		align-self: start;
		position: sticky;
		top: calc(var(--bnd-base) * 15);
	}
}

@media screen and (min-width: 1600px) {
	.services-list__section {
		grid-template-columns: 560px minmax(0, 1fr);
	}
}

/* End */


/* Start:/local/templates/pro_diesel/include/home/our-services/our-services.css?17863473641241*/
.section__our-services,
.service {
    display: flex;
    flex-direction: column;
    gap: calc(var(--bnd-base) * 8);
}

.service {
    gap: 0;
}

.bnd-grid__item.service-request{
    background-color:#F8AF42 ;
    padding: 40px 16px;
}

.bnd-grid__item.full-support{
    background-color:#1C1F25 ;
    color: white;
    
    span {
        color: #F8AF42;
    }
    
    .bnd-grid__item-bot {
        color: white;
    }
}





@media screen and (min-width: 1170px) {
    .section__our-services,
    .service {
        gap: calc(var(--bnd-base) * 12);
    }

    .service {
        flex-direction: row;
        gap: calc(var(--bnd-base) * 8);

        .bnd-grid__item-bot {
            margin-top: auto;
        }
    }

    .our-services__left-col{
        width: 423px;
    }

    .bnd-grid__item.service-request{
        padding: 80px 32px;
    }
    
    .section__our-services .section__heading{
        align-self: flex-start;
        flex-shrink: 0;
        width: 500px;
        position: sticky;
        position: -webkit-sticky;
        top: 120px;

    }
}

@media screen and (min-width: 1600px) {
    .our-services__left-col{
        gap: 16px;
    }

    .section__our-services .section__heading{ 
        width: 600px;
    }
}
/* End */
/* /local/templates/pro_diesel/components/bitrix/news/services/bitrix/news.list/.default/style.css?17823935144393 */
/* /local/templates/pro_diesel/include/home/our-services/our-services.css?17863473641241 */
