:root {
  
  --noteTitleFontSize: 38px;
  --noteTitleLineHeight: 45px;
  --mainFontFamily: 'IBM Plex Serif', serif;
  --noteMainFontFamily: 'IBM Plex Sans', sans-serif;
  --smallFontFamily: 'IBM Plex Serif', serif;
  --linkColor: #225FAE;
  --linkColorVisited: #6F95B4;
  --hoverColor: #D65412;
  --columnSpacing: 35px;
  --noteTitleFavouriteFontSize: 38px;
  --noteTitleFavouriteLineHeight: 45px;
    --noteTextFontSize: 16px;
    
}



.plashka {
    background-color: #fff7e4;
    padding: 20px 20px 30px; 
    margin: 20px auto;
    border-radius: 5px;
}

.quote {
    font-family: 'Cormorant SC', serif!important;
    font-size: 180%;
    line-height: 1.3;
    /* letter-spacing: 0.5px;
    word-spacing: 1px;
    text-transform: uppercase;*/
    padding: 10px 0px 50px 40px;

}

.e2-text .quote::before {
    content: '\2039';
    font-size: 250%;
    line-height: 0.5;
    /* color: #f7931d; */
    color: #D65412;
    font-family: times;
    margin-left: -31px;
    position: relative;
}

.e2-text .quote::after {
    content: '\203A';
    font-size: 250%;    
    line-height: 0.5;
    /* color: #f7931d; */
    color: #D65412;
    font-family: times;
    margin-left: 8px;    
    vertical-align: bottom;
    position: relative;
    bottom: 3px;
}

.e2-text .loud {
    padding: 10px 0 10px 20px;
    border-color: #D65412;
}
.e2-text [main] {
    float: left;
    width: 70%;
    clear: left;
}

.e2-text [aside] {
    /*    display: none;*/
    float: right;
    width: 25%;
    clear: right;
    font-size: 90%;
    opacity: 0.8;
    line-height: 1.5;
}

.e2-text [aside] img {
    width: 100%;
}

.e2-text-caption {
    font-size: 90%;
    line-height: 1.5;
    font-style: italic;
    font-style: italic;
}

.e2-note h1 {
    margin: 0 0 15px;
}

.e2-text h2 {
    font-size: 32px;
    line-height: 1.3;
    font-weight: 600;
    margin: 36px 0 5px 0;
    
}

.e2-text h3 {
    font-size: 22px;
    font-style: normal;
    line-height: 1.4;
    font-weight: 600;
}

.e2-text table {
    font-size: 90%;
}

img.zoom-img {
    position: relative;
}

.tag-header ul {
    padding-left: 0!important;
}

.blog-menu ul{
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.blog-menu li {
  float:left;
  margin-right:10px; 
}

.e2-note-subscribe-button {
    margin: 36px 10px 10px 0;
}

.btn-danger {
color: #fff!important;
background-color: #FC5B08;
border: none!important;
}

.btn-danger:hover {
color: #fff;
background-color: #D65412;
border-color: #D65412;
    
}

.btn-lg {
    padding: .5rem 1rem;
font-size: 1.25rem;
line-height: 1.5;
border-radius: .3rem;
    margin-top: 20px;
    display: inline-block;
}


/* For 768 and below */
@media (max-width: 768px) {
    .e2-text [main] {
        float: none;
        width: 100%;
        clear: left;
    }
    .e2-text [aside] {
        /*        display: none;*/
        float: none;
        width: 100%;
        border-left: 1px #bdbdbd solid;
        padding-left: 8px;
    }
    .e2-text table {
        font-size: 65%;
        line-height: 1.3;
    }
    .e2-note h1 {
        font-size: 28px;
        line-height: 1.3;
    }
}

@media screen and (min-width: 768px) {
    .e2-text [main] {
        float: left;
        width: 70%;
        clear: left;
    }
    
    .e2-text [main] + [aside] {
        float: right;
        clear: right;
        text-align: left;
        width: 24%;
        margin-left: 4%;
        margin-top: .15em;
        padding-left: 1em;
        position: relative;
    }
    
    .e2-text [main] + [aside]:before {
        position: absolute;
        height: 100%;
        top: 0;
        left: 0;
        width: 1px;
        background-color: #d9d9d9;
        background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(20%, #d9d9d9), color-stop(80%, #d9d9d9), to(white));
        background-image: -webkit-linear-gradient(top, white, #d9d9d9 20%, #d9d9d9 80%, white);
        background-image: linear-gradient(to bottom, white, #d9d9d9 20%, #d9d9d9 80%, white);
    }
    
    .e2-text [main] + [aside]:after {
        display: none;
    }
    
    .e2-text [main] + [aside] + * {
        clear: left;
    }

    

    
}





