.RichTextBody {

}
.RichTextBody blockquote {
    text-align: center;
    padding: 20px;
    display: block;
    margin: 0 auto 30px;
    background: #e3eef7;
}
.RichTextBody > img {
    display: block;
    margin: 0 auto 30px;
}
.RichTextBody a {
    color: #1177d3 !important;
}
.RichTextBody {
    
}

.RichTextBody {
    
}
.RichTextBody {
    
}
.RichTextBody {
    
}
.RichTextBody {
    
}
.RichTextBody {
    
}

.comm-block {
    border-top: 2px solid #004380;
    margin-top: 70px;
}
.comm-ttl {
    width: 100%;
    color: #000;
    font-size: 1.125rem;
    font-weight: 700;
    margin: 20px 0;
}
.comments-block {
}
.b-comments__comment {
    display: grid;
    grid-template-columns: 50px 11fr;
    gap: 1em;
    margin-bottom: 30px;
}
.b-comments__item-avatar {
}
.b-comments__item-avatar > img {
    width: 100%;
    height: auto;
}
.b-comments__item-ind {
}
.b-comments__item-head {
    font-weight: 700;
}
.b-comments__item-head span {
    font-weight: 400;
    font-size: .9em;
    opacity: .5;
}
.b-comments__item-text {
}
.b-comments__item-text a {
    color:#1177d3 ;
    font-weight: 700;
}
.rev-1 {
}
.rev-2 {
}

.toorder {
    position: relative;
    z-index: 2;
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto ;
    border: 1px solid #2c7bc3;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    text-align: center;
    font-family: 'Montserrat', Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    color: #2c7bc3;
    background: #fff; 
    -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;
}

.toorder:hover {
    background: #2c7bc3; 
    color: #fff;
}


.foot {
    padding: 30px 0;
    text-align: center;
    font-size: 14px;
}
.foot a {
    display: inline-block;
    margin: 10px;
    text-decoration: none;
    color:#333;
}

.foot p {
    padding: 0;
    margin: 0;
}




@media screen and (max-width: 1239px) {

    .RichTextBody  {
        padding: 0  !important;
    }
}
@media screen and (max-width: 500px) {

    .RichTextBody * {
        font-size: .8em !important;
        line-height: 1.5em;
    }
}