
.c-article-content p {
    margin-bottom: 1rem;
}
.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__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;
}
.bold{
    font-weight: 700;
    font-size: 24px;
}

.new-title{
    margin-bottom: 20px;
}
.text-bold{
    font-size: 18px;
    font-weight: 700;
    margin: 10px 0;
    display: inline-block;
}
.price-block{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    position: relative;
    margin: 50px 0 10px;

}
g{
    color: green;
}
.mycomments-item__text>img{
    max-width: 360px;
}
.all_prices{
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
}
@media screen and (max-width: 1023px) {
   .o-article-newsy__aside {
    display: none;
   }
   .revimages {
    padding: 30px 10px;
   }
}
@media screen and (max-width: 490px){
    .mycomments-item__text>img{
        max-width: 100%;
    }
}