.model {
    margin: 5px;
}
.model a{
    display: block;
    padding: 10px 15px 10px 15px;
    background-color: #0daaff;
    color: white;
    text-decoration: none;
    border-radius: 5px;

}

.model a:hover {
    background-color: #FFA500;

}
.terms-wr{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.typo h2.rmp-main-title{
    font-size: 1.5rem;
}
.single-vopros h1{
    font-size: 2rem;
    text-align: left;
}


/*комментарии*/
ul.comment-list {
    list-style: none;
}
.comment-list ul {
    list-style: none;
}
.comment-list ul.children {
    padding-left: 10px;
}
.comment-list footer {
    background: inherit;
    padding: 0;
}
.comments-title {
    padding: 0 0 20px 0;
}
.comment-content {
    padding: 10px 0 5px 0;
}
article.comment-body {
    padding-bottom: 15px;
}


.comment-reply-title {
    margin-top: 10px;
    margin-bottom: 7px;
    font-size: 1rem;
    padding-top: 10px;
    border-top: 1px solid #006ab2;
    font-weight: normal;
}
#commentform {
    margin-bottom: 40px;
    padding: 10px 5px;
    text-align: center;
}
#commentform .comment-notes {
    display: none;
    font-style: italic;
    color: #777777;
}

#commentform input,
#commentform textarea,
#commentform input,
#commentform textarea {
    transition: border 1s;
    border: 1px solid #0daaff;
    padding: 5px;
    border-radius: 5px;

}
#commentform input:hover,
#commentform textarea:hover,
#commentform input:focus,
#commentform textarea:focus {
    transition: border 0.4s;
    border: 1px solid #006ab2;
}
#commentform .comment-form-author,
#commentform .comment-form-email,
#commentform .comment-form-email,
#commentform .comment-form-url {
    padding: 5px;
    display: inline-block;
}
#commentform .comment-form-comment {
    margin-top: 10px;
}
#commentform .comment-form-comment label {
    display: none;
}
#commentform textarea {
    display: block;
}
#commentform textarea {
    margin: 10px auto;
    width: 90%;
}
#commentform .submit {
    display: inline-block;
    margin-top: 25px;
    margin-bottom: 20px;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 7px 15px;
    background: #0daaff;
    color: white;
    font-size: 18px;
}
@media (min-width: 768px) {
    #commentform .submit:hover {
        text-decoration: none;
        background: #7AABDD;
    }
}