/* 000 общие стили */
    body {
    font-family: 'Merriweather', serif;
    font-size:18px;
    line-height: 22px;
}
.news-text a {
    color: blue;
}
body a {
    text-decoration: none;
    color:black;
}
.wrapper {
    margin: 0 auto;
}
p.cdrn-main, p.main_topic_cdr{
    color: #b71905;
    font-size: 26px;
    font-weight: bold;
}
.news-item-top, .lenta-item {
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 1px 0 10px 0;
    border-bottom: 1px solid grey;
}
img.main-topic-one-img {
    width: 100%;
}
@font-face {
    font-family: myslo-icon;
    src: url(/fonts/myslo-icon.ttf);
}
@font-face {
    font-family: TOLSTOY_D;
    src: url(/fonts/TOLSTOY_D.ttf);
}
span.icon-eye {
    font-family: myslo-icon;
    position: relative;
    top: 2px;
    margin-left: 3px;
    margin-right: 3px;
}
span.icon-speech {
    font-family: TOLSTOY_D;
    position: relative;
    top: 2px;
    color: grey;
    margin-left: 3px;
    margin-right: 3px;
}
.list-news {
    display: inline-block;
}
.send-news a {
    border: 2px solid green;
    padding: 10px 10px 10px 10px;
    color: green;
    border-radius: 4px;
    font-weight: bold;
}
.header {
    border-bottom: 1px solid lightgrey;
}
input#title-search-input {
    font-family: 'Merriweather', serif;
    font-size:18px;
    line-height: 22px;
}
.news-section {
    display: inline-block;
}
footer.footer * {
    text-align: center;
}
h1.header-details {
    line-height: 40px;
}
.news-detail p  {
    font-family: 'Merriweather', serif;
    font-size:18px;
    line-height: 28px;
}
.info-author * {
    display: inline-block;
}
.info-author {
    text-align: left;
}
.raised {
    position: relative;
    width: 90%;
    background: #fff;
    -webkit-box-shadow: 0 15px 10px -10px rgba(0,0,0,0.5), 0 1px 4px rgba(0,0,0,0.3), 0 0 40px rgba(0,0,0,0.1) inset;
    -moz-box-shadow: 0 15px 10px -10px rgba(0,0,0,0.5), 0 1px 4px rgba(0,0,0,0.3), 0 0 40px rgba(0,0,0,0.1) inset;
    box-shadow: 0 15px 10px -10px rgba(0,0,0,0.5), 0 1px 4px rgba(0,0,0,0.3), 0 0 40px rgba(0,0,0,0.1) inset;
    margin: 2em 15px 4em;
    padding: 1em;
}
h3 {
    font-weight: 700;
    font-size: 20px;
    padding-bottom: 10px;
}
.raised, .raised * {
      font-size:18px;
      line-height: 30px;
  }
.readmore a:before {
    content: "- ";
}
.source_photo {
    text-align: center;
    position: relative;
    margin-bottom: 15px;
}
.blockquote {
    background-image: url(/bitrix/templates/proufu_new/images/quote-top.png), url(/bitrix/templates/proufu_new/images/quote-bottom.png);
    background-position: center top, center bottom;
    background-repeat: no-repeat;
    font-size: 22px !important;
    line-height: 32px;
    margin: 14px 0 24px;
    padding: 32px 20px 36px;
    text-align: center !important;
    clear: both;
    display: block;
}
.news-detail iframe {
    width: 100%;
}
.banner {
    position: relative;
    margin-top: 10px;
}
.banner * {
    margin: 0 auto;
}
#mbottom {
    width: 98%;
    position: fixed;
    bottom: 0px;
    margin: 0 auto;
    z-index: 2000000002;
    padding: 10px 0px 5px 0px;
    display: none;
    background: white;
    color: #333;
}
img.close {
    position: absolute;
    right: 0px;
    z-index: 99;
}
.mbottom-close {
    z-index: 99999999;
    position: absolute;
    right: 6px;
    top: 15px;
    border: solid 1px white;
    border-radius: 4px;
}
div#mbottom * {
    margin: 0 auto;
}
footer.footer {
    top: 24px;
    position: relative;
    border-top: 2px solid grey;
    z-index: 2000000003;
    padding-top: 10px;
    background: white;

}















/* 111 Стили для десктопа */
@media (min-width: 1100px) {
    .wrapper {
        width: 1100px;
    }
    .row {
        display: inline-block;
    }
    .col1, .news-main-cat-one {
        width: 730px;
        float: left;
    }
    .col2 {
        width: 350px;
        float: right;
        padding-left: 15px;
    }
    .news-lenta {
        column-count: 2;
    }
    img.logo {
        width: 430px;
        position: relative;
        left: 100px;

    }
    .menu-icon {
        position: relative;
        top: 55px;
        left: 3%;
    }
    .send-news {
        float: right;
        bottom: 65px;
        position: relative;
        right: 110px;
    }
     .news-detail {
        width: 730px;
        float: left;
    }

}






/* 222 Стили для mobile */
@media (min-width: 600px)and (max-width: 1100px) {
    .wrapper {
        width: 600px;
    }
    .col1 {
        border-bottom: 1px solid grey;
    }
    hr {
        display: none;
    }
    img.logo {
        width: 60%;
        position: relative;
        left: 20%;
    }
    .menu-icon {
        position: relative;
        top: 45px;
        left: 2%;
    }
    .send-news {
        margin: 0 auto;
        display: inline-flex;
        top: 5px;
        position: relative;
        width: 100%;
    }
    .send-news a{
        margin:0 auto;
    }
    .news-text-full img {
        width: 100%;
        height: auto;
    }
}

@media (max-width: 600px) {
    .wrapper {
        width: 100%;
    }
    .col1 {
        border-bottom: 1px solid grey;
    }
    hr {
        display: none;
    }
    img.logo {
        width: 60%;
        position: relative;
        left: 20%;
    }
    .menu-icon {
        position: relative;
        top: 28px;
        left: 2%;
    }
    .send-news {
        margin: 0 auto;
        display: inline-flex;
        top: 5px;
        position: relative;
        width: 100%;
    }
    .send-news a{
        margin:0 auto;
    }
    .news-text-full img {
        width: 100%;
        height: auto;

    }

    element.style {
    }
    .raised, .raised * {
        font-size: 18px;
        line-height: 30px;
    }
    .raised {
        width: 85%;}
}