/*** Import *****/

@import url('404.css');
@import url('loading-btn.css');
@import url('loading-group.css');

/*** End ****/

.blog-info-tag span:before {
    content: ',';
    position: absolute;
    bottom: 6px;
    right: 0;
    height: 100%;
    font-size: 16px;
    width: auto;
    padding-right: 5px;
}

.blog-info-tag span {
    position: relative;
    display: inline-block;
    padding-right: 10px;
}

.blog-info-tag span:last-child:before {
    display: none
}

.wpcf7 form .wpcf7-response-output {
    border: 0;
    margin: 15px 0;
    padding: 0;
    font-weight: bold;
    font-size: 12px;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}

.wpcf7 form.invalid .wpcf7-response-output {
    color: red;
}
.btn-hidden-submit{
    display: none;
}
.wpcf7-spinner{
    position: absolute;
    z-index: 10000;
}
.wpcf7-not-valid-tip{
    position: absolute;
}
.wpcf7-response-output{
    position: absolute;
}
.footer-form-wr .wpcf7-not-valid-tip {
    position: absolute;
    right: 19px;
    bottom: -1.5rem;
    font-size: 0.7em;
}
.new-form .btn.btn-second{
    margin: auto;
}
.new-form {
    position: relative;
}
.mona-mess-empty {
    font-size: 2rem;
    padding-top: 7rem;
    text-align: center;
}
span.wpcf7-not-valid-tip {
    position: absolute;
    top: 0;
    right: 1rem;
    width: 2rem;
    height: 2rem;
    background: red;
    color: white;
    display: flex;
    align-items: center;
    border-radius: 50%;
    justify-content: center;
}
.footer-form-wr .wpcf7-not-valid-tip{
    right: 39px;
}
.mona-content {
    color: #000;
    padding-bottom: 2rem;
    font-size: 18px;
    font-weight: 700;
}