.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 67px;
    background: url(../img/header.png) no-repeat center top;
    z-index: 2;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.5);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.5);
}
/*block1*/
.cat {
    padding: 5px 12px;
    background: #cf3339;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.4;
    width: 104px;
    margin: 0 0 20px 15px;
}
.b1 {
    padding: 85px 0 0 0;
}
.b1 h1 {
    font-size: 30px; 
    margin: 0 10px 20px 15px;
}
.autor {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
    gap: 1em;
    margin: 0 0 20px 15px;
}
.autor img {
    display: block;
    flex-shrink: 0;
    border-radius: 50%;
}
.autor__text {
    line-height: 1.3em;
}
.autor__name {
    color: #0096cc;
    font-size: 14px;
    text-transform: uppercase;
}
.autor__date {
    color: #7c7c7c;
    font-size: 14px;
}
/*block2*/
.article {
    padding: 20px 0 0px 0;
}
.article > p {
    margin: 0 15px 20px 15px;
    padding: 0;
    line-height: 1.5em;
}
.article > p.center {
    text-align: center;
}
.article > p b {
    font-weight: 700;
}
.article > p a,
.comments__text a {
    color:#009be7;
}
.article > img {
    display: block;
    margin: 0 auto 20px;
}
.article > ul {
    list-style: disc outside;
    padding: 0 15px 20px 36px;
}
.article > ul li {
    line-height: 1.3em;
    margin-bottom: 10px;
    
}
.article > blockquote {
    background: #ffd300;
    padding: 20px;
    margin: 0 0 20px 0;
}
/*block3*/
.b3 {
   padding: 0 15px;
}
.b3 h2 {
    font-family: 'Organica';
    font-size: 20px;
    margin-bottom: 30px;
    line-height: 1.8em;
    background: #f6f4f3;
    color:#666;
    display: block;
    text-align: center;
    letter-spacing: 2px;
}
.comments {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2em;
}
.comments__item {
    font-size: 16px;
    display: grid;
    grid-template-columns: 1fr 11fr;
    gap: 1em;
}
.comments__left {
}
.comments__right {
}
.comments__name {
    font-weight: 700;
    display: flex;
    gap: 1em;
    line-height: 1em;
    margin-bottom: 10px;
    font-family: 'Organica';
    color: #444;
}
.comments__name span {
    font-weight: 400;
    opacity: .8;
    font-family: 'Noto Sans', Helvetica, sans-serif;
    font-size: 14px;
}
.comments__text {
    line-height: 1.4em;
}
.comments__text > img {
    display: block;
    margin: 15px 0 0 0;
}
/*block4*/
.b4 {
   
}
/*block5*/
.b5 {
   
}
/*block6*/
.b6 {
   
}
/*block7*/
.b7 {
   
}
/*block8*/
  
/*block9*/

/*block10*/

.footer {
    text-align: center;
    padding: 40px 0 30px;
}
.footer a {
    font-size: 14px;
    color:#333;
    display: block;
    padding: 5px 0 0;
}