

/* Start:/local/templates/1cardioclinic_2023/components/bitrix/news.list/sections/style.css?17700947513693*/
.sections__items{
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.services__wrapper-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}
.services__content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.services-wrapper{
    display: flex;
    flex-direction: column;
    max-width: 966px;
    background: #fff;
    -webkit-box-shadow: 0 2px 2px rgba(196, 196, 196, 0.5);
    box-shadow: 0 2px 2px rgba(196, 196, 196, 0.5);
    border-radius: 8px;
    padding: 24px;
}
.sections__image{
    border-radius:8px;
    width: 166px;
    height: 111px;
    min-width: 166px;
    min-height: 111px;
}
.sections__item{
    display:flex;
    flex-direction: row;
    gap: 24px;
}
.sections__info{
    max-width: 712px;
    width: 100%;
    display:flex;
    flex-direction:column;
    gap: 16px;
    justify-content: space-between;
}
.sections__description{
    color: #8D8D8D;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 22px;
    max-width: 680px;
    -webkit-transition: color 0.15s ease-out;
    transition: color 0.15s ease-out;
}
.services__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0 32px;
    min-width: calc(78.125% - 32px);
}
.services__content-title {
    margin: 0 0 34px;
    font-size: 30px;
    line-height: 1;
    font-weight: 500;
    color: #400013;
}
.sections__title{
    color: #400013;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.72px;
    -webkit-transition: color 0.15s ease-out;
    transition: color 0.15s ease-out;
}
.side-menu__box-padding{
    padding-top: 36px;
    margin-top: 34px;
    top: 102px;
}
.sections__item:hover .sections__title {
    color: #E7536D;
}
.sections__item:hover .sections__description {
    color:#524E4E;
}
.sections__btn-container{
    align-self: flex-end;
}
.sections__btn{
    color:  #8D8D8D;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    -webkit-transition: color 0.15s ease-out;
    transition: color 0.15s ease-out;
    border-radius: 0;
    padding:0;
}
.sections__item:hover .sections__btn{
    color: #E7536D;
    text-decoration: underline;
}
@media (max-width: 650px) {
    .sections__items{
        padding: 0;
    }
    .services-wrapper{
        padding: 12px;
    }
    .sections__item{
        flex-direction: column;
        gap: 16px;
    }
    .sections__image{
        width: 100%;
        height: 100%;
        border-radius: 8px 8px 0 0;
    }
    .sections__info{
        gap: 8px;
    }
    .sections__items > *:not(:last-child){
        padding-bottom: 32px;
    }
    .sections__btn{
        margin-top: 8px;
    }
}
@media (min-width: 768px) {
    .services__content-title {
        font-size: 36px;
    }
}
@media (max-width: 1024px) {
    .services__wrapper-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 16px;
    }

    .services__wrapper-box + .services__description-text {
        margin: 0;
    }

    .services__content-title {
        line-height: 1.4;
    }
    .side-menu {
        order: -1;
    }
    .sections__items{
        gap: 16px;
    }
    .side-menu__box-padding{
        padding-top: 0;
        margin-top: 0;
        top: 0;
    }
}
/* End */


