.header {
    background: url(../img/header.png) no-repeat center top;
    position: relative;
    margin-bottom: 5px;
}

.breadcrums {
    padding: 70px 0 0 13px;
    font-size: 12px;
    line-height: 1.3em;
    color: #2e3191;
    font-family: Arial, Helvetica, sans-serif;
}
.breadcrums a {
    text-decoration: none;
}
.breadcrums span {
    color:#4b9468;
    font-weight: 400;
    
}
/*block1*/
.start-article {
}
.start-article h1 {
    font-size: 28px;
    font-weight: 600;
    padding: 0 10px 20px;
}
.start-article h2 {
    font-size: 18px;
    font-weight: 400;
    padding: 0 10px 10px;
}
.start-article > img {
    display: block;
    margin: 0 auto 20px;
}
.article-autor {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
    padding: 0 10px 10px;
}
.article-autor img {
    
}
.article-autor span {
    font-size: 14px;
    font-weight: 700;
}
.article-date {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: center;
	align-content: stretch;
    padding: 0 10px 15px;
}
.article-date .post-date {
    font-size: 15px;
    line-height: 20px;
    color: #666666;
    padding-left: 17px;
    background: url(../img/oclock.png) 0% 50% no-repeat;
}
.article-date img {
    
}
/*block2*/
.article {
    padding: 30px 0;
}
.article > p {
    padding: 0 10px 20px;
}
.article > p a {
    color:#004380;
}
.article > img {
    display: block;
    margin: 0 auto 20px;
    width: auto;
    max-width: 100%;
}
.article ul {
    list-style: outside disc;
    padding: 0 10px 20px 30px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1em;
}
.article ul li {
    line-height: 1.3em;
}
.article {
    
}
.article {
    
}
.article {
    
}
.article {
    
}
.article {
    
}
/*block3*/
.rullet {
   margin-bottom: 40px;
}
/*block4*/
.comments {
   padding: 0 15px 40px;
}
.comments h2 {
    margin-bottom: 30px;
    font-size: 23px;
    font-weight: 700;
    border-bottom: 1px solid #f1f1f1;
    line-height: 2em;
}
.row-y-item {
    margin-bottom: 30px;
}
.info {
    position: relative;
    padding: 0 0 0 65px;
}
.coment_ava {
    position: absolute;
    left: 0;
    top: 10px;
    width: 50px;
}
.coment_ava img {
    width: 100%;
    border-radius: 3px;
}
.name {
    font-weight: 700;
    font-size: 18px;
    color:#004380;
}
.name .date {
    font-weight: 400;
    font-size: 16px;    
    color: #858585;
    margin-left: 10px;
}
.comment-date {
}
.pg {
    font-size: 16px;
    line-height: 1.5em;
}
.pg a {
    color:#004380;
}
.toform {
    display: block;
    width: 400px;
    height: 60px;
    line-height: 60px;
    border-radius: 3px;
    margin: 0 auto;
    text-decoration: none;
    background: #f1f1f1 url(../img/up.png) no-repeat 20px center;
    font-size: 16px;
    font-weight: 700;
    color:#212121;
    border: 1px solid #e3e3e3;
    padding-left: 96px;
}
/*block10*/
.footer {

}
.footer img {
    display: block;
}
.copyright {
    padding: 0;
    font-size: 14px;
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: stretch;
	align-content: stretch;
    gap: 1em;
}
.copyright a {
    display: block;
    margin: 15px 0;
    text-decoration: none;
    color:#333;
}
