.comments__chapter {
    color: #000;
    font-size: 36px;
    font-weight: 500;
    line-height: 1.222;
}
.wrapper-4 .comments__chapter {
    font-size: 32px;
    font-weight: 700;
}
.comments__chapter--mb-normal {
    margin-bottom: 25px;
}
.comments__date {
    color: #94a4b0;
    font-size: 13px;
}
.comments__fio {
    color: #1E2123;
    font-size: 13px;
    text-transform: uppercase;
}
.comments__fio--blue {
    color: #11263f;
}
.comments__fio--mr-normal {
    margin-right: 19px;
    margin-left: 10px;
}
.comments__item:not(:first-child) {
    padding-top: 40px;
}
.comments__item:not(:last-child) {
    border-bottom: 1px solid #eaedef;
    padding-bottom: 35px;
}
.comments__item-4 .mb10>div:first-child {
  background-color:#fff;
  width:24px;
  height:24px;
  border-radius: 16px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  line-height: 24px;
}

.comments__reply {
    margin-top: 30px;
    margin-left: 30px;
    padding-left: 35px;
    position: relative;
}
.comments__reply .logo {
    left: 0;
    position: absolute;
    top: 0;
}
.comments__text {
    color: #000;
    font-size: 15px;
    line-height: 1.67;
}
.comments__text--answer {
    color: #1E2123;
  /*  font-style: italic;*/
    font-weight: 600;
}
.comments-form--mb-normal {
    margin-bottom: 75px;
}
.comments-form__error {
    bottom: 5px;
    color: #ef5a59;
    display: none;
    font-size: 12px;
    line-height: 1;
    position: absolute;
    right: 5px;
    z-index: 1;
}
.comments-form__error--right-out {
    right: -80px;
}
.error ~ .comments-form__error {
    display: block;
}
.comments-form__block-error {
    border: 1px solid #ef5a59;
    box-shadow: inset 0 0 5px 0 rgba(239, 73, 72, 1);
}
.comments-form__field {
    position: relative;
}
.comments-form__field--overlap:not(:first-child) {
    margin-top: -2px;
}
.comments-form__field--mb-normal {
    margin-bottom: 12px;
}
.comments-form__fields--mb-normal {
    margin-bottom: 24px;
}
.comments-form__input {
    border: 1px solid #d7dee5;
    box-sizing: border-box;
    box-shadow: 0 0 0 1px transparent;
    color: currentColor;
    font: inherit;
    font-size: 15px;
    line-height: 1.2;
    margin: 0;
    padding: 14px 10px;
    position: relative;
    transition: border-color 0.15s linear,
                box-shadow 0.15s linear;
}
.comments-form__input:focus {
    border-color: #ec4949;
    box-shadow: 0 0 0 1px #ec4949;
    z-index: 1;
}
.comments-form__input.error {
  /*  border-color: #ef5a59;*/
    box-shadow: inset 0 0 5px 0 rgba(239, 73, 72, 1);
    background: #FFEFEF;
}
.comments-form__input--w100 {
    width: 100%;
}
.comments-form ::-webkit-input-placeholder {
    color: #c4ced6;
    opacity: 1;
}
.comments-form ::-moz-placeholder {
    color: #c4ced6;
    opacity: 1;
}
.comments-form :-ms-input-placeholder {
    color: #c4ced6;
    opacity: 1;
}
.comments-form input:-moz-placeholder {
    color: #c4ced6;
    opacity: 1;
}
.comments-form textarea:-moz-placeholder {
    color: #c4ced6;
    opacity: 1;
}
.m-content__comments {
    background-color: #fff;
    border-top: 24px solid #f2f5f8;
    padding: 100px 112px;
}
.c-content-4 .m-content__comments {
    background-color: #DEE4F3;
    padding: 0;
    width: 100vw;
    border: none;
}
.m-content__comments.mobile {
    width:100vw;
    padding: 100px 0px
}

#js-gcaptcha_bg_request > div > div > iframe > #rc-anchor-container {
    font-size: 12px;
}
