.ah-title,
.emergency-call {
    display: none !important;
}

.PpBanner {
    padding-bottom: 88px;
}

.PpBanner-Block {
    display: flex;
    align-items: stretch;
    gap: 31px;
    padding: 54px 56px;
    background: #FFFFFF;
    border-radius: 12px;
}

.PpBanner-Left {
    width: 53.5%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
}

.PpBanner-Tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin-bottom: 28px;
}

.PpBanner-Tag {
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    color: #03557A;
    padding: 8px 16px;
    background: #F1F5FC;
    border-radius: 100px;
    list-style: none;
}

.PpBanner-Title {
    margin-bottom: 20px;
}

.PpBanner-Title h1 {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.3;
    color: #333333;
}

.PpBanner-Descr {
    font-size: 20px;
    line-height: 1.5;
    color: #333333;
    margin-bottom: 70px;
}

.PpBanner-Btns {
    display: flex;
    align-items: center;
    gap: 24px;
}

.PpBanner-BtnApply {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    padding: 22px 48px;
    border-radius: 100px;
    background: #03557A;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    text-decoration: none;
}

.PpBanner-BtnApply:hover {
    background: #024567;
    color: #fff;
}

.PpBanner-BtnFree {
    font-size: 16px;
    font-weight: 400;
    color: #03557A;
    text-decoration: none;
}

.PpBanner-BtnFree:hover {
    text-decoration: none;
}

.PpBanner-Right {
    width: 44%;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
}

.PpBanner-Image {
    display: block;
    width: 100%;
    height: auto;
}

/* ==========================================
   Подойдёт тем, кто хочет
   ========================================== */

.PpWill {
    margin-bottom: 88px;
}

.PpWill-Title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    color: #333333;
    margin-bottom: 24px;
}

.PpWill-List {
    display: flex;
    gap: 12px;
}

.PpWill-Item {
    flex: 1;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 24px;
}

.PpWill-Icon {
    margin-bottom: 20px;
}

.PpWill-Icon img {
    display: block;
}

.PpWill-ItemTitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #333333;
    margin-bottom: 12px;
}

.PpWill-ItemDescr {
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
}

@media (max-width: 992px) {
    .ah-content {
        background-color: #f3f3f3 !important;
    }
}

@media (max-width: 1200px) {
    .PpBanner-Block {
        padding: 25px 35px;
    }
}

/* ==========================================
   Практика в нашей клинике это
   ========================================== */

.PpClinic {
    margin-bottom: 88px;
}

.PpClinic-Title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    color: #333333;
    margin-bottom: 24px;
}

.PpClinic-Row {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
}

.PpClinic-Row:last-child {
    margin-bottom: 0;
}

.PpClinic-Item {
    flex: 1;
    background: #FFFFFF;
    border: 1px solid #E1E2E3;
    border-radius: 12px;
    padding: 24px;
}

.PpClinic-Item_training {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 0 0 calc(65% - 6px);
}

.PpClinic-ItemTitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #333333;
    margin-bottom: 12px;
}

.PpClinic-ItemDescr {
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
}

.PpClinic-Tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
    margin-bottom: 0;
}

.PpClinic-Tag {
    font-size: 14px;
    font-weight: 400;
    color: #03557A;
    padding: 8px 16px;
    background: #F1F5FC;
    border-radius: 100px;
    list-style: none;
}

.PpClinic-Image {
    flex: 0 0 calc(35% - 6px);
    border-radius: 12px;
    overflow: hidden;
}

.PpClinic-Image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 992px) {
    .PpClinic-Row {
        flex-direction: column;
    }

    .PpClinic-Item_training {
        flex: 1;
    }

    .PpClinic-Image {
        flex: 1;
        height: 260px;
    }
}

@media (max-width: 767px) {
    .PpClinic {
        margin-bottom: 80px;
    }

    .PpClinic-Title {
        font-size: 32px;
    }
}

/* ==========================================
   Как будет проходить практика
   ========================================== */

.PpHow {
    margin-bottom: 88px;
}

.PpHow-Title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    color: #333333;
    margin-bottom: 16px;
}

.PpHow-Descr {
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
    margin-bottom: 32px;
    max-width: 760px;
}

.PpHow-Cards {
    display: flex;
    gap: 12px;
    margin-bottom: 32px;
}

.PpHow-Card {
    flex: 1;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 24px;
}

.PpHow-CardTitle {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #333333;
    margin-bottom: 12px;
}

.PpHow-CardDescr {
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
}

