

/* Start:/bitrix/templates/medindia/components/bitrix/news/checkups/bitrix/news.list/.default/style.css?15441684871085*/
.checkupImage {
    float: right;
    margin: 0 0 30px 30px;
}
.checkupItemTitle {
    padding: 15px;
    border: 1px #e1e1e1 solid;
    background: #45758f;
    box-shadow: 0 0 15px rgba(56, 56, 56, 0.14);
    margin-bottom: 15px;
    cursor:pointer;
    transition: 0.3s;
    color:#fff;
    display: block;
    text-decoration: none;
}
.checkupItem a {
    text-decoration: none;
}
.checkupItemContent {
    display: none;
    padding: 15px;
}
.checkupItemTitle:hover,.checkupItemTitle.active {
    background: #fff;
    box-shadow: none;
    color:#515252;
}

.checkupItemTitle a{
    color:#fff;
    
}

.checkupItemTitle:hover a{
    color:#515252;
}
.noContent .checkupItemTitle {
    cursor: default;
}
.checkupItemContent img {
    float: right;
    margin: 0 0 15px 15px;
    max-width: 30%;
    height: auto;
}

.checkupItemContent .chekupProp:nth-child(odd){
    background: #f3f4f5
}
.chekupProp {
    display: flex;
    width: 100%;
    line-height: 1.7
}

span.propName {
    padding: 10px;
    font-weight: bold;
    width: 130px;
}
span.propVal {
    padding: 10px;

}
/* End */
/* /bitrix/templates/medindia/components/bitrix/news/checkups/bitrix/news.list/.default/style.css?15441684871085 */
