

/* Start:/local/templates/.default/components/bitrix/news/faq/style.css?1784012605390*/
.faq-wrapper {
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
    gap: 30px 20px;
    padding: 40px 20px;
    display: grid;
    grid-template-columns: 1fr;
}
@media (min-width: 1280px) {
    .faq-wrapper {
        grid-template-columns: 1fr minmax(300px, 400px);
    }
}
.faq-maincontent {
    margin-bottom: 50px;
}
.faq-maincontent p + p {
    margin-top: 20px;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.detail/c-expert/style.css?17836304203468*/
.expert {
    margin-top: 24px;
    background-color: rgba(221, 66, 95, 1);
    display: flex;
    justify-content: space-between;
    border-radius: 30px;
    position: relative;
    min-height: 242px;
    box-sizing: border-box;
}

.expert__info {
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
    width: 100%;
}

.expert__title {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 20px;
}

.expert__list {
    display: grid;


}

.ct-button {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 25px;
    transition: all .3s ease;
    text-decoration: none;
    box-sizing: border-box;
}

.ct-button--white {
    background-color: #fff;
    color: rgba(221, 66, 95, 1);
    border: 2px solid #fff;
}

.ct-button--white:hover {
    background-color: rgba(221, 66, 95, 1);
    color: #fff;
}

.ct-button--red {
    border: 2px solid rgba(221, 66, 95, 1);
    background-color: rgba(221, 66, 95, 1);
    color: #fff !important;
}

.ct-button--red:hover {
    background-color: #fff;
    color: rgba(221, 66, 95, 1) !important;;
}

@media (max-width: 767px) {
    .expert {
        padding: 15px;

    }
    .expert__title {
        font-weight: 700!important;
        font-size: 22px!important;
        line-height: 110%!important;
        margin-bottom: 20px!important;
        font-family: "Raleway", sans-serif !important;
    }
    .expert__image {
        flex-shrink: 0;
    }

    .expert__item-title {
        display: none;
    }

    .expert__item-text {
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
    }

    .expert__item {
        color: #fff;
    }
    .expert__item:first-child .expert__item-text {
        font-weight: 600;
    }
    .expert__buttons {
        display: grid;
        gap: 2px;
    }
    .expert__doctor {
        display: flex;
        gap: 20px;
        margin-bottom: 20px;
        align-items: center;
    }
    .expert__image {
        width: 82px;
        height: 82px;
        border-radius: 12px;
        overflow: hidden;
    }
    .expert__image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: top;
    }

    .expert__info {
        max-width: 360px;
        margin-left: auto;
        margin-right: auto;
    }
    .expert__list {
        gap: 7px;
    }
}

@media (min-width: 768px) {
    .expert {
        padding: 30px 40px;
    }
    .expert::before {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        left: 0;
        background-image: url(/local/templates/.default/components/bitrix/news.detail/c-expert/fon.svg);
        background-repeat: no-repeat;
        background-position: 120% bottom;
    }
    .expert__list {
        margin-bottom: 20px;
        gap: 7px;
    }
    .expert__info {
        max-width: 513px;
    }
    .expert__image {
        display: none
    }

    .expert__buttons {
        display: flex;
        align-items: center;
        margin-top: auto;
        gap: 10px;
    }

    .expert__item {
        display: flex;
        color: #fff;
        gap: 5px;

    }

    .expert__item-title {
        font-weight: 600;
        font-size: 16px;
        line-height: 100%;
    }

    .expert__item-text {
        font-weight: 400;
        font-size: 16px;
        line-height: 100%;
    }
}
/* End */


/* Start:/local/components/ctoma/iblock.sections/templates/faq/style.css?17840126051198*/
.faq-sidebar__title {
    font-weight: 700;
    font-size: 24px;
    line-height: 100%;
    margin-bottom: 20px;
}
.faq-sidebar__list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}
.faq-sidebar__item {
    display: inline-flex;
}
.faq-sidebar__link {
    font-weight: 500;
    font-size: 13px;
    color: #D82043;
    text-decoration: none;
    border-radius: 14px;
    padding: 7px 15px;
    border: 1px solid #D82043;
}
.faq-sidebar__link:hover,
.faq-sidebar__link:active,
.faq-sidebar__link:focus {
    color: #FFF;
    background-color: #D82043;
}
.faq-sidebar__opener {
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    cursor: pointer;
    color: #D82043;
}
.popupDialog.white {
    background-image: none;
    background-color: #FFF;
}
.popupDialog.white .ui-dialog-titlebar {
    color: #000;
}
.popupDialog.white a {
    color: #D82043 !important;
}
.popupDialog.white .faq-sidebar__link:hover,
.popupDialog.white .faq-sidebar__link:active,
.popupDialog.white .faq-sidebar__link:focus {
    color: #FFF !important;
    outline: none;
}
.c-sidebar-links + .c-sidebar-links {
    margin-top: 20px;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/news.list/faq-fresh-questions/style.css?17840126051000*/
.faq-fresh-questions {
    padding: 0  20px 40px 20px;
    max-width: 1280px;
    margin: 0 auto;
    box-sizing: border-box;
}
.faq-fresh-questions .c-layout__title {
    margin-bottom: 30px;
}

.faq-fresh-questions__list {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(292px, 1fr));
    gap: 24px;
}

.faq-fresh-questions__item {
    opacity: 1;
    border-radius: 24px 24px 4px 24px;
    padding: 20px;
    box-sizing: border-box;
    background-color: #F8F8F8;
    text-decoration: none;
    color: #414141;
    outline: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.faq-fresh-questions__item p {
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    font-size: 18px;
}
.faq-fresh-questions__expert {
    margin-top: 20px;
    color: #414141;
    font-size: 14px;
}
.faq-fresh-questions__expert dt {
    font-weight: 600;
    margin-top: 5px;
}
/* End */


/* Start:/local/components/bitrix/map.yandex.system/templates/.default/style.css?1649342242666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */
/* /local/templates/.default/components/bitrix/news/faq/style.css?1784012605390 */
/* /local/templates/.default/components/bitrix/news.detail/c-expert/style.css?17836304203468 */
/* /local/components/ctoma/iblock.sections/templates/faq/style.css?17840126051198 */
/* /local/templates/.default/components/bitrix/news.list/faq-fresh-questions/style.css?17840126051000 */
/* /local/components/bitrix/map.yandex.system/templates/.default/style.css?1649342242666 */
