/* передовица */

.txtosnova {
    position: relative;
    height: 100%;
    margin: 0 12px;
    padding:1px;
    background:#fff;
    border-radius:10px;
    box-shadow:0 0 2px #555;
    font-size: 1.2rem;
}

/* название раздела */
.block_title h1 {
    font-size: 1.2rem;
    line-height: 1.3rem;
    margin: 0;
    padding: 5px 0;
    text-align: center;
    color: #333;
}
div .block_title {
    background:rgb(185,187,193);
    background-image:url('../img/bg2.png');
    background-repeat:repeat;
    margin:7px -7px 0px -7px;
    padding:5px 6px 5px 5px;
    color:rgba(35,60,83,1);
    text-align:center;
    position:relative;
    text-shadow:1px 1px 2px #fff,0px 0px 0px #000,1px 1px 2px #fff
}
div .block_title:after {
    border-style:solid;
    border-color:rgb(90,90,90) transparent transparent rgb(90,90,90);
    width:0px;
    height:0px;
    right:0px;
    bottom:-6px;
    position:absolute;
    content:""
}
div .block_title:before {
    border-style:solid;
    border-color:rgb(90,90,90) rgb(90,90,90) transparent transparent;
    width:0px;
    height:0px;
    left:0px;
    bottom:-6px;
    position:absolute;
    content:""
}
/* название книги */
.zag {
    background: #f8f8f8;
    margin-top: 20px;
}
div .block {
    background:rgb(185,187,193);
    margin:0px -7px 0px -1px;
    height:6px;
    position:relative;
}
div .block:after {
    border-style:solid;
    border-color:rgb(90,90,90) transparent transparent rgb(90,90,90);
    width:0px;
    height:0px;
    right:0px;
    bottom:-6px;
    position:absolute;
    content:"";
}
.h-bib {
    font-weight: bold;
    font-size: 1.2rem;
    margin: 15px 35px;
    text-align: right;
}
.h-bib span {
    display: block;
    font-weight: normal;
    font-size: 1rem;
    margin: 0;
    text-align: right;
}
/* Крошки */
.breadcrumbs {
    display: inline-block;
    margin: 0;
    padding: 0;
    color: #ccc;
    font-size: 1rem;
   }
.breadcrumbs ul {
    padding: 0 0 0 10px;
    background-color: #F5F5F5;
   }
.breadcrumbs span {
    color: #999999;
    padding-right: 10px;
   }
   .breadcrumbs li {
    display: inline-block; /* Выстраиваем по горизонтали */
   }
   .breadcrumbs li::before {
    content: '/'; /* Разделитель */
    margin-left: 5px; /* Отступ слева */
    margin-right: 5px; /* Отступ справа */
    color: #7f7f7f; /* Цвет разделителя */
   }
   .breadcrumbs li:first-child::before {
    content: ''; /* Убираем разделитель для первого пункта */
   }


/* опрос */
.block1 {
    background:#fff;
    width:250px;
    margin: 10px;
    border-color:#b9bbc1;
    border-width:1px;
    border-style:solid
}
div .block_title2 {
    background:rgb(185,187,193);
    background-image:url('../img/bg2.png');
    background-repeat:repeat;
    margin:7px -7px 0px -7px;
    padding:5px 6px 5px 5px;
    color:rgba(35,60,83,1);
    font-size:1rem;
    font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
    text-align:center;
    font-weight:bold;
    position:relative;
    text-shadow:1px 1px 2px #fff,0px 0px 0px #000,1px 1px 2px #fff
}
div .block_title2:after {
    border-style:solid;
    border-color:rgb(90,90,90) transparent transparent rgb(90,90,90);
    width:0px;
    height:0px;
    right:0px;
    bottom:-6px;
    position:absolute;
    content:""
}


@media (max-width: 769px) {
.block1, .reklama, .left-kontent {
    display: none;
}
.txtosnova {
    margin: 0;
    padding:1px;
    border-radius:0;
    box-shadow: none;
    font-size: 1.3rem;
}
div .block_title {
    margin: 5px 0;
    padding: 5px;
}
.block_title h1 {
    font-size: 1.3rem;
}

div .block_title:after {
    border-style: none;
    width:0px;
    height:0px;
    right:0px;
    bottom:0px;
}
div .block_title:before {
    border-style: none;
    width:0px;
    height:0px;
    right:0px;
    bottom:0px;
}
.breadcrumbs {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 1rem;
}
.breadcrumbs ul {
    padding: 0;
    background-color: #fff;
}
.breadcrumbs li {
    display: block;
    background-color: #f5f5f5;
    margin-top: 3px;
    width: fit-content;
    width: -webkit-fit-content;
    width: -moz-fit-content;
}
.breadcrumbs li::after {
    content: '←';
    margin-left: 5px;
    margin-right: 5px;
    color: #7f7f7f;
}
.breadcrumbs li::before {
    content: '|';
    margin-left: 5px;
    margin-right: 5px;
    color: #7f7f7f;
}
.breadcrumbs li:first-child::before {
    content: '|';
}
.breadcrumbs li:last-child {
    background-color: #fff;
}
.breadcrumbs li:last-child::after {
    content: '';
}
div .block {
    margin:0;
}
div .block:after {
    border: none;
    bottom:0px;
    content: none;
}
.h-bib {
    font-size: 1.3rem;
    margin: 15px 15px;
}
.h-bib span {
    font-size: 1.1rem;
}

}
