/**
 * @file
 * Subtheme specific CSS.
 */
p, ol, ul, hr  {
    margin-bottom: 0.5em;
    margin-top: 0;
}
p.text-align-justify {
    text-indent: 2em;    
}   
ul {
    list-style: none;
}
.card ul li:before {
    content: "\2713\0020";
    color: #2fa4e7; 
}
li::marker {
    color: #2fa4e7;    
}  
blockquote {
    position: relative;
    padding: 16px 24px 12px 24px;
    margin: 20px 16px 20px 16px;    
    font-style: italic;
    border-top: 2px solid #2fa4e7;
    border-bottom: 2px solid #2fa4e7;
}
blockquote::after {
    font-family: Times, sans-serif;
    font-weight: bold;
    position: absolute;
    content: "”";
    color: #BFE2FF;
    font-size: 60px;
    line-height: 0;
    bottom: -10px;
    right: 30px;
    text-shadow: 2px 0 0 #2fa4e7, -2px 0 0 #2fa4e7, 0 2px 0 #2fa4e7, 0 -2px 0 #2fa4e7, 1px 1px #2fa4e7, -1px -1px 0 #2fa4e7, 1px -1px 0 #2fa4e7, -1px 1px 0 #2fa4e7;    
}
blockquote cite {
    color: #2fa4e7;
    display: block; 
    margin-bottom: 0.8em;
}
hr {
    border-top: 2px solid #2fa4e7;
    opacity: 1;
}
.row {
    display: inline-block;
}
@media (min-width: 576px) {
    .col-sm-9 {
        width: 100%;
    }
}
/**
* Галерея
**/
.field--name-field-gallery {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 16px 24px 12px 24px;
    margin: 20px 16px 20px 16px;    
    border-top: 2px solid #2fa4e7;
}
.field__item {
    padding-right: 1%
}