

/* Start:/local/components/custom/empty/templates/hero-service/style.css?17823028182958*/
.moving-banner {
    position: relative;
    min-height: 550px;
    display: flex;
    /*align-items: center;*/
    background: var(--banner-image);
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    margin-bottom: 30px;

    width: 100vw;
    transform: translateX(-50%);
    left: 50%;
}

.moving-banner__overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
}

.moving-banner__container {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
}

.moving-banner__content {
    max-width: 520px;
}

.moving-banner .breadcrumb__item a span,
.moving-banner .breadcrumb__item span {
    color: #fff;
}

.moving-banner .breadcrumb__item a:hover {
    color: #fff;
}

.moving-banner__title {
    margin: 0 0 24px;
    font-size: 52px;
    line-height: 1.15;
    font-weight: 700;
    color: #fff;
    white-space: nowrap;
}

.moving-banner__phone {
    display: inline-block;
    margin-bottom: 24px;
    color: #fff;
    text-decoration: none;
    font-size: 34px;
    font-weight: 600;
}

.moving-banner__phone:hover {
    text-decoration: none;
    color: #fff;
}

.moving-banner__messengers {
    display: flex;
    gap: 16px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}

.moving-banner__messenger {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 24px;
    text-decoration: none;
    color: #fff;
    transition: transform .2s ease;
}

.moving-banner__messenger:hover {
    transform: translateY(-2px);
    text-decoration: none;
    color: #fff;
}

.moving-banner__messenger--whatsapp {
    background: #25d366;
}

.moving-banner__messenger--telegram {
    background: #229ed9;
}

.moving-banner__messenger-icon {
    flex-shrink: 0;
}

.moving-banner__messenger-text {
    font-size: 18px;
    font-weight: 500;
}

.moving-banner__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 300px;
    height: 64px;
    padding: 0 32px;
    background: #e69d1c;
    text-decoration: none;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    transition: background-color .2s ease;
}

.moving-banner__button:hover {
    background: #ce8d1b;
    color: #fff;
    text-decoration: none;
}

@media (max-width: 768px) {
    .moving-banner {
        min-height: 500px;
        padding-bottom: 30px;
    }

    .moving-banner__title {
        font-size: 36px;
        white-space: normal;
    }

    .moving-banner__phone {
        font-size: 28px;
    }

    .moving-banner__messengers {
        flex-direction: column;
    }

    .moving-banner__messenger {
        justify-content: center;
    }

    .moving-banner__button {
        width: 100%;
        min-width: auto;
    }
}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/news.list/card-services-workers/style.css?17659585311204*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.serivce-item__time-wrap {
	display: flex;
	flex-direction: row;
	margin-bottom: 10px;
}

@media (max-width: 500px) {
	.serivce-item__time-wrap {
		flex-direction: row;
	}
}




@media (max-width: 2980px) and (min-width: 501px) {
	.upper_block {
		padding-left: 260px;
		margin-top: -50px;
	}
}
.service-item:hover .upper_block{
	background: #eaeaea;
}


@media (max-width: 500px) {
	.service-item__inner-upper {
		flex-direction: column;
		align-items:start!important;
	}
}


@media (max-width: 550px) {
	.upper_block {
		/*margin-top: 80px !important;*/
	}
}

@media (max-width: 360px) {
	.service-item__footer {
		padding-top: 30px !important;
		margin-top: 85px !important
	}
}

@media screen and (max-width: 600px) {
	.service-item__footer > * {
		width: auto !important;
	}
}

@media (max-width: 768px) {
	.txt_box {
		width: 100%;
		max-height: 150px!important;
	}
	.service-item__inner-upper {
		flex-direction: column;
		align-items:start!important;
	}
}
.service-item__total {
	font-size: 110%;
}
.service-item__calc-res{
	margin-top: 20px;
}

/* End */


/* Start:/local/components/custom/empty/templates/auto-park/style.css?17859205612294*/
.fleet {
    /*padding: 40px 20px;*/
    /*background-color: #fff;*/
}

.fleet__title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 12px;
    color: #111;
}

.fleet__subtitle {
    font-size: 16px;
    color: #555;
    max-width: 700px;
    margin-bottom: 40px;
    line-height: 1.5;
}

