.c-article-content ul {
    margin-bottom: 1rem;
}
.c-article-content ul li {
    margin-bottom: 0.5rem;
}
.c-article-content hr {
    display: block;
    background: #6b778c;
    height: 1px;
    width: 100%;
    margin-bottom: 2rem;
}
.c-article-content blockquote {
    text-align: center;
    color: #0172f0;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}
.c-article-content p {
    margin-bottom: 1rem;
}
/* .c-article-content p span {
    color: tomato;
} */
.c-article-content > img {
    display: block;
    margin: 0 auto 1.5rem;
}
.avarev {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	align-content: stretch;
    gap: 1rem;
}
.avarev img {
    width: 64px;
}
.avarev p {
    font-weight: 700;
}
.revimages {
    background: #f2f6f7;
    padding: 30px 20px;
}
.revimages img {
    display: block;
    margin-bottom: 30px;
}
.revimages__tlt {
    text-align: center !important;
    margin: 0 0 20px !important;
    padding: 0 !important;
    line-height: 1.4em !important;
}
img.article_img {
    display: block;
    margin: 0 auto 20px;
}

.mycomments {
    color: #454d5d;
    font-size: 16px;
    margin-top: 50px;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, sans-serif;
}
.mycomments__title {
    font-weight: 600;
    background: url(../images/dzin.jpg) no-repeat right center;
    
    padding-bottom: 5px;
    margin-bottom: 20px;
}
.mycomments-item {
    display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: stretch;
    border-top: 1px solid #e7e9ed;
    padding: 10px 0 20px;
}
.mycomments-item.reply {
    margin-left: 50px;
}
.mycomments-item__left {
    width: 62px;
    flex-shrink: 0;
}
.mycomments-item__ava {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #eef2f3;
    text-align: center;
    line-height: 40px;
}
.mycomments-item__right {
}
.mycomments-item__name {
    font-size: 13.5px;
    color: #454d5d;
    font-weight: 700;
}
.mycomments-item__name span {
    color: #8492a6;
    font-weight: 400;
    padding-left: 5px;
}
.mycomments-item__text {
    font-weight: 400;
    padding: 10px 0 15px;
    line-height: 1.5em;
}
.mycomments-item__text img {
    display: block;
    margin: 10px 0 0 0;
}
.mycomments-item__footer {
    background: url(../images/share.jpg) no-repeat left center,
                url(../images/meta.jpg) no-repeat right center;
    
    padding: 0 0 0 100px;         
}
.mycomments-item__footer a {
    display: inline-block;
    margin-left: 10px;
    font-size: .92em;
    outline: none;
    cursor: pointer;
    color: #6b778c;   
}

.linktoform {
    position: relative;
    z-index: 2;
    display: block;
    width: 300px;
    height: 50px;
    line-height: 50px;
    margin: 0 auto;
    border: 1px solid #0172f0;
    border-radius: 0;
    -webkit-border-radius: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: #0172f0;
   
    -webkit-transition: all 0.2s;
    -moz-transition:    all 0.2s;
    -o-transition:      all 0.2s;
    -ms-transition:     all 0.2s;
    transition:         all 0.2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}



@media screen and (max-width: 1023px) {
   .o-article-newsy__aside {
    display: none;
   }
   .revimages {
    padding: 30px 10px;
}
}



.prod_card {
    padding: 10px;
}
.prod_card img{
    margin-bottom: 10px;
}



#clock {
    display: block;
    font-size: 30px;
    font-weight: bold;
}