/* Страница «Установка бризеров» */
.page-brizer h1,
.page-brizer h2:not(.mp-title),
.page-brizer h3 {
    margin: 0;
}
.page-brizer p {
    margin: 0;
    line-height: 1.6;
}
.brizer-img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: var(--box-shadow-x);
}

/* Первый экран */
.brizer-hero {
    padding: 40px 0 50px;
}
.brizer-hero .wrap {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    gap: 40px;
    align-items: center;
}
.brizer-hero h1 {
    font-family: "Poiret One", sans-serif;
    font-size: 44px;
    line-height: 1.15;
    position: relative;
    margin-bottom: 32px;
}
.brizer-hero h1::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 116px;
    height: 4px;
    background: var(--deepcooling);
}
.brizer-hero__lead {
    font-size: 18px;
    margin-bottom: 25px;
}
.brizer-hero__facts {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 30px;
}
.brizer-hero__facts li {
    position: relative;
    padding-left: 28px;
    line-height: 1.5;
}
.brizer-hero__facts li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--deepcooling);
}
.brizer-hero__actions {
    display: flex;
    align-items: center;
    gap: 25px;
    flex-wrap: wrap;
}
.brizer-hero__phone a {
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: var(--deep-blue);
}
.brizer-hero__phone span {
    font-size: 14px;
    color: var(--gray-dark);
}

/* Что такое бризер */
.brizer-about {
    padding: 20px 0 10px;
}
.brizer-about .content p {
    margin-bottom: 15px;
    line-height: 1.7;
}

/* Когда нужен бризер */
.brizer-cases {
    padding: 30px 0;
}
.brizer-cases__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}
.brizer-cases__item {
    background-color: #f0f0f0;
    border-radius: 10px;
    padding: 25px 20px;
}
.brizer-cases__item h3 {
    font-size: 18px;
    margin-bottom: 10px;
}
.brizer-cases__item p {
    font-size: 15px;
}

/* Этапы монтажа */
.brizer-stage {
    position: relative;
    z-index: 0;
    overflow: hidden;
    padding: 50px 0;
    margin: 20px 0;
    background-color: var(--deep-blue);
}
.brizer-stage .decor-left {
    left: 0;
    top: 0;
}
.brizer-stage .decor-right {
    right: 0;
    top: 0;
}
.brizer-stage .mp-title {
    color: #fff;
}
.brizer-stage ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
}
.brizer-stage__item {
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    display: grid;
    grid-template-areas: "number title" "number text";
    grid-template-columns: auto minmax(0, 1fr);
    gap: 5px 20px;
}
.brizer-stage__item .number {
    grid-area: number;
    font-size: 56px;
    font-weight: 700;
    line-height: 1;
    color: var(--blue-dark);
}
.brizer-stage__item h3 {
    grid-area: title;
    font-size: 18px;
}
.brizer-stage__item p {
    grid-area: text;
    font-size: 15px;
}

/* Бурение */
.brizer-drill {
    padding: 30px 0;
}
.brizer-drill .wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
    gap: 40px;
    align-items: center;
}
.brizer-drill .mp-title {
    font-size: 32px;
}
.brizer-drill__body p {
    margin-bottom: 15px;
}
.brizer-drill__body p:last-child {
    margin-bottom: 0;
}

/* Подбор прибора */
.brizer-choose {
    padding: 20px 0 40px;
}
.brizer-choose__list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}
.brizer-choose__item {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: var(--box-shadow-x);
}
.brizer-choose__item h3 {
    position: relative;
    font-size: 17px;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.brizer-choose__item h3::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 3px;
    background: var(--deepcooling);
}
.brizer-choose__item p {
    font-size: 15px;
}

/* Вопросы и ответы */
.brizer-faq {
    padding: 40px 0;
    background-color: var(--gray-light);
}
.brizer-faq__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}
.brizer-faq__item {
    background-color: #fff;
    border-radius: 10px;
    padding: 22px;
}
.brizer-faq__item h3 {
    font-size: 17px;
    margin-bottom: 10px;
    color: var(--deep-blue);
}
.brizer-faq__item p {
    font-size: 15px;
}

/* Призыв */
.brizer-cta {
    padding: 45px 0;
    background-color: var(--deep-blue);
    color: #fff;
}
.brizer-cta h2 {
    font-family: "Poiret One", sans-serif;
    font-size: 34px;
    margin-bottom: 15px;
}
.brizer-cta p {
    max-width: 780px;
    margin-bottom: 25px;
}
.brizer-cta__actions {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
}
.brizer-cta__actions .btn {
    width: auto;
    min-width: 180px;
    padding: 0 25px;
    color: #fff;
}

/*ADAPTIVE*/
/* EXTRA LARGE */
@media only screen and (max-width: 1200px) {
    .brizer-hero h1 {
        font-size: 38px;
    }
}
/* LARGE */
@media only screen and (max-width: 1080px) {
    .brizer-stage__item .number {
        font-size: 44px;
    }
}
/* TAB */
@media only screen and (max-width: 992px) {
    .brizer-hero .wrap,
    .brizer-drill .wrap {
        grid-template-columns: minmax(0, 1fr);
        gap: 25px;
    }
    .brizer-drill__img {
        order: 2;
    }
    .brizer-cases__list,
    .brizer-choose__list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
/* MEDIUM */
@media only screen and (max-width: 768px) {
    .brizer-stage ul,
    .brizer-faq__list {
        grid-template-columns: minmax(0, 1fr);
    }
    .brizer-stage .decor-left {
        top: 30%;
    }
    .brizer-stage .decor-right {
        top: auto;
        bottom: 0;
    }
}
/* PHONE */
@media only screen and (max-width: 576px) {
    .brizer-hero {
        padding: 25px 0 30px;
    }
    .brizer-hero h1 {
        font-size: 30px;
    }
    .brizer-hero__lead {
        font-size: 16px;
    }
    .brizer-hero__facts li,
    .brizer-cases__item h3,
    .brizer-choose__item h3,
    .brizer-faq__item h3,
    .brizer-stage__item h3 {
        font-size: 16px;
    }
    .brizer-cases__list,
    .brizer-choose__list {
        grid-template-columns: minmax(0, 1fr);
    }
    .brizer-drill .mp-title,
    .brizer-cta h2 {
        font-size: 26px;
    }
    .brizer-cta__actions {
        gap: 20px;
    }
    .brizer-stage__item {
        gap: 5px 15px;
    }
    .brizer-stage__item .number {
        font-size: 36px;
    }
}
/* MINI */
@media only screen and (max-width: 374px) {
    .brizer-hero h1 {
        font-size: 26px;
    }
}
