div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
}
.news-date-time
{
	color:#486DAA;
}

/* Контейнеры */
.main-hero__container,
.why-needed__container,
.technology__container,
.when-to-clean__container,
.procedure__container,
.working-hours__container,
.results__container,
.call-to-action__container,
.our-services__container,
.contacts__container {

}

/* Главный экран */
.main-hero {
    position: relative;
    background: rgba(15, 15, 15, 1);
    height: 606px;
}

.main-hero__container {
    display: flex;
    align-items: center;
    gap: 60px;
}

.main-hero__content {

    width: 50%;
}

.main-hero__title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 1.2;
    color: #ffffff;
}

.main-hero__text {
    font-size: 20px;
    margin-bottom: 32px;
    color: #fff;
    line-height: normal;font-family: "Inter-semibold", sans-serif;
}

.main-hero__button {
    background: rgba(158, 5, 5, 1);
    color: #ffffff;
    border: none;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 243px;
    display: flex;
    height: 39px;
    padding: 0;
    justify-content: center;
    align-items: center;
}

.main-hero__button:hover {
    background-color: #b91c1c;
}

.main-hero__image-wrapper {
    flex: 1;
}

.main-hero__image {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.main-hero__image-wrapper {
    position: absolute;
    right: 0;
    top: -2px;
}
/* Почему это необходимо */
.why-needed {
    padding: 80px 0;
    background-color: #1a1a1a;
}

.why-needed__title {
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #ffffff;
}

.why-needed__text {
    font-size: 18px;
    color: #cccccc;
    line-height: 1.8;
}

/* Технология */
.technology {
    padding: 80px 0;
    background-color: #1a1a1a;
}

.technology__title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #ffffff;
}

.technology__list {
    list-style: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 32px;
}

.technology__item {
    padding: 24px;
    background-color: #2a2a2a;
    border-radius: 8px;
}

.technology__item-title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 12px;
    color: #ffffff;
}

.technology__item-text {
    font-size: 16px;
    color: #cccccc;
    line-height: 1.6;
}

/* Когда пора ехать на чистку */
.when-to-clean {
    padding: 80px 0;
    background-color: #1a1a1a;
}

.when-to-clean__title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #ffffff;
}

.when-to-clean__intro {
    font-size: 18px;
    color: #cccccc;
    margin-bottom: 24px;
    line-height: 1.8;
}

.when-to-clean__list {
    list-style: decimal;
    padding-left: 24px;
    color: #cccccc;
}

.when-to-clean__item {
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 1.6;
}

/* Как проходит процедура */
.procedure {
    padding: 80px 0;
    background-color: #1a1a1a;
}

.procedure__title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #ffffff;
}

.procedure__list {
    list-style: decimal;
    padding-left: 24px;
    color: #cccccc;
}

.procedure__item {
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 1.6;
}

/* Время работы */
.working-hours {
    padding: 80px 0;
    background-color: #1a1a1a;
}

.working-hours__title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #ffffff;
}

.working-hours__text {
    font-size: 18px;
    color: #cccccc;
    line-height: 1.8;
}

/* Результат */
.results {
    padding: 80px 0;
    background-color: #1a1a1a;
}

.results__title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #ffffff;
}

.results__list {
    list-style: disc;
    padding-left: 24px;
    color: #cccccc;
}

.results__item {
    font-size: 16px;
    margin-bottom: 12px;
    line-height: 1.6;
}

/* Призыв к действию */
.call-to-action {
    padding:45px 0;
    background: rgba(158, 5, 5, 1);
margin-bottom: 50px;

}

.call-to-action__container {
    text-align: center;
}

.call-to-action__text {
    font-size: 24px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.6;
}

/* Наши услуги */
.our-services {
    padding: 80px 0;
    background-color: #1a1a1a;
}

.our-services__title {
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 24px;
    color: #ffffff;
}

.our-services__intro {
    font-size: 18px;
    text-align: center;
    color: #cccccc;
    margin-bottom: 48px;
    line-height: 1.8;
}

.our-services__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.service-card {
    position: relative;
    height: 300px;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: scale(1.05);
}

.service-card__image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.service-card__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.service-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.3) 50%, transparent 100%);
}

.service-card__title {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    z-index: 1;
}

/* Контакты */
.contacts {
    position: relative;
    padding: 80px 0;
    background-color: #1a1a1a;
    min-height: 600px;
}

.contacts__map-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.contacts__map {
    width: 100%;
    height: 100%;
    background-color: #2a2a2a;
    opacity: 0.3;
}

.contacts__container {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    min-height: 600px;
}

.contacts__info {
    background-color: #ffffff;
    color: #1a1a1a;
    padding: 40px;
    border-radius: 12px;
    max-width: 400px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.contacts__title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #1a1a1a;
}

.contacts__address,
.contacts__hours,
.contacts__phone {
    font-size: 16px;
    margin-bottom: 16px;
    color: #333333;
    line-height: 1.6;
}

.contacts__button {
    background-color: #dc2626;
    color: #ffffff;
    border: none;
    padding: 16px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    margin-top: 8px;
    transition: background-color 0.3s ease;
}

.contacts__button:hover {
    background-color: #b91c1c;
}

/* Адаптивность */
@media (max-width: 1024px) {
    .main-hero__container {
        flex-direction: column;
    }

    .technology__list {
        grid-template-columns: 1fr;
    }

    .our-services__grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 768px) {
    .main-hero__title {
        font-size: 32px;
    }

    .our-services__grid {
        grid-template-columns: 1fr;
    }

    .contacts__container {
        justify-content: center;
    }
}
.detail-text p {
    font-family: "Inter-semibold", sans-serif;
    margin-bottom: 20px;
    font-size: 20px;
}
.detail-text h2 {
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 20px;
    margin-top: 50px;

}
.detail-text ul ,
.detail-text ol {
    padding-left: 20px;
    font-family: "Inter-semibold", sans-serif;
    font-size: 20px;    line-height: 28px;
}
.detail-text  ul li{
    list-style-type: disc;
}
.detail-text  {
padding: 60px 0;
    padding-top: 10px;
}
div.news-detail img.detail_picture {
    filter: brightness(0.8);
}
.main-hero__container.container {
    position: relative;
    z-index: 9;
}
.main-hero__image-wrapper {

    z-index: 0;
}
@media (max-width: 1024px) {
    .main-hero__container.container {
        position: initial;

    }
    .main-hero {
        position: relative;
        background: rgba(15, 15, 15, 1);
        height: auto;
        display: flex;
        flex-direction: column;
    }
    .main-hero__image-wrapper img{
        height: 263px;filter: brightness(0.5);
    }
    .news-detail {

    }
    .main-hero__image-wrapper {
        position: relative;
        right: auto;
        top: auto;
        order: 1;height: 263px;
    }
    .main-hero__container.container {
        order: 2;
    }
    .main-hero__text {
        font-size: 16px;
    }
    .main-hero__button {

        width: 100%;

        margin-bottom: 25px;
    }
    .main-hero__title {
        font-size: 20px;

        position: absolute;
        top: 10%;
        z-index: 9;
        text-align: center;
        padding: 0;
        left: 0;
    }
    .main-hero__content {
        width: 100%;
        padding: 20px;
    }
    .detail-text ul ,
    .detail-text ol {
        font-size: 16px;
    }
    .call-to-action__text {
        font-size: 20px;

        padding: 0 10px;
    }
    .detail-text p {

        font-size: 16px;
    }
    .detail-text h2 {
        font-size: 20px;
    }
}