html body,
body .grey-wrapper .top-block-wrapper.grey_block .maxwidth-theme.page-top,
.wrapper_inner.symptoms .middle .maxwidth-theme {
    background: #f9f9fa;
    overflow-x: hidden;
}

body.fill_bg_n .wrapper1:not(.with_left_block) .grey_block {
    background: #f9f9fa;
}

.wrapper1 .basket_wrapp {
    z-index: 9;
}

.grey_block .page-top > div:last-of-type {
    display: none;
}

.symptoms__top {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    padding: 16px 24px;
    background-color: #fff;
    border-radius: 16px;
    gap: 12px 40px;
    margin-bottom: 16px;
}

.symptoms__top .top-block,
.symptoms__top .top-block a {
    display: flex;
    align-items: center;
    gap: 16px;
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: rgba(90, 97, 108, 1);
}

.symptoms__top .top-block img {
    min-width: 24px;
    height: 24px;
    width: 24px;
}

.symptoms__description {
    display: flex;
    gap: 20px;
    align-items: stretch;
    margin-bottom: 160px;
}

.symptoms__text-block {
    padding: 50px;
    width: 100%;
    background-color: #fff;
    border-radius: 24px;
}

.symptoms__text-block h1 {
    margin-bottom: 32px;
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    color: rgba(10, 10, 10, 1);
}

.with-image .symptoms__text-block,
.symptoms__description-img-block {
    width: 50%;
}

.symptoms__description-img-block {
    border-radius: 24px;
    overflow: hidden;
    max-height: 660px;
}

.symptoms__description-img-block img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.symptoms__text-block-description {
    font-family: "Montserrat", serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: rgba(90, 97, 108, 1);
}

.symptoms__text-block-links {
    margin: 56px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 8px;
}

.symptoms__text-block-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 8px 24px;
    background-color: rgba(247, 248, 249, 1);
    border-radius: 6px;
    font-family: "Montserrat", serif;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: rgba(17, 24, 39, 1);
    transition: background-color .3s ease-in-out;
}

.symptoms__text-block-links img {
    min-width: 18px;
    width: 18px;
    height: 18px;
}

.symptoms__text-block-links a:hover {
    background-color: rgba(218, 218, 219)
}

.symptoms__text-block-btn {
    margin-top: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 24px;
    width: fit-content;
    border-radius: 10px;
    background-color: rgba(59, 97, 185, 1);
    font-family: "Montserrat", serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: rgba(255, 255, 255, 1);
    transition: background-color .3s ease-in-out;
    cursor: pointer;
}

.symptoms__text-block-btn:hover {
    background-color: #34549E;
    color: #fff;
}

.symptoms__reasons {
    margin: 80px 0;
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding: 50px;
    background-color: #fff;
    border-radius: 24px;
}

.symptoms__reasons h2 {
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    color: rgba(10, 10, 10, 1);
    margin: 0;
}

.symptoms__reasons-block {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px 20px;
}

.symptoms__reason {
    display: flex;
    align-items: center;
    gap: 24px;
}

.symptoms__reason svg {
    min-width: 24px;
    width: 24px;
    height: 24px;
}

.symptoms__reason p {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: rgba(10, 10, 10, 1);
}

.section-doctors-main__top-block {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.section-doctors-main__top-block .section-doctors-main__title {
    font-family: "Montserrat", serif;
    font-weight: 700;
    font-size: 40px;
    line-height: 52px;
    color: rgba(10, 10, 10, 1);
}

.section-doctors-main__descr {
    font-family: "Montserrat", serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: rgba(90, 97, 108, 1);
}

@media (max-width: 991px) {
    .symptoms__description {
        flex-direction: column;
    }

    .with-image .symptoms__text-block, 
    .symptoms__description-img-block {
        width: 100%;
    }

    .symptoms__reasons {
        padding: 24px;
    }
}

@media (max-width: 768px) {
    .symptoms__reasons-block {
        grid-template-columns: 1fr;
        gap: 24px;
    }
}

@media (max-width: 576px) {
    .symptoms__top {
        gap: 12px;
        padding: 16px 20px;
    }

    .symptoms__top .top-block img {
        min-width: 20px;
        height: 20px;
        width: 20px;
    }

    .symptoms__top .top-block,
    .symptoms__top .top-block a {
        gap: 8px;
        font-size: 14px;
        line-height: 22px;
    }

    .symptoms__text-block {
        padding: 24px 32px;
        border-radius: 16px;
    }

    .symptoms__text-block h1 {
        margin-bottom: 12px;
        font-size: 28px;
        line-height: 32px;
    }

    .symptoms__text-block-description {
        font-size: 15px;
        line-height: 22px;
    }

    .symptoms__text-block-links {
        margin: 40px 0;
    }

    .symptoms__text-block-btn {
        margin-top: 40px;
        width: 100%;
        font-size: 15px;
        line-height: 20px;
    }

    .symptoms__text-block-links img {
        margin: 0;
    }

    .symptoms__text-block-links a {
        padding: 8px 24px;
        justify-content: space-between;
        width: 100%;
    }

    .symptoms__description {
        gap: 16px;
        margin-bottom: 80px;
    }

    .symptoms__reasons {
        margin: 40px 0;
        gap: 24px;
    }

    .symptoms__reasons h2 {
        font-size: 28px;
        line-height: 32px;
    }

    .section-doctors-main .section-doctors-main__top-block .section-doctors-main__title {
        font-size: 28px;
        line-height: 32px;
        font-weight: 700;
    }
}