.PpHow-List {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.PpHow-ListItem {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
    list-style: none;
}

.PpHow-ListIcon {
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-top: 2px;
}

.PpHow-Photo {
    border-radius: 12px;
    overflow: hidden;
}

.PpHow-Photo img {
    display: block;
    width: 100%;
    height: auto;
}

@media (max-width: 992px) {
    .PpHow-Cards {
        flex-direction: column;
    }
}

@media (max-width: 767px) {
    .PpHow {
        margin-bottom: 80px;
    }

    .PpHow-Title {
        font-size: 24px;
    }

    .PpHow-Photo img {
        height: 270px;
        object-fit: cover;
    }
}

/* ==========================================
   Как попасть на практику
   ========================================== */

.PpApply {
    display: flex;
    gap: 24px;
    background: #225375;
    border-radius: 12px;
    padding: 56px;
    margin-bottom: 88px;
}

.PpApply-Left {
    width: 45%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.PpApply-Title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    color: #FFFFFF;
    margin-bottom: 16px;
}

.PpApply-Descr {
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 32px;
}

.PpApply-Btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    padding: 18px 48px;
    border-radius: 100px;
    background: #FFFFFF;
    color: #225375;
    text-decoration: none;
    white-space: nowrap;
}

.PpApply-Btn:hover {
    background: #f0f0f0;
    color: #225375;
}

.PpApply-Steps {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.PpApply-Step {
    background: #EEF3F433;
    border-radius: 12px;
    padding: 24px;
}

.PpApply-StepNum {
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 12px;
}

.PpApply-StepText {
    font-size: 16px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
}

.PpApply-StepLink {
    color: #7EC8E3;
    text-decoration: none;
}

.PpApply-StepLink:hover {
    text-decoration: underline;
    color: #7EC8E3;
}

@media (max-width: 992px) {
    .PpApply {
        flex-direction: column;
        padding: 32px;
        gap: 24px;
    }

    .PpApply-Left {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .PpApply {
        padding: 24px;
        margin-bottom: 80px;
    }

    .PpApply-Title {
        font-size: 24px;
    }

    .PpApply-Btn {
        width: 100%;
        text-align: center;
    }
}

/* ==========================================
   Частые вопросы
   ========================================== */

.PpFaq {
    margin-bottom: 88px;
}

.PpFaq-Title {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    color: #333333;
    margin-bottom: 24px;
}

.PpFaq-List {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.PpFaq-Item {
    background: #FFFFFF;
    border-radius: 12px;
    overflow: hidden;
}

.PpFaq-Question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 24px;
    background: none;
    border: none;
    cursor: pointer;
    text-align: left;
    gap: 16px;
}

.PpFaq-Question span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #333333;
}

.PpFaq-Arrow {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.PpFaq-Item_active .PpFaq-Arrow {
    transform: rotate(-180deg);
}

.PpFaq-Answer {
    display: none;
    padding: 0 24px 24px;
}

.PpFaq-Item_active .PpFaq-Answer {
    display: block;
}

.PpFaq-Answer p {
    font-size: 16px;
    line-height: 1.5;
    color: #333333;
}

.PpFaq-Answer p:last-child {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .PpFaq {
        margin-bottom: 80px;
    }

    .PpFaq-Title {
        font-size: 32px;
    }

    .PpBanner-LeftTop,
    .PpBanner-LeftBottom {
        width: 100%;
    }
}

@media (max-width: 992px) {
    .PpWill-List {
        flex-direction: column;
    }
}

@media (max-width: 992px) {
    .PpBanner {
        padding-top: 30px;
    }

    .PpBanner-Block {
        flex-direction: column;
        gap: 32px;
    }

    .PpBanner-Left {
        width: 100%;
    }

    .PpBanner-Right {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .PpWill {
        margin-bottom: 80px;
    }

    .PpWill-Title {
        font-size: 24px;
    }

    .PpBanner {
        padding-bottom: 80px;
    }

    .PpBanner-Block {
        flex-direction: column;
        gap: 20px;
        padding: 0;
        background: transparent;
        border-radius: 0;
    }

    .PpBanner-Left {
        width: 100%;
    }

    .PpBanner-Tags {
        margin-bottom: 20px;
    }

    .PpBanner-Tag {
        background-color: #fff;
    }

    .PpBanner-Title {
        margin-bottom: 14px;
    }

    .PpBanner-Title h1 {
        font-size: 35px;
        line-height: 1;
    }

    .PpBanner-Descr {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .PpBanner-Btns {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .PpBanner-BtnApply {
        font-size: 16px;
        padding: 18px 0;
        width: 100%;
    }

    .PpBanner-Right {
        width: 100%;
    }
}
