/*** Import *****/

/*** 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;
}

span.price-from {
    display: none;
}

#wp-admin-bar-wp-logo a img {
    max-width: 32px;
}

.core-values-sect.deferred-render {
    display: none;
}

body .display-none {
    display: none;
}

.wpcf7-spinner {
    position: absolute;
    width: 100%;
    height: 100%;
    inset: 0;
    background-color: rgba(255, 255, 255, .5);
    margin: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    border-radius: 0;
}

.wpcf7-spinner::before {
    content: "";
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    background: url(../images/double-ring.svg) transparent;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75);
    z-index: 20;
    -webkit-animation: none;
    animation: none;
}

.btn .txt {
    color: white;
    z-index: 1;
}

.mona-content .ez-toc-container {
    display: none;
}

#ez-toc-container {
    background: transparent;
}

@media screen and (max-width:1024px) {
    .mona-content .ez-toc-container {
        display: block;
    }

    .newsCt_lf--wrap.toc {
        display: none;
    }
}

.search .news_ttsk .wpcf7-not-valid-tip::before,
.search .news_ttsk .wpcf7-not-valid-tip {
    display: none;
}

.search .news_ttsk .wpcf7-response-output {
    position: absolute;
    transform: translateY(3.6rem);
}

.popup_box #popup-form-dg .wpcf7-response-output{
    position: absolute;
    transform: translateY(1.5rem);
}