.fleet__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
}

.fleet-card {
    background-color: #ffffff;
    padding: 20px 20px 30px 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04), 0 4px 10px rgba(0, 0, 0, 0.02);

    display: flex;
    flex-direction: column;

    flex: 1 1 250px;
    /*max-width: 280px;*/
    min-width: 220px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.fleet-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.08);
}

.fleet-card__image-wrapper {
    width: 100%;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.fleet-card__image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.fleet-card__title {
    font-size: 18px;
    font-weight: 700;
    color: #222;
    margin-bottom: 10px;
}

.fleet-card__desc {
    font-size: 16px;
    color: #777;
    line-height: 1.4;
    margin: 0;
}

@media (max-width: 992px) {
    .fleet-card {
        flex: 1 1 220px; /* Карточки становятся чуть уже */
        max-width: 100%;
    }
}

@media (max-width: 768px) {
    .fleet__title {
        font-size: 26px;
        text-align: center;
    }

    .fleet__subtitle {
        font-size: 15px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
    }

    .fleet__grid {
        gap: 15px;
    }

    .fleet-card {
        flex: 1 1 100%; /* Карточки занимают 100% ширины (в одну колонку) */
        max-width: 400px; /* Ограничиваем ширину на телефоне, чтобы не растягивались до краев экрана */
        margin: 0 auto; /* Центрируем карточку */
    }
}
/* End */


/* Start:/local/components/custom/empty/templates/advantages/style.css?17847057991407*/
.advantages-block {
    background-color: #f7f8fb;
}

.advantages-block h2 {
    margin-bottom: 30px;
}

.advantages-block--detail {
    margin: 30px 0 30px 0;
}

.advantages-block__caption {
    font-size: 45px;
    line-height: 60px;
    text-align: center;
    margin-bottom: 30px;
}

.advantages-block__items {
    display: flex;
    justify-content: space-between;
    /*flex-wrap: wrap;*/
    gap: 20px;
    margin-bottom: 35px;
}

.advantages-block__image-wrap img {
    max-width: 50px;
}

.advantages-block__item {
    display: flex;
    flex-basis: calc(25% - 15px);
    column-gap: 15px;
}

.advantages-block__title {
    font-size: 25px;
    margin-bottom: 15px;
}

.advantages-block__text {
    font-size: 18px;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 0;
}

@media (max-width: 1200px) {
    .advantages-block__item {
        flex-basis: calc(50% - 15px);
    }

    .advantages-block__items {
        flex-wrap: wrap;
    }
}

@media(max-width: 768px) {
    .advantages-block__caption {
        font-size: 22px;
        line-height: 50px;
    }

    .advantages-block__items {
        gap: 10px;
    }

    .advantages-block__item {
        flex-basis: 100%;
    }

    .advantages-block__title {
        font-size: 18px;
    }

    .advantages-block__text {
        font-size: 14px;
    }
}
/* End */


/* Start:/bitrix/templates/main/components/bitrix/news.list/faq/style.css?1723466643820*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

.serivce-item__time-wrap {
	display: flex;
	flex-direction: row;
	margin-bottom: 10px;
}

@media (max-width: 500px) {
	.serivce-item__time-wrap {
		flex-direction: row;
	}
}

@media (max-width: 500px) {
	.service-item__inner-upper {
		flex-direction: column;
	}
}


@media (max-width: 550px) {
	.service-item__footer {
		margin-top: 80px !important;
	}
}

@media (max-width: 360px) {
	.service-item__footer {
		padding-top: 30px !important;
		margin-top: 85px !important
	}
}

@media screen and (max-width: 600px) {
	.service-item__footer > * {
		width: auto !important;
	}
}

@media (max-width: 768px) {
	.service-item__text {
		width: 100%;
		max-height: 150px;
	}
}

/* End */
/* /local/components/custom/empty/templates/hero-service/style.css?17823028182958 */
/* /bitrix/templates/main/components/bitrix/news.list/card-services-workers/style.css?17659585311204 */
/* /local/components/custom/empty/templates/auto-park/style.css?17859205612294 */
/* /local/components/custom/empty/templates/advantages/style.css?17847057991407 */
/* /bitrix/templates/main/components/bitrix/news.list/faq/style.css?1723466643820 */