/* Start:/local/templates/1cardioclinic_2023/components/bitrix/news.list/services/style.min.css?17458219902842*/
.page__title--incontent{margin:0 0 8px 0;color:#400013;font-size:32px;line-height:1;font-weight:500}.back-btn{padding-left:24px;padding-bottom:32px;position:relative}.back__url{font-weight:200;color:#8d8d8d;font-size:18px}.back__url::before{position:absolute;content:"";background-image:url(/local/templates/1cardioclinic_2023/components/bitrix/news.list/services/img/ei_chevron-right.svg);background-repeat:no-repeat;width:22px;height:22px;left:0;top:3px}.service__title{color:#400013;font-size:18px;font-style:normal;font-weight:400;line-height:20px;-webkit-transition:color .15s ease-out;transition:color .15s ease-out}.service__item{display:flex;gap:24px;margin-bottom:32px}.service__item:hover .service__title{color:#e7536d}.service__item:hover .service__button{color:#e7536d;text-decoration:underline}.service__item:hover .service__previewtext{color:#524e4e}.service__item-block{display:flex;flex-direction:column;justify-content:space-between;gap:16px;width:100%}.service__image{min-width:166px;min-height:111px;width:166px;height:111px;border-radius:8px}.service__button{display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-top:8px;font-size:16px;line-height:1;font-weight:400;text-align:center;cursor:pointer;position:relative;color:#8d8d8d;-webkit-transition:color .15s ease-out;transition:color .15s ease-out;white-space:nowrap}.service__previewtext{color:#8d8d8d;font-size:16px;font-style:normal;font-weight:300;line-height:22px;-webkit-transition:color .15s ease-out;transition:color .15s ease-out}.service__content-title{margin:0 0 24px;font-size:32px;line-height:1;font-weight:500;color:#400013}@media (max-width:650px){.page__title--incontent{margin:0 0 8px 0;font-size:24px;line-height:36px}.service__items{padding:0}.service__item{flex-direction:column;gap:16px}.service__image{width:100%;height:100%;border-radius:8px 8px 0 0}.service__content-title{margin:0 0 8px}}@media (max-width:768px){.side-menu{order:-1}}.text-page__content{padding:60px 0 0 0;font-size:18px;font-weight:300}.text-page__content h2,.text-page__content h3{margin:32px 0 8px;font-size:20px;line-height:1.3333333333;font-weight:500;color:#400013}.text-page__content h4{margin:32px 0 8px;font-size:16px;font-weight:500}.text-page__content p{margin-bottom:10px}.text-page__content ul{margin:0 0 32px 0;-webkit-transition:margin .3s ease,max-height .3s ease,opacity .3s ease;transition:margin .3s ease,max-height .3s ease,opacity .3s ease}.text-page__content ul>li{padding:0 0 0 1.5em;list-style-type:none;position:relative}.text-page__content ul>li::after{content:"";width:.2222222222em;height:.2222222222em;border-radius:50%;background-color:#524e4e;position:absolute;left:.6111111111em;top:.7777777778em}.text-page__content a{border-bottom:1px solid #524e4e}.text-page__content a:hover{color:#e7536d;border-bottom:1px solid #e7536d}
/* End */


/* Start:/local/templates/1cardioclinic_2023/components/bitrix/menu/side-menu-copy/style.min.css?17458219902846*/
@charset "UTF-8";.side-menu{min-width:21.875%;padding:0 17px}.side-menu__box{position:sticky;top:0;right:0;flex-grow:0}.side-menu__title{line-height:1.4;color:#400013;font-size:20px;font-style:normal;font-weight:400;width:100%;display:inline-flex;gap:12px;align-items:center;justify-content:space-between}.side-menu__title+.side-menu__list,.side-menu__title+.side-menu__slided-area .side-menu__list,.side-menu__title+[id*=bx]{padding:15px 0 0}.side-menu__list{display:flex;flex-direction:column;gap:12px}.side-menu__list-item{color:#524e4e;transition:color .15s;font-size:18px}.side-menu__list-item:hover{color:#400013}.side-menu__list-item.side-menu__list-item--active{color:#400013}.side-menu__widget{margin-top:30px}.side-menu__widget #pd_widget_column.pd_widget_column{background-color:#fff;border:0!important;filter:drop-shadow(0 2px 2px rgba(196,196,196,.5));border-radius:8px;padding:24px}.side-menu__widget #pd_widget_column .pd_lpu_name{color:#4188ee!important;text-decoration:none!important;font-size:14px;line-height:1.4}@media (max-width:1024px){.side-menu{padding:0}.side-menu__title>span{width:38px;height:38px;border-radius:50%;background-color:#f6f1f1;z-index:0;position:relative}.side-menu__title>span:after{content:"";opacity:1;position:absolute;left:calc(50% - 8px);top:calc(50% - 8px);width:16px;height:16px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.8159 10.2329C11.577 10.4626 11.1972 10.4551 10.9675 10.2163L8 7.06605L5.0325 10.2163C4.80282 10.4551 4.423 10.4626 4.18413 10.2329C3.94527 10.0032 3.93782 9.62339 4.1675 9.38453L7.5675 5.78452C7.68062 5.66688 7.83679 5.60039 8 5.60039C8.16321 5.60039 8.31938 5.66688 8.4325 5.78452L11.8325 9.38452C12.0622 9.62339 12.0547 10.0032 11.8159 10.2329Z' fill='%23524E4E'/%3E%3C/svg%3E");background-size:16px}.side-menu__title.active>span{background-color:#ffe9ed}.side-menu__title.active>span:after{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.18414 5.76711C4.423 5.53743 4.80282 5.54488 5.0325 5.78374L8 8.93395L10.9675 5.78374C11.1972 5.54488 11.577 5.53743 11.8159 5.76711C12.0547 5.99679 12.0622 6.37661 11.8325 6.61548L8.4325 10.2155C8.31938 10.3331 8.16321 10.3996 8 10.3996C7.83679 10.3996 7.68062 10.3331 7.5675 10.2155L4.1675 6.61548C3.93782 6.37661 3.94527 5.99679 4.18414 5.76711Z' fill='%23E7536D'/%3E%3C/svg%3E")}.side-menu__slided-area{overflow:hidden}.side-menu__title.active+.side-menu__slided-area{max-height:0}.side-menu__title:not(.active)+.side-menu__slided-area{max-height:initial}.media-news__wrapper+.side-menu,.news__wrapper+.side-menu{margin-bottom:30px}}
/* End */
/* /local/templates/1cardioclinic_2023/components/bitrix/news.list/sections/style.css?17700947513693 */
/* /local/templates/1cardioclinic_2023/components/bitrix/news.list/services/style.min.css?17458219902842 */
/* /local/templates/1cardioclinic_2023/components/bitrix/menu/side-menu-copy/style.min.css?17458219902846 */
