.prokl-text {
    color: #000;
    font-size: 18px;
    line-height: 28px;
    font-family: Roboto,arial;
    font-style: normal;
    font-weight: 300;
}
.prokl-text a {
    color:#0066ff
}
.prokl-text a:hover {
    text-decoration: none;
}
.prokl-text p {
    margin-bottom: 15px;
}
.prokl-text p strong,
.prokl-text strong {
    font-weight: 700;
}

.prokl-text .imgprokl {
    margin-bottom: 20px;
}
.prokl-text .imgprokl img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}
.prokl-text .imgprokl figcaption {
    font-size: 15px;
    line-height: 1.3em;
    color: #666;
    padding-top: 5px;
}
.prokl-text .imgprokl.smallimg img {
    max-width: 400px;
}
.prokl-text h3 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    
}
.prokl-text {
    
}
.prokl-text {
    
}
.prokl-text {
    
}
.prokl-text {
    
}
.prokl-text {
    
}
.note {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5em;
    padding: 20px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.2);
    margin-bottom: 30px;
}

.comments__item {
    display: grid;
    grid-template-columns: 1fr 10fr;
    gap: 1em;
    font-size: 16px;
    margin-bottom: 50px;
    font-family: Roboto,arial;
}
.comments__ava img {
    border-radius: 2px;
    width: 100%;
}
.comments__content {
}
.comments__content img {
    margin-top: 15px;
    border-radius: 2px;
    max-width: 100%;
    width: 100%;
    display: block;
}
.comments__title {
    line-height: 1em;
    margin-bottom: 10px;
    color:#494847;
}
.comment-date {
    color: #235465;
    font-weight: 600;
    font-size: 0.8em;
}
.comment-arrow {
    font-size: 18px;
    color:#a9a9a9;
    padding: 0 5px;
}
.comments__text {
    line-height: 1.4em;
}
.comments__text a {
    color:#0066ff;
    text-decoration: underline;
}
.comments__text a:hover,
.comments__text a:active {
    text-decoration: none;
}
